Kbase 20562: Error 2075 When Using Global Shared Temp-Tables
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
SYMPTOM(s):
Error 2075: In procedure <procedure>, shared temp-table <table-name> has a conflict in field, index or undo status. (2075)
CAUSE:
The definition of the global shared temp-table cannot be changed within a Progress session.
If the change of the definition is tried, the error will occur because the current temp-table in memory doesn't match the new definitions.
FIX:
Change the global shared temp-table definition, then you quit the Progress session and restart it.