BUG: Server to Server RPC Fails Using COMPUTE and COMPUTE BYLast reviewed: April 29, 1997Article ID: Q112000 |
The information in this article applies to:
OS/2: 1833 (4.2) SYMPTOMSWhen issuing a RPC to a remote NT SQL Server, the client application hangs. However, both the local and the remote server can be accessed normally, and server to server RPCs can still be executed between the two machines. Execution of the stored procedure locally, either by an EXEC statement or using DB-Library RPC functions, will return all results to the front-end without error.
CAUSEIf a stored procedure contains a SELECT statement that includes both a COMPUTE BY and a COMPUTE clause, and if that stored procedure is executed as a server to server RPC, the client workstation will hang after receiving all regular and COMPUTE BY results, but before receiving the grand total produced by the COMPUTE
WORKAROUNDThe SELECT statement which produces the COMPUTE BY and COMPUTE results should be broken into two SELECTs. The first producing the COMPUTE BY results and the second producing the grand total.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2 and Microsoft SQL Server version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: calls proc Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |