This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

event ASSIGN on UNSAccountBInUNSGroupB is generated outside of the connection

Hello,


I have fullsync script where I set FULLSYNC connection variable to prevent processes to generate.
When I create missed UNSAccountB in IDM the processes aren't generate (event = INSERT on UNSAccountB)
but
When I make assignment (insert into UNSAccountBInUNSGroupB) the processes are generated despite generation condition with the variable check.
I suppose that event ASSIGN is sent somewhere outside of my connection and the condition is true.

How can I suppress process generation in that case?

Thank you

Parents
  • I have talked to some guys internally and here is your solution.

    You just need to set the property XIsInEffect to 1. But a normal user account is not allowed to set this property. If the script is executed by the Job Service using the component authenticator you should be able to set the property.

    If you want to test the script in the System Library, you have to use a system user with the flag IsServiceAccount set.

Reply
  • I have talked to some guys internally and here is your solution.

    You just need to set the property XIsInEffect to 1. But a normal user account is not allowed to set this property. If the script is executed by the Job Service using the component authenticator you should be able to set the property.

    If you want to test the script in the System Library, you have to use a system user with the flag IsServiceAccount set.

Children
No Data