Posts

Showing posts from March, 2015

SQL SERVER 2005 REPLICATION (SNAPSHOT GENERATION FAILING)

i'm getting error when try generate snapshot "merge" replication.  have added articles one-by-one try , narrow problem down.  error on specific articles.  appreciated.   2006-03-23 18:23:14.35 server: myserver 2006-03-23 18:23:14.35 database: mydb 2006-03-23 18:23:14.35 command text: sys.sp_releaseapplock 2006-03-23 18:23:14.35 parameters: 2006-03-23 18:23:14.35  @resource = myserver-dbmerge 2006-03-23 18:23:14.35  @lockowner = session 2006-03-23 18:23:14.35  @dbprincipal = db_owner 2006-03-23 18:23:14.35 [99%] replication agent had encountered exception. 2006-03-23 18:23:14.35 source: replication 2006-03-23 18:23:14.35 exception type: microsoft.sqlserver.replication.replicationagentsqlexception 2006-03-23 18:23:14.35 exception message: startindex cannot less zero. 2006-03-23 18:23:14.35 parameter name: startindex 2006-03-23 18:23:14.35 message code: 52006 2006-03-23 18:23:14.35  2006-03-23 18:23:14.35 call stack: 2006-03-23 18:23:14.35 microsoft.sqlserver.replicati

Using Clustered Storage on DFS - SQL Server reports insufficient space

we have clustered storage space setup within our dfs @ \\ournamespace\shares\sofs. server has 9tb of space, namespace root has 100gb. when trying migrate/restore databases larger 100gb, sql server complains storage availability @ \\ournamespace\shares. there way tell sql server complete path should evaluated instead? our solution create new namespace hosted our csv. we have decided give on resolving our storage space through dfs. are, instead, going directly server through local share \\sofs\shares\db. has it's downsides because of loss of abstraction.  also, mapped network drive quite problematic have setup before sql server instance came up.  thanks advice.   SQL Server  >  SQL Server Manageability

ItemsControl and bind multiple elements to the same property

hello everyone got 2 questions you: 1. how can bind border visibility property (line 9) property in class? got list of images (called images) observablecollection<gimage>. if change images source (thumbnail) updates correctly , every thing fine. collapse border when uncheck checkbox therefore have binded visibility to guiitemvisibility, when changing guiitemvisibility nothing happens. idea wrong? 1 <itemscontrol x:name= "gallerylist" grid.column= "1" itemssource= "{binding images, mode=oneway, source={staticresource galleryds}}" > 2 <itemscontrol.itemspanel> 3 <itemspaneltemplate> 4 <controlstoolkit:wrappanel orientation= "horizontal" itemheight= "160" itemwidth= "180" /> 5 </itemspaneltemplate> 6 </itemscontrol.itemspanel> 7 <itemscontrol.itemt

Information Schema Views in SQL Server 2005

hi i having minor problem sql server 2005. i have requirement users (developers) should have visibility of schema information using either management studio, or application... the problem when query on information schema views (from accounts have db_datareader , db_datawriter , public role membership) the column_default value not returned, (a null value returned) if there definately default value constraint. what permisions have give these individuals, dbo not option should have restriceted access database. i forward answers. kind regards   ronnie the minimum permission required view default information table column is "alter" permission on table. of course, alter means principals permission can alter table schema or drop table. if wish restrict , want principals view table schema including definition of default constraint grant them "view definition" permission on table. please refer topic "metadata visibilty configuration" in books

Work Items Priority where to define

hello we usind tfs2013 in project scrum template. please inform or how can add priority information backlog item. thank you hi michael,   thanks post. please refer product team’s reply in user voice: https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/6006912-backlog-priority . if want use priority field in pbi work item type, can edit pbi work item type , add it. we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place. click here participate survey. Archived Forums V  >  Team Foundation Server - General

Parsing data from net user into powershell

Image
help! this has been driving me insane - use net user lot when troubleshooting user logon issues (usually password has expired). i trying parse of data out of net user powershell , create new objects using data  - cant seem working - keep getting stuck. this have far -  $output = net user $user /domain | select-string "full name", "account", "home", "last logon", "logon hours allowed", "password" this gets me information want cant further that. any or advice appreciated. hi, this might help: http://social.technet.microsoft.com/wiki/contents/articles/4244.how-to-convert-text-output-of-a-legacy-console-application-to-powershell-objects.aspx Windows Server  >  Windows PowerShell

RDP Resolution on WHS v1

