Kbase P112606: Error (301) when connecting to the AppServer due to the -URL parameter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/01/2006 |
|
Status: Unverified
SYMPTOM(s):
Error (301) when connecting to the AppServer
Could not recognise argument: -url. (301)
Unable to process parameters. (5509)
The connection works fine when specifying the -H, -S parameters
CAUSE:
The parameter specified in the CONNECT method for connecting to the AppServer is case sensitive.
The parameter -url is specified instead of -URL.
FIX:
Use -URL in the CONNECT method instead of -url.
For example:
DEFINE VARIABLE h AS HANDLE NO-UNDO.
CREATE SERVER h.
h:connect("-URL AppServer://hostname:5162/asbroker1").
/* < ... > */