cancel
Showing results for 
Search instead for 
Did you mean: 

EXCHANGE_PROFILE_GET_PARAMETER error

Former Member
0 Kudos

Hi

When I do sldcheck to a central sld, I am getting the error as

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!

I did all the regular checks given in note 768452. But still getting the same error. I want to test this FM. What value do I give in Section and Name parameter of this FM?

Also LCRSAPRFC - RFC ping is successful in SLDCHECK - I do have to have this in Jco connection of VIS ADMIN right?

Any help is greatly appreicated.

Thanks

Thilothama

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Thilothama

Check the following thread,

cheers

Sameer

Former Member
0 Kudos

Checked all those also. Still having the same problem.

Former Member
0 Kudos

RZ70 - DO we add anything manually other than configuring

SLD Bridge??? giving the SLD host and service??

What are the settings needed for Sceduling job, Data transport and trasnport information??

Also I tried Start Data Collection - and I am getting this error

Collection of SLD data finished

Data collected successfully

RFC data prepared

Used RFC destination: **_*

RFC call failed: Error opening an RFC connection.

Existing periodic jobs removed. Number: 1

Program scheduled: 20060105 232723

Event-controlled job already exists; scheduling not necessary

Is there something wrong here?

Former Member
0 Kudos

When I tested the FM with the parameters AdapterFramework and com.sap.aii. adapterframework.serviceuser.name, or com.sap.aii. adapterframework.serviceuser.language - I am getting an error - EP_ERROR

Thanks

former_member189354
Contributor
0 Kudos

Hi,

Can you check that SLD Hostname and port is correctly mentioned in the Exchange Profile section.

Bye,

Mallikarjun.M

Former Member
0 Kudos

Realise this is an archaic post, however just to add a possible solution (since I have been searching for a solution to a similar error today)

For future reference this EP_ERROR from the Function Module EXCHANGE_PROFILE_GET_PARAMETER can also be caused by the exchange profile parameter com.sap.aii.ib.remote.exprof.enabled being set to ' '. In some versions of PI (I am using 7.3) it is defaulted to blank. Set it to 'X' in order to allow a remote system to execute EXCHANGE_PROFILE_GET_PARAMETER.

Hope this helps someone in the future.

Former Member
0 Kudos

Hi,

Just to add one point.

If you are changing something in the exchange profile, java restart is really required ( incase of 7.1) to make the changes effective and this is really not required in the earlier versions of PI.

Former Member
0 Kudos

Thank You Sir

Your hint helped mi a lot

Regards,

Tomasz

Answers (1)

Answers (1)

former_member184154
Active Contributor
0 Kudos

Hello!

Happy to help you.

> 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!

Of course you checked that you can access and read Exchange Profile correctly from the Administration link of your XI on the home page, right?

> But still getting the same error. I want to test this

> FM. What value do I give in Section and Name

> parameter of this FM?

I tested it succesfully with these params (just the very first I tried...)


 Import parameters               Value

 SECTION                         AdapterFramework
 NAME                            com.sap.aii.adapterframework.serviceuser.language

> Also LCRSAPRFC - RFC ping is successful in SLDCHECK -

> I do have to have this in Jco connection of VIS ADMIN

> right?

Yes. Also check destination SAPSLDAPI, very similar to LCRSAPRFC.

let me know.

Alex

Former Member
0 Kudos

Alessandro,

>>>Of course you checked that you can access and read Exchange Profile correctly from the Administration link of your XI on the home page, right?

Yes. It works fine there.

>>> tested it succesfully with these params (just the very first I tried...)

Import parameters Value SECTION AdapterFramework NAME com.sap.aii.adapterframework.serviceuser.language

Do I exactly give like this or replace AdapterFramework with some real value and serviceuser with some value???

Thanks

Thilothama