hello, running whs v1 , win7 client pc. when remote win7 pc via whs remote website (and winxp host) , select "full screen" resolution, res 1600x1080, instead of resolution of monitor 1920x1080. when directly rdp win 7 box win xp pc (bypassing whs) , select full screen, full 1920x1080. all pc's in question updated, including kb925876 (remote desktop connection (terminal services client 6.0) windows server 2003) whs. have tried rebooting win xp pc. is there way whs rdp show monitors native res of 1920x1080? thanks! hi, rdc 6.0 seems root cause.the client supported os should @ least xp sp3 supporting rdc 7.you'd better install xp or win7 a client to better experience. regards, clarence please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread. Windows Server

WordPress on Server 2k8R2 weird permissions on WP-Content Folder

i've installed wordpress on server 2k08r2. permissions on wp- content folder are creator owner - special permissions system - full control administrators - full control users - read , execute, list folder contents, read iis_iusrs - full control from  https://wordpress.org/support/topic/the-correct-permissions-for-wordpress-on-iis?replies=6 when upload media, picture example, wp makes multiple sizes of picture. files diffrent sizes wordpress creates have permission except original size file. original size picture receives weird permissions make file not accessible in wp until manually add iis_iusrs group, of inherited permission applied file, making original size file accessible.. all resolved curiousboy https://wordpress.org/support/topic/upload-full-size-images-doesnt-appear?replies=4 Windows Server  > 

How to create a FTP on IIS (actually I did a set up but can't access to FTP folder remotely, only locally )

hello folks, i did lls/ftp set up/installation on w2012, , created ftp folder, can on access locally server browser ftp://xx.xx.xxx.xxx , access folder , see files there. but when try access filezilla have following message: status: connecting xx.xx.xxx.xxx:xx... status: connection established, waiting welcome message... status: insecure server, not support ftp on tls. status: logged in status: retrieving directory listing... command: pwd response: 257 "/" current directory. command: type i response: 200 type set i. command: pasv response: 227 entering passive mode (xx,xx,xxx,xxx,xxx,xxx). command: list response: 150 opening binary mode data connection. error: connection timed out after 20 seconds of inactivity error: failed retrieve directory listing status: disconnected server i not able understand problem. checked firewall sets , users sets.. still can solve. any welcome! thank you! i recommend askin

Driver Remote Desktop Easy Print required for printer is unknown

this odd request know how 32-bit driver "remote desktop easy print" printer? my situation this: remote desktop host services reside on windows 2008 r2 server. remote sites connect server run remoteapps. a legacy application resides on windows 2000 server running citrix metaframe xp (same lan <st1:street w:st="on"><st1:address w:st="on">2008 r2 rd</st1:address></st1:street> host server). legacy application not run on other windows 2000 server. tried weeks running on windows 2008 (x86) & r2 (x64) no avail. management no longer allows access citrix servers through firewall published citrix client connection through remoteapps connect citrix application. works except auto-creating printer defined "remote desktop easy print" because driver not exist. event type:        error event source:     metaframeevents event category: printer management event id:           1106 date:                 6/26/20

Setting inheritance on child objects

hi, we need check inheritance child objects a2-3 ou's.is there script force inheritance on child objects ??? kits hello, also scripting forum may source ask http://social.technet.microsoft.com/forums/en/itcg/threads additional check http://technet.microsoft.com/en-us/scriptcenter/default.aspx best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog : http://msmvps.com/blogs/mweber/ disclaimer: posting provided no warranties or guarantees , confers no rights. Windows Server  >  Directory Services

tlntsvr installation as a service

i trying install telnet server (on windows 2003 server, sp1) using:   tlntsvr /service   the results , when execute above command:   1) telnet not installed service 2) no error messages receive in cmd session 3) no error messages written system event log   my questions are:   a) of execution options tlntsvr (in addition "/service" , "/unregserver"? b) how can determine why command fails?    i can build service using "sc create .  . . ." however, must specify detailed registry entries - rather use tlntsvr /service registry entries built correctly (when command work).   thanks! jon scott     this not right forum question. forum dedicated terminal services in windows 2008 server.   please post question in appropriate win2003 newgroups - http://www.microsoft.com/technet/community/newsgroups/serveros/win2003.mspx     Windows Server

RDP 6.0 no NLA on Win 2k3 r2 x64 sp2

