Kbase P135580: SDO's not working on appserver, raise error 293 when invoked
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/10/2008 |
|
Status: Unverified
SYMPTOM(s):
SDO's not working on AppServer, raise error 293 when invoked
Errors occur in AppServer log
Application Server connected with connection id:... (8358)
(Procedure: 'constructObject adm2/containr.p' Line:6518) ** "c" was not found. (293)
Application Server disconnected with connection id... (8359)
Client side of application fails to run without reporting errors
FACT(s) (Environment):
OpenEdge 10.1C
UNIX
CAUSE:
SDO's were referenced using absolute Windows pathname containing drive letters. When deployed on a UNIX-based AppServer, this pathname will be invalid and cause the error 293
FIX:
Use relative pathname or UNC path references.
These are more platform independent and will avoid this issue.