cancel
Showing results for 
Search instead for 
Did you mean: 

After chang pwd PISUPER getting error in SLDCHECK not working T-C:SXMB_FIR

Former Member
0 Kudos

Hi All,

After changing PISUPER password at ABAP side i got the below error in SLDCHECK.

Calling function EXCHANGE_PROFILE_GET_PARAMETER

Retrieving data from the XI Profile...

Function call returned exception code 3

Access to the XI Profile is currently disrupted.

=> Check whether you can access the XI Profile using a web browser!

& Even when i execute SXMB_IFR getting the below error,

3: Error while reading configuration for secure communication

Message no. SAI_GLOBAL030

One more is PISUPER I also changed in exchangeprofile of connection.

Please help ASAP.

Regards,

Karthik.

Edited by: Karthiksap on Jul 25, 2011 9:50 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

"In exchangeprofile->connection link i changed pisuper password, do i need to update this. Please also let me know after chaning j2ee_admin do i need to update anywhere."

The PISUPER user should not be maintained in this location (nor should it have any effect on sldcheck). It is a dialog user and only System/service users should be used for the internal PI communications.

The correct user is the PILDUSER. Enter this user and its password in the Exchange Profile -> Connection and then restart. After this check sldcheck again.

Regards

Mark

former_member463616
Contributor
0 Kudos

Hi,

Just restart the java engine. Hope your problem may be solve.

Regards,

P.Rajesh

Former Member
0 Kudos

Rajesh,

I already restarted problem not yet solved.

Regars,

Kathik.

former_member463616
Contributor
0 Kudos

Hi Karthik,

Please see the sap notes : 768452 and 909453.

And see the below link, it might be useful to you. (Please see page no: 150)

[TroubleshootingGuide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d9a978-5f59-2a10-1cae-d4cf0c92a0f2?quicklink=index&overridelayout=true]

Regards,

P.Rajesh

former_member854360
Active Contributor
0 Kudos

please check in SM59 below RFC's are working:

RFC AI_RUNTIME_JCOSERVER

RFC AI_DIRECTORY_JCOSERVER

RFC LCRSAPRFC (for exchange profile)

SAPSLDAPI

Please check this in Exachange profile

a) com.sap.aii.connect.cr.name

b) com.sap.aii.connect.cr.httpport

c) com.sap.aii.connect.landscape.name

d) com.sap.aii.connect.landscape.httpport

Refer this

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0d7c290-0201-0010-bbaa-d8f8af341...

Former Member
0 Kudos

Hi,

I have checked below rfc and working fine except RFC AI_DIRECTORY_JCOSERVER is not available.

RFC AI_RUNTIME_JCOSERVER

RFC LCRSAPRFC (for exchange profile)

SAPSLDAPI

I unable to access http://host:port/exchangeprofile, is there any other way to check below.

a) com.sap.aii.connect.cr.name

b) com.sap.aii.connect.cr.httpport

c) com.sap.aii.connect.landscape.name

d) com.sap.aii.connect.landscape.httpport

FYI. Ours os is Sun Solaries.

Regards,

Karthik.

Edited by: Karthiksap on Jul 25, 2011 10:15 AM

vadimklimov
Active Contributor
0 Kudos

Hello Karthik,

What is the reason you cannot access ExchangeProfile? Is it connectivity issue or authorization problem?

Alternatively to direct access to ExchangeProfile, you can query it indirectly via ABAP stack of the system - using function module EXCHANGE_PROFILE_GET_PARAMETER (import parameters: SECTION - parameters section, e.g. 'Connections'; NAME - parameter name, e.g. 'com.sap.aii.connect.cr.name'). Please keep in mind that import parameters' values for this function module should be case-sensitive. As an output, you should be able to receive value of the specified parameter (if the specified parameter exists for the specified section in ExchangeProfile).

From SLDCHECK output you provided, it is seen that the mentioned function module failed to return correct output. Thus, if you run it manually, you should be able to see what exception it will return. Please let us know what is the actual exception returned by it so that root cause could be narrowed.

Regards,

Vadim

Former Member
0 Kudos

Hi,

This is problem when i changed password of PISUPER using SU01 and again changed using http://host:port/exchangeprofile. After this PISUPER automatically getting locked. When I executed functional module it is asking SECTION AND NAME parameters, i dont know what to give.

Please advice.

I have also change j2ee_admin using SU01, do i need to update anywhere, is this entire problem because of this?

Regards,

Karthik.

Edited by: Karthiksap on Jul 25, 2011 11:13 AM

naveen_chichili
Active Contributor
0 Kudos

HI Karthik,

As you changed the password for PISUPER you need to change the password where ever you have given/used this user or else the user will try to get the old password and get locked very frequently.

That is the reason it is getting locked andnSLD CHECK is failing.

My best suggestion is to revert back to the original password.

Do not change passwords untill and unless you change that everywhere....

Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

Now i given old password to PISUPER using SU01. But still i am getting the below error when i access sxmb_ifr

error log:

3: Error while reading configuration for secure communication

Message no. SAI_GLOBAL030

and also in sldcheck getting :

Calling function EXCHANGE_PROFILE_GET_PARAMETER

Retrieving data from the XI Profile...

Function call returned exception code 3

Access to the XI Profile is currently disrupted.

=> Check whether you can access the XI Profile using a web browser!

In exchangeprofile->connection link i changed pisuper password, do i need to update this. Please also let me know after chaning j2ee_admin do i need to update anywhere.

Regards,

Karthik.

naveen_chichili
Active Contributor
0 Kudos

HI Karthik,

Could you please give me complete log details so that we can pin point where exactly the errror is....

Also check SAP note: 817920 XI readiness check so that you would be able to check the error if we have in some other place in our server.

Regards,

Naveen

Former Member
0 Kudos

Hi Rajesh,

I revered to original password, still getting the same error in SLDCHECK.

Regards,

Karthik.