Hello all
Few days agou we upgrade BES from 9.2 to 9.5 and now we cant use the IEM CLI
I download the latest RESTAPI Command-line Interface (CLI) from here Legacy Communities - IBM TechXchange Community
but still cant use it
we cant even log on see the print screen
More than UTF format its with the CLI command fetch in powershell ps1 file pointing to IEM 9.5.
Below is script while it returns values in IEM 9.2 not returning or logging for IEM 9.5
UTF is not just an format, it is an encoding. When a string is treated in wrong encoding, the string is not interpreted as it really is.
I do not know how you handle errors in your Powershell script, but I think casting to xml results error with 9.5 because when output from iem is treated as ANSI, it does not form valid xml.