You are not logged in.
Announcement
Unanswered posts
|
JohnGarrettMartin,
Thanks for your reply. That was the answer I was looking for.
I will test it today :-)
Kind regards
yes, it will block until the system call returns. back-grounding the process will allow you to return before the command is complete.
Hi,
I'm planning on using the tSystem component for the first time and I was wondering something before i'll try to implement it.
What i'm going to do (or try :> ) is delete the RTM models from my cognos server every once in a while to make some space on the server. ( as these files get big after some time)
But before I can safely delete these files the cognos server must be stopped.
So I was thinking something like:
tSystem (Command to stop cognos server)
--(onsubjobok)--
tfilelist --(iterate)-- tfileDelete
--(onsubjobok)--
tSystem (Command to start the cognos server again)
Now my question is will Talend wait until the tSystem has been executed fully? (because it can take a some time to complete)
Or will it start the next part of my job while the tSystem is still running? Because I had a similar problem a long time ago in vbscript if i remember correctly.
If anyone has the answer for this it would be much appreciated. :-)
Kind Regards,
Mario De Pauw