Posts

Showing posts from September, 2012

Build repeats on multiple deployments

our scenario requires project changes published several databases:  1 database design, 1 development , 1 demo's.  have separate publish profiles each of target databases project , work fine.  on 1 of projects have setup, can build project once , apply each of publish profiles - 1 after other - , build not repeated. on project has 3 targets, build, verify ... process repeats everytime publish profile applied though no changes have been made project.  increase time required publishing 4 minutes - 15 minutes.   one difference between 2 projects first 1 not reference dacpacs (other master), while second references dacpac created project.  because of dacpac reference, build generates hundreds of warnings for: warning 1 exception thrown when ‘maintain compatibility between data types.’ rule applied. exception text is: ‘object reference not set instance of object.’" ( an issue reported on forum , later acknowledged as bug correction in tool.)  rebuilds occuring because of

HTTP Connection Manager and client certificates

Image
to configure http connection manager use client certificate authentication, import certicate personal store? carla sabotta hello carla, if remember right need install certificate "trusted root certification authorities". arthur my blog SQL Server  >  SQL Server Integration Services

Sales Materials

hi,   does know of downloadable sales materials, pdf, pps or whatever, that can used show prospective customers how powerful , cool bi sql server 2005/8?   thanks in advance, you didn't use magical term 'partner' in original posting.   of course, microsoft wise provide sales tools partners.   visit site: database management: sales readiness https://partner.microsoft.com/global/40029554   forwarned: site above requires microsoft partner program login account. SQL Server  >  SQL Server Documentation

"Latest" with MSBuild

Image
what's best way of getting "latest"-folder builds performed vsts? i guess involves changing tfsbuild.proj-file, guess else has done before me... thanks! ok. we don't have out of box option this. can write custom task , plug aftercopy target. custom task needs is: 1. create latest folder in drop location if not exist 2. copy binaries generated in build folder of course there may issues in sidelines consider. if drop location used more 1 team project? if build fails? should clean latest folder or let older contents remain etc. hope helps. Archived Forums V  >  Team Foundation Server - General

How to get YTD Average Weekly Sales

hello, i have time dimension year->quarter->period->week->date.  query filtered specific period (currentmember).  need average weekly sales ytd.  having hard time getting count of weeks ytd.  query below give me count currentmember 4.  suggestions?  feel i've tried million different things no avail.  have ytd calculated member time calc in cube, based off of current member.  appreciated! thanks, melissa create member currentcube .[measures].[avg weekly sales per store ytd] as ([measures].[sales ytd]) /     (( count ( descendants ([time].[fiscal]. currentmember ,[time].[fiscal].[week]), includeempty )) *     ([measures].[account period store cnt ytd])) well, seems have ask else in order see answer. :)  should have posted last week!  how able it: count ( periodstodate ([time].[fiscal].[year], closingperiod ([time].[fiscal].[week], [time].[fiscal]. currentmember )))

Not getting email notifications

esteemed users, sql server 2008 enterprise sp1. i getting email notifications failed backup jobs. point getting no emails though backup jobs have failed below error message. had investigations couldn't figure out causes problem. give me hints of how fix problem? "the mail could   not sent recipients because of mail server failure. (sending mail using accounts 6. exception message: cannot send mails mail server.(mailbox unavailable. server response 5.7.1 unable relay abcd-alerts-backup@xxxx.xxxx.xxxx.xx)." your mail administrator has turned on "anti-relaying" options.  mail admin needs allow "relay" sql server.   SQL Server  >  SQL Server Database Engine

Exception of type system outofmemoryexception was thrown SSRS Reports through SSAS Cube

