The AcquireConnection method call failed with error code 0xC0202009.

I've seen the previous threads on this (although maybe not all of them). However, i don't think I'm getting the error for the same reason. The full error I'm getting is:
- Pre-execute (Error)
Messages
Error 0xc0202009: {F1B3B35C-FAE3-48F6-A169-4E4D8D99F9B6}: An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.  Source: "Microsoft JET Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
 (SQL Server Import and Export Wizard)
Error 0xc020801c: Data Flow Task: The AcquireConnection method call to the connection manager "DestinationConnectionExcel" failed with error code 0xC0202009.
 (SQL Server Import and Export Wizard)
Error 0xc004701a: Data Flow Task: component "Destination 64 - production_effectivities" (7042) failed the pre-execute phase and returned error code 0xC020801C.
 (SQL Server Import and Export Wizard)
The entire package is running on one machine. The data source is SQL Server 2005 and the destination (this happens with both of them) is Excel or Access. Either way I cannot get the package which the wizard generated to run at all. This error occurs after the first table is exported. I'm running on WinXP SP2 with 2005 Developer and ALL components installed except analysis services.
Anyone else have this problem or know the solution?
Jeff

I am getting the same error. My Destination and source both are on SQL Server 2005 on the same box.
I am using SQL- Code for Source and and table as destination. When the package runnes under Transaction- TransactionOption-Supported then the packages excuted fine but it fails when i change the Transaction- TransactionOption to Required.
It fails with following error code.
[OLE DB Destination [22]] Error: The AcquireConnection method call to the connection manager "FMFCLSQADB01.DWH_Rakesh" failed with error code 0xC0202009.
[DTS.Pipeline] Error: component "OLE DB Destination" (22) failed the pre-execute phase and returned error code 0xC020801C.
[Connection manager "FMFCLSQADB01.DWH_Rakesh"] Error: The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D00A "Unable to enlist in the transaction.".
[Connection manager "FMFCLSQADB01.DWH_Rakesh"] Error: An OLE DB error has occurred. Error code: 0x8004D00A.
When i change the source SQL query to Table or View then it works fine.
Thanks for any suggestion.
Regards
Rakesh
Now, my issues related to “SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D00A "Unable to enlist in the transaction."…..”. are fixed.
This is one of the very common errors that comes up in SSIS (SQL Server Integration service) 
I have faced this issue for at-least two occasions. Both of them have one common setting: “TransactionOption” was set to “Required”.
In first case, I had multiple dataflow tasks but there were no sequence given. There were no error if I ran the package with TransactionOption=Supported. But when I ran the package in TransactionOption= Required, it got failed.
To fix the issue I have changed my package and put the entire dataflow task one after another (connected thru Constraint).  
In another case, where I was doing data transfer from one server to another, I had to configure the MSDTC.

