Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed

This error is occurring on my Windows Server 2008R2 server with SQL 2008R2 installed.  I have found lots of "help" but none of it works...
The Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
The "help" I have found...
http://technet.microsoft.com/en-us/library/cc774913(WS.10).aspx
http://support.microsoft.com/kb/300956 

I was able to re-install BITS.  The BITS error seems to have gone away, but this error is now showing...
The object length of an object returned by Extensible Counter DLL "C:\Windows\system32\wbem\wmiaprpl.dll" for the "WmiApRpl" service was not correct. The sum of the object lengths returned did not match the size of the buffer returned.  The performance
data returned by the counter DLL will not be returned in the Perf Data Block. The first four bytes (DWORD) of the Data section contains the count of objects.
Help?

Similar Messages

  • Event ID 1008 The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.

    I keep getting the above error on all my SQL 2012 deployments (standard and enterprise) on all Windows Server 2012 Standard machines. I have already tried the following commands in administrator mode to resolve without success:
    lodctr bitsperf.dll
    lodctr /R
    Any other suggestions?
    Diane

    Hi Diane Sithoo,
    You post the same question 2 times. Please avoid this practice on Forum, I 
    have merged the same thread. Thanks for your understanding.
    According to your description, we need to verify when the error occurs, and if when the error happen, your SQL Server does not work, right ? If yes, we need to you help us to collect the detailed error log in SQL Server management Studio (SSMS). Please refer
    to the following steps for collecting the error log.
    In SSMS, expand Management, and SQL Server Logs, then
    right-click a log and click View SQL Server Log.
    If the SQL Server can run well, there are some error on Windows Server service, I recommend you post the question on the Windows Server General Forum(http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winservergen
    ) , It is appropriate and more experts will assist you.
    In addition, about Event ID 1008, you may need to reload the
     performance library when it is not properly initialized during installation. Then you can use Windows Reliability and Performance Monitor to verify that performance counters are properly collected and displayed in a Performance Monitor graph. For
    more information, you can review the following article.
    http://technet.microsoft.com/en-us/library/cc774913(v=ws.10).aspx
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here. 
    Sofiya Li
    TechNet Community Support

  • 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:
    The Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Perflib" Guid="{13B197BD-7CEE-4B4E-8DD0-59314CE374CE}" EventSourceName="Perflib" />
        <EventID Qualifiers="49152">1008</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-10-23T02:36:55.000Z" />
        <EventRecordID>355461</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>SWAMR0041.INDUSTRIE.AMMANN.INTRA</Computer>
        <Security />
      </System>
      <UserData>
        <EventXML xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="Perflib">
          <param1>BITS</param1>
          <param2>C:\Windows\system32\bitsperf.dll</param2>
          <binaryDataSize>8</binaryDataSize>
          <binaryData>0200000000000000</binaryData>
        </EventXML>
      </UserData>
    </Event>
    Tried to rebuild the counters 
    1. lodctr bitsperf.dll
    2. lodctr \R
    3. lodctr /e:bitsperf.dll
    After performing the above still getting the issue.
    Microsoft Provided steps are confusing.
    Can any one provide me the detailed steps to resolve the issue ?
    Shashidhar N Bharadwaj

    I actually ran into this issue myself and I found this to be my fix.
    "Unable to add these counters:
    \Memory\Available MBytes
    \Memory\% Committed Bytes In Use
    \Memory\Cache Faults/sec
    \Memory\Cache Faults/sec
    \PhysicalDisk(*)\%Idle Time
    \PhysicalDisk(*)\Avg. Disk Queue Length
    \Network Interface(*)\Bytes Total/sec"
    after that I checked my Test Server and saw the same error in Windows Server 2012. I searched and found a lot of info
    about this error in earlier version of Windows but not for Server 2012 and therefore decided to write a wiki about it. It is my first English wiki and I want to write this wiki for other people who may have similar problem because Ed Price suggested us:
    Below are some steps to be followed.
    Steps:
    We have to rebuild Performance Counters with LODCTR from an elevated command prompt.
    1. Launch Command Prompt as Administrator (right click Runs As Administrator).
    2. Drop into the C:\WINDOWS\System32 directory by typing CD\ then CD Windows\System32
    3. To rebuild your resource counters type the following command:
    lodctr /r
    This will rebuild your counter values and may take a few moments so please be patient.
    4. If you wish to query the counters to make sure they were correctly set, use:
    lodctr /q
    This will give you something like the following:
    Performance Counter ID Queries [PERFLIB]:
        Base Index: 0x00000737 (1847)
        Last Counter Text ID: 0x000031D2 (12754)
        Last Help Text ID: 0x000031D3 (12755)
    [.NET CLR Data] Performance Counters (Enabled)
        DLL Name: %systemroot%\system32\netfxperf.dll
        Open Procedure: OpenPerformanceData
        Collect Procedure: CollectPerformanceData
        Close Procedure: ClosePerformanceData
    [.NET CLR Networking] Performance Counters (Enabled)
        DLL Name: %systemroot%\system32\netfxperf.dll
        Open Procedure: OpenPerformanceData
        Collect Procedure: CollectPerformanceData
        Close Procedure: ClosePerformanceData
    and etc
    5.Now reopen the Performance Monitor and check it. You will see that the error was fixed.
    Note 1:
    In the query if you have provider name that is Disabled, Use this Cmdlet to enable it.
    lodctr /e:<provider name>
    for example (think in above query Performance Counters is disable ) :
    lodctr /e:Performance Counters
    Note 2:
    If you perform this step and it doesn't work, please see the event log and search for if there is Event ID = 3006 in it? if yes, 
    please go to registry and change Disable Performance Counters from "1" to "0".
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib
    Hope this is helpful. 

  • The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed. WDS not PXE booting!

    This morning came in to find clients were not getting there bootfiles through PXE. I checked the logs to find the following events related to WDS.
    The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed
    The Open Procedure for service "WDSServer" in DLL "C:\Windows\system32\wdssrv.dll" failed
    The Open Procedure for service "WDSMC" in DLL "C:\Windows\system32\wdsmc.dll" failed
    Has anyone seen this or have a link to a resolution?
    tconners

    Hotfix loaded but didn't help.
    Found a few articles referring to rebuilding the perf counter library. I ran "lodctr /R" failed first time then worked the second time. I believe the errors:
    The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed
    The Open Procedure for service "WDSServer" in DLL "C:\Windows\system32\wdssrv.dll" failed
    The Open Procedure for service "WDSMC" in DLL "C:\Windows\system32\wdsmc.dll" failed
    Are gone but PXE boot still fails.
    Do you think I might have to uninstall WDS and reinstall? "Using SCCM console to just remove PXE"
    tconners

  • My photoshop cc doesn't work. "_crtCreateSymbolicLinkW not found in DLL "C.\Windows\SYSTEM32\MSVCP110.dll"". Please help

    my photoshop cc doesn't work. "_crtCreateSymbolicLinkW not found in DLL "C.\Windows\SYSTEM32\MSVCP110.dll"". Please help

    I checked my windows 7 pro machine for the module I see many copies if the DLL with different dates two different sizes all are version 11.0.51106.1 so I guess there are 32bit and 64bit versions. Some are in Adobe folders some in Wacom folders ad in two windows folders including system32.  I do not know if there is and entry point "_crtCreateSymbolicLinkW" in it.

  • Firefox won't open; I get the msg. "Cannot open file or DLL C:\WINDOWS\system32\USP10.dll - what's up?

    I've tried uninstalling Firefox, re-downloading it (various versions and sites), and re-installing; I just get the same reference to
    "USP10.dll" in directory C:\WINDOWS\ system32 ...
    so wha' happen?
    I don't think I did anything (install or whatever) before this happened
    Thanks for any suggestion.

    But I can't... find... it... It's not there.
    Unless you're talking about the entire Mozilla Firefox folder (which isn't what the thing you copied says,) there is no installation folder.

  • "The application or DLL  C:/WINDOWS/System32/mssip32.dll....

    -- is not a valid windows image. Please check against your installation and diskette.
    I got this message after I had updated my itunes. Help please

    +" 'mssip32.dll' is not and executable file and no registration helper is registered for this file type "+
    Okay. somewhat experimental advice here, but I think it might be worth swapping your mssip32.dll for a new copy.
    First, head into C:\Windows\System32\, find your current mssip32.dll, and rename it mssip32.dllOLD
    Download a fresh copy of missip32.dll from here:
    DLLDump.com: mssip32.dll Version: 5.131.2600.0
    Move the new mssip32.dll into the system32 folder. (Where the old one lived.)
    Now restart the PC and try another iTunes launch. Do you still get the Bad Image error (with a fresh mssip32.dll in place), or is it launching properly now?

  • Pricing procedure for service pos

    Hi guys,
    WE have defined two pricing procedures i.e. for domestic and for import.  When we create a service PO, domestic pricing procedure is being populated.  Is this the standard functionality or do we need to use a separate pricing procedure for service POs?  If that is the case, how to do it?
    We are using the same document type and same purchase organisation for purchase order for services and materials
    thanks in advance

    Normaly the std domestic price will work for the service but you have service pricing also,
    for the std service pricing
    SPRO-MM-External service management-Maintain conditon for services
    here you will find the service schema and which will defualt in the service PO
    If want to see the service condtion
    go to PO service tab and click on condition icon at the bottom of the screen and it will show you the service conditon with schema

  • Pricing procedure for Service PO and Service Entry Sheet

    Hi
    Can the same pricing procedure be used for Service PO and Service Entry Sheet? What is the purpose of creating a seperate pricing procedure for service entry sheet?
    Regards
    Soumen

    There is no separate pricing procedure for Service Entry Sheet.  Whatever the schema is determined in Service PO, the price is calcuated during service entry sheet.  However you can maintain separate calculation schema for service purchase orders. 
    This schema will be determined based on the schema group assigned in Vendor Master.

  • MM - ML81N, Release Procedure for service entry sheet

    Hi Gurus, 
    I would like to active the realease strategy for service.
    in order to customize I  set:
    -Relase Groups
    -Release Codes
    -Release indicator
    -Release startegues 
    Then I run ML81N TRX and I called a sheet to try.  This sheet had to has done to one of the  release strategy set... 
    on the menu (of this trx ML81N)Entry Sheet->Set Status->Release (is still turn off)
    Where is the problem?, anybody could help me?
    Tks in advance,
    Nacho

    Hi,
    please read the FAQ note 672719, question 5:
    Setting up a release procedure is explained in the following short                         
    example: All service entry sheets with material group 007 are supposed                     
    to be subject to a release strategy. This release strategy requires that                   
    the service entry sheets must be released with release code A1. Only the                   
    cost center manager has the authorization for release code A1.                                                                               
    A) Create a characteristic for the material group:                                                                               
    o  Call Transaction CT04. (Path in the SAP menu in R/3 Enterprise:                     
           Cross-Application Components -> Classification System -> Master                     
           Data -> Characteristics)                                                                               
    o  Specify a name for the characteristic, for example CESSR_MATKL,                     
           and choose the 'Create' pushbutton.                                                                               
    o  On the 'Basic data' tab page, enter a description and keep the                      
           'Released' status.                                                                               
    o  On the 'Addnl data' tab page, enter table name CESSR and field                      
           name MATKL (Material group).                                                                               
    o  Enter class type 032 (Release strategy) on the 'Restrictions' tab                   
           page and then save the characteristic.                                                                               
    Note: The release strategy must be based on a field of structure CESSR.                    
    Using Transaction SE11, you can display which other fields are available                   
    in addition to the material group (field MATKL).                                           
    B) Create a class to which you assign the characteristic:                                                                               
    o  Call Transaction CL02. (Path in the SAP menu in R/3 Enterprise:                                 
           Cross-Application Components -> Classification System -> Master                                 
           Data -> Classes)                                                                               
    o  Enter a class name, for example FRG_ESSR, and class type 032 (for                               
           release strategy) and then choose the 'Create' pushbutton.                                                                               
    o  On the 'Basic data' tab page, enter any name. (Keep the                                         
           'Released' status.)                                                                               
    o  Enter characteristic CESSR_MATKL on the 'Char.' tab page and then                               
           save the class.                                                                               
    C) Now carry out the required Customizing settings. Follow IMG path                     
    (Transaction SPRO) 'Materials Management -> External Services Management                                                                               
    Seite 4                                                                               
    -> Define Release Procedures for Service Entry Sheet'                                                                               
    o  At first, you must create a release group (for example 03). For                  
           that, choose 'Release Groups', then choose 'New Entries', enter                  
           'Rel. Group' = 03 and 'Class' = FRG_ESSR. Save the entry. The                    
           system automatically determines value 3 (for entry of services                   
           performed) for the release object.                                                                               
    o  Now create release code A1 for release group 03. Choose 'New                     
           Entries' and specify the following values: Grp = 03, Code = A1,                  
           and description, for example cost center manager.                                                                               
    o  Create two release indicators, for example A and B. Select the                   
           'Released' field for release indicator B and save the entries.                   
           (Note: A release strategy must at least contain two release                      
           indicators. The first indicator (here A) must be defined as                      
           locked, the last indicator as released. Furthermore, the general                 
           changeability of the service entry sheet and the behavior for                    
           value changes are defined via the release indicators.)                                                                               
    o  Finally create the release strategy. Choose 'New Entries' and                    
           specify the following values: Release group = 03, release                        
           strategy, for example RS, release codes = A1. Assign the two                     
           release indicators A and B via 'Release statuses'. Assign                        
           material group 007 via 'Classification'. Save the release                        
           strategy.                                                                               
    D) Assign the authorization for release code A1 and release group 03 to                     
    the cost center manager. In role maintenance (Transaction PFCG), you can                    
    for example use the default values for Transaction ML85 for that.                           
    Regards,
    Edit

  • Windows\system32\QUARTZ.dll can't open in Windows.  Can't use Premiere Elements.

    I am looking for a way to get a solution to this error which keeps preventing me from opening my Premiere Elements 11 program.  I have previously used the program without any problems.  But last week I had a new HDD installed in my laptop (Dell Studio XPS 1640 running Windows 7 Ultimate 64-bit).  Now I can't open Premiere Elements and can't edit my videos. 
    When I try to open the program, I get an error which reads:
    Font Capture: Adobe Premiere Elements.exe - Bad Image
    C:\Windows\system32\QUARTZ.dll is either not designed to run on Windows or it contains an error.  Try installing the program again using the original instalation media or contact your system administrator or the software vendor for support
    My computer technician did use an image of my laptop to transfer everything onto the new HDD.  I have no idea if that is relevant to this software problem.
    I posted this question previously and was directed to a link which instructed me to update my DirectX and other graphics drivers.  I did all that already.  I still can't open Premiere Elements.  I want to ask Adobe Support, but since they just launched Premiere Elements 12, I guess I no longer get direct support from Adobe? Not sure but that is how it seems to work.  I will try any advice given to resolve this issue, if anyone has ideas.
    Thanks!
    Janeen

    Did you try reinstalling as indicated by the error message?  Transferring images is not a good way to install Adobe programs.

  • BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64 and other microssoft x64 OS-s.

    BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64.        
    All Windows x64 (XP,2003,2007,Vista,7,8) have no support for not system locale filenames|foldernames for all 32-bit applications. I think it is BUG!
    For example,  it is possible to read files|folders with French or Chinese in English locale windows installed, rename it, but it is not possible open it, edit or delete. (ERRORS: File not found OR Unknown format)
    With using 64-bit programs no such problems. How does it works and how can I fix this? Is it problem with encoding in translating kernel instructions for 32-bit apps in x64 Windows OS's? Whether there are
    solutions to this problem OR some hacks|fixes? 

    Hi,
    Have you installed the language package for French or Chinese?
    If no, please download the language package and install them.
    To download language package, please click the link below,
    http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win7
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Interactive Services Detection C:\Windows\system32\TSAPPCMP.DLL

    I can't find anything on this.  I can find a lot dealing with the spoolsv.exe, but nothing on TSAPPCMP.DLL.  I am not looking for answers, I am just looking for troubleshooting methods to figure out what is going on.  Any guidance would be
    greatly appreciated.
    Windows Server 2008 R2 Terminal Server
    VMware 5.1.0
    Citrix XenApp 6.0
    This is what is being shown in the event viewer:
    Log Name:         Application
    Source:              Interactive Services detection
    Date:                 12/31/2013 8:32:58 PM
    Event ID:           1000
    Task Category:  None
    Level:                Information
    Keywords:         Classic
    User:                 N/A
    Computer:         TS01
    Description:       A device or program has requested attention. Device or application: C:\Windows\system32\TSAPPCMP.DLL. Message title: Windows Installer Coordinator.

    Hi,
    I would like to say that it is just a normal condition. No further action is required.
    However, if you want to know details about Interactive Services Detection and event, please refer to the following articles.
    What is Interactive Services Detection and Why is it Blinking at Me?
    http://blogs.msdn.com/b/patricka/archive/2010/04/27/what-is-interactive-services-detection-and-why-is-it-blinking-at-me.aspx
    Troubleshooting Interactive Services Detection
    http://blogs.msdn.com/b/patricka/archive/2011/03/14/troubleshooting-interactive-services-detection.aspx
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Since my last windows update, whenever I open firefox I get an error message saying BAD IMAGE on the file C:\windows\system32\WRusr.dll. Can you help me?

    The message I get is the following:
    "C:\WINDOWS\SYSTEM32\WRusr.dll is either not designed to run on Windows or it contain an error. Try installing the program again using the original installation media or contact your administrator or the software vendor for support."
    I can't open Mozilla firefox anymore. I have tried reinstalling 3 times already.

    hello, the file you have referenced appears to be part of Webroot SecureAnywhere - try to remove that software in case you have it installed on your system.

  • Windows\system32\softpub.dll is either not designed to run on windows or contains an error. how do i fix this so i can launch my itunes app

    every time I try to open itunes i get this message, C:\windows\system32\softpub.dll is either not designed to run on windows or contains an error. what should i do to fix this problem.

    I suggest that you reinstall the Microsoft Visual Studio 2010 redistributable https://www.microsoft.com/en-us/download/details.aspx?id=5555
    If you are on a 64-bit system you should also install the x64 version http://www.microsoft.com/en-us/download/details.aspx?id=13523

Maybe you are looking for