hi, i have created cube in ssas 2008, and called cube ssrs report add 20 fields in ssrs dataset see,when preview report ,i got following error, error: an error has occurred during local report processing an error has occurred during report processing "exception of type system outofmemoryexception thrown ssrs reports" can explain me please why occured step step? hi samba , the issue occurs because computer not have sufficient memory complete requested operation . this situation occur when 1 or more of following conditions true : • a report large or complex . • the overhead of other running processes high . • the physical memory of computer small . we can reduce memory consumption redesigning report queries in following ways: • return less data in report queries. • use better restriction on clause of report queries. • move complex aggregations data source. there similar issue , can refer following kb article: http://support.microsoft.c

How can I create csv that list the entries of a archived Event Log?

hello, how everybody? i'm running script archives each servers .evt (sec/app/sys) dedicated location on dedicated server.  now, create script export archived .evt (example:security - 08-06-2012-0848am.evt) , list entries in csv vile. i'm not sure start here , wanted see if help.  cmd or powershell options have.  thx hi,  you might scripting in the official scripting guys forum! suggest post question there. http://social.technet.microsoft.com/forums/en/itcg/threads i not represent organisation work for, opinions expressed here own. this posting provided "as is" no warranties or guarantees , confers no rights. - .... .- -. -.- ... --..-- ... .- -. - --- ... .... Windows Server  >  Windows Server General Forum

Hyper-V Virtual Machine Management service terminates unexpectedly

rebuilt server windows 2008 enterprise , hyper-v role.  migrated several vms old vs2005 r2 environment.  receiving following errors in system , application event logs several times day.  allowing server report errors microsoft.  fact 1 of hyper-v management services restarting leaves me more little concerned system's stablity.  has seen these errors , have suggestions on solutions?? thanks in advance help! todd system event log: log name:      system source:        service control manager date:          8/18/2008 4:03:53 pm event id:      7031 task category: none level:         error keywords:      classic user:          n/a computer:      server1.domain.local description: the hyper-v virtual machine management service terminated unexpectedly.  has done 1 time(s).  following corrective action taken in 120000 milliseconds: restart service. event xml: <event xmlns=" http://schemas.microsoft.com/win/2004/08/events/event ">   <system>     <provider name="

Can't login to DC with local accounts..

Image
i have installed 2 domain controllers, , working fine. cant log local machine domain credentials. , yes. type type correct username , password. any idea?  hi, please understand when windows server promoted domain controller, server no longer uses local account (security accounts manager [sam]) database during normal operations store users , groups. when promotion complete, new domain controller has copy of active directory database in stores users, groups, , computer accounts. sam database present, inaccessible when server running in normal mode. time local sam database used when boot directory services restore mode or recovery console.   if new domain controller first domain controller in new domain, local sam database new domain controller contained stand-alone server migrated active directory database created during promotion. of local user accounts local sam database contained when had been stand-alone server migrated local sam database active directory

Log on as a service Policy

i'm working issue caused log on service policy being applied , enforced top of domain hierarchy. basically, settings of policy restrictive. so, administrators have used work around undesirable. time log on service right needed , account not explicitly listed in policy, have made service account member of local administrators group. i'd decrease number of accounts in local admins group, , i'm looking way undo policy. i change domain policy not configured, but, looking @ managed settings , see on local security policy consoles, appears if made change, local policy revert default , network service have right log on service. does have experience trying undo gpo setting? have determine in advance servers affected undoing policy , endure painful maintenance window requiring server reboots , granting right appropriate? if current service accounts in local admin group, should able run service. @ least, have service accounts , in our domain setting not configured. if wor

Domain Users unable to change password with Server 2003 SP1

hello community, i'm using server 2003 sp1 domain controller.  now have group policy in effect default now. users when prompted switch there password able go through process of implementing old password , changing new password consistently pushed redoing same process.  i dont have screen shots of right of actual error, users experiencing it.  any information appreciated. hi, thanks post. first, please understand windows server 2003 out of support. suggested upgrade newest version better user experience , embrace new feature. regarding issue: 1. when did start occur? before issue happened, did modifications? 2. can change password within ad? 3. have tried changing password complex? please confirm user password user trying reset meet password policy exactly. if possible, please run gpresult /h report.html elevated commandline , paste report directly in our forum can make further analysis. besides, create test account verify issue. thanks cooperation. best

