October 5, 2016 at 10:31 am
Hi All,
I have a package which loops multiple files through foreach container and on some conditions three script tasks are processed. Individual file executes fine. If I put breakpoint then it works fine for all the files.
But If I let it run without manual interruptions then any of the script task hangs randomly. If I try to run that file it executes without hanging.
Can you please help me with this issue?
any help is appreciated!!
Thanks
October 6, 2016 at 8:27 am
I'm interested in the problem but don't know the solution. Bumping this post for you. Hopefully, someone else may have some information on the problem. Be prepared to provide more detail about your package. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2016 at 8:35 am
Hi,
My colleague finally helped me with this. Problem was with web service connection wasn't closed. He asked me to use this
Soapclient.close().
This seemed to work.
Thank you!
October 6, 2016 at 8:50 am
hegdesuchi (10/6/2016)
Hi,My colleague finally helped me with this. Problem was with web service connection wasn't closed. He asked me to use this
Soapclient.close().
This seemed to work.
Thank you!
Great. Glad you got it working and thank you for sharing the solution to your problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply