Consultor Eletrônico



Kbase P159615: On running a WebClient application it fails with error (293) and (492)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/1/2010
Status: Unverified

SYMPTOM(s):

On running a WebClient application it fails with error (293) and (492)

client\auth\login.r was not found (293)

"Unable to run the startup procedure client\auth\login.r. (492)

Error does not occur using same exact deployment cabinet files on another machine.

Process monitor shows application reading registry key of a different product with a similar name to the Vendor's application.

FACT(s) (Environment):

Windows
OpenEdge 10.2A

CHANGE:

Imaging package installed.

CAUSE:

The application INI file base name matched a registry key in HKey_Local_Machine and was attempting to read its environment from this non-OpenEdge registry key.

FIX:

Use -basekey INI -ininame <INI File name>.ini within the startup parameters definition field of the WebClient Assembler.
Add any necessary additional parameters with the above two parameters and values.
Regenerate the WebClient Prowcapc File and redeploy.