Product ID and the Installation ID from the installed Windows Server 2012 software

hi all wher can see product id , installation id installed windows server 2012 software? stanley regards, stanley hi stanley,  i suggest logon server , run command slmgr/dlv to installation id other os info run below command os brief details including product id. wmic product "name '%windows%'" * /format:textvaluelist or else run below command whole info installed os. start>cmd> c:\>wmic wmic:root\cli>os bootdevice               buildnumber  buildtype            caption                         codeset  countrycode  creationclassname etc... regards, ravikumar p Windows Server  >  Windows Server General Forum

my excuse was distracted during installation by football cowboys vs raiders

i trying learn server 2008 , 2012 , using vmware, decided install virtual server 2012 , did not realize replacing os of win 7 pro. distracted football, have alot of important information installed not replaceable. need know if installation reversible , able restore files, neglected hard drive appreciated. reverse process!     first, there no such product 'virtual server 2012'.  maybe installed hyper-v server 2012?  if installing system had windows 7 installed, should have ended second system boot during boot process.  should have option select either windows 7 or hyper-v server (if that's installed).  no files should have been lost. however, if during installation selected option format disk, pretty out of luck. .:|:.:|:. tim Windows Server  >  Hyper-V

2008 functionality level

i'm getting ready raise domain functionality level 2008r2. i'm on exchange 2010 shouldn't issue. i have kix scripts map folders users. issue. anything else should looking far potential issues hi. kix scripts won't issue, following: des-only accounts going windows server 2008 r2 dfl (domain functional level) means have @ least windows server 2008 r2 dcs or higher dosen't support des-only default. changes in kerberos authentication http://technet.microsoft.com/en-us/library/dd560670(v=ws.10).aspx enfo zipper christoffer andersson – principal advisor http://blogs.chrisse.se - directory services blog Windows Server  >  Directory Services

Exception occurred while using "System.Windows.Forms"classes on server core 2016

i using   "savefiledialog" windows form in powershell script in windows server 2106 server core , getting below exception when using showdialog() method. behaviour noticed "openfiledialog" well.  exception calling "showdialog" "0" argument(s): "creating instance of com component clsid {c0b4e2f3-ba21-4773-8dba-335ec946eb8b} iclassfactory failed due following error: 80040111 classfactory cannot supply requested class (exception hresult: 0x80040111 (class_e_classnotavailable))." @ line:1 char:1 + $f.showdialog() + ~~~~~~~~~~~~~~~     + categoryinfo          : notspecified: (:) [], methodinvocationexception     + fullyqualifiederrorid : comexception <font face="trebuchet ms" color="green" size="3">cheers,</font> <br/> <b><font face="trebuchet ms" color="green" size="5">arunbv</b> </font>&nbsp;&nbsp;&

Hyper V server on seperate networks

i'm having challenges getting new hyper v box configured use iag 2007 virtual servers. perhaps can give me push in right direction. server 2008 r2 standard installed on hp proliant 360 g6 hyper v role added dual gb network cards: hp nc360t pcie gigabit server adapter (intel driver e1e6232e) nic 1 connected dmz (192.168.x.x/24) nic 2 connected internal lan i have 2 virtual networks configured on hyper v: dmz connection type = external , lan connection type = internal only on guest os (win 2k3 running iag 2007) have 1 nic connected dmz virtual network , other connected lan virtual network the goal here allow applications published iag on dmz vn nat'd firewall connects provider network i have in fact built same type of rig using celestix iag appliances i'll darned if can cooking hyper v some of challenges having 2 nics on physical server connected disparate networks (can't have 2 gateways on server) , getting traffic sorted out requests public site on i

Cannot go for Windows update

