cancel
Showing results for 
Search instead for 
Did you mean: 

business sys not found

Former Member
0 Kudos

hi

for my file 2 file scenario uam getting following error in sxi_cache

LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM

and the status of message is "To be delviered" in rwb.

plz help me

viju

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

There are two main reasons why something gets placed in the "To Be Delivered" status. Either your queues haven't been set up in SXMB_ADM - manage queues, or the Integration Engine can't communicate with the destination, hence your error with finding the business system. Perhaps you have misconfigured something. I assume since you are doing a file 2 file scenario that you have configured a third party business system in the SLD? Check to make sure that you have assigned a logical system to that business system in the SLD, and then verify that the logical system name in the SLD matches the one in your business system in the Integration Directory.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>and the status of message is "To be delviered" in rwb

Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.

TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.

This is done via the Messaging System receive servlet:

http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>;

/<PROTOCOL>

Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING

Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER

to see if they are blocked

We can check the messages:

AdapterFramework

com.sap.aii.adapterframework.serviceuser.language

com.sap.aii.adapterframework.serviceuser.name = XIAFUSER

com.sap.aii.adapterframework.serviceuser.pwd

ApplicationSystem

com.sap.aii.applicationsystem.serviceuser.language

com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER

com.sap.aii.applicationsystem.serviceuser.pwd

in the exchange profile to make sure the right passwords

Regards

Agasthuri Doss

Former Member
0 Kudos

hi,Agasthuri Doss

both the user are working properly and not blocked.

regards

viju

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this means that your sld connection may not be working

check transaction sldcheck in XI

and also transaction sldapicust (if correct password is maintained)

Regards,

michal

Former Member
0 Kudos

hi mike,

both the tcodes u told are working fine.

regards

viju