Posts

Showing posts from June, 2012

Chart legend

hello, i'm developing simple silverlight application. i'm using accent theme. in application have several charts (line , column). after applying accent theme i've lost tooltips, i've downloaded , rebuild system.windows.controls.datavisualization.toolkit. can see tooltips on charts have problems legend. in toolkitstyles.xaml under <style targettype="charting:chart">  setter property  legendstyle compiles (it has targettype charttoolkit:legend), under setter property template error: error 1 the tag 'legend' not exist in xml namespace 'clr-namespace:system.windows.controls.datavisualization;assembly=system.windows.controls.datavisualization.toolkit'. while typing <charttolkit: intellisense finds legend. i'm using vs2012, silverlight5, system.windows.controls.datavisualization.toolkit version sl4. does someone have solution? thanks, barbara hello, for issue, suggest try add reference system.windows.controls. se

WTF?!! Download of item {0} was not completed. Perform a get operation to correct

  usign vs2005 team edition developers sp 1 , tfs 2005 (i assume)....   i can not perform check-in to add 3 files.  edits work fine.  in tfs' solution explorer these 3 files listed "not downloaded".   what happens: i made of changes , shelved them a coworker made changes of same pages/classes , checked them in. i used tfpt unshelve to unshelve , merge latests. i built , ran code verify ran expected i did check-in , got error. i did latest again , once again resolved conflicts repeat #5 i have tried removing 3 files project (and physically copying another folder) and checking in other changes (non-buildable of course).  added files , performed check-in , got same error.   an architect sugested deleteing tfs workspace cache @ c:\documents , settings\ %username% \local settings\application data\microsoft\team foundation.  same error.  suggested running tfpt online /deletes /adds /diff /noprompt /recursive /exclude:"bin","ob

"Cannot generate SSPI context..." when logging into SQL

hi all, i know there have been several threads on think have unique case. i'm pretty knowledgeable in how set kerberos sql (have had twice in past)..but situation getting me stumped. usera - can connect servera using windows login userb - cannot connect servera using windows login details: - user b, can't connect using hostname - user b, can connect via ip - user , user b have same 'ipconfig /all' settings (dhcp server, dns server same, dns suffix search order same) - user b can ping server using hostname   and here's kicker. asked user b come (user a) machine , logon , try connect server a. 99% connect, because suspected had desktop. when tried logon server using desktop, receied 'sspi' error??? does mean has domain account? ideas/tips appreciated. thanks in advance as uri mentioned, there many information on internet error. 1 of them http://support.microsoft.com/kb/811889  (how troubleshoot "cannot generate sspi conte

Migration from Microsoft SQL Server 2005 Enterprise Edition x86 SP3 to Microsoft SQL Server 2008 Standard Edition x64 SP2 ?

hi, i have sql server 2005 enterprise edition sp4 x86 in production. , want upgrade instance on sql server 2008 r2 standard edition sp2 x64? possible or not? regards, nik regards, naman hello, sql server 2008 r2 setup not support cross-platform upgrades (from x86 x64). need perform side-by-side upgrade, , transfer jobs, logins, ssis packages, etc. 1 instance another. the following may useful: http://support.microsoft.com/kb/314546 http://supp ort.microsoft.com/kb/918992 hope helps. regards, alberto morillo sqlcoffee.com SQL Server  >  SQL Server Migration

conditional transformation limitation

i using ssis conditional transformation; not doing want do: condition 1 – ole db1 condition 2 – old db2 but if both condition 1 , condition 2 true: call ole db1 & ole db2 do have write 3 conditions in conditional transformation? thought if condition 1 true apply ole db2; check whether condition 2 true; not case. moment condition 1 true; not check condition 2. how can implement want?  source-->conditionalsplit 3 outputs op1: condition1 && condition2 op2: condition1 && !condition2 op3: !condition1 && condition2 take op2 , op3 oledb1 , oledb2 respectively take op1 both oledb1 , oledb2 using multicast nitesh rai- please mark post answered if answers question SQL Server  >  SQL Server Integration Services