hi, yeserday night, when proceeding windows update there , keeping no reponse long while, quit machine running in win 08 server. cannot further go windows update , see few errors in update history. advice? many & best regards, hua min the error found in windowsupdate.log 80240016 follow these steps: 1.close windows update or microsoft update browser windows. 2.click start, type command prompt, in list of results, right-click command prompt, , click run administrator. if prompted administrator password or confirmation, type password or provide confirmation. 3.type following commands. press enter after each command: net stop wuauserv net start wuauserv 4.close command prompt window. 5.try install updates again. refer to: error message when try install updates windows update web site or microsoft update web site: "0x80240016" http://support.microsoft.com/kb/957307

MS Word text highlighing locking

a word document created , passed editor. editor put many changes in 1st part of documnet , asked review changes before continue. author accept changes , put more changes. higlighted pragraphs changed , send document the editor. editor put more changes , send doc author. author accept changes , tried un-highlight changed paragrrphs, highlights stayed in , not rect on fill-in option = 'no color' of 'clear format' options.          the question how remove these highliteghts w/o deleting these paragraphs your description suggests shading applied text rather actual highlighting. select text. if using word 2007 or 2010, click arrow on border button (the last button in paragraph group on home tab) , choose borders , shading. on shading tab, in "fill" box, click "no color." click ok. stefan blom, microsoft word mvp Microsoft Office

how to migrate a DC to new machine?

dear members, i have 1 server domain controller windows server 2008 , exchange 2007 on it. want move domain controller new machine , rest exchange server remain on old server without affecting users. should ? thanks in advance.......... what can understand reply that install additional dc integrated dns , transfer fsmo roles after make gc server, yes right i donot understand point below "instead can add exchange server network move mailboxes on , deinstall exchange on dc. dcpromo /demote reinstall exchange move mailboxes over again. way shortest downtime .i mean if wanted demote domain controller might have to  tranfer exchange server member server , removing exchange server old server , demote dc :). bit lenghty process http://www.virmansec.com/blogs/skhairuddin Windows Server  > 

One Domain for 3 networks

hello guys, i've been looking best solution , i'd opinion. today scenario basically; 3 networks different domains (w2k3); 192.168.0.x/24 192.168.2.x/24 192.168.3.x/24 i can connect in network from/to direction. my idea deploy new dcs (w2k8) in 192.168.0.x network , "duplicate" other ones.  dc 0: 192.168.0.1/24 192.168.0.254 gw dns 192.168.0.1 dc 2: 192.168.2.1/24 192.168.2.254 gw dns 192.168.2.1 dns 192.168.0.1 dc 3: 192.168.3.1/24 192.168.3.254 gw dns 192.168.3.1 dns 192.168.0.1 can guys see mistake? i first recommend making dcs dns , gc servers high-availability of ad / dns services , minimize risk of losing ad domains. i recommend making adjustments on dns configuration. recommend following: dc 0: 192.168.0.1/24 192.168.0.254 gw dns 192.168.2.1 192.168.3.1 192.168.0.1 dc 2: 192.168.2.1/24 192.168.2.254 gw dns 192.168.2.1 dns 192.168.0.1 192.168.3.1 192.

what is lease in dhcp? how its work ?what is the use ?

hello  all               want know lease in dhcp how configer  , wht th e use if kindely tell me in deatile   thanking mohammed  when start computer in network dhcp server ip address. address leased dhcp server , lease time configured. lets lease time 8 days. if turn computer off , turn back on within 8 days same address lease time has not expired. after 4 days (half lease time) when turn on computer lease renewed , lease again 8 days. if leave computer off longer lease time new ip address when turn on. if not familiar dhcp check out link: http://technet.microsoft.com/en-us/library/cc779412(ws.10).aspx Windows Server  >  Remote Desktop Services (Terminal Services)

Targeted Certificate Deployment - Only to workstations?

