foxysoft / idm-connector-bobj

SAP Identity Management connector for SAP BusinessObjects BI Platform
Apache License 2.0
5 stars 2 forks source link

Create Named User #22

Closed moelaj closed 2 years ago

moelaj commented 2 years ago

I get the following error message when creating a new user through IDM: _fx_bobjcreateUser: com.crystaldecisions.sdk.occa.infostore.internal.InfoStoreException: You do not have any Concurrent User Licenses to make this user a concurrent user. You have 0 Concurrent User Licenses.

How do I force the connector to use Named Users instead. Thanks

boskamp commented 2 years ago

In the "CreateUser" plugin process, open the first action task "Create BOBJ User". On the destination tab of the enclosed toGeneric pass, change the line with attribute name SI_NAMEDUSER and set the value to {BOOLEAN}true

grafik Let me know if it works.

moelaj commented 2 years ago

That worked perfectly. Thanks