cancel
Showing results for 
Search instead for 
Did you mean: 

SAPB1 SDK Service Not Found

0 Kudos

Hi,

Our addon runs in 3 firms now. Firms are at same server.

Today our customer import addon to 4.firm, addon installed succesfully.

But the error "Service Not Found" occured at line oCompanyService = oCompany.GetCompanyService();

There is no such error in other databases. Why could it be?

I checked the ocompany connection. This is ok oCompany.Connected returns true.

The code is like this.

GeneralService oGeneralService = null;

GeneralData oGeneralData = null;

GeneralDataParams oGeneralParams = null;

CompanyService oCompanyService = null;

oCompanyService = oCompany.GetCompanyService();

oGeneralService = oCompanyService.GetGeneralService("SAMPLE1");

Accepted Solutions (0)

Answers (0)