Passing " in a value
ConfigMgr send the username in the format of domain\user but service manager won't work with that. So I have a .net activity to translate the domain\username into the Distinguished name and service manager can then work with that. This works fine until you have someone with an ' in their name, like mine O'Connor.
This is the step
This is the error in orchestrator:
The criteria used for the query has a character or keyword that is not valid. The following parse error was returned: Parse error before Connor
Anyone have any thoughts on how I can deal with the special characters in a name?
Best Answer
-
Ken_Curtis Customer IT Monkey ✭I would imagine the " " would work somehow, but orchestrator may not be passing it as you want. You may need to do some sort of data manipulation - maybe to a text file, where you take the returned data and force it to prepend and append the quotation marks.5
Answers