Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could you please take a look at this new feature jira issue:https://jira.talendforge.org/browse/TUP-4779 to see if it is what you are looking for?
Best regards
Sabrina
I have run ssis through talend. If you are familiar with Dtexec utility to run ssis
if your ssis is on remote server, have PSexec utility installed on your remote server:
https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
Now what you need to do is write a cmd file and run the command file
command file text could be :
C:\Windows\system32>"\\YourServer\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe " /file \\YourServer\SSISDataTools\Package.dtsx
then your TSystem could have C:\Windows\system32>psexec \\YourServe cmd /c J:\NewText.cmd
you might need to try a few times based on your environment. Hope it helps.
Hi,
So if I have a job in SSIS, how do I go about converting this job to a Talend job? I know its mentioned to use Dtexec, is there specific documentation or video on how to go about this process?
Thanks