Kbase P84331: WebClient connecting the AppServer through the AIA fails with error 5468
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
Error 5468 with the WebClient connecting the AppServer through the AIA
Application server connect failure. (5468)
Testing the AIA with the 'GetServletStatus' works fine
AppServer configured to use connect procedure
AppServer is up and running and registered with the NameServer
CAUSE:
The AppServer connect method does not contain the userid and password required
in the AppServer connect procedure.
FIX:
Specify the userid and password parameters in the client
code where the CONNECT() method is being executed:
lRet = hAS:CONNECT("-URL http://hostname/aia/Aia?AppService=asbroker1", "userid", "password") .