Please share any other relevant files that may be required (for example, logs).
Caused by: org.apache.bsf.BSFException: BeanShell script error: bsh.EvalError: Sourced file: inline evaluation of: !groupExists;'' : illegal use of undefined object or 'void' literal : at Line: 1 : in file: inline evaluation of: !groupExists;‘’ : ;
Share all details about your problem, including any error messages you may have received.
Hi All,
I’m working on creating Azure Distribution List through Custom Quicklink, I was using the same Quicklink that used to create AD Groups. In same workflow i added few steps to create DL for Azure based on Group type Selection. I was getting this error while trying to create the group. the issue seems to be happening on Transition Step. Below Provided are the Transition Steps
Transition for Azure AD:
Transition Step for AD:
Whenever i try to create Azure DL, !groupExists was getting Error. I’m not sure why that transition was getting evaluated while creating Azure DL. Can anyone please help me on this.
@Arun-Kumar Thanks for the reply it worked for transition.
I have another query in this. as i said we were using same Quicklink to create AD Groups and Azure Group. I have set a source as Target Aggregation for Azure. AD Group source was Group Management we haven’t set that its default. But while creating Azure Group now I’m getting both source in provisioning transaction “Target Aggregation” and “Group Management” . and Group Management was getting failed with following error.
Ex55FBCD|Microsoft.Exchange.Configuration.Tasks.TaskException|There are multiple recipients matching identity “Group Name”. Please specify a unique value.
ProvisioningPlan plan = new ProvisioningPlan();
ProvisioningPlan.ObjectRequest oR = new ProvisioningPlan.ObjectRequest();
oR.setApplication(“App name”);
oR.setOp(ProvisioningPlan.ObjectOperation.Create);
oR.setType(“group”);