cancel
Showing results for 
Search instead for 
Did you mean: 

Error - why is sapbobscom90.dll failing on windows service?

former_member529316
Discoverer
0 Kudos

Hello experts

I'm trying to connect to DI API from a windows service that checks status on SAP docs and said service fails randomly giving me the error below.

I can't manage to grasp if it has something to do with the dll sapbobscom90.dll or if it is something else

Hope you can point on the right track here

Best regards

Jefferson

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member529316
Discoverer
0 Kudos

Thanks Edy, for the response

We imagine it is a memory issue, the service will be restarted, it is reflected in the Windows Event Error.

Best regards

Jefferson

edy_simon
Active Contributor
0 Kudos

Hi Jefferson,

You need to look elsewhere.
DI API will crash when the memory usage is too high.
Options are DI Server, B1if or HANA Service layer.

Another way is to decouple your window service and the actual program referencing the DI API.
Your window service will call this DI API worker and shut it down/restart it whenever you need to.

Regards

Edy