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

UNSAccountB process is not firing for INSERT events for Provisioning using Powershell Connector

Hi,

I want to Create Active Directory Accounts using the Powershell Connector with the OOB AD Sample.xml definition file in my Sync Editor Project.

Right now I'm able to execute the Full Sync, so the AD Accounts are under UNSAccountB but I can't Provisioning new acccounts to the Target System.

I've created a new custom UNSAccountB process for INSERT events and it's not being fired. When I run the Simulation in Designer the Process Step says "Not Generated".

Here's the Pre-Script for Generating and Generating Conditions:

The process step is a process task Projector Component - AdHocProjection with the Following Properties:

Also I've setup the provisioning process operation in order to execute the Sync Workflow for Provisioning:

 

I appreciate any help!

Thanks

Parents
  • Can you be please more specific, when you are saying it crashes? At which point in time exactly? What have you done before the crash?

    The only suspicious thing in the XML is the exit in the exit-session function. You should not explicitly end the PowerShell session in the disconnect, just cleanup open resources, or handles.
Reply
  • Can you be please more specific, when you are saying it crashes? At which point in time exactly? What have you done before the crash?

    The only suspicious thing in the XML is the exit in the exit-session function. You should not explicitly end the PowerShell session in the disconnect, just cleanup open resources, or handles.
Children
No Data