FSMO Roles have moved after migration failure

Hi All
We tried to migrate our SBS2008 to SBS2011 last night but it failed due to the account we were using not having the 'Logon as Batch' right.
We managed to recover the server but now we're getting the following error...
The FSMO Role Check detected a condition in your environment that is out of compliance with the licensing policy. The Management Server must hold the primary domain controller and domain naming master Active Directory roles. Please move the Active Directory
roles to the Management Server now.
How do we rectify this?
Thanks
====
If I run NETDOM QUERY FSMO it all appears fine for all 5 roles but SBS BPA is reporting...
Title: The FSMO role does not comply with the license policy
Source: License Compliance service

Hello ,
Try the following steps to seize FSMo roles.
-Click Start, click Run, type ntdsutil in the Open box, and then click OK.
-Type roles, and then press ENTER.
-Type connections, and then press ENTER.
-Type "connect to server servername ", and then press ENTER, where servername is the name of the domain  controller that you want to assign the FSMO role to.
-At the server connections prompt, type q, and then press ENTER.
-Type seize "role" ,
where "role" is the role that you want to seize. For example, to seize the RID master role, type seize rid master. The one exception is for the PDC emulator role, whose syntax is seize pdc, not seize pdc emulator.
-At the fsmo maintenance prompt, type q, and then press ENTER to gain access to the ntdsutil prompt. Type q, and then press ENTER to quit the Ntdsutil utility.
-if still facing same issue ,please take dcdiag and paste. and Active Directory events.
-For dcdiag ,run dcdiag /v >dc.txt
-paste the output of dc.txt.
All the best.
Upanshu Anand

