Problem with mpseal.exe referencing an MPB file

Is the mpseal.exe that came with scom 2012 R2 (dated 9/6/2013) capable of sealing a management pack that contains references to management packs that are included as only MPB files?
I get a missing reference error when sealing a management pack referencing Microsoft.SystemCenter.Visualization.Component.Library for which I have the mpb (version 7.1.10226.1015) in the INCLUDE directory.
Here is what is reporting the error:
mpseal.exe .\managementpackname.xml /I {pathtoMPandMPBfiles} /Keyfile {pathToKeyfile}
: Verification failed with 1 errors:
Error 1:
Found error in 2|managementpackname|32.2014.1023.1045|managementpackname|| with message:
Could not load management pack [ID=Microsoft.SystemCenter.Visualization.Component.Library, KeyToken=31bf3856ad364e35, Version=7.1.10226.0]. The management pack was not found in the store.
Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPack with name Microsoft.SystemCenter.Visualization.Component.Library was not found.
   at Microsoft.EnterpriseManagement.AggregateStoreManagementPackManagement.GetManagementPack(String name, String keytoken, Version version)
   at Microsoft.EnterpriseManagement.Configuration.ManagementPackReference.GetManagementPack()
Could not load management pack [ID=Microsoft.SystemCenter.Visualization.Component.Library, KeyToken=31bf3856ad364e35, Version=7.1.10226.0]. The management pack was not found in the store.
The mpb file outputs the following:
PS S:\> Get-SCManagementPack -BundleFile S:\Microsoft.SystemCenter.Visualization.Component.Library.mpb|select *
Name                  : Microsoft.SystemCenter.Visualization.Component.Library
TimeCreated           : 1/1/0001 12:00:00 AM
LastModified          : 1/1/0001 12:00:00 AM
KeyToken              : 31bf3856ad364e35
Version               : 7.1.10226.1015
Id                    : 023b4b11-a20c-1b7f-34e1-bd49276c10b1
Identifier            : 2|Microsoft.SystemCenter.Visualization.Component.Library/31bf3856ad364e35|7.1.10226.1015|Micros
                        oft.SystemCenter.Visualization.Component.Library||
VersionId             : 83a836b1-e65b-fe42-6d1c-99bba0591e67
References            : {ManagementPack:[Name=Microsoft.SystemCenter.Visualization.ServiceLevelComponents,
                        KeyToken=31bf3856ad364e35, Version=7.1.10226.0], ManagementPack:[Name=System.Library,
                        KeyToken=31bf3856ad364e35, Version=7.5.8500.0],
                        ManagementPack:[Name=Microsoft.SystemCenter.Visualization.Library, KeyToken=31bf3856ad364e35,
                        Version=7.1.10226.0], ManagementPack:[Name=Microsoft.SystemCenter.Image.Library,
                        KeyToken=31bf3856ad364e35, Version=7.1.10226.0]...}
Sealed                : True
ContentReadable       : True
FriendlyName          : Component Library Management Pack
DisplayName           :
Description           :
DefaultLanguageCode   : ENU
ActiveLanguageCode    :
LockObject            : System.Object
Store                 : DevGroup0
SchemaVersion         : 2.0
OriginalSchemaVersion : 2.0
Registry              : Microsoft.EnterpriseManagement.Configuration.ExtensionRegistry
Extensions            : Microsoft.EnterpriseManagement.Configuration.ExtensionManagement
LifetimeManagers      : Microsoft.EnterpriseManagement.LifetimeManagerTypeRegistry
Features              : Microsoft.EnterpriseManagement.FeatureContainer
ImageReferences       : Microsoft.EnterpriseManagement.Configuration.IO.SingleManagementPackStore_ImageReferences
EntityTypes           : Microsoft.EnterpriseManagement.SingleManagementPackEntityTypeManagement
ManagementPacks       : Microsoft.EnterpriseManagement.SingleManagementPackManagement
Presentation          : Microsoft.EnterpriseManagement.SinglePresentationManagement
Monitoring            : Microsoft.EnterpriseManagement.SingleManagementPackMonitoringConfigurationManagement
DerivedTypes          : Microsoft.EnterpriseManagement.Configuration.IO.SingleManagementPackStore_DerivedTypes
The managementpackname.xml file is what I want to seal.  It contains some dashboard visuals so it has references to the above management pack.   Here is a snipet of the xml file:
<?xml version="1.0" encoding="utf-8"?><ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <Manifest>
    <Identity>
      <ID>mmm.App.ADFS.Core</ID>
      <Version>32.2014.1023.1045</Version>
    </Identity>
    <Name>managementpackname</Name>
    <References>
      <Reference Alias="SystemCenter2">
        <ID>Microsoft.SystemCenter.Visualization.Component.Library</ID>
        <Version>7.1.10226.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
