cancel
Showing results for 
Search instead for 
Did you mean: 

XI Error SLDAccess set to true, but not available.

Former Member
0 Kudos

Hi,

I am developing a B2B scenario using XI. I am Sending ORDRSP.ORDERS05 Idoc from R/3 system to a external Party(customer).

I am using a FTP adapter on the receiver side. I want the XML file to be put in the FTP destination(currently it is in the intranet). The IDOC has reached XI. But its processing is failed in XI with error "<b>SLDAccess set to true, but not available.</b>"

The access to FTP destination is proper, as I can FTP to the same destination from outside, with the userid/pwd as configured in XI Adapter.

Please, can anybody help me to resolve this problem based on similar experience.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vinay.

have a look to Note: 720717.

Hope this help

Former Member
0 Kudos

Hi,

We have resolved this issue. Soln as mentioned below.

XIAFUSER user was locked due to incorrect login.

Hence unlocked XIAFUSER.

AS Default password of XIAFUSER was changed the changed password was required to be maintained in the Exchange profile -->Adapter Frame work and in the Visual Administrator >Cluster>server-->services-SAP XI AFCPACache.

Former Member
0 Kudos

Hi,

Go to SLD> Business sytems>ur Integration server, U will find the pipeline URL.

http://hostname:8000/sap/xi/engine?type=entry

You always need to have a business system/business service to communicate.

So u should create an entry in ur SLD for the 3rd party system and go to Integrationr Directory and assign the business system. OR

create a new Busniess service (FileService) and

Then create the File communication channel (FTP) under business system/service.

Cheers,

Siva Maranani.

Former Member
0 Kudos

Dear Siva,

Thanks for your reply,

I have already created a Party (for customer), under which I have created a Business service which further has a communication channel using File FTP adapter.

The receiver system is a non sap system and is not defined in my landscape, As I understood that in the B2B scenario it is not required.

Regards

Vinay Rane

MichalKrawczyk
Active Contributor
0 Kudos

Hi Vinay,

If you go to TCODE: SLDCHECK

what do you see on both SAP systems (does every step in the SAPGUI SLD check report after using TCODE SLDCHECK has sucessful message) ? like this:

Testing the RFC connection to the SLD java client...

RFC ping was successful

Testing the SLD API

SLD API ping was successful

Calling function LCR_LIST_BUSINESS_SYSTEMS

Retrieving data from the SLD server...

Function call terminated sucessfully

Calling function LCR_GET_BS_DETAILS again

Retrieving data from the local SLD cache...

Function call terminated sucessfully

Calling function LCR_GET_OWN_BUSINESS_SYSTEM

Retrieving data from the SLD server...

Function call terminated sucessfully

maybe there are some errors over there?

Regards,

michal

Message was edited by: Michal Krawczyk

Former Member
0 Kudos

We have faced similar problem , please check the port SMICM and pipeline URL while creating business system .

Former Member
0 Kudos

Hi Michal,

Thanks for your advice,

I have checked through SLDCHECK, There are no errors.

Regards

Vinay

Former Member
0 Kudos

Hi Manish,

As I am doing a B2B scenario where in Sender is a R/3 system and receiver is a non SAP system. Hence I have not defined any business system for the receiving system.

I am using FTP as the receiver communication channel.

Where can I see the pipeline URL ?

Thanking you

Regards

Vinay Rane