Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am trying to save some changes on talend mdm web console. but it is throwing the following error. Does anyone face this issue earlier? Any help will be appreciated.
Thanks in advance.
Caused by: java.lang.RuntimeException: com.amalto.core.util.XtentisException: Unauthorized write access by user administrator on Item '__SYSTEM.User.administrator'
at com.amalto.core.save.DefaultCommitter.save(Unknown Source)
at com.amalto.core.save.SaverSession.end(Unknown Source)
at com.amalto.core.save.SaverSession.end(Unknown Source)
... 80 more
Caused by: com.amalto.core.util.XtentisException: Unauthorized write access by user administrator on Item '__SYSTEM.User.administrator'
at com.amalto.core.objects.ItemPOJO.checkAccess(Unknown Source)
at com.amalto.core.objects.ItemPOJO.store(Unknown Source)
... 83 more
2016-11-15 21:05:31,091 ERROR com.amalto.core.util.XtentisException: Unauthorized write access by user administrator on Item '__SYSTEM.User.administrator'; nested exception is:
I am getting a similar error in mdm log
Unauthorized read access by user xxx on Item 'customer_v2#STAGING.acct_type_v2.1'; nested exception is:
com.amalto.core.util.XtentisException: Unauthorized read access by user xxx on Item 'customer_v2#STAGING.acct_type_v2.1'
user role in tac is administrator under MDM
and i have a custom role defined. With which user is able to see the model, container and can even see data in staging and master tables. Only error is while changing model and container + while browsing data or editing data. I have given read and write access to all models to the role defined. This works fine when trying to login as security admin though.