Post Mover not getting triggered - Rapidsetup

Which IIQ version are you inquiring about?

IIQ 8.4p1

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

I see that the attribute is getting changed, and I see it in the snapshot as well
But the post mover rule is not getting triggered. I just kept a logger statement and log level is being printed. Still no luck

import sailpoint.tools.GeneralException;
import org.apache.log4j.Logger;
import sailpoint.object.RoleAssignment;
import sailpoint.object.ProvisioningPlan;
import sailpoint.api.Provisioner;
import sailpoint.object.ProvisioningPlan.AccountRequest;
import sailpoint.object.ProvisioningPlan.AttributeRequest;

Logger logger = Logger.getLogger(“rapidsetup”);
logger.info(“before if in postMover”);
return;*

Please let me know if we have are missing anything else here*

Hi @nvk1

first of all please check your log4j configuration.

Logger logger = Logger.getLogger(“rapidsetup”);

Maybe rapidsetup is not a correct name for your logger and the process is triggered anyway :slight_smile:

Am already using that for joiner which is logging at debug :slight_smile:

Can you enabled debug logging for sailpoint.workflow.RapidSetupLibrary? That should give you a little more information about what’s happening in the rapid setup code. Might tell you where things are going wrong.

Hello @nvk1 Instead of log.info, try log.warn; this will give us some logs.

Thanks
Raju :expert_ambassador:

4 Likes

Hi @nvk1 , Can you share some logs . Enable the workflow logs and share that so we can help.

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