I am trying to change the agent setting "Run as" via the runcat command.
The path to the agent contains special characters and/ or German umlauts.
Example command:
/mypath/runcat.sh -cmd replace -inputFile "/mypath/replace_RunAsSpecifiedUser.xml" -folderFromFile "/path/folders.txt" -online "https://path.oraclevcn.com:9503/analytics-ws/saw.dll" -credentials "/path/cred/cred.prop"
The file folders.txt does contain path(s) with special characters.
Example of path:
/shared/path/AGENT_With_SpecialCharacters - Übersicht Aufträge
Resuts:
- I tried both options -folderFromFile and -folder without success.
- It is working for a path without special characters.
- It is not working if the path includes some special characters, it just returns "Items Changed None".
- It is not working when using quotes " or apostrophe ' in the folders.txt.
- It is not working with ":s"
Unfortunately our naming convention is not being taken seriously and in the frontend it does allow all variants in the name.
Does somebody knows how to overcome this?