Similar Messages

  • Open role permission error after migration EP6 to EP7

    Hi all,
    After migration from ep6(WAS 620) to EP7, there are some roles which can't edit permission by content administration.
    The error message appears when open edit role permission.
    ========================= Error Start Line=========================================
    ERROR: updateParentData - aclHandle is null for objectID - null
    Exception ID:05:29_23/06/08_0006_9615650
    EXCEPTION
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.aclEditor
    Component class : com.sap.portal.admin.acleditor.ACLEditor
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NullPointerException
    at com.sap.portal.admin.editor.pane.OutPane.calculatePEObjectId(OutPane.java:210)
    at com.sap.portal.admin.editor.pane.OutPane.createEditorLayout(OutPane.java:256)
    at com.sap.portal.admin.editor.pane.OutPane.setupComponent(OutPane.java:150)
    at com.sap.portal.admin.editor.pane.EditorPaneWrapper.mySetupComponent(EditorPaneWrapper.java:143)
    at com.sapportals.admin.wizardframework.components.FlowContainer.setupComponent(FlowContainer.java:129)
    at com.sapportals.admin.wizardframework.core.TrivialPaneFactory.getComponent(TrivialPaneFactory.java:35)
    at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:229)
    at com.sap.portal.admin.editor.Editor.doWizard(Editor.java:605)
    at com.sap.portal.admin.editor.Editor.run(Editor.java:150)
    at com.sap.portal.admin.editor.AbstractEditorComponent.doContent(AbstractEditorComponent.java:59)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    ========================= Error End Line=========================================
    Does anyone have idea about this problem ?

    close

  • Increased file sizes after migrating to the Ultra2

    Upgrading from a 10,000E to an Ultra2 and have noticed that many of the files that I had on my 10,000E have grown after migrating to the Ultra2. The sizes vary from doubling to fractional, but there is a consistant increase in the sizes of files. Anyone have any ideas?

    Are you seeing the size increase when you do an "ls -l" and get the size or is
    the space used in the file system (ls -s / du / df) just higher than it was on the last machine?
    If it is the latter and the file systems are using more space, it could be due to sparse
    files. In other words, files with holes in them. Utilities such as tar and cpio do
    not understand holes in files and when the files are moved, the holes are filled
    in and the space required for the file increases. ufsdump understands the file
    system and can recreate the holes in the files.
    If the actual size of the file is increasing (ls -l), that is strange and more details
    would be required.
    Alan
    Sun Developer Technical Support
    http://www.sun.com/developers/support

  • HT202807 I have a MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.3.3 Photos. Please recommend an external drive best for connecting to TC and moving the iPhoto Lib off my HD

    I have a 13" mid 2011 MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.10.3 Photos. I have reduced apps and files as much as possible so the only thing left is to move the photos.  Please recommend an external drive compatible for connecting to my TC 802.11ac and moving the iPhoto Lib off my HD which will free approx 15 gbs. of space. I don't plan on using it for any other purpose so a small capacity drive will suffice. I know the "optimization" is supposed to adjust for this condition but I don't trust that assertion.I only have 2gb free space remaining. 

    I don't plan on using it for any other purpose so a small capacity drive will suffice.
    If you really only want such a small capacity drive.. what about just buying a 32GB or 64GB USB memory stick.
    You should still have a back up to the internal hard disk of the AC TC.
    Or just buy a WD Passport.. don't waste your money buying 500GB as it is only a bit more to buy 1TB and a bit more again for 2TB.. For future use if you do buy a USB hard disk buy 2.5" type.. and buy 1TB or if the budget stretches 2TB..

  • What is the impact on an Exchange server when moving FSMO role and schema master into another DC?

    What is the impact on an Exchange server when moving FSMO role and schema master into another DC? What do we have to do on exchange after performing a such task?
    I had 1 DC (Windows server 2008 R2), 1 Exchange 2010 SP3. I install a new DC (Windows server 2008 R2). I then move all the FSMO role including the schema master role into the NEW DC. I check to be sure that the new DC is a GC as well.
    I shutdown the old DC and my Exchange server was not working properly and specially Exchange Management Shell. It start working again after I turn up the older DC.
    I am wondering why Exchange did not recognize the new DC, even after moving all the roles on it.
    I am looking to hearing from you guys.
    Thanks a lot

    if you only have 1 DC, you might need to cycle the AD Topology service after shutting the one down.
    Also, take a look in the windows logs, there should be an event where Exchange goes to discover Domain Controllers, make sure both are listed there.  You can probably force that by cycling AD topology (this will take all services down so be careful
    when you do it)
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • 2012 R2 Generation 2 VM Boot Failure after Migration

    I have encountered an issue after migrating virtual machines to a new host. It happens whether the VM has been moved with live migration or though a shutdown, export, import process.
    The hosts are both 2012 R2 Datacenter. The virtual machines are Generation 2 and also have 2012 R2 Datacenter. All the systems where installed with the April ISO. The only difference between the hosts is that one only has no other updates. The other has
    all recommended and optional updates as off 2014-10-10.
    Once the machine has migrated to the updated host the next time it attempts to boot up (after a restart, ect.) it will fail with one of these two messages.
    This happens whether the virtual machine has updates or is a fresh install from the April ISO. Once the machine is migrated back to the host that does not have any updates it will boot back up without any issues.
    Notes:
    The virtual machines where created on the host without any updates.
    When creating a new virtual machine on the host with updates the 2012 R2 ISO bluescreens.
    I setup another host machine without updates, tested migration to it and then ran updates. Same issue occurs.
    I have tried boot with and without secure boot enabled also tries it with drive signature enforcement disabled. No change either.
    This does not happen with generation 1 machines.
    What I am trying to figure out is, if it truly is an update issue which update might it be so that it can be avoided? It would also be interesting to figure out if there is a workaround to get affect virtual machines to boot back up.
    Let me know what your ideas are or if there are any other tests you would like me to provide.

    I would like to thank you for your suggestions. It wasn't the updates that where causing the problem, it is actually a side effect of them requiring a restart. In addition to running updates on the new host servers, I also added a second network card.
    The virtual machines are stored on an SMB 3.0 file share. When the server gets restarted SMB 3.0 finds and starts using that second network card in a multichannel configuration. (There are two physical cards / 3 ports / 3 vlans).
    I found this out when I looked at the multichannel configuration on the server without updates, but had this network card installed. It wasn't using it at all. After a restart of that server the VM's where exhibiting the same broken behavior. Simply disabling
    that network card on the machine got them to work again. The server with updates, because it had been restarted already, was trying to use this network card in SMB 3.0 multichannel.
    It just happened to be a coincidence of timing. On the other hand the issue moves to why this second NIC would be causing these issues. I am not entirely sure if it actually has to do with SMB verses something with Hyper-V and the network card. After the
    restart the saved state of VM's on it failed to start. Removing the saved state and trying to boot them resulted in the same digital signature error. However, like I mentioned, disabling the network card worked. Virtual machines with
    save states restored themselves and those without them also would boot. Again, I will post what I figure out.
    Thanks again,
    Kevin

  • Trying to restore after getting a new hard drive.  I can see the backup on the Time Capsule and on the correct date but it is Greyed out.  That is it wont let me open it and restore the machine.  Have tried also Migration Assistant, no luck.

    Trying to restore after getting a new hard drive.  I can see the backup on the Time Capsule and on the correct date but it is Greyed out.  That is it wont let me open it and restore the machine.  Have tried also Migration Assistant, no luck.

    https://discussions.apple.com/thread/5210788?tstart=0
    At startup hold down the Command+Option/Alt+r keys until you see a globe on the screen. Then use disk utility to partition and format the drive HSF+ and then select Reinstall Mac OS X. whatever version of OS X that originally came on your system will be installed and then you can upgrade back to Mavericks.

  • Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Shouldn't be having a problem, then. That's the version for ML. Try taking your question to the Safari forum - https://discussions.apple.com/community/mac_os/safari - that's where all the Safari experts hang out.
    Clinton

  • (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink?

    (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink eventhough the files are there.

    (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink eventhough the files are there.

  • I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. all progams are closed. any reason??   Need I to install a native Lion OS to solve the problem?   Regards,   José A. Pereira

    I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. all progams are closed. any reason??
    Need I to install a native Lion OS to solve the problem?
    Regards,
    José A. Pereira

    Hi, Processor 2.66 Ghz Intel core i7, memory 8Gb 1067 Mhz DDR3.
    on shut down a White screen occur with a star flashing during more or less 25 seconds. before update to Lion, 3 or 4 seconds to shutdown. no more app installed or removed. it stills the same usage.
    I will be greatful if you can help me.
    Regards,
    José A. Pereira

  • I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. any reason??

    I have a 17 inch Mac book, after migrate to Lion, I take 25 seconds to shutdown. all progams are closed. any reason??
    Need I to install a native Lion OS to solve the problem?
    Regards,
    José A. Pereira

    Hi, Processor 2.66 Ghz Intel core i7, memory 8Gb 1067 Mhz DDR3.
    on shut down a White screen occur with a star flashing during more or less 25 seconds. before update to Lion, 3 or 4 seconds to shutdown. no more app installed or removed. it stills the same usage.
    I will be greatful if you can help me.
    Regards,
    José A. Pereira

  • Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Hi, hopefully you guys can help me out, I just
    purchased a G5 iMac to replace my aging dell desktop,
    and now i'm more or less completely os x dependant
    (I've had an ibook for a few months now). Anyway, I
    have a few questions:
    1. Does anyone know of a (free) mail notifier tool,
    that will alert me when I recieve new pop3 mail? I
    used to use AIM for this in windows
    The built in email program does sound an alert for new messages.
    2. Anyone know of a good (free, again) IRC client?
    iChat works well.
    3. I noticed earlier that my screen was flickering,
    it seems to have subsided for now, but is that normal
    to encounter in a new display? It wasn't really bad
    flicker, but I could see it.
    No idea.
    4. I leave my desktops on 24/7x365, will that be a
    problem with this iMac? Display shuts off of course
    after 30 mins
    You could set the iMac to go to sleep after non use. My Macs are
    always sleeping when not in use, waking them up takes seconds.
    Unlike windoze, never knew if it would be locked up or not.
    5. Should I get the extended warranty? I'm usually
    against them, but I am expecting this computer to
    last me at least 3 years (for $1300 it better!)
    before I upgrade, as I got that much out of a Dell
    and from what I understand, Mac's do not age nearly
    as fast as Windows pc's.
    It is well worth the cost. Never know what might happen. Also
    it is good insurance for future upgrades. I traded in my G4 tower
    purchased two years ago for 75% of what I paid for it. Apple care
    transfers, giving the buyer the remainder of your warranty.
    Thank you for any help,
    -Evan

  • I suffered a hardware failure on my PC, and have moved to an iMac.  I own Adobe creative Suite 4 for Windows.  Can I transfer the license to my new iMAC without the huge expense of buying a new license?

    I suffered a hardware failure on my Dell desktop PC, and have moved to iMac.  I own Adobe creative Suite 4 Design Premium for Windows.  Can I transfer the license to my new iMAC without the huge expense of buying a new license or purchasing a month to month option?

    you need a cross-grade, but adobe only offers free cross-grades for current releases, Order product | Platform, language swap

  • HT201250 When restoring Time Machine after a failure, does it also restore the files to the same order, for example - within iPhoto I have pics/ videos in folders and sub folders organised as family/events etc - will it go back to this exact order after a

    When restoring Time Machine after a failure, does it also restore the files to the same order, for example - within iPhoto I have pics/ videos in folders and sub folders organised as family/events etc - will it go back to this exact order after a restore?

    Hi Stavros0203,
    When restoring your entire system from a Time Machine backup, it is restored to the state it was when that backup was made. See this article for reference -
    OS X Yosemite: Recover your entire system
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I have a collection of thousands of ebooks mostly in epub  & some in PDF formats.  After migrating to Maverick all books disappered from my Ipad. Please help.

    I have a collection of thousands of ebooks mostly in epub  & a few in PDF formats.  After migrating to Maverick all books disappered from my Ipad. Please help. In itunes library book option has vanished. What do I do?

    Hi Akshay,
    If you want your images to appear standalone with no other page item on the page, then you can insert Page break on an image.
    This is how you can specify a page break:
    1. Select the image
    2. Goto Object->Object Export Options
    3. Select EPUB and HTML tab
    4. Select Custom Layout check box and then check Insert Page break. You can select from the option in the dropdown-Before Image, After Image, Before and After Image as per your requirement.
    Regarding your question about images:
    You export your graphs as JPEG but are those JPEGs of good resolution? If they are, then InDesign is doing something wrong during export but if the JPEGs are not of good quality then it is not an export issue. Please provide some more details here.
    Regards,
    Pooja

Maybe you are looking for

  • Bank Import Statement RFEBKA00 doesnt get any variables

    Hello Experts, we get following problem during the import and conversion of EBS. At first we tried converting it, but it went bad: one file (line item file) was totaly empty. After conversion we still tryed importing it, but there was no success also

  • WARNING MSG . DURING J1IEX

    Dear All ,                          user had created a Stock transfer P.o , in this P.o there in no tab of  invoice , now it's Goods rcvd  is done here all excise details are maintained , here exscise base value is visible for all line items . now us

  • Questions about American Toll free numbers

    I would like to call american toll free number, however I'm located in Bulgaria. Can I use Skype calls to call this american toll free number and not be charged or ?

  • C:\Windows\system32\bitsperf.dll" failed

    Log Name:      Application Source:        Microsoft-Windows-Perflib Date:          10/23/2013 4:36:55 AM Event ID:      1008 Task Category: None Level:         Error Keywords:      Classic User:          N/A Computer:      xxxxxxxxxxx Description: Th

  • Hotmail stopped working in Apple Mail - PLEASE HELP

    My Comcast and Gmail accounts work great in Mail. But I keep getting the following error when setting up my free Hotmail account: "The POP server "pop3.live.com" is not responding. Try checking the network connection, and that the server is correct.