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

[resolved] Call and execute an external application from within a Job?

I need to decode a row input (a string) from Base64 inside a Job.
I have a .exe that does it. It's executable from a Windows command prompt. How can I call this .exe from a within a TOS component?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

No. But I solved the problem in a better way.
See https://community.talend.com/t5/Design-and-Development/resolved-tSystem-gets-CreateProcess-error-2/t... for the problem with the tSystem, which remains unresolved, but moot.
Thanks, anyway - it should have worked.

View solution in original post

4 Replies
Anonymous
Not applicable
Author

hi,
use tSystem component for that.
regards
laurent
Anonymous
Not applicable
Author

I need to decode a row input (a string) from Base64 inside a Job.
I have a .exe that does it. It's executable from a Windows command prompt. How can I call this .exe from a within a TOS component?

You can execute it using the tSystem component or alternatively put the command in a batch file and execute the batch from tSystem component.
Anonymous
Not applicable
Author

Hi,
Did it work for you?
Regards,
Diwakar
Anonymous
Not applicable
Author

No. But I solved the problem in a better way.
See https://community.talend.com/t5/Design-and-Development/resolved-tSystem-gets-CreateProcess-error-2/t... for the problem with the tSystem, which remains unresolved, but moot.
Thanks, anyway - it should have worked.