we're preparing our environment brand new sccm installation - there has never been 1 here before. organization not deploy workstation certificates. design issue i'm seeing: sccm not used manage servers. used manage workstations. need ability deploy workstation certificate all workstations , only workstations. autoenrolling of certificates via gpo seems best option. servers have gpo enables autoenrollment them already. workstations not. plan on creating gpo , targeting workstations enable autoenroll of certificates. when creating certificate template sccm, typically set permissions allow domain computers 'enroll' permission. if set template 'enroll' permission domain computers, include servers too. servers autoenroll sccm certificate. need avoid that. there doesn't exist ad group workstations. creating 1 easy, hard manage new systems added domain. have recommendations how proceed domain workstations receive sccm workstatio

Adding a certificate to a RSA SID800 token

hi, when adding certificate sid800 token message csp settings not supported. choose smartcard user , select microsoft crypto card smartcard option, when enter token pin fails csp message. do need on server enable rsa smartcard option? thanks, chris hi chris, since not familiar product mentioned above, please refer corresponding vendor support confirm certificate requirements: https://www.rsa.com/en-us/support please note: microsoft provides third-party contact information find technical support. contact information may change without notice. microsoft not guarantee accuracy of third-party contact information. please feel free let know if there’s issue certificate enrollment. best regards, amy please remember mark replies answers if , un-mark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server

GPO being filtered out

Image
hello, trying put gpo place workstations prevent crypto virus. i've done @ other clients can' t seem  to function @ one. when run gpresult /r keeps showing it's filtered out. ive tried linking sbs computers ou linking domain name it's same problem. dns on computer set 2011 domain controller already, can doing wrong? i have gpreprot.html file available Windows Server  >  Group Policy

Can't access terminal server with same account

i had 1 windows 2008 standard server role terminal server. facing problem user remote in server, same user may not able remote server if using different pc with different windows os (xp/vista/windows 7). user received "the user name or password incorrect" error message after key in account info.i had try reset user password /recreate user account problem still persist.    hi,   whether using format “domain name\user name” log on. please note passwords case-sensitive.   please try removing server domain , re-adding it. when comes after reboot , logging in, log in domain admin instead of domain user , configure remote users while in account.   please refer thread: http://social.technet.microsoft.com/forums/en-us/winserverts/thread/5872fd0c-9602-41bb-8b29-3d449bb29e46/   technology changes life…… Windows Server  > 

Default printing company disclaimer

does have solution automatically printing disclaimer anytime document printed via networked printer? hi, thanks post. i think may add watermarks containing disclaimer in printing preferences. if you deny users modify key containing printing preferences on client machines, please try following suggestion:   hkey_current_user\printers\connections if wouldn’t users change printing preferences, can edit registry key permissions. can use subniacl.exe in logon script configure permission automatically of registry key.  however, editing default registry key may cause other issues. please test before deploying.  hope helps. miles Windows Server  >  Print/Fax

AGPM client and server combinations?

i have seen support matrix agpm, main concern not making sure agpm group policy clients shown every new feature in windows 10, etc.  i have 2012r2 domain , main concern spinning agpm 4.0 sp3 server allow both win7 , win10 agpm clients connect.  it sounds in order win10 agpm client connect, must running agpm server on 2016.  is correct, or there exceptions allow win10 connect windows 2012r2 agpm server possibly not give of available policies?  if 2016 agpm 4.0 sp3 required win10 connections, can win7 clients still connect , work policies?  i realize not supported , microsoft likes specific combinations, trying see work 90% of existing policies.  also, happens people not use agpm client, have permissions edit or read gpos?  will still able work normal? https://technet.microsoft.com/en-us/itpro/mdop/agpm/choosing-which-version-of-agpm-to-install thanks, dave hi dave, sorry delayed reply. i have seen support matrix agpm, main concern not making sure agpm group

Import the Properties of Another File?

i need read file-properties of file. for example, need bring author of file, text of file. can done? thanks.   you can via macro. make use of builtindocumentproperties collection document. stefan blom, microsoft word mvp Microsoft Office  >  Word IT Pro Discussions

