After Modify Connector Rule to trigger Powershell script

Trying to call PowerShell script on network through After Modify Connector rule of Active Directory.

It was working when we try to run the same script from IQ service host (using PowerShell with IQ service account) but unable to do same when we deploy rule in SailPoint.

Getting below Time out error, (tried to increase provisioningTimeout as well but same issue)

Error

[“sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 2 from client 24a71f51-7b24-4d83-b2c9-374c5ac898c0 after 120 seconds.”]

There is no proper log generated from line PowerShell script triggered at SailPoint/Log generated by Script /At network script

Yamini,

Can you share more about your Powershell script? Is this a script you wrote yourself, or a script written by someone else, or possibly by the community?

Hi Jordan,

The PowerShell script is working. This issue is related to port block of IQService. When changed port to another its working fine.

Regards,
Yamini

Hi Jordan,

I have quick question In after modify connector rule (Active Directory) based on result success will we be able to set back values or read the script result values and set this to identity profile attributes? or any other source attributes?
e.g., $res1 = Invoke-Expression xxx
Regards,
Yamini

Yes, its written by me