cancel
Showing results for 
Search instead for 
Did you mean: 

exchange profile

Former Member
0 Kudos

Hi All,

I have following query.

What is exchange profile?

What is the use of exchange profile in XI?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Exchange profile contains the set of parameter that are used for the complete functioning of SAP XI components. IT's more of a storage area.

From SAPp Help:

The exchange profile is an XML document that is stored in the main database of the SAP Exchange Infrastructure (XI). The parameters contained in this document define certain basic technical settings. Most of them are initialized automatically during the installation phase, but in some cases the administrator may need to maintain them. You can access the maintenance screen at:

http://<host:port>/exchangeProfile

In this HTTP address host and port are the host name and connection port of your Integration Server.

You are prompted for a user name and a password. A user with the J2EE security role administer is required. By default this J2EE role is mapped to role SAP_XI_ADMINISTRATOR_J2EE on SAP Web AS 6.40.

The HTTP address provides you with a browser-based interface for editing the exchange profile.

For more information about editing the exchange profile and for a list of available parameters, see the SAP Exchange Infrastructure Configuration Guide under Exchange Profile Parameters.

After any modification of the exchange profile, you must restart the Integration Server for the changes to take effect.

Regards

Vijaya

Answers (4)

Answers (4)

Former Member
0 Kudos

closed

moorthy
Active Contributor
0 Kudos
Former Member
0 Kudos
Former Member
0 Kudos

If you're familiar with the ABAP world, it's somewhat analogous to the profiles maintained in RZ10. The parameters maintained in the XI exchange profile are fundamental and critical to the operation of XI and it's core components. Any changes to parameters made here has to be done carefully and knowledgably. The different components of XI (e.g. Adapter Framework, RWB) access the exchange profile for things like hostname, user credentials of the main service users, etc.

Regards,

Jin