i have rdp 6.0 installed on win2k3 std r2 x64 sp2 server. when take @ "about remote desktop connection" states "network level authentication not supported." isn't nla supported on rdp 6.0 win2k3 or winxp? hi, to support nla  apart rdc 6.0+, credssp client should available on client machine. available on xp sp3 , vista+ os versions. nla not supported on w2k3 r2 used client. regards, rajesh. Windows Server  >  Remote Desktop Services (Terminal Services)

Replace 2003 Terminal Server with 2012 RDS and keep same name, Can I rename after installing 2012 RDS?

i want replace production 2003 file server has 15 terminal thin clients, 2012 rds server. , need keep same name hundreds of devices , shortcuts still function afterwards. server has 139 printers , active 24-7, don't want mess up. original plan create new 2012 server temporary name, , rename after getting rds work , moving files. after seeing how more complex the new rds setup old terminal server, i'm thinking not going smooth transition...? can recommend better way this, or on correct path? my original plan create new 2012 server temporary name, , rename after getting rds work , moving files. after seeing how more complex the new rds setup old terminal server, i'm thinking not going smooth transition...? can recommend better way this, or on correct path? hi, as far know, cannot rename rd session host directly, instead need remove server rds deployment, rename server add rds deployment. in addition, cannot rename rd connection broker without removing

Disk Space

hi primary partition size 100 gb , 95 gb full.  i need delete temporary files related windows. please guide me files wrt windows can deleted temp, prefetch. hi  you can perform defragmentation server,and can extend disc size.do not delete manually on dc. https://support.microsoft.com/en-us/kb/232122 https://www.experts-exchange.com/questions/26975633/disk-defrag-on-domain-controller.html this posting provided no warranties or guarantees,and confers no rights. best regards burak uÄŸur Windows Server  >  Directory Services

Would you backup hosts in Failover Cluster

we created failover cluster 4 hosts running windows 2008 r2. use barracuda backup vms. don't have many spaces backup hosts. host in environment? bob lin, mvp, mcse & cne networking, internet, routing, vpn troubleshooting on http://www.chicagotech.net how setup windows, network, vpn & remote access on http://www.howtonetworking.com hi, depends. create new hyper-v failover cluster take little time, it’s acceptable if policy permit. Windows Server  >  High Availability (Clustering)

Schtasks requiring the user to be logged in to run

i using win 2003 r2 data center x64 system, users need able submit task run in background, i using psexec schedule tasks using admin account task runs under user scheduled it. currently tasks won't run unless user logged in, i don't have option "run logged in" selected, yet task fail run if user isn't logged in when rying start. thanks assistance in advance. hi, in addition dave's suggestion, please ensure option " allow service interact desktop" has check mark in task scheduler service. for more information, please refer to: how troubleshoot scheduled tasks in windows xp , in windows server 2003 http://support.microsoft.com/kb/308558   if issue persists, please confirm following information:   1.      what's exact schedule task not run? 2.      collect schedule task log files. log files, can perform further research.   sincerely, wilson jia Windows Server

how can i put on my folder access control. . . .

i joined new office system administrator, have few systems connected windows server 2008 r2!! i unable control folder access  control. mean  ,  folder must have read option few systems write option few systems. . .  can any1 suggest me step step process make networ use files , folder data effectively!! thanq  regards....  hi, right click shared folder>properties>security>edit>add then can choose user name or group , give them right permission. hope helps. Windows Server  >  Network Access Protection

Trust between 2003 and 2008 domain/forest

hi, have 2 seperate forests/domains: domain - mycompany.local (2003 forest level, server 2008 dc's) domain b - mycompany.no (currently 2000 forest level, upgraded 2003, 2003 dc's) want users in domain able access resources in domain b using credentials domain a. not want users domain b able access resources in domain a. far can tell need one-way trust domain b trusting domain. should consider before creating trust? can become problem? pitfalls? need setup dns this. enough setup forwarder in domain point domain b? have create forwarder in dns server in domain b? hello mortenmw, if not want users domain b able access resources in domain a. can create one-way trust domain b trusting domain(outgoing trusts). to query domain a's dcs and grant user permissions in domain b, you will still need create forwarder in dns server in domain b. best regards, wilson jia  this posting provided "as is" no warranties, , confers no rights.

Help with unique directory/file security request

