Kbase P102855: Cannot use second buffer on temp-table in AppBuilder managed procedure
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/26/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Cannot use second buffer on temp-table
Secondary buffer on temp-table never returns records
Temp-table taken from TEMP-DB database
'Use as Include' flag switched on for table in TEMP-DB
Secondary buffer refers to table in TEMP-DB database, not the temp-table used in the procedure
CAUSE:
This is a known issue being investigated by Development
FIX:
Workaround:
- Add the include files for the temp-table via Procedure Settings - Method Libraries
- Disconnect the Temp-db database before running or compiling code.