Kbase P55644: Dynamics: Error 293 trying to open object in the AppBuilder
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/4/2010 |
|
Status: Unverified
SYMPTOM(s):
Dynamics: Error 293 trying to open object in the AppBuilder
Error 293 when trying to open object using the AppBuilder's 'Open Object' action.
** "pm/objectfilename." was not found. (293)
FACT(s) (Environment):
Dynamics 2.1A
CHANGE:
Migrated repository from 2.0A to 2.1A
CAUSE:
Bug# OE00098428
FIX:
Locate the offending object in the repository and add the
object_extension value:
FIND FIRST ryc_smartobject WHERE ryc_smartobject.object_filename = "<name of offending object>" .
ASSIGN ryc_smartobject.object_extension = "p".