Hi all,
when connecting from OpenAccess to the OE AppServer a connect procedure is called.
Can anybody tell me the parameters this procedure is expected to provide?
I tried it with the same signature as a standard AppServer connect procedure
(INPUT CHAR user, INPUT CHAR PW, INPUT CHAR pcOther) but I get an Error in the AppServer log:
AS -- Mismatched number of parameters passed to routine server/openAccessConnect.p. (3234)
AS -- ** ABL Debug-Alert Stack Trace **
AS -- --> server/openAccessConnect.p at line 0 (c:\Users\IDa_wf\git\dev\opt\crm\tty\server\openAccessConnect.p)
Thanks,
Mike
Hi all,
when connecting from OpenAccess to the OE AppServer a connect procedure is called.
Can anybody tell me the parameters this procedure is expected to provide?
I tried it with the same signature as a standard AppServer connect procedure
(INPUT CHAR user, INPUT CHAR PW, INPUT CHAR pcOther) but I get an Error in the AppServer log:
AS -- Mismatched number of parameters passed to routine server/openAccessConnect.p. (3234)
AS -- ** ABL Debug-Alert Stack Trace **
AS -- --> server/openAccessConnect.p at line 0 (c:\Users\IDa_wf\git\dev\opt\crm\tty\server\openAccessConnect.p)
Thanks,
Mike
Flag this post as spam/abuse.
Hi Prasanna,
using that sample I got it working. Thanks for your help!
Mike