Ask a Question related to Coldfusion Database Access, Design and Development.
-
Oblio #1
CF7 (Linux) & SQL2k "No more data available to read"
Suse 9.2 & CFMX7 (+hf2 & new drivers)
cannot connect to:
Win2k SP4 & SQLENT2k SP4
The reason is always "No more data available to read" - my SQL server says the
connection opened, but the login packet was invalid.
Oblio Guest
-
No More data available to read "error"
we ran into this same situation and it actually had to do with the way our query was written. I had a cfloop running around an insert statement,... -
could not read block 84253 of relation "tablename": Input/outputerror
Hi: No way to access "tablename". Can I do something to recover? Is this a hardware error? PostgreSQL 7.4.5 on i686-pc-linux-gnu, compiled by... -
CALL TO ACTION: Photoshop GURU's help solve "BULGEGATE"... please read
CALL TO ACTION: Photoshop GURU's help solve "BULGEGATE"... please read Here is the story, there are 12 pictures of a wirey shape up Bush's back in... -
How can I "read" an .exe file in Linux?
Hi all, we have made a cd with a Director projector. It was done using Director MX. We would like to know if it is possible to make it work in... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
Oblio #2
Re: CF7 (Linux) & SQL2k "No more data available to read"
:| I believe that SQL Server SP4 breaks JDBC driver support. Can anyone confirm?
Oblio Guest
-
cfstubborn #3
Re: CF7 (Linux) & SQL2k "No more data available to read"
I am having a similar problem with CFMX6.1 on my laptop where SQLSERVER2K
desktop is installed. I can get the administrator to verify the datasource, but
a cfquery returns "[Macromedia][SQLServer JDBC Driver]No more data available to
read." I updated my drivers, and even referenced the SQL error online. It
references an issue with the connection being dropped. I walked through the
account settings for the SQLSERVER account and everything seems fine. In
addition, I can connect fine to another SQLSERVER2K datasource on a remote
server using the same laptop Cold FUsion server. Please help!
cfstubborn Guest
-
Oblio #4
Re: CF7 (Linux) & SQL2k "No more data available to read"
See, I can't even get the admin to verify, with default CF driver or MS JDBC.
Please post your versions and service pack levels so we can compare.
Oblio Guest
-
cfstubborn #5
Re: CF7 (Linux) & SQL2k "No more data available to read"
I created an ODBC datasource to get around the problem. You can do this with
your administrator tools(this is under the system DSN tab). You will see
options on different types of databases. Doubkle click the one that says its
for SQLServer, and walk through the options (you will be prompted for the user
account info during the process). After you test it, go back to CFADMINISTRATOR
and connect over ODBC
I do not use SP2 on my Windows box because it prevents me from accessing an
intranet that I use. Otherwise, I have updated my computer thorouhly. Cold
Fusion MX 6.1. SQLServer 2000 Desktop engine.
I had to check the connection priveledges for my connection role also. See my
other post similar to my original reply in this thread under database
connection problems
cfstubborn Guest
-
Oblio #6
Re: CF7 (Linux) & SQL2k "No more data available to read"
Thanks, but I think you're missing my point. I'm unable to connect a Linux box
to the database. All those options are unavailable to me.
When I say "SP", I'm not talking about the OS (which you don't mention, but
by sp2, I assume you're on XP), I'm talking about the SQL Server's patches.
Oblio Guest
-
Oblio #7
Re: CF7 (Linux) & SQL2k "No more data available to read"
Anyone have any insight?
Oblio Guest
-
Oblio #8
Re: CF7 (Linux) & SQL2k "No more data available to read"
per the microsoft.public.sqlserver.jdbcdriver newsgroup:
The Microsof SQL Server 2000 Driver for JDBC does not support SSL
encryption.
There was an issue prior to Service Pack 4 for SQL Server 2000 where the
JDBC driver was able to connect to a SQL Server database even though the
"force protocol encryption" option was set on the server. The SQL Server
would incorrectly allow an unencrypted connection with the JDBC driver.
In Service Pack 4 for SQL Server 2000 this was fixed so that only clients
that support SSL can connect to the server if the "force protocol
encryption" option is set on the server. This will exclude the JDBC driver
since it does not support SSL and you will receive an error on the client.
Thanks,
Kamil
Kamil Sykora
Microsoft Developer Support - Web Data
Oblio Guest
-
Oblio #9
Re: CF7 (Linux) & SQL2k "No more data available to read"
More information:
If anyone is looking for a JDBC driver that can support SSL, I had success with [url]http://jtds.sourceforge.net/[/url]. I had to use the ssl=request parameter, but everything looks good.
Oblio Guest
-
PaulH #10
Re: CF7 (Linux) & SQL2k "No more data available to read"
and its quicker than some other drivers.
PaulH Guest



Reply With Quote