WORD DOCX FILES

Image
why word doc x file 1) opens in read-only mode ? and 2) unable delete file ? hi, first, select word file, right click -> properties , check whether “read-only” option checked. and here situation file opened in read-only mode: the file opened internet location the file received outlook 2010 attachment , computer policy has defined sender unsafe the file opened unsafe location the file blocked file block file validation failure the file opened in protected view using open in protected view option. for more information, please refer link: http://office.microsoft.com/en-us/word-help/what-is-protected-view-ha010355931.aspx?ctt=1 as second issue, have error message when delete file? so, please check whether file opened when try delete. and check whether there file ~$*.*; *.tmp, if see that, delete them , try delete. jaynet zhang technet community support Microsoft

PCI and Encryption questions

hi all, under ws2013 r2 std remote desktop services (rdp, terminal services), 1)  are there special pci (credit card security) requirements? and 2)   there way use 2048 bit encryption? many thanks, -t hi, here providing general link might helpful understand. 1.   what's new in bitlocker windows 8.1 , windows server 2012 r2 2.   6 appendix a: product behavior 3.   microsoft security advisory: update minimum certificate key length hope helps! thanks, dharmesh Windows Server  >  Remote Desktop Services (Terminal Services)

How to create gpo that disable the notepad?

hi. i trying create gpo disable notepad . please let me know how can . regards eliran onel eliranonel@gmail.com hi  open gpmc - create gpo , edit; - user configuration->administrative templates->system->don't run specified windows applications but more robust , managable way of securing systems controlling application can launced software restricrion policies; check details; http://technet.microsoft.com/en-us/magazine/2008.06.srp.aspx Windows Server  >  Group Policy

Evitar que usuarios puedan apagar su estación de trabajo

hola muy buena tarde. verán el detalle que necesito es que mis usuarios no puedan apagar su equipo la hora de que estos se retiren de la oficina, esto debido que cada equipo esta programado para realizar respaldos diarios y posteriormente se se apaguen. una solución que me encontré es mediante el regedit que en la ruta: hkey_local_machine\software\microsoft\windows\curentversion\policies\explorer en esta dirección crear o modificar el valor noclose, poniendo 0, tras reiniciar en el menú de inicio ya no aparecen las opciones de apagar, reiniciar, suspender ni hibernar. bueno este proceso tendría que realizar en más de 80 equipos y me gustaría ver si hay algún método de realizar mediante dominio o bien que por alguna configuración del windows server pueda evitar que mis usuarios puedan apagar su equipo para que de verdad se realice el respaldo. espero me puedan apoyar con esta duda y de ante mano muchas gracias por su tiempo. saludos. hola arturo sotomayor, se puede hacer

GPO not applied on Windows 7

group policy under ou reflecting on windows xp systems, on windows 7 end user able manage usb, screen savers , other personalize settings. yousef sounds scoping issue. how gpos setup? filtered @ all? using wmi filters? take @ these steps , let know if find odd: http://deployhappiness.com/top-10-ways-to-troubleshoot-group-policy/ if answer helped you, check out blog: deployhappiness.  subscribe rss  or email.   Windows Server  >  Group Policy

External DNS servers not able to resolve their FQDN

i deploying 2 external dns servers can host websites home. call dns servers ns1.domainname.com , ns2.domainname.com. when attempt forward domain name godaddy using fqdn unable resolve. assume need have isp forward traffic local dns servers because nothing happens when try resolve dns server godaddy's dns manager i dont host websites host vps , dedicated servers. talking control panel http://www.websitepanel.net/  i have domains parked @ godaddy looks great product. unfortunately don't know how works. if understand you're saying, that this product creates dns records zones, imagine need sort of connection godaddy records, reading website's documentation link, says works following dns servers: microsoft dns server (bundled windows server) simple dns plus 4.x-5.x isc bind dns server nettica dns service therefore, think best thing contact websitepanel's support folks , ask them how integrate dns when hosting domains through godaddy's dns services.

