cancel
Showing results for 
Search instead for 
Did you mean: 

Credential issue with JCO Session Start

Former Member
0 Kudos

Hi guys,

We have a dev server running MII 12.0.4 --- and a prod server running MII 12.0.5

In dev we have no problem.

In prod we have a problem with our JCO Session Start action blocs always defaulting into incorrect username & password. That being said, the standard BAPI call action bloc processes just fine?

Is there an issue with JCO Session Start action bloc in the 12.0.5 version?

Thanks guys,

Martin

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

When using the session blocks a pool is created during the first use. If the password was wrong at this time, the pool will exist with the incorrect password and all subsequent connections will use the incorrect password until the pool is closed. Try turning off "Pool Connections" on the Start Session action.

You could also try using the url...

http://server:port/XMII/JCOProxy?Mode=Reset&Target=Pool&PoolName=ALL

Jamie

Answers (0)