Consultor Eletrônico



Kbase P73333: Mismatched temp-table parameters between client and server using .NET Open Client.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/4/2006
Status: Verified

FACT(s) (Environment):

OpenEdge 10.0A

SYMPTOM(s):

Mismatched temp-table parameters between client and server using .NET Open Client

Progress generates error number 5363 in the AppServer server log file

Progress generates error number 9030 in the AppServer server log file

The caller's temp-table parameter does not match to the target temp-table . (5363)

Try switching TEMP-TABLE method ADD-FIELDS-FROM to CREATE-LIKE. (9030)

Using .NET Open Client.

Passing a temp-table handle from 4GL procedure running on the AppServer back to a .NET program.

The program that is being called on the AppServer makes a call to another 4GL program that also defines an output parameter as temp-table handle.

CAUSE:

Bug# 20040322-025

FIX:

Upgrade to 10.0A01.

If upgrading is not possible, place a conditional statement in the code of the first program to eliminate the call to the second program so that only one temp-table handle parameter is defined in the round trip to the AppServer.