Kbase P41838: 'AppServer partition is not defined' when running a SmartDataObject with temp-tables in its query
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/06/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
AppServer partition is not defined
SmartDataObject created against the temp-db database
Temp-db is not connected in deployment
CAUSE:
There is a reference in the code to a temp-db table which is not included in the SmartDataObject query.
FIX:
When the SmartDataObject is created against the temp-db database, just the SmartDataObject query tables are defined in it.
If a reference to another table needs to be done, it must be defined in the SmartDataObject too.