Kbase P51774: Dynamics: Errors 247 and 7324 with SDO QueryWhere defined wi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/8/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
SYMPTOM(s):
** Unable to understand after -- "<string>". (247)
PREPARE syntax is: {FOR | PRESELECT} EACH <buf> OF.. WHERE ... etc". (7324)
Stack trace says:
--> prepareQuery adm2/query.p (p:\dyn21\gui\adm2\query.r) at line 16344
CAUSE:
Known Regression issue in 2.1A with assignQuerySelection. SDO's having a where clause defined with the Query Builder fails with errors when additional filtering is added to the QueryWhere (such as SDO used in treeview)
FIX:
A work around is to remove the definition of Query Where with Query builder and hard code it in DataLogicProcedure/initializeObject by calling assignQuerySelection (works OK after SUPER)