cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 error during SBO user authentication

attakorn_t
Explorer
0 Kudos

I want to connect Visual Studio to SAP B1, but when I run the above code, I get the error "Error during SBO authentication." Upon checking, I've confirmed that the user ID and password are correct. Does anyone know how to resolve this issue?

error-during-sbo-authentication.jpg

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi attakorn_t,

You can use something like this:

oCompany.Server= @"ZGB1QAS\ZGB1QAS";

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

Answers (2)

Answers (2)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi attakorn_t,

You need to mention the same server value (ZGB1QAS\ZGB1QAS) in Server property in DI API as it appears in SLD.

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

attakorn_t
Explorer
0 Kudos

Dear Ankit,

How can I add special characters like \ within "".

Best regards.

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi attakorn_t,

For MS SQL version, you need to use port 30000 for LicenseServer property.

Can you comment out the LicenseServer property in your code and check the issue again?

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

attakorn_t
Explorer
0 Kudos

I have deleted LicenseServer , but the error still persists.

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi attakorn_t,

Can you share the screenshot of the SLD page clearly showing the SLD Address and DB Instances tab in SLD?

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

attakorn_t
Explorer
0 Kudos

Dear ANKIT CHAUHAN,
How can I check the SLD page? I initially tried deleting the SLDServer, but the error still persists.

Best regards.

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi attakorn_t,

You can access System Landscape Directory (SLD) or Control Center in a Web Browser and share the screenshots accordingly.

The link should be something as below: https://ZGB1QAS:40000/ControlCenter.

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

attakorn_t
Explorer
0 Kudos

Dear Ankit,

My Controle Center has the following deatails.


Best regards.