Hi all,
i have a Register User form where i'm trying to provision a new user (and account) on AD Endpoint. When my form (it's a very simple form with only Register Provisioning Command (Non-Visual)) is run, a request is created, and the right user is provisioned (i can see it on AD and i can also collect it) BUT the request is stucked in 'Wait for Notification' node (that is a 'Wait for verification' node) even if i collect or other. Any ideas? i have no AFX error logs and all seems to work well but i can't understand why it does not work.
Thank you all in advance.
ps Via 7.0.1.122913 P02 (SP1 Patch 02)
The Register User is an Account Creation beneath the hoods which uses the "Create Account" AFX capability. The request will only verify if you run the ADC and collect an Account with the name you specified in the form.
In the Register User form, note the parameter you choose as the Account ID in the Register User field. This has to be the value of whatever you will collect later on as the Account ID in the ADC. For example in my lab below, if my ADC collects DN as the Account ID, then I should choose "Account Name" (this is the parameter that should contain the DN). However if my ADC collects samAccountName as the Account ID, then I should change that to "sAMAccountName" as this is the parameter that I use for samAccountName.
I hope this helps explain and solve the problem