October 30, 2006 at 6:44 am
Dear friends
We have DTS package which need to run on SQL Server instances as well as on local server. We have issues to deploy it on SQL Server instances there we cannot set the logging in properties on run. I tried to set it the logserver properties at run time using dynamic properties setting. But no luck. If you have any solution please do get back.
Johnson
October 31, 2006 at 6:26 am
Have you tried checking the logging option on package properties.
October 31, 2006 at 6:35 am
Thank you for the response.
Yea that is what I tried first. I think we cannot change the logging in option once the package started. I have solve the issue temporarly by using sp_OA?? methods instead of DTSRUN
Johnson
November 7, 2006 at 12:52 am
Anyone deployed DTS packages on instance of SQL . I welcome any help.
Johnson
November 8, 2006 at 6:18 pm
You will find answers to your problem on http://www.sqldts.com/. You can use osql utility from a vb script and/or .bat file to deploy packages; you can pass in the server name, db name and authentications as params into a .bat file.
Don't just give the hungry man a fish, teach him how to catch it as well.
the sqlist
November 8, 2006 at 10:00 pm
I mean by package property is exclusively for the logging option which we cannot set at run time. Yes /S option is for server or server instance on which the Package is or is to run. not for logging I guess
November 10, 2006 at 7:30 am
Yes you can, in a dtsrun utility command you can pass in the server name, the login AND the DTS package global parameters. Same thing if you use the sp_OAs.
You can see the syntax here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/coprompt/cp_dtsrun_95kp.asp
Don't just give the hungry man a fish, teach him how to catch it as well.
the sqlist
November 29, 2006 at 11:44 pm
I don't find logging in option settting for DTSRUN yes it allows Server option which will not set the logging( Steps Run status to SQL Server  option.
I mean by package property is exclusively for the logging option which we cannot set at run time. Yes /S option is for server or server instance on which the Package is or is to run. not for logging I guess
Johnson
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply