Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Communication User locking

Former Member
0 Kudos

Hi

In our production system ,CPIC user is locking for some reason ,i am not able find any clue ,i think it is locking through RFC connections ,any way to find how and who locking it?

Thanks

8 REPLIES 8

Former Member
0 Kudos

Pl ignore

Former Member
0 Kudos

This is in SRM System

manohar_kappala2
Contributor
0 Kudos

Hi,

make sure the user ID and password combination for the RFC matches what it is for the User. Try resetting the password to the value mentioned RFC otherwise make sure that password mentioned in the RFC and actual password for the ID are one and the same.

Let me know if it works or if you had another issue which was causing this problem.

Regards,

Manohar

Former Member
0 Kudos

Hi Manohar thanks for your reply ,we know the CPIC User password and we gave same password in RFC connections also .this is not a problem ,some times this user is locking ,i think some one trying to connect the system using this id but they don't know password ,i am not sure this is the problem for locking?

If this is the case ,how can i find out who and how lock the user and any parameter to avoid CPIC and System user locks?

Thanks

0 Kudos

Hi Srinath,

see if this parameter is causing the problem.

login/disable_cpic

Parameter description :

If this parameter is set to "1", then incoming connections of the

type CPIC are rejected.

(Message class 00, message number 161)

Incoming connections of the type RFC are not affected.

It should be a default 0.

If you are using SNC then also sometimes it might because of the settings for Parameter

snc/accept_insecure_cpic

Parameter description :

After activating the SNC (Secure Network Communications) module,

by default an R/3 application refuses all conventional (non SNC

secured) incoming CPI-C connections from external CPI-C programs

or from R/3 Systems.

If unsecured CPI-C connections are also to be accepted (for example,

from old CPI-C programs or R/3 Systems without SNC), this should be

configured using this switch.

If these are not the causes.

Try to see whats causing the locking of the user ID through change documents...

Message was edited by:

Manohar Kappala

0 Kudos

Hi,

Even i was facing a similar issue and i have solved it.

But before i tell you the solution let me know some details about your system.

Is it a double stack.( ABAP and JAVA)?

Did you change the password for this user ever?

Is the locking going on very frequently?

Are you able to unlock the user and then it works with that particular password?

regards, and reward with points.

Former Member
0 Kudos

Hi

Here is my answers..

Is it a double stack.( ABAP and JAVA)?

a.Yes

Did you change the password for this user ever?

a.no

Is the locking going on very frequently?

a.once in a month

Are you able to unlock the user and then it works with that particular password?

a.Yes

Thanks

0 Kudos

Hi,

Check from visual admin in the security provider that what settings are given for this particular user. it's under user management tab.

Search for this user and then see the properties set for it.

Regards,

Do reward points.