I have been trying to setup iXP Client CLI on my windows machine (Java version 1.8.0_77) so that job status can be queried without logging to iXP.
However I am getting unexpected error while executing command.
I have followed setup steps as mentioned in CA docops portal..
Installation file ixp-client-71r1b3-win.zip have been copied from iXP server.
below is the error message that I am getting while testing ixautorep.exe or any other exe files in bin folder.
.\ixautorep.exe : Exception in thread "main" com.pgti.ixp.core.exception.IxpException: Unexpected end of ZLIB input stream
At line:1 char:1
+ .\ixautorep.exe /?
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Exception in th...IB input stream:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
at com.pgti.ixp.core.util.StaticInvocation.postX(StaticInvocation.java:443)
at com.pgti.ixp.core.util.StaticInvocation.post(StaticInvocation.java:279)
at com.pgti.ixp.core.cmd.IxAutorep.mainX(IxAutorep.java:92)
at com.pgti.ixp.core.cmd.IxAutorep.main(IxAutorep.java:26)
please help me here to setup iXP Client CLI.