Lync Shell Cmdlet New-CsRgsPrompt work not properly

hi techies   i'm working on scheduled powershell script change lync rgs workflows non bussines hours action more times day.   discover problem cmdlet new-csrgsprompt. i'm not able set audio file prompt. when set text speech prompt work fine.   http://technet.microsoft.com/en-us/library/gg398486.aspx   checked audio.wav file it's requirements.   http://technet.microsoft.com/en-us/library/gg398649.aspx       here script wrote far:   $y = get-csrgsworkflow -identity service:applicationserver:lyncserver.domain.com -name "lync workflow"   $musicfile = get-content -readcount 0 -encoding byte "c:\temp\audio.wav" | import-csrgsaudiofile -identity service:applicationserver:lyncserver.domain.com -filename "audio.wav"   $prompt = new-csrgsprompt -audiofileprompt $musicfile   $y.nonbusinesshoursaction = new-csrgscallaction -action terminate -prompt $prompt   set-csrgsworkflow -instance $y this lync manageme

Run dos command in powershell from domain controller

hi, have issue: run powershell script form domain controller.the script is: clear-host $domainuser = "$env:userdnsdomain\administrator" $domainpassword = 'credential'| convertto-securestring -asplaintext -force $domaincredentials = new-object system.management.automation.pscredential ($domainuser, $domainpassword) $computers = get-adcomputer -filter * -searchbase “ou=lab-users,dc=lab,dc=local” | foreach-object {$_.name} $remotepath = '\\192.168.10.71\temp' foreach($computer in $computers) { invoke-command -computername $computer -credential $domaincredentials -scriptblock { new-psdrive -name uncpath -psprovider filesystem -root $using:remotepath -credential $using:domaincredentials copy-item uncpath:\win8.1andw2k12r2-kb3191564-x64.msu c:\temp set-location c:\temp cmd.exe /c wusa.exe win8.1andw2k12r2-kb3191564-x64.msu /quiet /restart write-host -foregroundcolor magenta $env:computername } } write script install windows

Windows 2012 Cluster with Exchange 2013 DAG

hi, i have question regarding windows 2012 failover clustering. we have windows 2012 running exchange 2013 dag. 8 nodes 1 witness server  there few instances 1 of nodes lost quorum due network issues.  when ever happens cluster service goes in restarting (crashing).  i tried change cluster service manual , start but, keep crashing until restart server after works fine node once again gets added quorum without issues. my question - normal behavior if node lose quorum cluster service keep restarting until restart server?  or there way bring server in quorum without restart of server. clussvc.exe version 6.2.9200.21268 error the cluster service service terminated unexpectedly.  it has done 15 time(s).  the following corrective action taken in 60000 milliseconds: restart service. thanks, raman hi raman03, it seems known issue, please first install following hotfix, deadlock makes server farm sites unavailable when backup job fails http://support.micros

How to document Windows 2008 Server R2 configuration

i have inherited windows 2008 r2 server has not been @ documented regarding configuration. is there sort of tool "inventory" machine/server's configuration , generate report? useful reports , configuration/changes different windows server default, sort of diff file. not tell me how reconfigure server should go wrong, allow me review has been done, evaluate previous administrative efforts, , identity possible areas of need. any or guidance appreciated. t.b. server manager summarize roles/features (and health) have been installed.       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server General For

Accessing Domain Over internet is it possible?.

Image
regards, thiyagu. hi there, this possible, things adfs, extended lan etc. depends on requirements. i apost question here: http://social.technet.microsoft.com/forums/en/winserverds/threads thanks paul paul mather | twitter | http://pwmather.wordpress.com Windows Server  >  Directory Services

Adding an existing user in an OU to another OU in Windows Server 2008 R2

there 3 departments a, b , c ous, user groups, departmental shared folder and users. there urgent need create new departmental ou (lets call d) shared folder accessed group members only, other departments. the  shared folder was created using gpo, same way done other departments. the users joing department d are 2 new users , 4 existing users in departments a, b , c. the new departmental ou (department d) and group created in active directory. when 2 new users created, access department d's shared folder when 4 existing users in departments a, b , c made members of department d, not access shared folder. can pls help?   hi, sorry delay, couldn't answer earlier. when use gpo logon/startup scripts stored within gpo's guid folder under \\domain.local\sysvol\domain.local\policies\  and search *.vbs files another option use user's logon script. can use batch file or vbscript for first case (batch file) can use that @echo off net use <drivelette

