cancel
Showing results for 
Search instead for 
Did you mean: 

ObServerDLL Unloaded

former_member648217
Participant
0 Kudos

Hi Experts,

We encounter a problem in our program when the program is running for 5-10 minutes. the Error is the following.

Problem signature:

  Problem Event Name:     BEX

  Application Name:     PascualLabBatchProgram.vshost.exe

  Application Version:     10.0.30319.1

  Application Timestamp:     4ba2084b

  Fault Module Name:     OBServerDLL_900060.dll_unloaded

  Fault Module Version:     0.0.0.0

  Fault Module Timestamp:     528d21b3

  Exception Offset:     09bc3280

  Exception Code:     c0000005

  Exception Data:     00000008

  OS Version:     6.1.7600.2.0.0.256.1

  Locale ID:     1033

  Additional Information 1:     0a9e

  Additional Information 2:     0a9e372d3b4ad19135b953a78882e789

  Additional Information 3:     0a9e

  Additional Information 4:     0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:

  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:

  C:\Windows\system32\en-US\erofflps.txt

Thanks in advanced.

Regards,

Wilson

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The problem is using DI API for connect and disconnect more than one time to a Company DB.

I replaced the connect/disconnect procedure with a global company variable connected one single time at the first use.

Now my AddOn not crash anymore but can be some problem with network problem where is needed the reconnection

AdKerremans
Active Contributor
0 Kudos

Hi,

You can catch a COMexception and only in that case disconnect, relase Company Object and connect again.

Regards

Ad

Former Member
0 Kudos

Hi, i've a big problem.

After a while my AddOn crash without exceptions.

The AddOn not crash in the test company (a copy of production). Crash only in the production company when the workload is high.

The only trace for the problem is the windows event viewer with this log:

Fault Module Name:     OBServerDLL_900059.dll_unloaded

I tryed to clear SM_OBS_DLL directory and reinstall DI Api but AddOn still crashing.

I'm using SAP 9 PL7 and i can't upgrade the system.

former_member648217
Participant
0 Kudos

Version is 9.0 PL08

0 Kudos

Hi,

I have a similar problem. Did you solve? I cannot know what conditions generate the problem.
Many thanks