on 2025 Dec 10 7:43 PM
Dear all, We are testing the new version 10 SP2511 on a server with Windows 2025 and SQL 2022, but our developments are producing the following error: 4004-Server’s security certificate is not from trusted certifying authorityServer’s
Clase
oCompany = new Company();
oCompany.UserName = ConfigurationSettings.AppSettings["UserName"].ToString();
oCompany.Password = ConfigurationSettings.AppSettings["Password"].ToString();
oCompany.CompanyDB = ConfigurationSettings.AppSettings["CompanyDB"].ToString();
oCompany.DbUserName = ConfigurationSettings.AppSettings["DbUserName"].ToString();
oCompany.DbPassword = ConfigurationSettings.AppSettings["DbPassword"].ToString();
oCompany.Server = ConfigurationSettings.AppSettings["Server"].ToString();
oCompany.SLDServer = ConfigurationSettings.AppSettings["ServerSLD"].ToString();
oCompany.LicenseServer = ConfigurationSettings.AppSettings["LicenseServer"].ToString();
oCompany.language = SAPbobsCOM.BoSuppLangs.ln_Spanish_La;
oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2022;
oCompany.UseTrusted = false;
Web.config
<!--SAP-->
<add key="UserName" value="manager"/>
<add key="Password" value="*****"/>
<add key="CompanyDB" value="Prod_Breaker"/>
<add key="DbUserName" value="sa"/>
<add key="DbPassword" value="SAPB1ADmin"/>
<add key="Server" value="SERVERSAPV2"/>
<add key="ServerSLD" value="SERVER2SAPV2:40000"/>
<add key="LicenseServer" value="SERVERSAPV2:40002"/>
Has anyone else had this problem and how did they solve it?
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.