cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to connect or logon to SLD, Please Check connection Parameters and Configure File Login

former_member440545
Participant
0 Kudos

Hi Experts,

When I connect DI server to web application, I am facing the following error?

This XML File does not appear to have any style information associated with it.The Document tree is show below

<string xmlns="http://tempuri.org/DISSample/sample">

ERROR-ENV:Receiver-8037 Failed to connect or logon to SLD, Please Check connection Parameters and Configure File Login

</string>

please help me solve this issue?

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

In that case, I would ask you to raise an incident to SAP Support to get it investigated.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Send us the XML request that is being used to make the company connection using DI Server.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

former_member440545
Participant
0 Kudos
  • Thanks for Your Reply sir, This is the Xml request
  1. xml.Append("<?xml version=\"1.0\" encoding=\"utf-16\"?>");
  2. xml.Append("<env:Envelopexmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\">");
  3. xml.Append("<env:Body>");
  4. xml.Append("<dis:Loginxmlns:dis=\"http://www.sap.com/SBO/DIS\">");
  5. xml.Append("<DatabaseServer>SQLSERVER</DatabaseServer>");
  6. xml.Append("<DatabaseName>DBNAME</DatabaseName>");
  7. xml.Append("<DatabaseType>dst_MSSQL_2014</DatabaseType>");
  8. xml.Append("<DatabaseUsername>sa</DatabaseUsername>");
  9. xml.Append("<DatabasePassword>PASSWORD</DatabasePassword>");
  10. xml.Append("<CompanyUsername>manager</CompanyUsername>");
  11. xml.Append("<CompanyPassword>PASSWORD</CompanyPassword>");
  12. xml.Append("<Language>ln_English</Language>");
  13. xml.Append("<LicenseServer>SQLx64-Pesc1:30000</LicenseServer>");
  14. xml.Append("</dis:Login>");
  15. xml.Append("</env:Body>");
  16. xml.Append("</env:Envelope>");
  17. XmlDocument xmlDoc = new XmlDocument();
  18. xmlDoc.LoadXml(xml.ToString());

Sir, And one more Question.. How to find the license server for the below line?

xml.Append("<LicenseServer>SQLx64-Pesc1:30000</LicenseServer>");

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Refer to SAP Note 1882326 and 865191 which mention the same error message and resolution for the same.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

former_member440545
Participant
0 Kudos

Hi sir,

I tried the steps which are given in SAP Note 1882326 and 865191 but still I am facing the issue.

Note: I created normal web application that contains one button. I write the above coding in the button click and check the connection was happen or not (session id is created or not). but same error is shown in messagebox instead of session id.

former_member440545
Participant
0 Kudos

Hi Ankit,

I followed the steps given in this sap note 1882326 and 865191.But still I ma facing the same issue.Please help me to solve.

env:Receiver-8037Failed to connect or logon to SLD, please check connection parameters and configure fileLogin