CF7 (Linux) & SQL2k "No more data available to read"

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default Re: CF7 (Linux) & SQL2k "No more data available to read"

    Anyone have any insight?
    Oblio Guest

  9. #8

    Default 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

  10. #9

    Default 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

  11. #10

    Default Re: CF7 (Linux) & SQL2k "No more data available to read"

    and its quicker than some other drivers.
    PaulH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139