Consultor Eletrônico



Kbase P186061: Making a web services request from SOAPUI giving error (1006) (7211) (10926)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/04/2011
Status: Unverified

SYMPTOM(s):

Making a web services request from SOAPUI giving error (1006) (7211) (10926)


Error in SOAP request execution: ERROR condition: <program name> Database <dbname> not connected. (1006) (7211) (10926)

AppServer broker esbbroker1 server log shows error 1006 as well

<program name> Database <dbname> not connected. (1006)

The esbbroker1's agents startup parameter includes -ld name that is different than the physical database name

FACT(s) (Environment):

All Supported Operating Systems
Windows
OpenEdge 10.2B

CAUSE:

When the ABL program is compiled the connection to the database from the client did not include the -ld parameter. Therefore, it took the physical name of the database as the logical name. This logical name, same as physical database name, is referenced in the r-code.

FIX:

Either exclude the -ld parameter from the AppServer agents' startup parameter, or recompile the ABL program again by connecting to the Database using the same -ld name as on the AppServer agents' startup parameter.