One way to fix this is to locate the *.mp file for this mpb and put that in my INCLUDE directory, but I cannot find that *.mp file.
Is this fixed with a new version of mpseal.exe?  Worst case, I will pull out the dashboard stuff from this management pack and leave it unsealed.  I use sealed management packs as a way to ensure the version from one management group to another
is the same.
Ted

Thanks for the insight here. I was able to use this, along with the following post to figure this out:
http://scsmnz.net/sealing-a-management-pack-using-fastseal-exe/
Basically, I didn't use fastseal, but I did use the article to get the new public key token from the key pair I was using and then replace the <ManagementPackPublicKeyToken> for the management pack that was being referenced in the management pack that
I was getting the error on when trying to seal it.
In a nutshell (from above article):
Extract the public key from your new snk into a second new snk:
sn -p yourkey.snk yourpublickey.snk
Get the readable public key token from the second file:
sn -tp yourpublickey.snk > yourpublickeytoken.txt
The last line of the txt file will say something like “Public key token is c2e33c3aa46ba97e”. You need this value in your Management Pack.
Note that sn.exe switches are case sensitive.
Edit the XML for the management pack you are trying to seal and replace the value between the following tags with the new public key token you found above (make sure it is the one associated with the <ManagementPackName> for the MP that is being referenced,
there might be more than one and if you edit the wrong one you'll just cause more problems):
<ManagementPackPublicKeyToken>OldTokenHere-RefencedInError</ManagementPackPublicKeyToken>
Save, and then you should be able to seal it.
Hope that helps.

Similar Messages

  • I have a problem with ( AppleSyncNotifier.exe - Entry Point Not Found ) The procedure entry point sqlite3_wal_checkpoint could not be locate in the dynamic link library SWLite3.dll.

    I have a problem with ( AppleSyncNotifier.exe - Entry Point Not Found ) The procedure entry point sqlite3_wal_checkpoint could not be locate in the dynamic link library SWLite3.dll.

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.
    Good Luck

  • Problem with searchsettings.exe (Mozilla Malware)?

    For several days I have had a screen that comes up on boot-up that says basically there is a problem with SearchSettings.exe and it will not start. I did some research and see that it is part of an iObit toolbar system and is basically malware. I found a fix online, but it didn't work so I had to restore. I think my registry cleaner might have remove part of it but I can't find out how to get rid of this annoyance.

    Hello,
    Here is a guide on how to remove searchsettings.exe:
    http://www.spigot.com/remove-search-settings.html
    It was part of a toolbar and probably the registry cleaner deleted the uninstall files for the toolbar.

  • Problem with DMGs and error: "No Mountable File Systems"

    Problem with DMGs and error: "No Mountable File Systems"
    The files are not corrupt. The problem is occurring with all DMGs that are apparently formatted in MS-DOS FAT16. No the file will not mount with Disk utility or any other disk mounter programs I have found.
    This is now the second time this occurred and now effects my MBP and my iMac. First time i spent days with Apple support and the only solution was ultimately back up the data, reformat the HD, start over from scratch and reload everything. That lasted about a month before the problem resurfaced and is now an issue on both iMac and MBP.
    I tried to identify all the programs I installed immediately before the error, as I am convinced it is the result of a software conflict.
    Recent programs includes:
    1) upgrading from Parallels 5.5 to 6.0 on both machines.
    2) using an HP secure II usb drive and setting up a secure disk.
    3) installing new itunes 10
    4) new update to Flip For Mac.
    The files affected are downloaded dmgs, including personal brain and google earth, both which are formatted in FAT16.
    Any help or thoughts? Apple has now spent hours trying and they say i now have to reformat and wipe and start over. That is unacceptable and based on pasted experience the problem is likely to repeat itself. having to wipe and rebuild a HD ever month is not an solution. i need to fid the root problem.
    In the meantime, anyone got a real solution on how to extract the data for a DMG using a different method?
    Message was edited by: remaia

    Where you able to find the solution, i am having the same problem, all was fine till i install some programs only same one i saw did we both did was flip4mac i uninstalled it but the problem is still there, i also restored and erased the hardrive but im not up to doing that all over again. If you found anything out let me know i would greatly appreciate it

  • Problem with the EFI system partition's file system.

    I installed latest yosemite 10.10.2 update - did a verify disk on “WDC WD1001FALS-403AA0 Media” (internal HD on my iMac 21.5-inch, Mid 2011) and got
    Problems were found with the partition map which might prevent booting
    Error: The partition map needs to be repaired because there’s a problem with the EFI system partition’s file system.
    However a verify disk on the volume partition gets a clean bill of health!
    I haven't done a 'repair disk' yet. Thought I'd check if anybody else has same message first.
    Cheers

    I had issues where my MacPro 8-core would not boot after the 10.7.4 upgrade, but my MacBook Air 13" 2011 upgrade worked just fine.
    I had to restore my MacPro HD from my TimeMachine back up. Apparently, the Softraid raid drivers that I use on my MacPro are not compatible yet with 10.7.4. See here for more info:
    http://macperformanceguide.com/blog/2012/20120511_1-MacOSX-SoftRAID.html
    I contacted Softraid and they are already aware of the issues and are working with Apple for a fix.
    Cheers.
    Bud

  • MacBookPro SSD Error- ALERT: The partition map needs to be repaired because there's a problem with the EFI system partition's file system.

    MacBook Pro OS x Mavericks. I have Sandisk 256GB SSD and I am getting a below error message.
    ALERT: The partition map needs to be repaired because there's a problem with the EFI system partition's file system.
    Does anyone know how to resolve this error and fix it ? unfortunately I don't have a Time Machine backup. Thanks!

    Have you tried to run the verify/repair permissions and verify/repair disk through the recovery disk? If that didn't work then I would reinstall the OS after backing up. If that still doesn't work I would take it in.

  • Problem with explorer.exe when LR starts

    When starting LR (V1.0) the task manager reports that explorer.exe is eating up about 50% of my CPU. Closing LR does not have an effect. Only a re-start clears it up. This is now the second time I have installed LR as there was a conflict the first time I upgraded from the beta 4 version. I have searched through many of the same folders that my LR library uses with Bridge and Windows explorer and there was no problem with explorer.exe. Only upon starting LR does the problem occur. Any advice much appreciated. Thank you!
    Windows XP Media Center Edition SP2
    Pentium 4 3.2 GHz
    2 GB RAM

    Firefox 2.0.0.20 is the last ever version of Firefox for Win98 / SE / ME.
    You can try KernelEx to get Firefox 3+ to work, but it would be very slow with an old PC of less than 750Mhz.
    http://sourceforge.net/projects/kernelex/

  • Problem with PadExe.exe message occurs at the boot-up

    On booting up, which takes anything up to 30 minutes and more, I receive a message that there is a problem with PadExe.exe
    It seems that padhook.dll is the problem. Putting PadExe or PadExe.exe into the search facility on the Toshiba site reveals no answer.
    Does anyone know how I can resolve this problem? The slow boot up I can live with (just don't switch off!)
    Thanks for any help.
    Ray

    This could be an part of the Toshiba Touch and Launch software.
    Toshiba Touch and Launch offers easy movement and freedom of programs navigation with TouchPad
    I see only one way to solve such error messages. Try to remove this software from the OS and after clean removing and booting you should install it again.

  • Problem With Elements 10 Organizer Showing Wrong Files in Folders (In Folder View)

    I just got started using Elements 10 on Windows XP and have had some problems with the Organizer. Once it was installed and had cataloged all my photos, I made sure to only move files and folders to different locations from within Organizer. However, now it seems to have lost track of which photos are in which folder. It will "remember" that there are 3 photos in a folder (in Folder View) and only show three photos in that folder, but they will be 3 random photos from a different location. Opening that item shows that thumbnail and referenced file are the same, so it isn't just a thumbnail problem. And looking in the actual folder with Windows Explorer shows that right photos. I'm not sure if I should run an Optimize or Repair on the catalog or if there is something else I can do to fix the problem. I don't need to use Folder View too often, but sometimes I do and I use it to reorganize the actual locations of files. Not sure what would happen if I did it now (with the obvious catalog confusion).
    Any thoughts?
    Thanks,
    torreyindy

    Image size.  I have been scanning old 35mm images.  Any image greater than about 8100 pixels causes thumbnails to fail - this sounds like being around 2 to the power of 23 but what a really odd combinatin that is.
    8100 pixels? All of my photos are larger than that, and I don't have this problem. Do you mean 8100 pixels on a side? There is a known limitation in PSE that photos above a certain pixel size on a side cannot be displayed in the Organizer. I no longer remember what that size is, perhaps someone else can chime in. Scanning your images to be 8100 pixels on a side would be overkill for me; however maybe for you its an important thing to do.
    I have about 10,000 photos in the catalog but need to load up about another 5,000 historic images, and we take about 1,500 images per annum.
    This is not a problem for PSE.
    I have played with databases, so if i can get into the organizer database (at least to do backups), ideally with Access, that would be brilliant.  Any suggestions?
    If you are going to play with the database through Acess, I think you will fail. I believe that PSE uses SQLite as its database, so you have to use SQLite to view the contents. If you are going to do this, work only on a copy of the database. As this is a long-standing bug in PSE (since at least PSE6), and no one that I know of has found a workaround, and people have reported that the rest of PSE behaves as if the photos are where they are expected to be, my guess is that the bug is in the way PSE displays the photo location in folders. And if that's the case, that the database is correct and its only the display that is incorrect, then there's really nothing you can do to fix that; monkeying around with the database itself won't help.
    whereas I had complete confidence in Adobe products being a long time Photoshop fan, I am now taken aback, so any help would be much appreciated.
    I agree with you, this is a shame that PSE has this problem and it has gone unfixed since PSE6. Your choices are:
    use tags and captions and notes to organize in Thumbnail view, and not use Folder Location View
    stop using Organizer, use your operating system to browse your folders, only use the PSE Editor
    switch to Lightroom, which has a quality Organizer (called the "Library Module") that doesn't seem to have this particular bug, and in general seems very solid, behaves well and is relatively bug free. (Lightroom 3 currently on sale in the vicinity of $79 (USD) as the anticipation is that Lightroom 4 will be released soon)
    switch to other organizing software, there are many, but I make no recommendations as I have tried only PSE and Lightroom

  • Execution problem with java.exe

    Hi everybody. I am a student in a belgian university, and i've got a problem with the execution of my binaries in the JVM.
    I'm developping my project with Eclipse. When I build the project, Eclipse launch perfectly my application with javaw.exe (I supposed it because it's written in the console when I run the project).
    Thus, I wanted to try to launch my application by myself, to check if everything is right...
    My project is composed like this :
    - creavea/src : the sources of my project (a package called "main" , and a package "com.creavea. ..." and other .jar files like a MySQLConnector/J, edtFTPj, the JOutlookBar by lf2prod, ...
    - creavea/bin : Eclipse puts the binaries there, when I run my project.
    - creavea/files : Somes files like configuration files for my application, etc ...
    - creavea/images : Images for my interface.
    - the main class, containing the pubilc static void main method, is called CreaGesta, and is in the "main" package.
    creavea is the name of my project, but i think you supposed it !
    I want to run the binaries, then i do this :
    - I open a ms-dos console
    - I'm going in the C:\eclipse\workspace\creavea\bin folder
    - I execute the command : java main.CreaGesta ...
    And it doesn't work :'( ! An error appears :
    Exception in thread "main" java.lang.NoClassDefFoundError : com/lf2prod/common/swing/JOutlookBar.
    This class, JOutlookBar is used by my application, and the jar file containing the class is in my /bin folder. I can't understand, i'm a little bit disapointed.
    It's my first big project in Java, then i don't really understand what's happening. So if someone can help me, it will be really nice for me ! Thanks a lot for your help !
    J�r�me - Belgium

    Thank you for your reply Atmguy ! I put in my command the classpath of the jar's who are in my /bin folder.
    Like this : java -classpath edtftpj-1.4.9.jar; jdom.jar;l2fprod-common-outlookbar.jar;mysql-connector-java-3.1.8-bin.jar main.CreaGesta But now, i've got an other error message :
    Exception in thread "main" java.lang.NoClassDefFoundError : main/CreaGestaOh, it changed ! but I don't understand the problem . What does it mean? "Java cannot find the class main/CreaGesta", or "An error occured in main.CreaGesta" ?
    Can somebody help me to solve this new error ? Thank you !

  • Problem with my exe code

    Hello,
    I have a small problem regarding to my code. I have attached the source code. There isn't any problem with the vi code. But when I convert the vi to exe, and double click the exe file in order to open it , the program is trying to start, I mean it is acting like I clicked the run button. I said it is not a problem, because all the values (test duration, delay duration, high limit, low limit) are zero. Therefore it is attempting to run, but only very small portion of the pressure reading occurs. What do you think about the cause of this problem? Thanks for your help.
    Ahmet
    Attachments:
    front panel1.jpg ‏47 KB
    Oksijen_Atolyesi.vi ‏45 KB

    Hi Ahmet,
    when duration and delay are zero, the your DAQ loop will (probably) run only once, thus giving you only small amount of data...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Oksijen_Atolyesi.vi ‏35 KB

  • Burning problem with gneux.exe

    hi, this is the problem with gui can any body suggest me how to download a file with name c:\program Files \sap\frontend\sapgui\gneux.exe its very urgent pls respond immediately

    Hi,
    Do you have the installation CD  with you ?
    Regards
    Sunil

  • Problem with FM SXPG_COMMAND_EXECUTE in deleting a file on server.

    Hi All,
    My Task is to delete a file with version number 6 and rename all other files, so that my new file will be version 0.
    Am using the FM SXPG_COMMAND_EXECUTE to delete/rename a file on server.
    Though, this is working fine in debugging mode I can see the file getting deleted in regular run, which is followed by renaming some files, it is NOT working in regular run.
    Somehow the deletion and renaming are not happening correctly in regular run, but does happen successfully while in debugging.
    Am I missing anything or any refresh or delay needed?
    Here is my code for DELETE :
    CONCATENATE P_PATH '\' P_TABNAME '_6.dat' INTO LF_FILE.
      CONDENSE LF_FILE NO-GAPS.
    *// Check if this file exists
      OPEN DATASET LF_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF SY-SUBRC EQ 0.
    *// Delete this file
        DELETE = LF_FILE.
        CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
          EXPORTING
            ADDITIONAL_PARAMETERS      = DELETE
            COMMANDNAME                = 'ZDELETE'
            OPERATINGSYSTEM            = OPSYS
            STDERR                     = 'X'
            STDOUT                     = 'X'
            TARGETSYSTEM               = EHOST
            TERMINATIONWAIT            = TERMWAIT
            TRACE                      = ' '
          IMPORTING
            STATUS                     = RETCODE
          TABLES
            EXEC_PROTOCOL              = PROT
          EXCEPTIONS
            COMMAND_NOT_FOUND          = 01
            NO_PERMISSION              = 02
            PARAMETERS_TOO_LONG        = 03
            PARAMETER_EXPECTED         = 04
            PROGRAM_START_ERROR        = 05
            PROGRAM_TERMINATION_ERROR  = 06
            SECURITY_RISK              = 07
            TOO_MANY_PARAMETERS        = 08
            WRONG_CHECK_CALL_INTERFACE = 09
            X_ERROR                    = 10
            OTHERS                     = 11.
    ENDIF.
    Regards
    Raj
    Edited by: Rajasekhar Dinavahi on Apr 14, 2010 11:45 AM

    Hi All,
    Problem resolved.
    We need ensure all files which are opened [by OPEN DATASET], are CLOSED before trying any operation like DELETE or RENAME on the files.
    Regards
    Raj

  • Problems with I/O object to a File

    First of all, hi to everybody, sorry for my English.
    I have a problem with my Exam Project. I need to write and read object (Utente) from a file. Following the Class then a Description of the Error/problem
    questo � il loader
    import java.io.*;
    public class Load {
    public Load(){}
    public void Caricalista(ListKey Lista) throws Exception{
    Utente loaded,x;
    ObjectInputStream ois = new ObjectInputStream(new FileInputStream ("elenco.sav"));
    while((loaded = (Utente)ois.readObject())!=null){
    loaded = (Utente)ois.readObject();
    System.out.println(loaded.nome);
    Lista.insert(loaded);
    x=Lista.head();
    System.out.println(x.nome);}
    ois.close();
    Questo il Saver
    import java.io.*;
    public class Salva {
    public Salva(){}
    public void salva (Utente piero) throws IOException{
    Load loader=new Load();
    ListKey Lista=new ListKey();
    try{ loader.Caricalista(Lista);
    }catch (Exception e){System.out.println ("Errore in Salva.java");}
    FileOutputStream fos = new FileOutputStream ("elenco.sav");
    ObjectOutputStream oos = new ObjectOutputStream(fos);
    Lista.insert(piero);
    Utente test=new Utente();
    int i;
    for(i=0;i<Lista.lenght();i++){
    Lista.scorri(test);
    oos.writeObject(test);
    oos.close();
    public class ListKey extends ListNode {
    public ListKey() {super();}
    public ListKey (Utente o){super(o);}
    public ListKey(Utente o, List l){super (o,l);}
    public Utente find (String user){if (isEmpty())return null;
    if (user.equals(head().nome)) return head();
    return ((ListKey)tail()).find(user);
    public Utente scorri(Utente prova){if (isEmpty()) return null;
    else {prova=head();
    return ((ListKey)tail()).scorri(prova);
    e il main:
    public class mainvia {
    * @param args
    public static void main(String[] args) {
    // TODO Auto-generated method stub
    Utente prova=new Utente();
    prova.nome="Tettone";
    prova.psw="300786";
    prova.LibriPrestito="SI";
    prova.TitlePrestito1="IL Giovane Holden";
    ListKey Lista=new ListKey();
    Salva save=new Salva();
    try {save.salva(prova);}catch(Exception e){}
    Load loader=new Load();
    try{loader.Caricalista(Lista);
    }catch(Exception e){}
    Utente x=new Utente();
    System.out.println(x.nome);
    The problem is that, if I use only the Load for open the file,it works great and find the first User, instead if in the Salva I run try{ loader.Caricalista(Lista);
    }catch (Exception e){System.out.println ("Errore in Salva.java");}
    it always goes in Error and print "Errore in Salva.java" like if it can not open the file.
    How Can I Resolve?
    The base idea is the:
    from the mainvia I pass the ListKey Lista to save, then i load all the object from the file to the Lista, then i add to the List the new Object then i write all the object in the List to the file.

    Let's start by printing some useful information about the error, instead of just the fact that an error occurred:}catch (Exception e){e.printStackTrace();}Tell us what that produces.

  • Having problem with svchost.exe/ntdll.dll errors causing GPSVC (Group Policy Client) to crash preventing users from logging into the server.

    Recently (within the past 2 weeks) I have noticed a few of our servers will have problems with the svchost.exe application causing the GPSVC (Group Policy Client) to crash. The only fix at that point is to reboot the server since the GPSVC service is tied
    to svchost.exe and therefore is protected from being manually restarted.
    I noticed the following errors when this occurs:
    Log Name:      Application
    Source:        Application Error
    Date:          7/23/2013 4:35:26 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Server1.xxx.xxx.net
    Description:
    Faulting application name: svchost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x46c
    Faulting application start time: 0x01ce877f9476ac07
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d252d26d-f372-11e2-8ad4-005056ac00e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-07-23T08:35:26.000000000Z" />
        <EventRecordID>158950</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW19XM2.agency.nwie.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>46c</Data>
        <Data>01ce877f9476ac07</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>d252d26d-f372-11e2-8ad4-005056ac00e8</Data>
      </EventData>
    </Event>
    All of our servers are running Server 2008 R2 Enterprise where we use Citrix to deliver desktop sessions to our users, but some are virtual and some are physical. This seemingly impacts our virtual machines more, and our VMs are hosted through VMWare, however,
    about 5 months ago a similar error fired on a non-virtual machine:
    Log Name:      Application
    Source:        Application Error
    Date:          2/27/2013 6:57:58 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      AAW29033
    Description:
    Faulting application name: svchost.exe_gpsvc, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x6c0
    Faulting application start time: 0x01ce14e1af313fd9
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: ed3d01c4-80d4-11e2-9128-b499baa9e5e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-02-27T11:57:58.000000000Z" />
        <EventRecordID>286291</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW29033</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe_gpsvc</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>6c0</Data>
        <Data>01ce14e1af313fd9</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>ed3d01c4-80d4-11e2-9128-b499baa9e5e8</Data>
      </EventData>
    </Event>
    I've searched and cannot seem to find any information as to what may be causing this, or even really where to start. Would someone be able to help me identify what might be causing this event, specific with the Exception code: 0xc0000024, which causes
    the Group Policy Client service to stop?

    You still out there looking at things? If so I have an update. The issue hasn't stopped, even though it did seemingly die down for awhile, however, it is now back with a vengeance.
    I am able to force it to happen by killing the svchost process that is hosting GPSVC. If I run gpupdate /force, then logout/login it does get GPSVC running again. Furthermore, if I simply start svchost again via the Task Manager GPSVC starts running again.
    When I access the server remotely with KVM it acts just like it does as if I'm logging into it via Citrix/RDP which for Admin IDs gives an error saying "Failed to connect to a windows service. Windows could not connect to the Group Policy Client service...",
    however, normal user accounts just get a message when logging into the server "The Group Policy Client Service Failed the Logon. Access is denied."
    I haven't opened a case with Microsoft yet, but we about ready to because of the increase in these errors.
    If you have any further suggestions that would be great, otherwise I'll provide an update once I get word back from Microsoft.
    **EDIT -- apparently I mistook the the server's SCM's actions as my own. I was able to successfully crash the GPSVC service by killing the hosting svchost process, however, after I crashed it and let it sit crashed for awhile when I attempted
    to restart either by starting a svchost task, or running gpupdate /force it failed. Either that, or there is a timing issue where if we don't restart the svchost process, or run gpupdate /force quickly enough it won't be able to recover without a reboot.

Maybe you are looking for

  • Can I use TV only with my MacBook Pro, or I need a TV?

    I have an Apple 30" Cinema Display and a MacBook Pro, so I don't have a TV. Can I use TV directly on my computer without a TV (HOW?), or it doesn't work without a TV?

  • Check Box data NOT been collected consistently by Acrobat XI Pro

    Hi folks I'm having a real problem with Check Box data not being processed consistently by Acrobat XI Pro.  I've got 140 response forms back - and have processed them in one batch or smaller batches of 50 forms.  I can see the various check boxes tic

  • Urgent ......data is not  loaded  into  the ODS

    Hi, we try to load the data in to ODS via the Infopackage. Job is finished with Green status. In the requests tab I saw that transferred  are 1486 & the addded records are 1486. But the ODS sah empty structure,  no records are loaded into the ODS? An

  • Assuring a single instance of a monitor process with DB locks?

    I am developing an application with multiple modules and my customers would like to be able to run the modules on different servers if they wish to do so because of load. There are a couple "monitor" threads which implement java.util.Timer and java.u

  • Filename -v- Title

    Most of my photos get imported into iPhoto (08) sporting the file name -- usually something like "DSC0001.jpg" -- into the space reserved for the "title" in the information panel. This is also the title that is displayed when I upload the photos to s