cancel
Showing results for 
Search instead for 
Did you mean: 

Disconnect AddOn

Former Member
0 Kudos

Hi experts,

When i call SalesOrder form from another form with Linked Button my Addon disconnected and SBO system message is shown:

- Restart Add on

- Log off the current company

- Continue working without this AddOn

When i do same process with Debugging mode at Visual Studio this problem don't happen. But connect on SAP B1 Client this problem happen. Notify also when restart addon on Task Manager has been 2 times addon started.

Can someone help me to solve this problem?

Thanks in advance.

Best regards

Ulvi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

I already solve this problem. It is related with connection.

Answers (2)

Answers (2)

pedro_magueija
Active Contributor
0 Kudos

Hi Ulvi,

That message appears once your add-on "crashes". Perhaps there is an uncaught exception in the code. Since it happens at a specific place, check on that part of the code and wrap it around a try/catch and log it to a text file.

Then run it and check the log.


Pedro Magueija


LinkedIn Logo View Pedro Magueija's profile on LinkedIn
Follow @pedromagueija on Twitter

If this answer is helpful or correct, marking it as such is a form of saying thank you.

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ulvi,

From the error message, issue appears related to DI API Corruption. Either your add-on is using an older version of DI API or you are trying to perform a task that takes time to implement and SAP becomes idle in that time.

One more thing to test is whether the issue can be reproduced on every single machine?

Can you make sure the followings?

1. Your add-on is not referring to an older version of DI API. (Build your add-on code using the same version as on Server machine)

2. You have installed the DI API as an Administrator. (If not, do it with window's Administrator user)

3. Write here the code that you are performing when the error occurs.

Hope it helps.

Kind regards,

ANKIT CHAUHAN

SAP Business One Global Support

Former Member
0 Kudos

But i don't use DI API in my addon. May be it is related with Client Server?