cancel
Showing results for 
Search instead for 
Did you mean: 

ADDON and general failure

Former Member
0 Kudos

Hello,

I work with SBO 6.5 and SDk 6.5.

I have registered my first addon.

Always seems to work fine ...

But sometimes when I shoot down the SAP application I have the "general failure" error ... even if I have coded an aet_shutdown event with "End" to stop the addon ...

some ideas ?

Thanks.

Romeo Georgievski.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can try this in the shutdown event

SBO_Application = Nothing

oCompany= Nothing

System.GC.Collect()

Application.Exit()

End