Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My Scenario is :
I want to automate a manual process using tsystem. I have a file with name "iashell", to open that I open the cmd and give the path along with iashell (for ex : cmd /c C:\\Users\\vvengala\\Pictures\\infoarchive\\bin\\iashell). after that the shell will open and I need to connect to that. for connecting I need to execute connect --gateway http://localhost:8085/ --u username --p password. shell is opened but I'm not able to execute the connect command, it is throwing error.
Hi @kavita02 ,
I have attached the error screenshot in my post, anyhow the error is as below:
21:56:41.702 ERROR - Application startup failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
Caused by: java.lang.NullPointerException: null
ERROR: Input redirection is not supported, exiting the process immediately.
'connect' is not recognized as an internal or external command,
operable program or batch file.
Thank you