on 2021 Apr 16 5:32 AM
Hi Experts!
We have recently upgraded from v9.3 v10.0. Since then our DI API's are not working. We even tried with both 32bit and 64bit versions. Our SBO users are bounded with Microsoft Windows accounts and they are working perfectly.
When we connect to SBO via DI API:
1) Using domain users (e.g. {domain}/{SBOUser}😞
Error Code: -4001
Error Message: Domain user is not bound to SBO user of company
** The domain user is already bounded with SBO user and SBO client is already working very much fine. **
2) Using SBO users:
Error Code: -4008
Error Message: Login SLD Failed, make sure the server, company and user credential are correct
We even tried to keep the domain user password same as of SBO user password, but still the same errors.
But when we try to get DI Company object through UI API, then its working perfectly.
Please advise!
Request clarification before answering.
Hi Experts,
Did you ever figure this out? We are having the same issue. We are also on SBO 10.0 and moved to "Active Directory Domain Services" login as well. Loging into the UI works fine. Also the service layer is not giving any problem. However when we want to connect through the DI Api, we receive the error:
Domain user is not bound to SBO user of company
The code is as follow:
SAPbobsCOM.Company sapCompany = new Company();
sapCompany.Server = “somesql”;
sapCompany.SLDServer = “someserver:40000”;
sapCompany.language = ln_French;
sapCompany.DbUserName = “somesqluser”;
sapCompany.DbPassword = “somepw”;
sapCompany.CompanyDB = “CompanyDb”;
sapCompany.UserName = “domain.local\theuser”;
sapCompany.Password = “xxxx”;
sapCompany.DbServerType = BoDataServerTypes.dst_MSSQL2017;
sapCompany.UseTrusted = false;All help is appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi kanwalshehzad
For Error Code: -4008 , please use section 10 of note 2710077
For Error Code: -4001, please install SLD Agent and then check connection again.
Kind Regards
Nidhi Singh
SAP Business One Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 33 | |
| 18 | |
| 14 | |
| 13 | |
| 9 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.