Similar Messages

  • SSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code 0xC0202009.

    Hi,
    This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then this issues goes off temporarily.
    Just FYI, through SSDT environment I executed the package successfully with both settings Run64bit runtime setting to Yes and No when error does not occur.
    So far I have installed
    http://www.microsoft.com/en-us/download/details.aspx?id=13255 (Microsoft Access Database Engine 2010 Redistributable).
    I still remember for older versions of SQL Server (2005 & 2008) that I have executed Excel connection SSIS packages with Run64bit runtime = false i.e. in 32-bit mode. As far as I know I think Excel 64-bit issue has been resolved with SQL Server
    2012 release.
    Here is the detail of error message:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [2]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection
    Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error at Data Flow Task [SSIS.Pipeline]: Excel Source failed validation and returned error code 0xC020801C.
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
    Error at Package [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
     (Microsoft.DataTransformationServices.VsIntegration)
    Here are my environment details:
    SQL Server 2012 {Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) } , Excel 2010 (32-bit). I am developing SSIS code on Virtual desktops with Windows 7 32-bit OS.
    Also it occurred to me that since Virtual Desktops are on Shared Infrastructure, the source files and SSIS packages (code) can be on Shared drives for e.g. \\<Corpnet>\userdata\<Corp_Users_Grp>\<Username>\Visual Studio 2010\Projects\Integration
    Services Project2\Integration Services Project2\Package.dtsx.
    Does this kind of Shared drives have any impact to give this issue?
    Thanks in advance!
    Ketan
    P.S.: I had look at this forum question -->
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/903bbe1d-e070-4c43-9d3b-0a5193550029/64bit-error-in-excel-connection-manager-in-ssis

    Hi Arthur,
    Thanks for your response.
    Yes, it looks like SSIS still has bunch of issues with Excel files like as follows:
    1) Some times excel source files cannot be parsed by excel source connection manager.
    2) For derive column conversion, we can't replace the existing column. rather, we have to add the derived column as " add as new column" which is tough to manage  while destination mapping.
    3) If an column in excel contains a data which is not of the data type assigned for the column in excel, the excel source reads that data as "null". For the same, we can't validate the data and redirect the erroneous data in reject file.  <-- For
    this we tried IMEX setting also
    4) In multi-tab/sheet excel file, excel source is unable to detect a tab and identify the metadata of the excel.
    I am also checking Microsoft connect for Excel issues with SSIS 2012(https://connect.microsoft.com/SQLServer/SearchResults.aspx?SearchQuery=excel#&&PageIndex=22
    As worst case scenario, I am thinking of converting Excel to CSV file or Flat text file. (http://www.mssqltips.com/sqlservertip/2772/importing-data-from-excel-using-ssis--part-2/).
    Do you think it is advisable to convert Excel into CSV or Flat file.
    Thanks,
    Ketan

  • [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messa

    Error
    [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There
    may be error message
    I am using BIDS Microsoft Visual Studio 2008 and running the package to load the data from excel .
    My machine has 32 bit excel hence have set property to RUN64BITRUNTIME AS FALSE.
    But the error still occurs .
    I checked on Google and  many have used Delay validation property at Data flow task level to true but even using it at both excel connection manager and DFT level it doesnt work
    Mudassar

    Thats my connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\SrcData\Feeds\Utilization.xlsx;Extended Properties="Excel 12.0;HDR=NO";
    Excel 2010 installed and its 32 bit edition
    Are you referring to install this component -AccessDatabaseEngine_x64.exe?
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Mudassar
    You can try an OLEDB provider in that case
    see
    http://dataintegrity.wordpress.com/2009/10/16/xlsx/
    you might need to download and install ms access redistributable
    http://www.microsoft.com/en-in/download/details.aspx?id=13255
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Error: The AcquireConnection method call to the connection manager failed with error code 0xC0202009 using DB2 connection

    I have a SSIS project that I am newly running on the SQL server (2005) .  It was previously run on my PC.  I am importing data from a DB2 server to the SQL server.
    I am in the SA group on the server
    My connection to DB2 works
    When open the package and run it in preview mode, I can retrieve the data.
    When I execute the package I get the below errors:
    [MIDAS OLE DB Source [1]] Error: The AcquireConnection method call to the connection manager "NGMDSPA.alharris" failed with error code 0xC0202009.
    [DTS.Pipeline] Error: component "MIDAS OLE DB Source" (1) failed validation and returned error code 0xC020801C.
    What I have already done that has not worked:
    The original Protection level was set to EncryptSensitiveWithPassword. 
    I have reset the Package Password.
    I have set the protection level to DontSaveSensitive
    I saved the package on the server and set a Package Password.
    I created a new package, set the Protection level to DontSaveSensitive, set a package password in a configuration file using the Package Configuration Wizard.
    Error continues

    Yes.  The Drivers are installed and I have a successfull connection.  I am trouble shooting the issue on the server in BIDS.  I can connect to the DB2 server via the Connectionmanager.  I can also preview the data in the OLE
    DB source connection.  Therefore I know that I have a proper connection
    If you're setting option as DontSaveSensitive then you need to pass the connection information from configuration file/ config table. Otherwise it wont be able to use it for connecting to your source/destination servers. This is the recommended way as it
    will enable you to change connection info at runtime.
    If you want connection info to persist you need to use protection level as EncryptSensitiveUsingUserKey or EncryptSensitiveUsingPassword and set a password.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • What is this? Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE._

    hi    This event is logged in SharePoint 2010 logs often please help trace the issue also it precedes with Project server WCF code execution which alos is quite slow in execution, means PWA site runing slow. why does status read
    provisioning while i am not running anything.
    please help!!!
    10/03/2011 14:39:23.46 w3wp.exe (0x306C)                      
    0x2FC4
    SharePoint Foundation         Topology                      
    e5mc Medium  
    WcfSendRequest: RemoteAddress: 'http://moss:32843/a667a0a96d314e5e9e6c8fe4866c5db4/PSI/PWA.svc' Channel: 'Microsoft.Office.Project.Server.Interfaces.IPWA' Action: 'http://schemas.microsoft.com/office/project/server/webservices/PWA/AdminReadSiteMapTyped'
    MessageId: 'urn:uuid:0751dbdd-76c0-4410-ac73-2f1782e1513b'
    91b87b3b-e9ad-43b9-9e8c-e553ba7e2f6c
    10/03/2011 14:39:23.46 w3wp.exe (0x1B58)                      
    0x1BA0
    SharePoint Foundation         Topology                      
    e5mb Medium  
    WcfReceiveRequest: LocalAddress: 'http://moss.ccl.local:32843/a247f7273c09486999c9f111798cab59/ProfilePropertyService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://Microsoft.Office.Server.UserProfiles/GetProfileProperties'
    MessageId: 'urn:uuid:772a5c58-c0e4-4b0f-9142-f634fee413a9'
    3cd5bfa5-2e40-458e-9718-788887b44dbe
    10/03/2011 14:39:23.46 w3wp.exe (0x1B58)                      
    0x1BA0
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (ExecuteWcfServerOperation)
    3cd5bfa5-2e40-458e-9718-788887b44dbe
    10/03/2011 14:39:23.64 w3wp.exe (0x1B58)                      
    0x1BA0
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=179.589584709789
    3cd5bfa5-2e40-458e-9718-788887b44dbe
    10/03/2011 14:39:23.64 w3wp.exe (0x306C)                      
    0x3170
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (ExecuteWcfOperation:http://Microsoft.Office.Server.UserProfiles/GetProfileProperties). Execution Time=205.109867315539
    10/03/2011 14:39:23.64 w3wp.exe (0x306C)                      
    0x3170
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (ExecuteOnChannel:GetProfileProperties). Execution Time=206.500546857212
    10/03/2011 14:39:23.74 Microsoft.Office.Project.Server (0x0DAC)
    0x0FA8 Project Server                
    Provisioning                  
    8zdn Medium  
    [SERVICE] ProjectQueueService14: Getting list of Sites for ServiceApp: a667a0a9-6d31-4e5e-9e6c-8fe4866c5db4
    10/03/2011 14:39:23.74 Microsoft.Office.Project.Server (0x0DAC)
    0x0FA8 Project Server                
    Provisioning                  
    128v Medium  
    [SERVICE] ProjectQueueService14: Adding Site: ef3acaf4-3e7a-4819-80e0-8e7a85ca417b to sitelist for ServiceApp: a667a0a9-6d31-4e5e-9e6c-8fe4866c5db4
    10/03/2011 14:39:23.77 Microsoft.Office.Project.Server (0x0CD4)
    0x0FA4 Project Server                
    Provisioning                  
    8zdn Medium  
    [SERVICE] ProjectEventService14: Getting list of Sites for ServiceApp: a667a0a9-6d31-4e5e-9e6c-8fe4866c5db4
    10/03/2011 14:39:23.77 Microsoft.Office.Project.Server (0x0CD4)
    0x0FA4 Project Server                
    Provisioning                  
    128v Medium  
    [SERVICE] ProjectEventService14: Adding Site: ef3acaf4-3e7a-4819-80e0-8e7a85ca417b to sitelist for ServiceApp: a667a0a9-6d31-4e5e-9e6c-8fe4866c5db4
    10/03/2011 14:39:23.99 SPUCHostService.exe (0x22E0)            
    0x300C SharePoint Foundation        
    General                      
    84yj Medium  
    Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    10/03/2011 14:39:23.99 SPUCHostService.exe (0x22E0)            
    0x300C SharePoint Foundation        
    Sandboxed Code Service        
    ei0p Monitorable
    - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)     at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32
    retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading perf counters for process "SPUCWorkerProcess".
    10/03/2011 14:39:23.99 SPUCHostService.exe (0x22E0)            
    0x300C SharePoint Foundation        
    General                      
    84yj Medium  
    Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.
    10/03/2011 14:39:23.99 SPUCHostService.exe (0x22E0)            
    0x300C SharePoint Foundation        
    Sandboxed Code Service        
    ei0p Monitorable
    - Unhandled exception System.ComponentModel.Win32Exception: Unknown error (0xc0000bbc)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS status, Boolean throwOnError)     at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32
    retry, Int32 retryInterval)     at Microsoft.SharePoint.UserCode.SPUserCodePerformanceCounterHelper..ctor(String processName, Int32 processInstanceId) thrown while reading perf counters for process "SPUCWorkerProcess".
    10/03/2011 14:39:23.99 SPUCHostService.exe (0x22E0)            
    0x300C SharePoint Foundation        
    General                      
    84yj Medium  
    Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.

    Hi there,
    A quick search showed the result on fourm thread:
    It's related to SHarePoint foundation error & this issue occurs when the account under which SPUserCodeService is configured to run does not have the necessary permissions to access the performance counters on the server.
    http://social.technet.microsoft.com/Forums/eu/sharepoint2010setup/thread/9fbcf2a3-1b1f-4fd8-a9b4-dc63ed753973
    To read in support article.
    http://support.microsoft.com/kb/983081Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82

  • GetPrinter() call fails with error code 124

    Hi all,
    I am researching whether I can use the Winspool API to print to a printer using the printer's IP address.  So far, I have not had any luck.
    Hopefully, someone can help me understand why I am receiving a 124 error code, or, let me know if what I want to do is possible.
    Any help is appreciated.
    Thanks!
    This is the error I get from GetLastError() after calling GetPrinter() to get the size needed to declare the PRINTER_INFO_2 structure:
    An unexpected error occurred when executing the test.
    Error Code = 124.
    Error Message = The system call level is not correct.
    This is the test code I am using in my research.  OpenPrinter() always succeeds, but, GetPrinter() always fails.
    // Header File
    #include "stdafx.h"
    #include <WinSpool.h>
    void GetPrinterInfoTest(CString printerName);
    void GetFormattedSystemErrorMessage(DWORD errorCode, CString& errorMessage);
    // CPP File
    using namespace std;
    int _tmain(int argc, _TCHAR* argv[])
        UNREFERENCED_PARAMETER(argc);
        UNREFERENCED_PARAMETER(argv);
        GetPrinterInfoTest("\\\\xx.xxx.xx.xx");  // Note: please replace the formatted string with the printer IP address
        return 0;
    void GetPrinterInfoTest(CString printerName)
        HANDLE hPrinter = NULL;
        int length = printerName.GetLength();
        LPTSTR printerNameBuffer = printerName.GetBuffer(length);
        ::OpenPrinter(printerNameBuffer, &hPrinter, NULL);
        DWORD cbNeeded = 0;
        if (!::GetPrinter(hPrinter, 2, NULL, 0, &cbNeeded)) 
            CString errorMessage;
            GetFormattedSystemErrorMessage(::GetLastError(), errorMessage);
            CString testResultMessage;
            testResultMessage.Format("An unexpected error occurred when executing the test. \n%s", errorMessage);
            cout << testResultMessage;
    void GetFormattedSystemErrorMessage(DWORD errorCode, CString& errorMessage)
        // Get system error and convert to message
        LPVOID lpMsgBuf = NULL;
        ::FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
                            NULL,
                            errorCode,
                            MAKELANGID( LANG_NEUTRAL, SUBLANG_DEFAULT ), // Default language
                            (LPTSTR) &lpMsgBuf,
                            0,
                            NULL );
        // Copy to CString to avoid memory leak
        CString formattedMessage( (LPTSTR)lpMsgBuf );
        ::LocalFree( lpMsgBuf );
        errorMessage.Format("Error Code = %lu.  \nError Message = %s",
            errorCode,
            formattedMessage);

    Hi Rupesh, Shu,
    Thank you for taking the time to help me with my questions.  :-)
    Rupesh: Regarding my call to GetPrinter():
      DWORD cbNeeded = 0;
        if (!::GetPrinter(hPrinter, 2, NULL, 0, &cbNeeded)) 
    As I stated before in my first post:
    This is the error I get from GetLastError() after calling GetPrinter() to get the size needed to declare the PRINTER_INFO_2 structure:
    An unexpected error occurred when executing the test.
    Error Code = 124.
    Error Message = The system call level is not correct.
    So, this call I am making to GetPrinter() is not retrieving information about the printer yet.  It is only performed to get the buffer size needed for my subsequent call to GetPrinter().
    Shu: the reason why I pass in NULL into GetPrinter() is because I haven't declared the PRINTER_2_INFO buffer yet.  Once I get the required buffer size from GetPrinter(), I will declare the PRINTER_INFO_2 buffer, and then pass that into
    a second call to GetPrinter() to get detailed information about my printer.

  • I have downloaded the Photoshop trial in CC when it gets to the updating stage it fails with error code 49

    It told me to retry or contact support - I have retried several times & it keeps coming back to error code (49)

    Generally, this error is caused by something running on the computer which may be locking files that are trying to be updated. First, try simply restarting the computer to close running applications and unlock all files. If that does not allow the update to complete, try disabling all applications which run in the background. Disable startup items, services | Windows or Start in Safe Boot mode | Mac OS X

  • OPatch failed with error code 73

    Friends,
    We are getting below error message while firing $ORACLE_HOME/OPatch/opatch lsinventory.Please suggest me whether what could be the reason for this.Appricate your help.
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    Locker::release()
    OUISessionManager::unRegister()
    Un-Registering the caller : OPatch
    LsInventory::getInstance() returns
    LsInventorySession failed: Unable to create patchObject
    Cleaning up the directory : "/oracle/rdbms/10.2.0.4/.patch_storage/patch_unzip"...
    OPatch failed with error code 73
    Regards,
    Vinay

    Following these instructions solved the problem for me, maybe they will help you.
    Issue 3: On Linux AMD x86-64 on RHEL4 systems, if you run OPatch in -report mode, it detects the incorrect platform and then terminates with errors similar to the following:
    Apply Session failed: ApplySession failed to prepare the system.
    OPatch failed with error code 73
    Workaround: Set the OPATCH_PLATFORM_ID environment variable to point to the AMD64 Linux platform, whose ID is 226. For example:
    export OPATCH_PLATFORM_ID=226
    Then re-run OPatch in -report mode, for example:
    opatch apply -report
    Or
    opatch rollback -report

  • CcmSetup failed with error code 0x87d0029e

    Hi,
    This is fresh installation. No previous versions/setup in our environment. When tried to install Client i got the following error message in the log.
    CcmSetup failed with error code 0x87d0029e
    Install failed on SCCM 2012 server as well as on Domain COntroller.
    I have also installed following hotfix.
    http://support.microsoft.com/kb/2801987
    Please suggest me.

    Please check the log and suggest me
    <![LOG[==========[ ccmsetup started in process 3268 ]==========]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X64]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="util.cpp:1681">
    <![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2356" file="ccmsetup.cpp:8944">
    <![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1000]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 274. Product Type = 2]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT: 80]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT: 443]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME: ]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8331">
    <![LOG[FSP: SCCM2012.ELCHURU.COM]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT: 1]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8441">
    <![LOG[Config file: C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4432">
    <![LOG[Retry time: 10 minute(s)]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file: C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties: INSTALL="ALL" SMSSITECODE="ABC" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" FSP="SCCM2012.ELCHURU.COM" CCMFIRSTCERT="1"]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4443">
    <![LOG[ \\SCCM2012.elchuru.com\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4450">
    <![LOG[ \\SCCM2012.ELCHURU.COM\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4462">
    <![LOG[ SCCM2012.elchuru.com]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="20:06:28.662+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:8944">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='100'.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment ']LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {7601DCA7-7FA1-4BF6-82C5-C6DE8E631763} has been sent to the FSP]LOG]!><time="20:06:28.693+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1972">
    <![LOG[Detected 23565 MB free disk space on system drive.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2026">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=ABC))']LOG]!><time="20:06:28.912+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F1308201D9A003020102021072D06930FA1F729E4DB6A623E47897D5300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303830333135323032355A180F32313134303731313135323032355A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100CD8FBED68BEF0FEC34E6776F2AFF0AF23F8B361884C0FD905EEA125A8D378EB6CAA3300736C0D682E5A3CD18A98FE5152C63BBED0739C98EB47CAC567750FBDBD8BD4F0CB24FB1CCC95BACAE33C8177BAE062E9E46301B30BCC995D7A160BAED47CF0C4C4F98C292F50264365536E53ECE19F0B51E77FA6DDF088E594BA10FDCC61579D5330ECF7D6F39DCDA524597000E2BBE3ABC16DF3DC6BB8071D13DFDF16ED7C2F9DA020E8586C445200F762A6A4CF7DAF81B37F86A6800C21797077DD791F8961DD9B4A349DDB3163D49DF317F9D8ADE4ADF40685EFDC68B9B609F41E3AE6F59D046C957E94E847A2A30F77BD2C75A6B9ADDAF35B11B888E36F0E4B5A10203010001A3393037301F0603551D110418301682145343434D323031322E656C63687572752E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100717EEDD524B223BE2BFE0C62791EB8E09EE0DE99BC08FD578BEAB3F608DA57F58382F1B66924C300809A9D18B514A2CD30B1B4ACE4D5590EFD131E49F398ECA4A1535DE0B45E92141895106B19BCC4CB1DC552D068A4033AD288573BB205217B2BFFF34D9C0649F200314589CAA0BD11FAB8B213F966409E767C748C81F0CFA151E286A5BCDA56EEB764206635FFA7256EEEDEC543A3EF33F257C1FEA93431EEBFBF27E3FA7E12D30E669151357577D63DBF3632A07230820B8122E902C7F5A1FDA213EEAEBB73B321A04FEBF6EED73FB106E9F166886709B01DAE88D23A7469CF41224FEF02EF03B0BD5794515EBE98F56409BF84D238B0F466BF7B14B27D02</SiteSigningCert></SecurityConfiguration><RootSiteCode>ABC</RootSiteCode><CCM> <CommandLine>SMSSITECODE=ABC</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities></ClientOperationalSettings>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmutillib.cpp:372">
    <![LOG[The MP name retrieved is 'SCCM2012.elchuru.com' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:334">
    <![LOG[MP 'SCCM2012.elchuru.com' is compatible]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1000' from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="siteinfo.cpp:575">
    <![LOG[SiteCode: ABC]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion: 5.00.7804.1000]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2052">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2086">
    <![LOG[Deleted file C:\Windows\ccmsetup\client.msi]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Only one MP SCCM2012.elchuru.com is specified. Use it.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is Default-First-Site-Name]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="lsad.cpp:698">
    <![LOG[Current AD forest name is elchuru.com, domain name is elchuru.com]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:117">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
    <AssignedSite SiteCode="ABC"/>
    <ClientPackage/>
    <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
    <ADSite Name="Default-First-Site-Name"/>
    <Forest Name="elchuru.com"/>
    <Domain Name="elchuru.com"/>
    <IPAddresses>
    <IPAddress SubnetAddress="192.168.100.0" Address="192.168.100.101"/>
    </IPAddresses>
    </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{DCE084AF-448A-4289-9C9B-A2431D2AA816}</ID><SourceHost>DC1</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:DC1:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>SCCM2012.elchuru.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:29Z</SentTime><Body Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://SCCM2012.elchuru.com/ccm_system/request']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[Content boundary is '--aAbBcCdDv1234567890VxXyYzZ']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1972">
    <![LOG[Received header '<Msg SchemaVersion="1.1">
    <ID>{4DC051BC-AB5C-40DC-B661-DF777739EAD2}</ID>
    <SourceID>GUID:DBFA93D1-A058-4985-9265-D839A3029861</SourceID>
    <SourceHost>SCCM2012</SourceHost>
    <TargetAddress>direct:DC1:LS_ReplyLocations</TargetAddress>
    <ReplyTo>MP_LocationManager</ReplyTo>
    <CorrelationID>{00000000-0000-0000-0000-000000000000}</CorrelationID>
    <Priority>3</Priority>
    <Timeout>600</Timeout>
    <TargetHost>DC1</TargetHost><TargetEndpoint>LS_ReplyLocations</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:27Z</SentTime><Body Type="ByteRange" Offset="0" Length="2380"/><Hooks><Hook3 Name="zlib-compress"/><Hook Name="authenticate"><Property Name="Signature">3082019006092A864886F70D010702A08201813082017D020101310B300906052B0E03021A0500300B06092A864886F70D0107013182015C30820158020101303530213111300F060355040313085343434D32303132310C300A06035504031303534D530210303903F7FEA870804302AA53869E7951300906052B0E03021A0500300D06092A864886F70D01010105000482010095017F77580DC1B077F45F13B91982ADB5EF937A753C42527A13F9CC2F37BD02EFA6167633EFB60B41B028EF9004DB9004066CA9D2C304B628B015EE3438589386B2CDCDBE6DCD6FF3424D7BD908BCC461F49316AAE68946CEAB8B89904AE68ACCF0136471073D17788DD8577D18329CBCA5AE9437A870B82E024BFD4024969C254F3DEC6F50C0488FA861112558F0E5FB37889D780E18CAC7643660401BE7468269443959C47D47D02C23AAE104F664247D6E1086CDF621ECA6EBAF88F3326938305B4505AB27BAA2F54467F0CB81DC625459567177576A0CE94BB5AC43EAFD180263FE697AE15BE0E5DED369DB4841D1BC36780543ACD6F4DC97688B69B241</Property><Property Name="AuthSenderMachine">SCCM2012;SCCM2012.elchuru.com;</Property><Property Name="MPSiteCode">ABC</Property></Hook></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1724">
    <![LOG[Received reply body '<ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="0"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="ABC" MasterSiteCode="ABC" SiteLocality="FALLBACK" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002" Signature="http://SCCM2012.elchuru.com/SMS_DP_SMSSIG$/ABC00002"/><ADSite Name="Default-First-Site-Name"/><IPSubnets><IPSubnet Address="192.168.100.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SCCM2012.elchuru.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="1"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites><ClientPackage FullPackageID="ABC00002" FullPackageVersion="2" FullPackageHash="6B22D9F7922DF97CDBF68521CB56F8212E398D77AC66362207436CCFE46B5311" MinimumClientVersion="5.00.7804.1000" RandomizeMaxDays="7" ProgramEnabled="true" LastModifiedTime="30389229;4114345216" SiteVersionMatch="true" SiteVersion="5.00.7804.1000" EnablePeerCache="true"/></ContentLocationReply>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:221">
    <![LOG[Found remote location 'http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:356">
    <![LOG[Could not find local DP locations from all MPs. Will fallback to MP download.]LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:10822">
    <![LOG[GET 'HTTP://SCCM2012.elchuru.com/CCM_Client/ccmsetup.cab']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:1309">
    <![LOG[Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6554">
    <![LOG[Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:153">
    <![LOG[Successfully loaded ccmsetup manifest file.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:171">
    <![LOG[Checking if manifest version '5.00.7804.1000' is newer than the ccmsetup version '5.0.7804.1000']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10140">
    <![LOG[Running from temp downloaded folder or manifest is not newer than ccmsetup.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2188">
    <![LOG[Item 'i386/vcredist_x86.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'x64/vcredist_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/vc50727_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/vc50727_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsUpdateAgent30-x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsUpdateAgent30-x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msxml6.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msxml6_x64.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msrdcoob_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msrdcoob_amd64.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'pkgmgr.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'dism.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'wimgapi.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/MicrosoftPolicyPlatformSetup.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/MicrosoftPolicyPlatformSetup.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsFirewallConfigurationProvider.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsFirewallConfigurationProvider.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/Silverlight.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/wic_x86_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/wic_x64_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/dotNetFx40_Client_x86_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'SCEPInstall.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/client.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/client.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1355">
    <![LOG[Default CSP Type is 24]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1356">
    <![LOG[Discovering whether item 'i386/vcredist_x86.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/vcredist_x86.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vcredist_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'x64/vcredist_x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vc50727_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Upgrade code '{A8D19029-8E5C-4E22-8011-48070F9E796E}': product = '{071c9b48-7c32-4621-a0ac-3f809523288f}', installed = 1, version = 8.0.56336]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="msiutil.cpp:1269">
    <![LOG[Checking '{A8D19029-8E5C-4E22-8011-48070F9E796E}' version '8.0.56336' expecting >= '8.0.61000'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:890">
    <![LOG[Item x64/vc50727_x64.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsUpdateAgent30-x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\wuapi.dll' version '7.5.7601.17514' expecting >= '7.4.7600.226'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/WindowsUpdateAgent30-x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/msxml6_x64.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\msxml6.dll' version '6.30.7601.17514' expecting >= '6.10.1129.0'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/msxml6_x64.msi']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'dism.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\system32\msrdc.dll' does not exist. Discovery failed.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:1271">
    <![LOG[Item dism.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/MicrosoftPolicyPlatformSetup.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Couldn't find a product with MSI upgrade code '{19B9818B-7432-49E9-BC02-B126025EE235}' in the MSI database.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:855">
    <![LOG[Item x64/MicrosoftPolicyPlatformSetup.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsFirewallConfigurationProvider.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Validated file 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' hash '3BF0651FD4A01170925CEF694468D4EF6F64D76FD3413DEBD14CB8DE019AA10E']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' exists. Discovery passed]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1267">
    <![LOG[Detected item 'x64/WindowsFirewallConfigurationProvider.msi']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'i386/Silverlight.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[32-bit Hive selected]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:965">
    <![LOG[Item i386/Silverlight.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'i386/dotNetFx40_Client_x86_x64.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/dotNetFx40_Client_x86_x64.exe']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'SCEPInstall.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Item SCEPInstall.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/client.msi' exists.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Item x64/client.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/ClientPatch']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client patches are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1713">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client language packs are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1754">
    <![LOG[Searching for available transform]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1784">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No transform available for this locale. Installation will proceed with no transformation.]LOG]!><time="20:06:29.770+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1869">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\vc50727_x64.exe]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Found local file 'C:\Windows\system32\dism.exe' to install.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1536">
    <![LOG[File 'C:\Windows\system32\dism.exe' is a local file. No need to download.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1120">
    <![LOG[Validated file 'C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi' hash '8C42189693C3220017E8C93A79B989EE126ADF33EADBE229011404C123B7B897']LOG]!><time="20:06:29.832+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[Validated file 'C:\Windows\ccmsetup\Silverlight.exe' hash '417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151']LOG]!><time="20:06:29.926+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\SCEPInstall.exe]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[File 'C:\Windows\ccmsetup\client.msi' doesn't exist.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2385">
    <![LOG[Using branch cache option.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6327">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/vc50727_x64.exe' to BITS job, saving as 'C:\Windows\ccmsetup\vc50727_x64.exe'.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/SCEPInstall.exe' to BITS job, saving as 'C:\Windows\ccmsetup\SCEPInstall.exe'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/client.msi' to BITS job, saving as 'C:\Windows\ccmsetup\client.msi'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Starting BITS download for client deployment files.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6371">
    <![LOG[Download Update: 28034432 out of 62473600 bytes transferred.]LOG]!><time="20:06:31.299+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6462">
    <![LOG[Successfully completed BITS download for client deployment files.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6420">
    <![LOG[Successfully downloaded client files via BITS.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1373">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='325'.]LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment vc50727_x64.exe']LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {0BDD6D22-B3CB-4191-8064-ACBDF5E76006} has been sent to the FSP]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[CcmSetup failed with error code 0x87d0029e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:10544">

  • The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.

    I am experiencing this error with one of our cluster environment. Can anyone help me in this issue.
    The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.
    Thanks,
    Venu S.
    Venugopal S ----------------------------------------------------------- Please click the Mark as Answer button if a post solves your problem!

    Hi Venu S,
    Based on my research, you might encounter a known issue, please try the hotfix in this KB:
    http://support.microsoft.com/kb/928385
    Meanwhile since there is less information about this issue, before further investigation, please provide us the following information:
    The version of Windows Server you are using
    The result of SELECT @@VERSION
    The scenario when you get this error
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • Inventory load failed... OPatch cannot load inventory for the given Oracle Home.OPatch failed with error code = 73

    Hi,
    I am going to apply bundle patch and my oracle database is 11.2.0.2 and platform Microsoft Windows x86. As per the read me file Oracle recommends that to use OPatch utility release 11.2.0.1.3 or later.To check the accessibility to the inventory i use %ORACLE_HOME%/OPatch/opatch lsinventory command.
    It ended up with giving below details.
    Invoking OPatch 11.2.0.1.1
    OPatch could not create/open history file for writing : ***my oracle home path***\cfgtoollogs\opatch\opatch_history.txt
    **oracle_home***\cfgtoollogs\opatch\opatch_history.txt (Access is denied)
    Oracle Interim Patch Installer version 11.2.0.1.1
    Copyright (c) 2009, Oracle Corporation.  All rights reserved.
    OPatch could not open log file, logging will not be possible
    Oracle Home       : *****
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.2.0.1.1
    OUI version       : 11.2.0.2.0
    OUI location      : **ORACLE_HOME***\oui
    Log file location : **ORACLE_HOME**\cfgtoollogs\opatch\opatch2015-04-09_16-27-49PM.log
    Patch history file: **ORACLE_HOME**\cfgtoollogs\opatch\opatch_history.txt
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    LsInventorySession failed: LsInventory cannot create the log directory **ORACLE_HOME***\cfgtoollogs\opatch\lsinv\lsinventory2015-04-
    09_16-27-49PM.txt
    OPatch failed with error code = 73
    Can anyone please help me to solve this?
    Do I need to install latest opatch utility?

    Hi,
    this error message "  LsInventorySession failed: LsInventory cannot create the log directory **ORACLE_HOME***\cfgtoollogs\opatch\lsinv\lsinventory2015-04-
    09_16-27-49PM.txt "
    indicates that you have permission issue with your file systems : ORACLE_HOME/cfgtoollogs/opatch
    double check the owner of this file system.
    Regards,

  • Installation failed with error code 1603

    Hi all,
    while installing the configuration manager clients on a system manually, we came across this ERROR:
    installation failed with error code 1603
    Do anyone has any idea how can this be resolved. Several posts suggest its a problem related to client push installation method, but since I am installing the configuration manager clients manually, so I mush not be affected by anything related to Client Push Installation. However, be noted that client push installation is well configured on the server, there are certain computers where the client is not getting installed so we are installing the clients MANUALLY to those systems,
    Any help and suggestions would be higly appreciated.
    Regards,
    Naveed

    I have encountered the Error 1603/1602 while installing the HCKInstall\Client\Setup.exe on several machines. It appears to be generic at first, but it's not. The error code is being passed from the Service back to the MSI. It means that a service failed
    to start. The key is that it happens at the very end of the installation and then does the rollback. The solution is to figure out which service failed and then remove it and the directories.
    Here is what I did.
    I created batch to kick off before I install the client now. It basically checks for installed HCK products and if there uninstalls them. Then checks for the state of each service and if running stops the service before attempting to remove the HCK/WLK leftovers.
    Then it removes the sticky directory.
    @ECHO OFF
    :: Defaults...
    :: Default:_HCK_Services_="DTMService,FtsSvc,WLKSvc,WTTNotification,WTTResultsRelayAgent" services.
    SET _HCK_Services_=
    :: Default:_Directories_="C:^\Program Files ^(x86^)^\Microsoft Driver Test Manager"
    SET _Directories_=
    :: Default:_DEBUG_=off, use debug_on to change
    SET _DEBUG_=
    :: Examples: Comma delimited lists param1=Services param2=directory param3=debug_on
    :: ^<command.bat^> "DTMService,FtsSvc","C^:^\Program Files ^(x86^)^\Microsoft Driver Test Manager",c^:^\test, "debug_on"
    ::SetVars:
    SET _HCK_Services_=%1
    IF /I "%2" NEQ "" SET _Directories_=%2
    :: SetDefaults:
    IF /I "%3" GEQ "debug_on" SET _DEBUG_=True
    IF NOT DEFINED _HCK_Services_ (
    SET _HCK_Services_=DTMService,FtsSvc,WLKSvc,WTTNotification,WTTResultsRelayAgent
    IF NOT DEFINED _Directories_ SET _Directories_=C:\Program Files (x86)\Microsoft Driver Test Manager
    :: Clear Parans on directories
    set _Directories_=%_Directories_:(x86)=replace_x86%
    :: CallMainFunctions:
    CALL:UninstallHCK
    CALL:CheckVersion
    CALL:Main "%_HCK_Services_%"
    :Main
    FOR %%A IN (%~1) DO (
    REM Checking for Active Services ant attempting
    IF DEFINED _DEBUG_ (
    ECHO Checking %%A...
    FOR /F "tokens=3 delims=: " %%H IN ('sc query "%%A" ^| findstr "STATE"') DO (
    IF DEFINED _DEBUG_ (
    ECHO Service:"%%A" Status:"%%H"
    IF /I "%%H" NEQ "" (
    IF DEFINED _DEBUG_ (
    ECHO Service "%%A" is installed but not %%H.
    ) ELSE IF /I "%%H" GEQ "RUNNING" (
    IF DEFINED _DEBUG_ (
    ECHO. %%A %%H
    ECHO Attempting to Stop %%A
    SC STOP "%%A" >NUL
    ) ELSE IF /I "%%H" GEQ "START_PENDING" (
    IF DEFINED _DEBUG_ (
    ECHO. %%A %%H
    REM Need to wait for it to fail before we can stop the service.
    IF DEFINED _DEBUG_ (
    ECHO Attempting to Stop %%A in 60 seconds...
    PING.EXE 1.1.1.1 -n 1 -w 60000 >NUL
    SC STOP "%%A" >NUL
    ) ELSE (
    CALL:print Service, "%%A", Error, "Unexpected Results"
    FOR /F "tokens=3 delims=: " %%H IN ('sc query "%%A" ^| findstr "STATE"') DO (
    IF /I "%%H" NEQ "STOPPED" (
    CALL:print Service, %%A, Failure_To_STOP, %%H
    ) ELSE (
    CALL:print Service, %%A, State, %%H
    CALL:delete_Service %%A
    FOR /F "tokens=* delims=: " %%H IN ('sc query "%%A" ^| findstr "FAILED"') DO (
    IF DEFINED _DEBUG_ (
    ECHO Service:"%%A" is not installed.
    ECHO. State:%%H
    CALL:print Service, %%A, FinalState, "Not Installed"
    CALL:RemoveDirectories "%_Directories_%"
    GOTO:EOF
    :UninstallHCK
    CALL:CheckInstallation "{3BEE5E5E-8BEE-F691-4349-7B2B41FF3A59}", UninstallString
    IF DEFINED _REGKEYFOUND_ MsiExec.exe /X{3BEE5E5E-8BEE-F691-4349-7B2B41FF3A59} /qb+
    CALL:CheckInstallation "{6F8333B4-7DB1-E6D3-52ED-5641F8F38B76}", UninstallString
    IF DEFINED _REGKEYFOUND_ MsiExec.exe /X{6F8333B4-7DB1-E6D3-52ED-5641F8F38B76} /qb+
    CALL:CheckInstallation "{A329307E-3CCD-57BF-47EF-1B857D1AF08E}", UninstallString
    IF DEFINED _REGKEYFOUND_ MsiExec.exe /X{A329307E-3CCD-57BF-47EF-1B857D1AF08E} /qb+
    CALL:CheckInstallation "{F1213F53-D794-2021-E14E-F4BEED1BBF3B}", UninstallString
    IF DEFINED _REGKEYFOUND_ MsiExec.exe /X{F1213F53-D794-2021-E14E-F4BEED1BBF3B} /qb+
    GOTO:EOF
    :RemoveDirectories
    SET _RemoveDirectories_1_=%~1
    SET _RemoveDirectories_1_=%_RemoveDirectories_1_:"=%
    SET _RemoveDirectories_1_=%_RemoveDirectories_1_:'=%
    FOR /f "tokens=1-8 delims=," %%A IN ("%_RemoveDirectories_1_%") DO (
    IF "%%A" GEQ ":" (
    CALL:RMDIR "%%A"
    IF "%%B" GEQ ":" (
    CALL:RMDIR "%%B"
    IF "%%C" GEQ ":" (
    CALL:RMDIR "%%C"
    IF "%%D" GEQ ":" (
    CALL:RMDIR "%%D"
    IF "%%E" GEQ ":" (
    CALL:RMDIR "%%F"
    IF "%%G" GEQ ":" (
    CALL:RMDIR "%%H"
    IF "%%I" GEQ ":" (
    CALL:RMDIR "%%I"
    IF "%%J" GEQ ":" (
    CALL:RMDIR "%%J"
    exit /b 0
    FOR %%A IN ('%_RemoveDirectories_1_%') DO (
    ECHO.Dir=%%A
    REM CALL:RMDIR '%%A'
    GOTO:EOF
    :RMDIR
    :: GET Parans back
    SET _THEDIR_=%~1
    SET _DirStatus_=
    set _THEDIR_=%_THEDIR_:replace_x86=(x86)%
    set _THEDIR_=%_THEDIR_:"=%
    set _THEDIR_=%_THEDIR_:'=%
    IF NOT EXIST "%_THEDIR_%" goto endof
    RMDIR "%_THEDIR_%" /S /Q
    IF NOT EXIST "%_THEDIR_%" (
    SET _DirStatus_=Removed
    ) ELSE (
    SET _DirStatus_=Failed To Remove Directory
    CALL:print RemoveDirectory, "%_THEDIR_%", Results, "%_DirStatus_%"
    :endof
    GOTO:EOF
    :print
    SET var_3=%~3
    IF DEFINED var_3 (
    ECHO ^{^[^'%~1^'^]='%~2', ^[^'%~3^'^]='%~4'^}
    ) ELSE (
    ECHO ^{^[^'%~1^'^]='%~2'^}
    GOTO:EOF
    :delete_Service
    sc.exe delete "%~1" >Nul
    IF %ERRORLEVEL% NEQ 0 (
    CALL:print Service, %~1, FinalState, "Failed To Uninstall"
    ) ELSE (
    CALL:print Service, %~1, Current_State, Uninstalled
    GOTO:EOF
    :TestStr
    SET _ORIGINAL_=%~2
    SET STR2=%~2
    SET STR3=%~3
    SET STR4=%~4
    REM ECHO.Str2="!STR2!"
    SET STR2=!STR2:%~1=!
    REM echo.STR2="!STR2!"
    IF /I NOT "!STR2!" EQU "!_ORIGINAL_!" (
    SET %STR3%=%STR4%
    GOTO:EOF
    :CheckVersion
    REM Check Windows Version and sets variable for _Version_ and _OSType_
    REM Enhancement will be to install dependencies required for HCK
    SET _VERSION_=
    SET _OSType_=
    SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
    FOR /F "usebackq delims=" %%i IN (`VER`) DO (
    SET _VERSION_=%%i
    SET _VERSION_=!_VERSION_:[=!
    SET _VERSION_=!_VERSION_:]=!
    REM CALL:TestStr "6.1", "!_VERSION_!", _OSType_, Windows_7_2008R2
    CALL:TestStr "5.0", "!_VERSION_!", _OSType_, Windows_2000
    CALL:TestStr "5.1", "!_VERSION_!", _OSType_, Windows_XP
    CALL:TestStr "5.2", "!_VERSION_!", _OSType_, Windows_2003
    CALL:TestStr "6.0", "!_VERSION_!", _OSType_, Windows_Vista_2008R1
    CALL:TestStr "6.1", "!_VERSION_!", _OSType_, Windows_7_2008R2
    CALL:TestStr "6.2", "!_VERSION_!", _OSType_, Windows_2012
    CALL:print OSType, !_OSType_!
    CALL:print !_Version_!
    ENDLOCAL && SET _OSType_=%_OSType_% && SET _VERSION_=%_VERSION_%
    GOTO:EOF
    :CheckInstallation
    SET _REGKEYFOUND_=
    SET KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%~1"
    SET VALUE_NAME=%~2
    FOR /F "usebackq skip=4 tokens=1-3" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO (
    SET ValueName=%%A
    SET ValueType=%%B
    SET ValueValue=%%C
    IF DEFINED ValueName (
    SET _REGKEYFOUND_=True
    CALL:print "REGKEY", "%~2", Name, "%ValueName%"
    CALL:print "REGKEY", "%~2", Value_Type, "%ValueType%"
    CALL:print "REGKEY", "%~2", Value_Value, "%ValueValue%"
    ) else (
    CALL:print "REGKEY", "%~2", "%KEY_NAME%\%VALUE_NAME%", "not found."
    GOTO:EOF
    :Done

Maybe you are looking for