Image
i've been asked division of company rearrange our file structure on our network attached storage servers. however, i'm having little trouble coming solution manage file security on new structure in way doesn't create burden on department. here's skinny: currently our file structure organized department. on our nas's have these parent folders: accounting, engineering, quality, etc.. secure these directories no-brainer, create 2 active directory security groups , give 1 full access , other read-only access corresponding directory. example, quality folder have quality full access , quality read-only security group assigned appropriate permissions on it. now management wants change structure parent directories aren't organized department, rather part number (we're manufacturing facility). want, example, parent folder called "pn1234567" , directories beneath folder various departments accounting, quality, etc.. need assign unique permissions e

DFSR local setting

hello i have 2 dc 1 primary , secondary , have problem réplication : when dc-2 réplicate dc-1, have error event number  5012 , 4612 when adsi in dc-1 ,  the cn=dfsr-localsetting not exist in dc-1 exist in dc-2 can 1 me please ((k-propha-ad2 dc -1 , k-propha-ad second)) hi froyed,   for event 5012, means dfs replication not establish connection member. may caused administrator altered ad ds permissions, or administrator made configuration change or created new replication group.   to repair disconnected topology click start , point administrative tools , , click dfs management . in console tree, under replication node, click replication group contains disconnected topology. in results pane, on connections tab, click error message @ top of tab open disconnected topology dialog box. to view disconnected members, select replicated folder replicated folder list, , expand disconnected members . click close . repair topology performing of following

What causes Server Manager to be unable to 'look up' RDS servers etc.??

Image
i error: this happens after server manager says 'connecting connection broker server(s)' upon trying @ rds group in server manager. i've re-added above 2 servers, far can see services running on 2 servers involved. i must fix can see logged on etc. i got go away came back... thank you, tom hi tom, were remote desktop services roles installed on domain controller? if that’s case, not supported combine remote desktop services role services , active directory domain services role on windows server 2012 rtm. please install service stack update below resolve issue: a servicing stack update available windows rt, windows 8, , windows server 2012: september 2013 https://support.microsoft.com/en-us/kb/2871777 remote desktop services role cannot co-exist ad ds role on windows server 2012 https://support.microsoft.com/en-us/kb/2799605 please note not recommended install rds , active directory services on same server, suggest consider separating these

Questions about Group Policy? Goodbye WindowsserverGP...

hi girls , guys here... just wanted goodbye of you . i've been participating in forum since 2009, , cannot count number of replies contributet - in last 12 months, @ least, high above 2.000. , maybe, of have rated 1 or of posts answer questions or @ least helpful post. msft in infinite wisdom not decided redesign web interface, rendering unusable power users me. in addition, make sure shot dead, shut down nntp bridge gave availability monitor dozends of forums within few minutes of work per day using newsreader thunderbird or fortitude. if interested in how power users rate approach of msft, visit these threads: http://social.technet.microsoft.com/forums/de-de/2462915e-f7df-42e6-92f3-2ee60c90fe28/do-you-like-the-new-design-functionality-2 http://social.technet.microsoft.com/forums/de-de/a532e600-b7dc-4ab1-bfd4-fe4dda7b71f3/the-future-of-the-nntp-bridge-on-msdn since i'm not willing use clumsy web interface several hours day keep up, , since there's no reac

Windows Boot Manager missing after first boot after bluescreen/error

hello, today encountered annoying problem. ran blue screen (i guess due nat rules - 131068 precise - that's not point). system told me ran problem , needs restart or , event log had entry "the system has rebooted without cleanly shutting down first. error caused if system stopped responding, crashed, or lost power unexpectedly." with winserv 41 critical microsoft-windows-kernel-power system 09.12.2012 15:48:41 and real problem: this error caused windows boot manager disappear , system boot bios (or trying boot next boot device if there further devices configured). in case windows server isn't booted anymore. if boot hdd without windows boot manager of course fails after windows boot manager again available - on last position in bios boot order manually need set 1 boot windows server again. i've tested serveral times today , normal shutdown / reboot there absolutely no problem every blue screen this. , bad server isn't available anymore until ma

Error creating cluster

hi everyone, we have incluse san in our win2k3 server, when create folder in first server , reflect on second machine, when create cluster gives me below mention error ebc8aeff-10c3-4d5b-ac17-fc0f4c3871b7}, 0, 8, 4), (null) 2009-09-30 14:19:11.730 [info] rhhcluster: looking drive letter collisions between nodes in cluster... (hr=00000000, {ebc8aeff-10c3-4d5b-ac17-fc0f4c3871b7}, {ce08a0cd-72bc-4e63-a38d-4942ef962d20}, 0, 1, 0), (null) 2009-09-30 14:19:11.794 [info] rhhcluster: looking drive letter collisions between nodes in cluster... (hr=00000000, {ebc8aeff-10c3-4d5b-ac17-fc0f4c3871b7}, {ce08a0cd-72bc-4e63-a38d-4942ef962d20}, 0, 1, 1), (null) 2009-09-30 14:19:11.859 [info] rhhcluster: (null) (hr=00000000, {fdc75680-7dbb-42ca-8003-e4cdb01ff062}, {ebc8aeff-10c3-4d5b-ac17-fc0f4c3871b7}, 0, 8, 5), (null) 2009-09-30 14:19:11.923 [info] rhhcluster: comparing resources between cluster , nodes being added... (hr=00000000, {ebc8aeff-10c3-4d5b-ac17-fc0f4c3871b7}, {102439cc-67fa-48a6-ab0d-31df04

High Memory Utilization on Windows Guest on Hyper-V 2012 Server

hi all, we have installed hyper-v 2012 datacenter server having 64 gb ram on physical server, have created 3 virtual machines of windows enterprise 2008 r2 sp1 16 gb or ram each,we have configured dynamic memory 3 vm's utilization memory above 95 % constant, same have installed latest integration services still utillization high. and check process no process found can suspected high mem utilization. so need how configure dymanic memory , how set buffer setting options 16 gb of ram. regards, sudhir within hyper-v settings 1 of vm's, settings configured within memory settings? what's listed under startup ram, minimum ram, maximum ram , memory buffer? by default when create vm amount of memory specify during creation process configured within settings startup ram value, not maximum ram value. on 1 of vm's instance, configured 2048mb ram , enabled dynamic memory. within settings max ram defaults 1,048,576mb, if vm wants / needs more memory it's fre

Shift key is stuck when connecting to terminal server 2008 R2

hello all i have problem connection remote desktop 2008 r2, users connecting servers in farm configuration. users experiencing issue shift key. the shift key appears hung\stuck. causes users issues changing language, writing in general, mouse click chooses lot of items, etc... i installed updates, restart servers, there 3rd party fix issue called shiftfix from>> http:\\www.redbeesoft.com\shiftfix.zip , worked few months problem again. to fix this, need click shift key twice , issue gone until next time comes back. any suggestions? the problem fixed!! there update rdp 8.0 rdp 7.0 native clients kb2592687 causes problem. removing solves problem. Windows Server  >  Remote Desktop Services (Terminal Services)

Function vs Function in module

i have function this: function x { $path = 'c:\asdasd'   try { [system.io.directory]::enumeratefiles($path, '*.pst') } catch { write-output "!!!error!!! : $($error[0].fullyqualifiederrorid) : $path" #$error.remove($error[0]) } } when run output expected: ps c:\temp> x !!!error!!! : directorynotfoundexception : c:\asdasd now, put function in module ( .psm1 file ) , import module... ps c:\temp> import-module .\module.psm1 -forceps ps c:\temp> x !!!error!!! :  : c:\asdasd as can see the $error[0].fullyqualifiederrorid not displayed! does know why happens? pedro casalinho function x { $path = 'c:\asdasd' try { [system.io.directory]::enumeratefiles($path, '*.pst') } catch { "!!!error!!! : $($_.fullyqualifiederrorid) : $path" #write-error "!!!error!!! : $($_.fullyqualifiederrorid) : $path" } }

Best Technet "How To" guide for my ADFS setup?

hi all, i needing set-up adfs server unclear technet guide should following. have gone through setting office 365 understand ideas , processes in case different. from reading relaying partner now. host web app client wants sso ad. have adfs system in place use other systems sso re building scratch. any links best place guide amazing! thanks it professional hiya, which version of ad fs?  o/s? Windows Server  >  Windows Server General Forum

Windows Server 2008 r2 Active Directory users compatibility with Windows Server 2012

Image
hi everyone,                   have windows server 2008 r2 domain controller. active directory users can log domain.  have added new windows 2012 server used database server. have installed ms sql server 2012 on windows 2012 server logging local administrator. now when login through active directory user unable see applications installed. have tried login domain administrator , tried to  install ms sql server 2012 getting stuck hours. i think might compatibility issue windows server 2008 r2 domain , windows 2012 server. appreciate if can guide me resolve issue .. thank in advance hi, based on understanding, seems have installed sql server , when log on domain users, not see sql. suggest post in sql forum. far know, manage sql, should give users permissions. regards, yan li cataleya li technet community support Windows Server  > 

Update command

hello, i new transact sql please excuse question. am creating table visual studio 2008 on remote sql server 2005. main data select:   select        mb_kingdom, mb_phylum, mb_class, mb_order, mb_family, mb_genus, mb_species, mb_common, mb_url from            marinebiology   all columns text , 255. want change genus name in row common name "california sheephead"   update marinebiology set mb_genus = semicossyphus where mb_common = california sheephead   right mb_genus = labridae   can me syntax correct can update row? time in matter appreciated.   reynold demarco jr. this transact statement completed!   update marinebiology set mb_genus = 'semicossyphus' where mb_common like 'california sheephead'   i thank prompt attention. solution no doubt follow me throughout deployment of table see grow thousands of records.   gratefully,   reynold demarco jr  

SSIS API - Package creation SQL 2005

hi, i trying make ssis package programmatically, , unfortunately has made using sql server 2005. ezapi on 2008 breeze :). anyways, having trouble getting columns link between ole db source , destination. have followed examples on bol sql 2005, can't seem t figure out wrong code below. creates package fine, seems miss mapping of columns on destination. please :). i should add, that both source , destination tables have exact same columns , datatypes.    ' create application dim app as microsoft.sqlserver.dts.runtime.application = new microsoft.sqlserver.dts.runtime.application() ' create(package) dim pkg as package = new package() ' -------------------- add connections ------------------------- ' ' add source connection dim sourcecon as connectionmanager sourcecon = pkg.connections.add( "oledb" ) sourcecon.connectionstring = "provider=sqloledb.1; integrated security=ssp

Terminal Server idle timeout

we have windows server 2008 terminal server.    our sessions time out @ 10 minutes.   have changed idle timeout settings per instructions (domain group policy)  2 hours.  have tried computer settings , user settings.   has never changed timeout idle time - 10 minutes.   system has been rebooted without change 10 minutes.   new installation - 30 days. hi, by default users have screen saver timeout of 10 minutes logon prompt.  change can disable screen saver via group policy, extend timeout period via group policy, etc., or have each user change screen saver settings manually. thanks. -tp Windows Server  >  Remote Desktop Services (Terminal Services)

List of local user accounts and its status ( whether disabled or not )

hi, as far know net user displays local user accounts. i intrested in knowing local user account status also. kindly , command????     arun prasad o s hello, this forum directory services related questions, please use forum os version instead. maybe scripting forum place: http://social.technet.microsoft.com/forums/en/itcg/threads   http://technet.microsoft.com/en-us/scriptcenter/default.aspx best regards meinolf weber disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Directory Services

WSUSUTIL Import Process Reducing Disk Drive Space Rapidly

backround info - 2 wsus servers, running wsus 3.0, server 2003.  1 server has internet connection, in updates pulled directly microsoft , exported off of , imported on second server, on closed network.  process has been run numerous times few problems.....until today! my colleague attempted import on closed network , noticed disk space on c drive started dropping rapidly, hitting 0 free space , therefore shutting down services , discontinuing import process.  our content folder on d drive.  started looking around , noticed susdb.mdf file 24gb.  noticed there significant number of 200mb c2 audit trace files in c:\program files\microsoft sql server\mssql.1\mssql\data.  please note on friday of last week, did enforce c2 auditing per security compliance standards our network.  assuming may cause, disabled c2 auditing, restarted services , attempted import, same thing happened.  stop import process, the loss of disk space stops.  does have ideas on one?  please let me know if h

ICMP redirect, Dynamic IP Route generated on Servers, how to trace?

Image
on windows 2003 server, can see lot of routing entries automatically added. think added because of icmp redirect message router. know can disable enableicmpredirect on server thru registry modification. trace source generating icmp-redirect message. not have access router. there application can install on server can used track culprit. hi,   yes, can install network monitor on server , capture network traffic. find source of icmp redirect traffic if filter icmp traffic out.         Windows Server  >  Security

SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE. ......................... DC2 failed test Advertising Starting test: FrsEvent

hi all, i have environment dc1- 2k3 service pack 2 holding fsmo roles , build new adc dc2 – 2k8 r2 os on different location (subnet) . after completing adc run dcdaig on dc2 getting below error not: tried configuration d4 , d2 burflag no luck note: dc1 , dc2 both on different location different subnet.   any suggestion or solution please doing primary tests    testing server: indai\dc2        starting test: advertising          warning: dsgetdcname returned information for          \\dc1.test.com, when trying reach          dc2.          server not responding or not considered suitable.          ......................... dc2 failed test advertising       starting test: frsevent          there warning or error events within last 24 hours after the          sysvol has been shared.   failing sysvol replication problems may cause          group policy problems. starting test: ncsecdesc          error nt authority\enterprise domain controllers doesn&