Catastrophic Failure [Win 2003 And SqlServer 2005 64 Bits]

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
rodgarcialima
Posts: 2
Joined: Wed 24 Sep 2008 18:18

Catastrophic Failure [Win 2003 And SqlServer 2005 64 Bits]

Post by rodgarcialima » Wed 24 Sep 2008 18:38

Hi folks,

We are testing our app with Windows Server 2003 64 bits and Sql Server 2005 64 bits and we got "Catastrophic Failure" error when we're trying to execute some procedures on my server through sockets connection. The procedure on our app server calls a Stored Procedure on Sql Server. This app has been working for many years on Windows and Sql Server 32 bits and we believe that the problem is dbexpress driver.

We need some help because our customers are making us crazy.

Cheers

Further Info:
-Delphi 7
-dbExpress driver for SQL Server 4.25.0.8
-MS SqlServer 2005 64 Bits
-MS Windows 2003 64 Bits

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 02 Oct 2008 08:39

We are investigating this problem. Please supply us the following information:
- do you run your application on same machine where SQL Server 2005 64 bits is running, or on Windows 32 bits;
- what provider do you use in the connection;
- does the error arise on connection establishment or on executing a query;
- does the error arise on executing a stored procedure or on executing other queries too.

rodgarcialima
Posts: 2
Joined: Wed 24 Sep 2008 18:18

Post by rodgarcialima » Thu 02 Oct 2008 13:28

Dimon wrote:We are investigating this problem. Please supply us the following information:
- do you run your application on same machine where SQL Server 2005 64 bits is running, or on Windows 32 bits;
- what provider do you use in the connection;
- does the error arise on connection establishment or on executing a query;
- does the error arise on executing a stored procedure or on executing other queries too.
- do you run your application on same machine where SQL Server 2005 64 bits is running, or on Windows 32 bits;
A: The server runs on same machine where SQL Server 2005 64 bits is running, but the client runs on Windows 32 bits. Only the server connects to database and executes a Stored procedures.

- what provider do you use in the connection;
A: TCRSQLConnection

- does the error arise on connection establishment or on executing a query;
A: None

- does the error arise on executing a stored procedure or on executing other queries too.
A: On executing a Stored procedure only.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 07 Oct 2008 09:48

Please send me a complete sample at dmitryg*devart*com to demonstrate the problem, including script to create a stored procedure and tables.

Post Reply