Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I m executing powershell script from tSystem component.
Using Powershell script , i am connecting to Azure and doing some operation.
Even if there is any failure in Powershell script (eg: due to Azure host name is wrong or any azure command failed) , talend job or tSystem component is not failing, its showing job is succeeded.
Could some throw some idea here on how can i fail the Talend job / tSystem component if there is any failure in Powershell script.
Thanks.
Thanks TRF.
Its working as expected.
Doing like below:
Catch the output into Global variable and using tDie component if there are any Error Messages.