TS Printers not deleting

heck take session printers deleted after user logs off?  not happen time, of time.  have had hive cleanup installed many months , not sure if supposed take care printers also, rediculous.  if a printer is left in session, person logs on, gets different session (so printer old session active again), user logs in , gets other users old session number it's printers.  security glitch.  i've had people printing printer located in state, because of this.  there fix? (besides server 2008)?  due printer drivers installed on ts?  way w2k3 terminal servers. thanks network administrator  hello, since ws03 ts question, recommend post question our newsgroup: http://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.windows.terminal_services you a faster response to ws03 questions on newsgroup.  thanks Windows Server

Unable To Find Source Of User Lock Out

hello community, i having issue haven't run across until now. have user who's  account keeps getting locked out ever 2-3 hours. more. have tried following: -           ad lockout tools never shows account locked out @ moment locked. -           ran “echo %logonserver% , logged dc displayed can't find smoking gun there. -           confirmed not using ad account service account on applications. -           password date on phone -           cleared browser cache of stored password anthanks in advance! an phil balderos are sure lockout occurring on pc looking at?  you can go pdc emulator , event id 4740 (windows 2008 r2 , higher) in security log.  see if has caller computer name.  you know source if 1 listed.  if pc, things mentioned burak.  if server, such exchange active sync server, can @ logs on servers , identify device. Windows Server

Hyper-V : Best way to install it

hi guys, i'm planning install windows server 2008 datacenter edition hyper-v. i'd know best way proceed. should install windows server 2008 core or graphical? does graphical installation will impact hyper-v performance. to honnest, i'm vmware user , i'm totally new hyper-v. i'm looking learn , hope obtain best performance can get. best regards, johnnynecku going gui going easiest manage, whereas if you're comfortable using command line, go route. shell isn't going much, if any, of performance concern of i/o going vms. therefore, should optimize placing os , vms on separate drives/arrays , have plenty of ram. here are some videos technet on hyper-v: introduction hyper-v how i: install , configure microsoft hyper-v server 2008? managing hyper-v command line windows powershell , wmi Windows Server  > 

DNS Problems Domain Wide

