Consultor Eletrônico



Kbase P161569: SmartDataObject has no AppServer partition defined and is running locally without proper database co
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/06/2010
Status: Unverified

SYMPTOM(s):

SmartDataObject has no AppServer partition defined and is running locally without proper database connection(s) is sent when running application

SmartDataObject has no AppServer partition defined and is running locally without proper database connection(s).

Application compiles without problems

Removing .r files application works

After compiling and .r files are created message is sent

FACT(s) (Environment):

Some SDO created with same installation work
Direct connection to database when building SmartDataObject
No AppServers are involved at any time for application
Windows XP
Progress 9.x
OpenEdge 10.x

CAUSE:

Bug# OE00196413

CAUSE:

The name of the SDO file includes a sequence of characters (_cl) that conflicts with the actual <filename>_cl.w created by Progress to be used with AppServers.
For example:
If SDO filename is: mysdofile_clicve.w a mysdofile_clicve_cl.w is created. When this SDO is used and program is run message is sent.

FIX:

As a workaround, rename SDO filename avoiding use of _cl character sequence.