Has anyone experienced these two error msgs before?
The page contains a basic select query and outputs the results.
Everything works fine it just generates these error messages.
Are there any issues with the JDBC Drivers in CFMX?
Error MSG 1
[Macromedia][SQLServer JDBC Driver]Request cannot be submitted due to wire contention.
Error MSG 2
[Macromedia][SQLServer JDBC Driver]End of stream was detected on a read.
------------------
<cftry>
<cfquery name="qMyQuery" datasource="dsn">Select * from myTable</cfquery>
<cfcatch type="any"><cfdump="#CFCATCH#"></cfcatch>
</cftry>
------------------
Thanks,
Dave
The page contains a basic select query and outputs the results.
Everything works fine it just generates these error messages.
Are there any issues with the JDBC Drivers in CFMX?
Error MSG 1
[Macromedia][SQLServer JDBC Driver]Request cannot be submitted due to wire contention.
Error MSG 2
[Macromedia][SQLServer JDBC Driver]End of stream was detected on a read.
------------------
<cftry>
<cfquery name="qMyQuery" datasource="dsn">Select * from myTable</cfquery>
<cfcatch type="any"><cfdump="#CFCATCH#"></cfcatch>
</cftry>
------------------
Thanks,
Dave