Image
after coming campus christmas , new year's break, began experiencing believe dns issues. internet pages sporadically not loading properly, , many times users "internet explorer cannot display webpage" error. here's example: usually refreshing page couple of times make page load correctly. haven't changed settings on our dcs. point our dns opendns. i've contacted tech support, claim there nothing wrong dns server configurations. i've flushed dns , manually pointed several pcs on campus other public dns servers, hasn't helped. my primary dc has no dns error logs, secondary dc has 1 event 5501 error log few days back, nothing 3 weeks ago when problem started. let me explain 1 other thing...our internet pipe comes our state board office 65 miles our campus. on christmas break, state board replaced router in office our pipe comes through (they made other changes prepare switching on 100mb pipe, don't know details of transpired). network en

Wifi driver is not working on toshiba satellite L750- 1RE after windows 10 update

i've got problem wifi. after installation of windows 10 technical preview, worked until restarted laptop. there no possible way of connecting wifi. if want update driver says this: qualcomm atheros ar9002wb-1ng wireless network adapter: driver not intended platform. can tell me how fix this? jesse you have wrong driver.  wifi card have if not qualcomm.  if have qualcomm did download correct driver? wanikiya , dyami--team zigzag Windows 10 Insider Preview  >  Windows 10 Insider Preview Setup and Installation

Win32_QuickFixEngineering access to domain controllers with a restricted user account

i trying grant restricted user account access pull hotfix data domain controllers using win32_quickfixengineering. application called servicenow. the account using able pull sorts of other wmi information dcs no problem - example logicaldisk , operatingsystem.  pretty sure have dcom permissions setup properly, part. however, when servicenow tries run win32_quickfixengineering code, no data returned , see 10016 errors show in system event log on dcs: the application-specific permission settings not grant local activation permission com server application clsid {752073a1-23f2-4396-85f0-8fdb879ed0ed} and appid {752073a2-23f2-4396-85f0-8fdb879ed0ed} i have research error on web, far have not found solution - plus don't see either of these ids in dcom config tool (although find them in registry).  hoping might permissions need add, or tool needed use, to allow work.  mentioned above, various other wmi commands work fine user on our dcs. thanks, nk hi, acco

no printer redirection

Image
hi all, i've a windows server 2008 r2 in remote admin mode. windows xp clients from different domain connect via remote desktop , need redirect hp 2840 printer. i installed 32bit printer driver 64bit terminal server way: from xp client connect server ( \\servername ). was prompted username , password being different domain. acces "printers , faxes" share open file / server properties / driver / add , select new driver select only the 32 bit driver ("intel windows 2000 , xp") not 64 bit 1 ("x64 windows xp") at point see same driver (hp cl2840 pcl 6 - black_white) both in server , client, connecting via remote desktop printer redirected "microsoft xps document writer". what's going wrong? need install x64 driver on server? i mean, correct configuration x64 server servicing x32 remote desktop clients? installing x64 printer driver? installing x32 printer driver? installing both? kind regards,   corrado  

Val Report doesn't list available storage

i'm running 2 windows storage 2008 servers manage hp lefthand 4300 san.  works fine, i'm trying create cluster high availability file server.  created couple small test volumes, , when run validation test comes saying doesn't see potential storage.  under list potential cluster disks has several highlighted items, 1 stands out me is: "the disks not visible nodes (even though in shared storage). review "list disks" test see disk visible nodes.  ensure disks want test unmasked, is, masking or zoning not prevent access disks. if disks seem unmasked or zoned correctly not tested, try restarting servers before running validation tests again." i did review "list disks" test , show appropriate disks in there.  how check see disks aren't "masked" or "zoned" incorrectly?  did try restarting storage nodes , servers, didn't help. following these steps: on node-a: online disks, format , mount on node-a: offline dis

How to modify and save a word document into two places ?

how modify , save word document 2 places @ same time , later modify them again write , modify in 1 word doc , not write in other?   cross-posted at: https://social.msdn.microsoft.com/forums/office/en-us/94103c70-5dc7-4600-88d5-6d1ed8527ce7/how-to-modify-and-save-a-word-document-into-two-places-at-the-same-time-and-later-to-modify-them?forum=worddev cross-posting etiquette, please read: http://www.excelguru.ca/content.php?184 cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions

SQL Server NAP Report

Image
hi there i have nap server deployed our vpn access , configured use both text log sql server 2008 log, can view log of text, wondering how can able view sql nap report. is there tool needs installed?   thanks .msk hi skumarst,   thanks posting here.   so have configured connect sql server storing accounting logging in data link properties ?       once set store accosting logging entries database on sql server can generate report base on our requests using sql server reporting services:   nap reporting http://technet.microsoft.com/en-us/library/dd125332(ws.10).aspx   templates , accounting improvements network policy server (nps) in windows server 2008 r2 http://technet.microsoft.com/en-us/library/ff920532.aspx   thanks   tiger li tiger li technet community support Windows Server  > 

Extending AD Schema - Unable to update due to constraint

i'm adding attributes live staging testing purposes i'm using ldifde: d:\shared>ldifde -i -v -f attr3.ldf -j . connecting "mydomain.com" logging in current user using sspi importing directory file "attr3.ldf" loading entries 1: cn=myattribute,cn=schema,cn=configuration,dc=mydomain,dc=com entry modified successfully. 1 entry modified successfully. command has completed d:\shared> but when try update using vbs, get: c:\users\update.vbs(8, 1) active directory: requested operation did not satisfy 1 or more constraints associated class of object. please notice other attributes, original ones, able updated, issue ones i'm importing. so, wonder if i'm missing step link or detach new attribute after imported. this attr3.ldf #attr3.ldf #adding new attribute dn: cn=myattribute,cn=schema,cn=configuration,dc=mydomain,dc=com changetype: add objectclass: top objectclass: attributeschema cn: my-attribute

Troubleshooting MDT2010

Image
hello, i trying use mdt2010 build images , assign applications, streamlining new client pc in our workplace. please can offer advice on following questions: 1. when application has been set up, , installation fails install on re-imaging of pc, how troubleshoot why particular application did not install correctly. 2.in rules of deployment share have specified skip computer name , join domain. in cases results in computers called "minint-xxx". can specify rule forces computer something? e.g. add-{mac-address-of-pc} 3. there way of avoiding having re-install windows every time, make change deployment share? 4. there way of forcing installation order of applications? e.g. if have troublesome .exe file needs installed last, can that? many thanks. hi, q1 : when application has been set up, , installation fails install on re-imaging of pc, how troubleshoot why particular application did not install correctly. a1: mean application failed install during os instal

Active Directory Schema Modification

i working on prototype trying upload ibm tivoli directory server schema active directory schema can use extended schema objects of tivoli directory server in active directory. is possible? there easy tool this. i wondering if ldifde tool or utility help. any pointers in regard helpful. vijay below given links might give clue extend schema http://technet.microsoft.com/en-us/library/bb680608.aspx   http://technet.microsoft.com/en-us/library/bb632388.aspx thanks syed khairuddin Windows Server  >  Directory Services

Win 2k3R2 terminal server - csrss.exe produces extremly high i/o while connected via RDP

i've problem on 1 windows 2003 r2 server. 1 csrss.exe process produces extremly high i/o (other) ~100 mb/s. server unusable slow, if user logged in via rdp (until rdp minimized, or user logs out) problem thread: winsrv.dll!startcreatesystemthreads creates lot of taskswitches. installed these hotfixes didn't help. csrss.exe process in terminal-server session continuously consumes more 50 percent of cpu resources on windows server 2003-based terminal server http://support.microsoft.com/kb/934330 experience slow performance , high cpu utilization on windows server 2003 terminal server http://support.microsoft.com/?kbid=937375 can narrow down? hey cacruege i having same issue.  i have @ every blog / article, installed hotfixes , patches , still no go!  if find answer let me know.  ill keep digging!   cheers Windows Server

XP and 2003 need gateway address in NIC to reach TS Gateway.....Why?

 hi folks, i helped troubleshoot ts gateway problem.  here details of problem , fix: network details: (all machines on same subnet, not have gateway address specified on nic): 2003 sp2 dc 2008 ts gateway server xp sp3 client vista sp1 client problem: if vista rdc 6.1 client tries use ts gateway access machine in subnet, can. if xp sp3 6.1 rdc tries use ts gateway access machine in subnet, cannot. gets error saying cannot locate gateway.  immediate, if cannot try. if 2003 server 6.0 rdc client tries use ts gateway access machine in subnet, cannot either. 2008 okay vista. solution: add default gateway nics on xp , 2003 machines.. i thought gratuitous arp related (thanks michael smith), 2003 machine showed arp entries ts gateway machine regardless of default gateway setting on nic, if not gateway set.  yet not reach ts gateway unless entry (even bogus one) set. summary: neither xp sp3 2003 sp2 use ts gateway if did not have default gateway set. now, n

Named Calculation - Error

dear friends, i have statment in named calculation...:   case  when [open amount]<=0 0  else    (((case    when [d_inst_tipo_id]=1 then    case        when [d_pricenpv] = 0 [d_avgprice]        else [d_pricenpv]     end     when [d_inst_tipo_id]=2 then     case         when [d_pricenpv] <> 0 [d_pricenpv]         else      case          when [d_principalcumul]=0 [d_avgprice]         else 100      end     end    end    + [d_accrued])/100*[d_notional]/[d_fxrate]) *        (case     when [d_baselweight]<>20 [d_baselweight]     else      case       when (convert(decimal(10,8),datediff("dd", [date],[d_maturitydate])/ convert(decimal(10,4), 365)))<=0.5 3.125       else        case         when (convert(decimal(10,8),datediff("dd", [date],[d_maturitydate])/ convert(decimal(10,4), 365)))>=2 20         else 12.5        end      end            end)) / 100 end   the problem filed [date]... value comes dimension table time!! in facttable, i'm

Local Server Connection

hi i trying connect database in sql express 2005 located in same machine running (windows xp pro) iis using classic asp code, cannot seem connect database. please help. here code below. connectionstring = "provider = sqlncli;" & _     "data source = unidweb\sqlexpress;" & _     "initial catalog = <dbname>;" & _     "integrated security=sspi;"     objcmd.open connectionstring hi, make sure enabled remote connections instance. walkthrough how can found on site int screencast section. if did not you, not hesitate come :-) hth, jens suessmeyer. --- http://www.sqlserver2005.de --- SQL Server  >  SQL Server Tools

