Consultor Eletrônico



Kbase P165427: A SmartDataObject does not initialize when run on the AppServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/6/2010
Status: Unverified

SYMPTOM(s):

A SmartDataObject does not initialize when run on the AppServer

The SmartDataObject is initialized in client server sessions but not on the AppServer.

In Progress 9.1E the SDO is initialized as expected.

FACT(s) (Environment):

The SDO is not on Page 0 of the SmartWindow.
The SDO does not have any smartLinks to other smartObjects.
Windows
OpenEdge 10.2B

CHANGE:

Upgraded the ADM2 application from Progress 9.1E to OpenEdge 10.2B.

CAUSE:

Bug# OE00197479.

FIX:

None at this time.

Although there are two ways to work around the problem:

1. Move the SmartDataObject to Page 0 of the SmartWindow.
2. In an initializeObject override procedure manually open the query with:
dynamic-function('openQuery':U IN h_SDO).