Enable\Disable Delimited Source

Hi Team,

I’m trying to Enable\Disable Delimited Source using below code ,It was stopped working suddenly but it was working earlier without putting IIQDisabled in CSV and Schema.

if(Util.isNotNullOrEmpty(employeeStatus)){
  if(employeeStatus.equalsIgnoreCase("A") || employeeStatus.equalsIgnoreCase("L") || employeeStatus.equalsIgnoreCase("Invalid")){
    map.put("IIQDisabled", false);
  }else {
    map.put("IIQDisabled", true);
   }
 }

Any inputs ?

Did it throw any error or it just doesn’t work as expected?

Have you tried checking the possibility of employeeStatus being null? In that case IIQDisabled won’t be set to true/false at all.

No …There is no error and employee status never be null.

It was working earlier… Is there any other way to enable or disable delimited source?

The account schema for the source supports using IIQDisabled for enable/disable.

I would suggest check your Build Map Rule again and if issue still remains work with Sailpoint to troubleshot the rule by adding some logging statements.

Can you add IIQDisabled in your schema and add “IIQDisabled” in your CSV header, at the end and try again?

Thanks
Rakesh Bhati

If it was working properly and no changes made then I would suggest you to connect with SailPoint support as there might be any changes at Tenant level that impacted this Rule.

Also, I suggest you to check this in your other tenant Sandbox/PROD.

Hello Sai,

Try to see if isActive described in this link works for your case. - https://community.sailpoint.com/t5/IdentityNow-Forum/IIQDisabled-in-IdentityNow/m-p/241061

Hi Aishwarya ,

Seems like above link only for WS connector.

Can’t we disable from identity Profile ?

Hi,

Any inputs for above Query ?

Thank you,
Saikumar

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.