Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

execute a command in new shell open through Command Prompt

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.

Labels (3)
2 Replies
kavita02
Contributor
Contributor

it will be helpful you you post error as well
Anonymous
Not applicable
Author

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