Hi,
I had configured a 'New' business scenario, including building the Integration repository components. It was based on the XI demo example, and am using the FlightAvailabilityCheck scenario, with the Agency on an XI client (different from the Integration server client) and the Airline on a different R3 installation.
When I attempt to launch this scenarion using the demo BSP application, I get an error message:
>>Unable to check flight availability.
>>Error Type: XI system error
>>Error Details: Proxy calls on the sender or receiver >>side are not permitted on the IS (client)
Has anyone faced this situation, and what will be required ot fix this problem.
Thanks
Feroz
Hi Feroz,
the problem is, that you can't send or receive on the client of the XI server. If you want to use the xi machine, you need to create another client, what you did.
Did you logon to the client of the agency (different client on xi)? The code is the same for all clients, so it works on all clients (customizing and data is mostly client specific). You won't necessarily notice when you logon to another client.
If you call a proxy on a different client on XI, you need to configure the Integration Server in transaction SXMB_ADM which is client specific. You need to give the client in the Destination or URL.
Regards,
Christian
yes, you were right.
However, the message is confusing, as you get the same message for:
1. Runtime is not available (In my case, Services were not started as certain ITS services required for mimes was not activated)
2. Wrong client is used.
Thanks
Feroz
Hi,
my experience is: the transaction SXIDEMO has to be started in the client associated to the travel agency and opens a browser window for that client. In case you already have a browser window open to connect to SLD or RWB or..., this connection is reused, but has the wrong client (i.e. the client of the integration server).
So better close all browser windows before starting the SXIDEMO!
Hope that helps, regards
Boris
Add a comment