dbTalk Databases Forums  

Security Log Loaded With Entries

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


Discuss Security Log Loaded With Entries in the microsoft.public.sqlserver.dts forum.



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

Default Security Log Loaded With Entries - 08-05-2003 , 12:39 PM






Why does the Security Log in the Event Viewer go nuts with entries when a
DTS pacakge runs? There will literally be thousands of entries together
averaging about 20 identical messages in the very same second.

Aside from changing logging from "Full" to something else, is there a way to
get DTS packages not to log so wildly? It seems as though a security entry
is logged for each row transformed -- I can't think what else could cause
this type of logging.

Thanks for any input anyone can provide. Chuck



Reply With Quote
  #2  
Old   
CR
 
Posts: n/a

Default Re: Security Log Loaded With Entries - 08-05-2003 , 01:39 PM






I should mention that the package is being run interactively by a user
connecting via registered server. The two repeating entries look like this:

Here's the 1st one:

Successful Network Logon:
User Name: XXXXXX
Domain: XXXXXX
Logon ID: (0x0,0xXXXXXX)
Logon Type: 3
Logon process: NtLmSsp
Authentication package: NTLM
Workstation Name: XXXXXX

Here's the 2nd one:

User Logoff:
User Name: XXXXXX
Domain: XXXXXX
Logon ID: (0x0,0xXXXXXX)
Logon Type: 3

So, it's a continuous series of logon and logoffs only fractions of seconds
apart with several logons and logoffs occurring in a single second and
lasting for several minutes (or as long as the package takes to complete).
It's as though each single row being transformed results in a logon and a
logoff.

"CR" <jilesjilesjse@jilesjsilessef> wrote

Quote:
Why does the Security Log in the Event Viewer go nuts with entries when a
DTS pacakge runs? There will literally be thousands of entries together
averaging about 20 identical messages in the very same second.

Aside from changing logging from "Full" to something else, is there a way
to
get DTS packages not to log so wildly? It seems as though a security
entry
is logged for each row transformed -- I can't think what else could cause
this type of logging.

Thanks for any input anyone can provide. Chuck





Reply With Quote
  #3  
Old   
CR
 
Posts: n/a

Default Re: Security Log Loaded With Entries - 08-07-2003 , 10:09 AM



Yes, this setting is always turned on by default. I will uncheck it and see
what happens. I'll report my findings back to this group. Thanks!

"Darren Green" <darren.green (AT) reply-to-newsgroup-only (DOT) uk.com> wrote in
message news:krAtjqTFuVMicrosoftEwyT (AT) sqldts (DOT) com...
Quote:
In article <eEEUbD4WDHA.1512 (AT) TK2MSFTNGP11 (DOT) phx.gbl>, CR
jilesjilesjse (AT) jilesjsilessef (DOT) ?.invalid> writes
I should mention that the package is being run interactively by a user
connecting via registered server. The two repeating entries look like
this:

Here's the 1st one:

Successful Network Logon:
User Name: XXXXXX
Domain: XXXXXX
Logon ID: (0x0,0xXXXXXX)
Logon Type: 3
Logon process: NtLmSsp
Authentication package: NTLM
Workstation Name: XXXXXX

Here's the 2nd one:

User Logoff:
User Name: XXXXXX
Domain: XXXXXX
Logon ID: (0x0,0xXXXXXX)
Logon Type: 3

So, it's a continuous series of logon and logoffs only fractions of
seconds
apart with several logons and logoffs occurring in a single second and
lasting for several minutes (or as long as the package takes to
complete).
It's as though each single row being transformed results in a logon and a
logoff.

"CR" <jilesjilesjse@jilesjsilessef> wrote in message
news:uRtgHi3WDHA.2312 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Why does the Security Log in the Event Viewer go nuts with entries when
a
DTS pacakge runs? There will literally be thousands of entries
together
averaging about 20 identical messages in the very same second.

Aside from changing logging from "Full" to something else, is there a
way
to
get DTS packages not to log so wildly? It seems as though a security
entry
is logged for each row transformed -- I can't think what else could
cause
this type of logging.

Thanks for any input anyone can provide. Chuck


I cannot imagine you are seeing a login for every row, the performance
hit would be stupid. Just an idea, but have you got log to SQL Server
set on the package properties? Does this use a trusted connection? I
believe logging makes multiple connections, as you can query the log
tables part way through a package and get real-time progress information
in this way.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com





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.