cancel
Showing results for 
Search instead for 
Did you mean: 

Login SAP via Jco with non dialog userid

Former Member
0 Kudos

Hello, has anyone ever connected to SAP from Jco using a non dialog user ID. I have a application using Tomcat/Axis and implementing connection pooling. Problem is I cannot sign on SAP unless the userid is defined as a dialog user. Our security officers do not allow generic Dialog users. I know that Jco under the covers uses CPI-C and that other software platforms can connect via CPI-C with non dialog userids. Any advice would be welcomed.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hobert,

I have used a Communication User and connected to SAP via Jco.What is the exact problem you are facing with the login?

Regards,

Uma

Former Member
0 Kudos

When the user was defined as Dialog everything workrd fine. Then when it was changed to communication I got "User Not authorized: Session terminated" message back from SAP when I call JCO.getClient(POOL_NAME)

Former Member
0 Kudos

Problem is resolved. Turned out to be in the way the user was defined.