Consultor Eletrônico



Kbase P101745: The WebSpeed sample only displays "???" in the field on the web page
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

The WebSpeed sample only displays "???" in the field on the web page.

The WebSpeed example from DLC\src\samples\web does not return any values in the fields.

In the WebSpeed development environment the AppBuilder is connected to the database.

CAUSE:

The connection to the sports2000 database in the AppBuilder only give the development environment access to the schema. To get the content from the database on the web page the WebSpeed Agent need to have the connection parameters to the database.

FIX:

Make sure that the WebSpeed Agents startup parameters includes the database connection parameter to the Agent Startup parameters. Make sure the Agents are 'available' and that the broker is registered with the NameServer.
Database parameters:
For shared memory connection add after the -weblogerror the following parameter: -db sports2000
For normal TCP/IP connection add after the -weblogerror the following parameter: -db sports2000 -S <port number> -N tcp -H <host name>