Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
1) How can the commands be executed from within a talend job?
TalendDataQuality-win32-x86.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace scriptFile "<path of scriptFiles>/script.txt"
initRemote http://localhost:8080/tis412
logonProject -pn p3 -ul admin@company.com -up admin
executeJobOnServer father_21 -jv 0.1 -jc Default -es tJobServer
logoffProject
stopServer
By the way: The "help" command lists a "javaProtocol" command. Does anyone know what this command does and how it differ from executing the commandline commands not in "javaProtocol" mode?
initRemote http://localhost:8080/tis412 logonProject -pn p3 -ul admin@company.com -up admin
executeJobOnServer father_21 -jv 0.1 -jc Default -es tJobServer
logoffProject
stopServer