- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2016 10:07 AM
Hi Team,
I am currently working on an Orchestration workflow, which is used from creating users through SN automation to Active Directory. There is an issue while creating users. i.e., for already existing users, an error is triggered in the logs--> "The specified account already exists"
In such cases for Failure, I want to fetch the error from logs in the workflow and notify User (create event OR email notification), about this error "The specified account already exists, submit a new request through General SR form".
Any help wold be greatful!
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2016 11:58 AM
Why not check for this in the workflow instead and do a notification activity to the user if the user exits. If not a mail is what you want to happen?
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2016 03:56 AM
Hi,
Sorry for the late reply. Have you solved it yet? Not sure what you are meaning. If you look at the result, it says failure,so that is the reason it takes the "failure" way.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2016 07:41 AM
And it would be good to see the condition set in the conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2016 11:58 AM
Why not check for this in the workflow instead and do a notification activity to the user if the user exits. If not a mail is what you want to happen?
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 03:28 AM
Hi Goran,
Thanks a lot for your suggestions!
I tried out that way and it worked out for me.
Since the error for exisitng user came from AD, this was the only reason for failure. I have created a notification event in the workflow for the error triggered and this way my issue was solved.