dbTalk Databases Forums  

DTS is blocked by XP

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS is blocked by XP in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Douglas M
 
Posts: n/a

Default DTS is blocked by XP - 01-24-2005 , 07:42 AM






I have a DTS package that I have had to manually run because it got blocked
by XP Security.
Now XP is even blocking the copyfile command step when I manually run it.

How do I turn off the XP Security or how do I change the scripts to run.

thanks.



Reply With Quote
  #2  
Old   
Just in time
 
Posts: n/a

Default RE: DTS is blocked by XP - 01-24-2005 , 04:21 PM






When usung XP (extended procedures), the login you use to access the SQL
server instance will require permissions within to run extended procedures.
Look for setting permissiones in SQL. To test this out, try running the
command by connecting to SQL instance with Admin rights (sa, blan) or provide
the login that will execute the command admin rights. From there, you can
play with the Security settings for setting up a DB user and providing the
necessary rights you want that user to have. Normally, it is best to setup a
DB System User and use that user to running extended procedures through a job
or DTS once you get things setup the way you need.

"Douglas M" wrote:

Quote:
I have a DTS package that I have had to manually run because it got blocked
by XP Security.
Now XP is even blocking the copyfile command step when I manually run it.

How do I turn off the XP Security or how do I change the scripts to run.

thanks.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.