Semaphore time out period

i have problem windows server 2003 standard edition sp2. the network adapter connected modem cannot dhcp address. sudden, hasn't happened before. checked event viewer->system , found "semaphore timed out" error. solution problem? there quite few services can associated or similar error.  is in 1058 or 1030 event?   could please post text of event proprietary names removed? /rich http://cbfive.com/blog Windows Server  >  Windows Server General Forum

Remote Desktop Gateway 2012 R2. Replacement for TMG ?

hi. because of end of life on microsoft tmg i'm looking replacement regarding how publish windows 2012 r2 remote desktop gateway. need solution lync 2013 , exchange services public network. right i'm testing kemp loadmaster. there can recommend other solutions? regards morten hi morten, as far know, there no built-in product replaces tmg. if trying publish web applications external users, may consider web application proxy: working web application proxy https://technet.microsoft.com/en-us/library/dn584113.aspx connect applications , services anywhere web application proxy https://technet.microsoft.com/en-us/library/dn280942.aspx in addition, here few related threads below you: forefront tmg replacement https://social.technet.microsoft.com/forums/forefront/en-us/61f34660-b2bc-4f37-8fbc-eddcc71a7341/forefront-tmg-replacement?forum=forefrontedgegeneral which product replace tmg functionality? https://social.technet.microsoft.com/forums/windowsserv

Black screen when connecting using windows phone 8.1 app

Image
hi there, i'm trying use rdp on window phone 8.1 connect windows 8.1 laptop. connection seems work (i can hear audio playing on laptop streaming on phone), see on phone black screen. mouse pointer visible , usable, nothing else is. i've tried using keyboard open task manager, without success. any ideas? thanks! hi, thank posting in windows server forum. please try reinstall remote desktop app on windows phone , check whether facing same issue. apart, version of mrd using on windows phone? here suggest update v8.1.5 , verify. please check this article . hope helps! thanks. dharmesh solanki technet community support Windows Server  >  Remote Desktop clients

Backup and Restore AD

hi forum members,                     have active directory on windows 2003 x64 server in a live environment. want test backup& restore of my live ad in test lab. setup test lab in separate vlan, created same domain live domain. took system state backup live dc and restore in lab dc through directory restore mode. afet rebooting test dc got "load needed dlls kernel" error , not able boot os.           need detailed steps backup ad live dc , restoring in lab dc. please me , urgent because due management pressure.....thanks in advance..... note: i tested identical servers. saravanan good day saravan,      quick workaround, install windows 2003 standalone other server or identical server don't promote it, make sure .bkf file or backup of ad there, f8 choose directory restore mode, use ms backup restore it...      one, update me... Windows Server

Cannot find type [Microsoft.Windows.Networkcontroller.credentialproperties]: verify that the assembly containing this type is loaded

after installing network controller , rebooting, tried add credential follows: $cred=new-object microsoft.windows.networkcontroller.credentialproperties when do, following error: new-object : cannot find type [microsoft.windows.networkcontroller.credentialproperties]: verify assembly containing type loaded.at line:1 char:7+ $cred=new-object microsoft.windows.networkcontroller.credentialproper ...+       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + categoryinfo          : invalidtype: (:) [new-object], psargumentexception    + fullyqualifiederrorid : typenotfound,microsoft.powershell.commands.newobjectcommand thanks! try next time run issue. strangely, issue resolved after several minutes. seems else loads module automatically, not right away. Windows Server  >  W

Snmp oid index for physical RAM and cpu got changed in windows servers(2003,2008)

