Re: Incoming TDS RPC Protocol Stream Incorrect Error for SQL Server 2005



It sounds like you are trying to access SQL Server 2005 with the SQL Server 2000 JDBC driver. That is not going to work. :)

You will have to use the SQL Server 2005 driver to access SQL Server 2005. That driver is also backwards compatible, so you will also be able to access
SQL Server 2000.

If you upgrade to the SQL Server 2005 driver and still have this problem, please create a new thread.

Evan
--------------------
From: raghu raghu <raghuveerv@xxxxxxxxxxxxxx>
References: <OGmKGnPhGHA.4864@xxxxxxxxxxxxxxxxxxxx>
X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
Subject: Re: Incoming TDS RPC Protocol Stream Incorrect Error for SQL Server 2005
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-ID: <emG7u1vAHHA.5060@xxxxxxxxxxxxxxxxxxxx>
Newsgroups: microsoft.public.sqlserver.jdbcdriver
Date: Tue, 07 Nov 2006 22:16:29 -0800
NNTP-Posting-Host: 67.41.129.85
Lines: 1
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.jdbcdriver:8146
X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver


I am unable to connect to SQL Server from OC4J application server.
But i am able to connect to SQL Query analyzer.


java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
JDBC][SQLServer]The incoming tabular data stream (TDS) remote procedure
call (RPC) protocol stream is incorrect. Parameter 1 (""): Data type
0x38 is unknown.


*** Sent via Developersdex http://www.developersdex.com ***



--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

.



Relevant Pages

  • RE: [dbi] Re: MsSQL DBD::ODBC IsNull and undef
    ... I'd guess this is because the SQL Server ODBC driver is looking at your ... Martin J. Evans ... can you run your test script again but creating an OOB log file ...
    (perl.dbi.users)
  • Re: Padding using Type 4 Drivers
    ... |> value than what you have set in SQL Server 2000. ... |> settings that you require. ... |> Are you using the Microsoft JDBC driver or a third-party driver?. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: MsSQL DBD::ODBC IsNull and undef
    ... Martin J. Evans ... On 26-Jul-2005 Brian Becker wrote: ... > ensure you tell your driver the type of the column in bind_col. ... > I'd guess this is because the SQL Server ODBC driver is looking at your ...
    (perl.dbi.users)
  • Re: XA and 2000 backwards compatibility
    ... We haven't deployed the SQL2K XA driver either, so this should work for us. ... I am going through the documentation for the SQL Server driver. ... and enable XA transactions in MSDTC on the SQL Server ... Goto MSDTC tab on properties, click "Security Configuration" button, ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: Incoming TDS RPC Protocol Stream Incorrect Error for SQL Server 2005
    ... Would there driver need to be set with a clientpath on ... You will have to use the SQL Server 2005 driver to access SQL Server 2005. ... Incoming TDS RPC Protocol Stream Incorrect Error for SQL Server 2005 ... JDBC]The incoming tabular data stream remote procedure ...
    (microsoft.public.sqlserver.jdbcdriver)

Loading