April 19, 2012 at 6:37 am
hi,
Im trying to run a batch file using the execute process task.
The following warning message window would pop up asking the user to either acknowledge the request or cancel it
Open File - Security Warning
The publisher could not be verified. Are you sure you want to run this software ?
Name: 1.bat
Publisher: Unknown
Type: Windows Batch file
Iam not receiving this warning when im running in my local machine,but im getting this warning message when im trying to run my package in remote path
can anyone please tell me,what property need to be changed in my execute process task
April 19, 2012 at 11:39 pm
Take a look at this MSDN blog post:
Calling SSIS Execute Process task from a remote batch file.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 24, 2012 at 10:32 am
Thanks for your reply Koen,
I dont have permission to change the setting in my remote path,as mentioned in tat link.
Finally i solved it, Using the SHELL function inside the script task to excute the batch file.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply