client-principal initialize

Posted by bart.syryn on 27-Mar-2017 13:14

Hi, Probably a stupid question, but why does the following work (OE11.3) : hCP:INITIALIZE("myuser@mydomain",ccid,?,"mypaswd"). And the following doesn't work: DEF VAR chUser AS CHARACTER. chUser = "myuser@mydomain". hCP:INITIALIZE(chUser,ccid,?,"mypaswd"). Kind regards, Bart S.

Posted by bart.syryn on 29-Mar-2017 10:59

Meanwhile it's solved.

There was an extra space, looking for hours on this problem ....

All Replies

Posted by Garry Hall on 29-Mar-2017 10:51

The code snippets, as-is and out of context, should be equivalent so should work the same. I tried this quickly in 11.7, and do not see a difference, although I am not sure what you saw when you say it "doesn't work". If you see a difference, please contact Technical Support with a reproducible case.

Posted by bart.syryn on 29-Mar-2017 10:59

Meanwhile it's solved.

There was an extra space, looking for hours on this problem ....

This thread is closed