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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
peacekas99
Contributor III
Contributor III

Executing SSIS Package in Talend

Hi,

Is there a way to convert SSIS package into Talend job?? If so, any links that can help me achieve this goal?

Thanks.

Labels (3)
1 Reply
houssem_B
Contributor III
Contributor III

yes you can

 

try to run your ssis package with window CMD

 

exemple from microsoft documentation :

(dtexec /ISServer "\SSISDB\Project1Folder\Integration Services Project1\Package.dtsx" /Server "localhost")

 

if it works for you put your script in tSystem component