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

context_param: command not found .

Hi ,
Error : - <file_name>_run.sh: line 4: --context_param: command not found .

I am doing data migration from sql server to oracle by building the job and running .sh file from Linux environment . While doing the migration , I am getting the error :-line 4: --context_param: command not found . When I go through the .sh file , I found the password contains the letter $ symbol (--context_param MSSqlServer_DBConnection_Password=nO$15& )and I assume , this dollar symbol  makes issue because , when I remove the symbol and tried the migration again , I found its running without the error but login failed issue . Please suggest me how to handle this type of special characters in context_param variable .
Thanks & Regards,
Prejib

 
Labels (2)
2 Replies
Anonymous
Not applicable
Author

The ampersand will be an issue as it is the background command. Try double quoting your password.
Anonymous
Not applicable
Author

Hi,
Worked with single quotes.
Thanks
Prejib