what circumstances under snmp oid index of physical ram can change? i know physical ram , cpu oid change after  ram/cpu upgrade done my question is: can physical ram/cpu  oid change if windows server  restarted simply? can physical ram/cpu  oid change if windows server  restarted after windows patch applied? hello, windows server forum not best place for query. i suggest post in http://social.technet.microsoft.com/forums/en-us/operationsmanagergeneral/threads or http://social.msdn.microsoft.com/forums/en-sg/os_windowsprotocols/threads thanks zhang Windows Server  >  Management

Print server on Windows 2008 R2, do I really need 32 Bit Drivers?

i installed new windows 2008 r2 on hyper-v machine , installed print server role. testing purpose, installed 1 of printer only 64 bit drivers ( not installed 32 bit driver ) , tested 32 bit windows xp client and did not have problem. why says have install 32 bit drivers on win 2008 r2's print server 32 bit client machines? am missing point?   best regards     hi, thanks post. could please let me know exact model of printer? printer driver installed on windows server 2008 r2? inbox printer driver or 1 printer manufacturer website? thanks, miles     Windows Server  >  Windows Server General Forum

Mac rdp 8.0.33 New hosts 'forgotten'

have large number (101) hosts defined. when duplicate , edit 1 add list, quit program , come back, new 1 gone.  it seems have lost older ones.  i hate having rebuild list, if corrupted hi, a forum member has restored lost remote desktops restoring files below suggest have try: ~/library/containers/com.microsoft.rdc.mac/data/library/preferences/com.microsoft.rdc.mac.plist ~/library/preferences/com.microsoft.rdc.lssharedfilelist.plist ~/library/preferences/com.microsoft.rdc.plist in addition, if remote desktops rds farm, may configure remote resources rd web feed url avoid configuring many remote desktops: more information you: getting started remote desktop client on mac https://technet.microsoft.com/en-us/library/dn473012(v=ws.11).aspx best regards, amy please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com .

FTP files move to archive

hi experts, i had used suggestions earlier , worked ftp task component...and things have worked me.... but requirement time bit different...so thought of taking inputs again. is anyway possible move files within ftp server after receiving , loading them sql db ? i want move archive folder rather deleting files system. thanks bunch ! sweta execute command prompt ftps.exe -s:upload.ftp  >> log file the uplaod.ftp open website username password passive rename "filename1" "filename2" quit note if ftp site supports (allows you) execute rename sorry can't see move directory command SQL Server  >  SQL Server Integration Services

Should there be Foreign Key contraints in OLTP database for SSRS

we have reporting system based on sql 2008r2 , ssrs. have source database, tables have foreign keys between tables. have generated reporting database based on design of source data database model. let source db , reporting db is identical. i try truncate tables , import tables contents ssis. have plan update reporting data once in night. error "cannot truncate table 'lindorffera' because being referenced foreign key constraint" should there foreign key contraints in oltp database ssrs @ all? should remove them? if foreign keys there, best way empty , import data ssis? kenny_i hello kenny ,    foreign key constraints used enforce referential integrity between tables. in point in view , keeping referential integrity in oltp system usefull , idea too.   tables on having foreign costraint , not able use truncate. instead can use delete. , deletion needs done on the child  table , parent table needs deleted. please take below script , may help htt

Anybody who can tell what exactly the SSAS Hierarchies are ?

today when discussed ssas hierarchy performance friend , checked hierarchy types internet, finally i found there're lots of different explanation, thought have known them before now i'm bit confused explanation of different ssas hierarchy types - natural hierarchy unnatural hierarchy balanced hierarchy unbalanced hierarchy ragged hierarchy i found different people have own understanding these hierarchy types the first blog - what natural hierarchies , why thing in blog, author think parent-child hierarchy natural hierarchy "variable number of levels parent attribute hierarchy in parent-child. unusual case, when single attribute unfolds multiple levels, way parent-child hierarchy build, respecting relationships between members, therefore hierarchy natural well" the second blog - hierarchy types in ssas  and  book "ssas step step  " both think parent-child hierarchy unbalanced hierarchy. the third blog - sql server: ssas - dif