Kbase P14932: AppServer fails with error ASSERT FAILURE: csopTtabInRequest: INPUT_NEXT_RECORD
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/02/2005 |
|
Status: Unverified
FACT(s) (Environment):
SCO OpenServer 5.0.5
SCO OpenServer 5.0.6
Progress 9.1x
SYMPTOM(s):
AppServer fails with error ASSERT FAILURE: csopTtabInRequest: INPUT_NEXT_RECORD
ASSERT FAILURE: csopTtabInRequest: INPUT_NEXT_RECORD
ASSERT FAILURE: File: /view/rdl91bw2/vobs_prgs/src/c/csoTtab.c, Line 931
CAUSE:
Mismatched temp table definitions between the client & server programs.
The server procedure defines the output parameter as a temp-table handle, the client receives this as static temp-table (i.e. "output table tt_Customer").
FIX:
Modify procedures in the client and AppServer to match with the temp-table parameter types.