Hi A. Kerremans,
Thanks for the replay, this is the code i'm using for the connect:
SAPbobsCOM.Company vCompany; vCompany = new SAPbobsCOM.Company() { DbPassword = serverConfiguration.DatabasePassword, DbUserName = serverConfiguration.DatabaseUsername, Server = serverConfiguration.DatabaseServer, LicenseServer = serverConfiguration.LicenseServer, UserName = username, Password = password, CompanyDB = companyDB, DbServerType = serverConfiguration.DatabaseServerType }; vCompany.Connect();
I don't set the "UseTrusted" at all so it should be "False".
For the service, i tried to use Local System, and then i tried with Normal windows user from administrators group, also with no success