Hello All -
I have a very weired SSIS problem. I am using BIDS in two machines - Windows 7 Professional Edition x64 bit (development workstation) and Windows 2003 Standard Edition x32 bit SP2 (server) . The visual studio version on both the machines are Version 2.0.50727
SP2.
I found that my package's ExecuteProcessTask fails with "Access is denied" error in Windows2003 but runs ok in Windows 7 dev box. I then tried to debug the package in the Windows 2003 environment itself. The package failed in debug mode too with the same
message. After looking for a while I found that when I shorten the Argument length of the failing ExecuteProcessTask the task did seem to work.
So in Windows2003 environment if my argument exceeds 1846 characters the ExecuteProcessTask fails with message "Access is Denied". If the argument string is less than 1846 it works ok. In Windows 7 environment there is no problem at all.
It does not seem like access problem but I may be wrong. Has anyone seen this?
I will appreciate any reply.
Thanks,
Niben
View Complete Post