cancel
Showing results for 
Search instead for 
Did you mean: 

Di objects permision error

Former Member
0 Kudos

I would like to know if smeone could insert information in B1, via sdk(DIAPI-JAVA) instead of master data information?

I´m trying to insert using JAVA into the Business Object IDocuments and IPayments and it returns the message: "The Loged On user does not have permission to use this object"

Can anyone help concerning this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hm....

In this case ... I don't know.

Maybe manager does have manager permissions? I know that customers sometimes change these permissions and that manager becomes a restricted user.

Former Member
0 Kudos

The manager has all permissions.. The developer solved the problem.. He was not making reference to the right object.. He was inserting a document, but not specifying wich document it was, the same with incoming payment and outgoing payment.

Thanks for your help!

Answers (1)

Answers (1)

Former Member
0 Kudos

You are getting an error because the SBO user you are working with does have the proper permissions.

Try your code with a user with SBO manager permissions (no permission restrictions).

If this works then you have to add permissions to the user you were working with.

If your aaplication is a pure DI, just use the manager to logon to SBO to avoid all the permissions trouble.

Former Member
0 Kudos

The user we are using is the manager user... and the db user is sa...

Any other idea for this?