简体   繁体   English

无法在ISIM 6.0中的目标上添加帐户

[英]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) 我已经在实体级别(帐户)上创建了添加操作及其LCR

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. 我正在使用扩展名(CreateAccount(人员所有者,服务,帐户帐户)。我已在相关数据中定义了所有3个变量,并且LCR过滤器为(uid = xyz)来获取人员对象。

However , when i run the LCR it gets failed, stating NULL pointer exception in View All Request. 但是,当我运行LCR时,它会失败,并在“查看所有请求”中指出NULL指针异常。

Can someone explain why i am getting this error inspite of providing all 3 (person owner, service service, account account) to the extension 有人可以解释为什么尽管向扩展程序提供全部3个(个人所有者,服务服务,帐户帐户),但仍收到此错误

If your LCR filter looking for Person try to create operation and LCR on entity level( Person ). 如果您的LCR筛选器正在寻找Person,请尝试在实体级别( Person )上创建操作和LCR。

Now with your LCR filter you are looking for accounts(not persons) with uid=xyz. 现在,使用您的LCR过滤器,您正在寻找具有uid = xyz的帐户(而非人员)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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