problem with nested DataTable in server-side ADOMD.NET SP

hi, have server-side stored procedure created in c#.  sp issues 1 dmx statement (within implicit connection) has prediction join shape/append. tries map results of adomddatareaders system.data.datatable objects, returning 1 system.data.datatable object. because of shape/append, end 2 nested adomddatareaders.   code block using microsoft.analysisservices.adomdserver; using system.data; ... public datatable vivaomengosp()         {                            adomdcommand c = new adomdcommand(createpredicteddmx());  // select ... prediction join ... shape ... append                 datatable dt = new datatable();                 dt.columns.add("att1", typeof(string));                 dt.columns.add("att2", typeof(int));                 dt.columns.add("predictednestedmonster", typeof(datatable));                 object[] row = new object[3];                 try                 {                     adomddatareader dr = c.executereader();  

add Silverlight to existing website

 i want add silverlight existing website. how do that? hi the xaml code works fine on machine. sure source path correct html file ? in following example testforforum8.xap file must in same directory html page  <param name="source" value=" testforforum8.xap "/> one tip : in ie 8 there little yellow icon on bottom left side. if click maybe more error info Silverlight  >  Silverlight Installation and Setup

Real time data streaming and interaction..

hi , i use silverlight(or com dll) to capture screen desktop , broadcast large number of users. the silverlight  clients can view , annotate displayed image , can send control messages user share the desktop.can use windows media serve or iis server side.my basic question can use silverlight to make realtime data intensive , interactive , scalable  applications..? your valuable comments appreciated. thanks tonku   hi tonkuz, silvelight works on client under strict security restrictions.  can use writeablebitmap image,which includes visible elements inside silerlight application.  however, cannot capture other parts outside of our silverlight application.  thanks. best regards, jonathan Silverlight  >  Hosting and Streaming with Silverlight

