简体   繁体   中英

unable to add account on target in ISIM 6.0

I am trying to create an account by making an add operation thru manage operations column. i have created add operation and its LCR on entity level (Account)

I am using extension (CreateAccount(person owner, service service, account account). I have defined all 3 variables in relevant data and LCR filter is (uid=xyz) to fetch the person object.

However , when i run the LCR it gets failed, stating NULL pointer exception in View All Request.

Can someone explain why i am getting this error inspite of providing all 3 (person owner, service service, account account) to the extension

If your LCR filter looking for Person try to create operation and LCR on entity level( Person ).

Now with your LCR filter you are looking for accounts(not persons) with uid=xyz.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM