Kbase P105294: SDO based on temp-table results in error 2128
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/06/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
SDO is built on temp-table
Temp-table is populated by custom supporting code
SDO reports error 2128 during openQuery
Invalid or inappropriate handle given to RUN...IN statement. Procedure 'initializeServerObject adm2/appserver.p':2891. (2128)
CAUSE:
SDO has AppServer partition set to something else than local, thus it is attempting to manage the temp-table on the server side.
FIX:
Make sure the SDO's AppServer partition is set to local - the aspartition property should be blank.