Authentication error connecting to PASOE instance

Posted by keesvlasblom on 09-Jan-2015 02:12

Hi all,

I'm trying to make a connection to a PASOE instance (in this case the standard oepas1) by executing the statement

CONNECT("-URL http://localhost:8810/oepas1/apsv -sessionModel session-free").

This results in error 9381: Web Server authenication failure - username, password invalid or not set.

I do not have any clue why this happens or what I should to to prevent it. Anyone with some ideas?

Regards

Kees

Posted by Srinivas Munigala on 09-Jan-2015 03:05

oepas1 is the instance name, not the oeabl web application name.

Please remove it from the URL and try.

URL for ROOT / default web application:

CONNECT("-URL http://localhost:8810/apsv -sessionModel session-free").

URL for oeabl application:

CONNECT("-URL http://localhost:8810/oeabl/apsv -sessionModel session-free").

All Replies

Posted by Srinivas Munigala on 09-Jan-2015 03:05

oepas1 is the instance name, not the oeabl web application name.

Please remove it from the URL and try.

URL for ROOT / default web application:

CONNECT("-URL http://localhost:8810/apsv -sessionModel session-free").

URL for oeabl application:

CONNECT("-URL http://localhost:8810/oeabl/apsv -sessionModel session-free").

Posted by keesvlasblom on 09-Jan-2015 06:11

Thanks, understand now and it works fine.

This thread is closed