cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with generic custom AddOn on SBO8.82

Former Member
0 Kudos

Hello all,

We have just migrated a SBO installation from version 2007 to 8.82 PL10, and when we run a custom developed AddOn, we get the following error:

Connection - Connection string is not valid.  [66000-84]. No SAP licenses

This AddOn was working correctly in SBO 2007 version.

At SAP user license level the "SAP AddOns" option is active: shouldn't the AddOn work with no problem?

If not, do we have to generate any specific licence type?

At AddOn code level, the exception is always thrown in this generic code:

            strConnectionString = Microsoft.VisualBasic.Command()

            strConnectionString = "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056"

            varSboGuiApi.Connect(strConnectionString)  ' Exception is thrown here!

Thanks all,

mdias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The new version of B1 has new licensing mechanism. The add-on has to be recompiled to compliant with new rule. Better post it on SDK forum to get SDK expert to answer.

Thanks,

Gordon

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please refer SAP note 1883984

Thanks & Regards,

Nagarajan