Constant flickering as if someone is hitting F5

hi all not sure if else getting getting constant flickering if hitting f5 continuously on window.  struggle icons on start menu show when hovering or clicking multiple windows have open open! also noted caps lock , num lock lights don't work anymore either - i'm running hp z420. any ideas?  on latest build , when did problem went away has returned!!! what describe sounds though there issue rendering of windows in question. try installing updated graphics driver. may want open resource monitor , watch process dwm.exe. brandon windows outreach team- pro windows pros on technet Windows 10 Insider Preview  >  Windows 10 Insider Preview General

server 2003 IAS WiFi "validate server certificate"

Image
i have asked 1 question in windows 7 forum. found here maybe can solve problem. ------------------------------------------------------------------------------------------------------------ before, used self-sign certificate, , used gpo deploy certificate "trusted root certification authorities".win7 client can pass validation,and can use wifi. now geotrust certificate,then replaced self-sign certificate, and changed " validate server certificate " "geotrust global ca": win7 client can not pass validation,can not used wifi. 0 ias error: event id: 2 computer :   106 description : user cn\xadsnw deny。 fully-qualified-user-name = tt.aa.org/it/xadsnw nas-ip-address = 10.113.0.50  nas-identifier = mc-01  called-station-identifier = 203a.0797.e840  calling-station-identifier = 0811.9613.999c  client-friendly-name = mc-01  client-ip-address = 10.113.0.50  nas-port-type = wireless - ieee 802.11  nas-port = 23785  proxy-pol

