In the Process Task the very same argument is passed as when i call the exe from command prompt.
The exe file is loaded successfully, with my console.writeline messages but when it arrives at a line of code where a variable needs to be read from the config file, it says that the config file cannot be found.
I tried to call the exe from another package, same problem.
To note that the same exe is executed successfully from the package in the local and production environment, the problem is only in the development environment, but run successfully whe called from the command prompt.
roubesh14
Member
10 Points
57 Posts
SSIS Process Task
May 16, 2012 12:58 PM|LINK
Hello,
I have a process task in a ssis package calling an exe and passing its arguments.
When i run the package, the exe is launched but it says ERROR XML Configurator error.
when i run the exe in dos, its runs without any problem.
Thank you for your replies.
regards,
R
christiandev
Star
8607 Points
1841 Posts
Re: SSIS Process Task
May 16, 2012 01:07 PM|LINK
Hi,
Have you compared what is being passed in from SSIS v what you are sending in cmd prompt?
Regards, Christiandev (@chrisdev80), MCPD Web (2 & 4) & MCTS Windows (www.ScoreDonkey.com)
roubesh14
Member
10 Points
57 Posts
Re: SSIS Process Task
May 16, 2012 05:33 PM|LINK
Hello thanks 4 the reply.
In the Process Task the very same argument is passed as when i call the exe from command prompt.
The exe file is loaded successfully, with my console.writeline messages but when it arrives at a line of code where a variable needs to be read from the config file, it says that the config file cannot be found.
I tried to call the exe from another package, same problem.
To note that the same exe is executed successfully from the package in the local and production environment, the problem is only in the development environment, but run successfully whe called from the command prompt.
What might be the problem?
Regards,
R