dbTalk Databases Forums  

More Bizarre Permission Issues w/ DTSRUN

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


Discuss More Bizarre Permission Issues w/ DTSRUN in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeff Block
 
Posts: n/a

Default More Bizarre Permission Issues w/ DTSRUN - 12-03-2003 , 01:23 PM






I am getting a 'denied' select on a table but the user has appropiate
permissions. I can log in as the user and execute the sql, but through the
DTS Package run via DTSRUN I get permission denied. When I log on as this
user via SQLEM, it works fine as well .. any ideas ?



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: More Bizarre Permission Issues w/ DTSRUN - 12-03-2003 , 02:14 PM






Who does profiler tell you that you are ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote in
message news:%23zoQfLduDHA.1680 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Quote:
I am getting a 'denied' select on a table but the user has appropiate
permissions. I can log in as the user and execute the sql, but through the
DTS Package run via DTSRUN I get permission denied. When I log on as this
user via SQLEM, it works fine as well .. any ideas ?





Reply With Quote
  #3  
Old   
Jeff Block
 
Posts: n/a

Default Re: More Bizarre Permission Issues w/ DTSRUN - 12-03-2003 , 04:25 PM



profiler and sp_who indicates a trusted connection .. I believe this has to
do with the way in which the connections in DTS are set up, SSIP (trusted)
in this case (and by default).


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Who does profiler tell you that you are ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote
in
message news:%23zoQfLduDHA.1680 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am getting a 'denied' select on a table but the user has appropiate
permissions. I can log in as the user and execute the sql, but through
the
DTS Package run via DTSRUN I get permission denied. When I log on as
this
user via SQLEM, it works fine as well .. any ideas ?







Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: More Bizarre Permission Issues w/ DTSRUN - 12-04-2003 , 12:50 AM



You execute DTSRUN from the cmdline yeah ?
You use the /E switch?
What about logging in as the user and executing the package from designer?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote in
message news:uxa4LxeuDHA.4056 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
profiler and sp_who indicates a trusted connection .. I believe this has
to
do with the way in which the connections in DTS are set up, SSIP (trusted)
in this case (and by default).


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uJbFKnduDHA.556 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Who does profiler tell you that you are ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote
in
message news:%23zoQfLduDHA.1680 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am getting a 'denied' select on a table but the user has appropiate
permissions. I can log in as the user and execute the sql, but through
the
DTS Package run via DTSRUN I get permission denied. When I log on as
this
user via SQLEM, it works fine as well .. any ideas ?









Reply With Quote
  #5  
Old   
Jeff Block
 
Posts: n/a

Default Re: More Bizarre Permission Issues w/ DTSRUN - 12-04-2003 , 08:44 AM



not using the E switch .. logging in as the user , same issue ..

I am guessing , this behavior happens becuause DTS uses stand alone
connections
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
You execute DTSRUN from the cmdline yeah ?
You use the /E switch?
What about logging in as the user and executing the package from designer?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote
in
message news:uxa4LxeuDHA.4056 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
profiler and sp_who indicates a trusted connection .. I believe this
has
to
do with the way in which the connections in DTS are set up, SSIP
(trusted)
in this case (and by default).


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uJbFKnduDHA.556 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Who does profiler tell you that you are ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid
wrote
in
message news:%23zoQfLduDHA.1680 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am getting a 'denied' select on a table but the user has
appropiate
permissions. I can log in as the user and execute the sql, but
through
the
DTS Package run via DTSRUN I get permission denied. When I log on as
this
user via SQLEM, it works fine as well .. any ideas ?











Reply With Quote
  #6  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: More Bizarre Permission Issues w/ DTSRUN - 12-04-2003 , 09:18 AM



That just verifies you to the server from which you are requesting the
package. Nothing in the connections. If you are using Windows
Authentication in the package then it will use your credentials (the person
logged in)



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote in
message news:unpAgUnuDHA.1740 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Quote:
not using the E switch .. logging in as the user , same issue ..

I am guessing , this behavior happens becuause DTS uses stand alone
connections
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eVZSmKjuDHA.2444 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
You execute DTSRUN from the cmdline yeah ?
You use the /E switch?
What about logging in as the user and executing the package from
designer?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid> wrote
in
message news:uxa4LxeuDHA.4056 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
profiler and sp_who indicates a trusted connection .. I believe this
has
to
do with the way in which the connections in DTS are set up, SSIP
(trusted)
in this case (and by default).


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uJbFKnduDHA.556 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Who does profiler tell you that you are ?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Jeff Block" <jblock (AT) REMOVETHECAPSANDINVALIDfirstlook (DOT) biz.invalid
wrote
in
message news:%23zoQfLduDHA.1680 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
I am getting a 'denied' select on a table but the user has
appropiate
permissions. I can log in as the user and execute the sql, but
through
the
DTS Package run via DTSRUN I get permission denied. When I log on
as
this
user via SQLEM, it works fine as well .. any ideas ?













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.