NTFS data streams. Broken by design on file copy?

good day, for time have been having problems backups. vista , windows server 2008 made worse. i use vss , robocopy backup filesystems backup location. microsoft seems have broken functionality of robocopy design. ( http://support.microsoft.com/kb/912595 ) this kb tells us: when try create, copy, or move file 2 logical units, cannot copy or move files using specific security settings on computer running version of microsoft windows operating system. problem seems occur files have alternate data streams linked them. additionally, may receive error message resembles following: access denied this means robocopy can not backup file has alternative data stream attached. microsoft continues not bug, design. effectivelly ignoring problem , rendering robocopy tool broken too. their workarounds no @ all: use staging server , automatic script. example, can use staging server has robocopy in notification mode. write windows explorer extension copy or paste specific set of permissions files. exampl

iscsitarget installation fails on Windows 2008 R2 server

dear all we have windows 2008 server dc server. trying install iscsitarget utility downloaded microsoft site. want configure server iscsi target , map disk space server disk volume. the installation fails  as says ' due error' there no explicit entry in event viewer also. iscsitarget version 3.3. we have installed applicable updates microsoft updates.  any alternatives available? shekhar-nsk hi, follow description, download microsoft iscsi software target 3.3 on windows server 2008 r2 , install it. however, succeed. à the installation fails   as says ' due error' would please let me know complete error message can get? or provide screenshot of it? (please hide protected or private information.) meanwhile, please let me know download microsoft iscsi software target 3.3? please download following link , perform clean boot , check if install in clean boot. microsoft iscsi software target 3.3 if update, please feel free let me know.

How to setup AD Sync in best way

we having 4 offices around world. name easily, can call us1 , us2 , eu1 , eu2 per office. currently, setting ad sync/merge eu2 -> eu1. goal set sync/merge eu1 -> us1. best way next one? should us2 go eu1 or us1? or in end better run us1 directly?  us1 planned "master". hi  you should check article "designing site topology windows server 2008 ad ds" https://technet.microsoft.com/en-us/library/cc772013%28v=ws.10%29.aspx?f=255&mspperror=-2147217396 also make sure link connectiviy smoothly , fast.and if us1 pdc other might sync us1. this posting provided no warranties or guarantees,and confers no rights. best regards burak uğur Windows Server  >  Directory Services

File Services Migration - Send-SmigServerData completes, data not visible on destination server

hello all, i have been trying migrate 2003 sp2 file server new virtual 2012 datacenter instance. i have followed guide, , used send/recieve-smigserverdata suggested. process completed (after several days), , partition on destination server shows have received 1tb+ of data. however, folders/shares not visible on partition. i have had @ logs, there nothing suggest catastrophic errors. should have been relatively simple. there no fsrm, dfs, etc. simple file server. please !! number of months before able attempt again !! hi, mean data migrated destination server same folders not shared on new server? if data migrated correctly, go old server , check registry key: hklm\system\currentcontrolset\services\lanmanserver\shares share information stored here. export key , import new server. note: if path on new server changed, such drive letter changed, need modify key before importing. technet subscriber support in forum |if have feedback on our support, pleas

Typing Replaces Selection setting changes.

i more or less starting out vba scripting word 2003 , 2010 , i've noticed somewhere in use of templates auto-load subroutines, or macros launch templates or else in environment is changing typing replaces selection setting (turning setting off) in word.  happens randomly, , can't nail down.  not intentionally doing in macros cause this.  i noticed same thing happen few years ago when our office experimented 3rd-party system used templates , macros.  their system went berserk if setting turned off, , every so user call me report , every time found t-replaces-s turned off.  we have no grouppolicy settings set cause this. has else seen this?  ideas what's causing or should look? behavior come result of ms office automatic updates getting applied? i run 1 or more startup templates, easy enough fix including code set setting each time word starts.  assumes isn't something in one of macros. thanks in advance, peter well, search code line sets option fa