2012 New Cluster Adding A Storage Pool fails with Error Code 0x8007139F

Trying to setup a brand new cluster (first node) on Server 2012. Hardware passes cluster validation tests and consists of a dell 2950 with an MD1000 JBOD enclosure configured with a bunch of 7.2K RPM SAS and 15k SAS Drives. There is no RAID card or any other
storage fabric, just a SAS adapter and an external enclosure.
I can create a regular storage pool just fine and access it with no issues on the same box when I don't add it to the cluster. However when I try to add it to the cluster I keep getting these errors on adding a disk:
Error Code: 0x8007139F if I try to add a disk (The group or resource is not in the correct state to perform the requested operation)
When adding the Pool I get this error:
Error Code 0x80070016 The Device Does not recognize the command
Full Error on adding the pool
Cluster resource 'Cluster Pool 1' of type 'Storage Pool' in clustered role 'b645f6ed-38e4-11e2-93f4-001517b8960b' failed. The error code was '0x16' ('The device does not recognize the command.').
Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
Manager or the Get-ClusterResource Windows PowerShell cmdlet.
if I try to just add the raw disks to the storage -- without using a pool or anything - almost every one of them but one fails with incorrect function except for one (a 7.2K RPM SAS drive). I cannot see any difference between it and the other disks. Any
ideas? The error codes aren't anything helpful. I would imagine there's something in the drive configuration or hardware I am missing here I just don't know what considering the validation is passing and I am meeting the listed prerequisites.
If I can provide any more details that would assist please let me know. Kind of at a loss here.

Hi,
You mentioned you use Dell MD 1000 as storage, Dell MD 1000 is Direct Attached Storage (DAS)
Windows Server cluster do support DAS storage, Failover clusters include improvements to the way the cluster communicates with storage, improving the performance of a storage area network (SAN) or direct attached storage (DAS).
But the Raid controller PERC 5/6 in MD 1000 may not support cluster technology. I did find its official article, but I found its next generation MD 1200 use Raid controller PERC H 800 is still not support cluster technology.
You may contact Dell to check that.
For more information please refer to following MS articles:
Technical Guidebook for PowerVault MD1200 and MD 1220
http://www.dell.com/downloads/global/products/pvaul/en/storage-powervault-md12x0-technical-guidebook.pdf
Dell™ PERC 6/i, PERC 6/E and CERC 6/I User’s Guide
http://support.dell.com/support/edocs/storage/RAID/PERC6/en/PDF/en_ug.pdf
Hope this helps!
TechNet Subscriber Support
If you are
TechNet Subscription user and have any feedback on our support quality, please send your feedback
here.
Lawrence
TechNet Community Support

Similar Messages

  • 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

  • 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

  • SCCM 2012 CU2 OSD forest trust: ReleaseRequest failed with error code 0x87d00317

    Hello,
    Actually i have a difficult Problem with my SCCM 2012 R2 CU2 Windows 7 x64 SP1 Tasksequence:
    I get the folowing error in smsts.log:
    ::RegQueryValueExW(hSubKey, szReg, NULL, NULL, NULL, &dwSize), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\utils.cpp,811) TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    RegQueryValueExW is unsuccessful for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    GetTsRegValue() is unsuccessful. 0x80070002. TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    End program:  TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Finalize logging request ignored from process 1736 TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Waiting for CcmExec service to be fully operational TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    CcmExec service is up and fully operational TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Access handle will be read from _SMSTSActiveRequestHandle TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Access handle: {B699D570-B2BF-4874-8CB7-3B208B380969} TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Attempting to release request using {B699D570-B2BF-4874-8CB7-3B208B380969} TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    CoCreateInstance succeeded TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    pISoftwareExecutionRequestMgr->ReleaseRequest(ActiveRequestGUID), HRESULT=87d00317 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanagerutils.cpp,136) TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    ReleaseRequest failed with error code 0x87d00317 TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Task Sequence Manager could not release active TS request. code 87D00317 TSManager 9/5/2014 1:20:35 PM 1740 (0x06CC)
    Here is the complete smsts.log: http://1drv.ms/1pwTEBf
    To explain the Problem in Detail:
    The SCCM Primary Site Server and the Clients are in different trusted (bidirectional) forests!
    Everythings working fine in this Scenario, I can install SCCM Agent on the Clients with Manual ccmsetup and with Client Push Installation. Additionally i can deploy Software Updates and so on... only OSD is crashing in the releaserequest step.
    During my Tasksequence new Clients are joined to Domain A while SCCM Primary Site Server is installed in Domain B
    If I change my TS and let the Clients also join Domain B everything works without any Problems and the Tasksequence finish without any Errors.
    My Problem must be related to the different Domains and the forest trust.
    My Setup:
    MP published to DNS in both domains
    Schema Extended in both domains
    System Management Container published and verified in both domains
    ccmsetup Parameters in TS: ccmsetup SMSMP=sccm.domain.b FSP=sccm.domain.b DNSSUFFIX=Domain.b
    Network Access account configured with Domain B account
    Domain Join account has create Computer rights on the OU in Domain A (Domain join is successful)
    DNs conditional forwarders configured in both Domains and DNS resolutin is working in both directions
    Any suggestions?
    Many thanks.
    regards,
    Christian

    Hi Christian,
    So do you actual get an error message in your TS or is it just failing to join Domain B?  (Could be both if the machines fails to join the domain).
    Can you review netsetup.log on the machines after the issue and see what error message you might be getting during the domain join process?
    Also, if it a domain join issue, can you try manually joining to domain B using the same service account?

  • SCOM 2012 SP1 "Task invocation failed with error code -2146232576"

    Hi,
    I`m trying to discover a Linux RHEL 5.9 Server which is in another untrusted domain and from the Discovery wizard I receive the following error:
    Task invocation failed with error code -2146232576. Error message was 0x80131700.
    Any ideas ?
    Greetings.

    Hi,
    @Simon, I restart the SCOM services and I also verify the UAC and it's disabled.
    @Mai Ali, thank you for you reply. I don't have a "&" symbol in my password, but only a "$" ..I hope it's fine.
    If the SCOM discovery doesn't work, I installed the agent manually on the Linux server.
    BTW I also use a "monuser" account configured using this procedure:
    http://social.technet.microsoft.com/wiki/contents/articles/7375.configuring-sudo-elevation-for-unix-and-linux-monitoring-with-system-center-2012-operations-manager.aspx
    I also verify the ports 22 and 5723 and are opened, but I also noticed that if you restart the scxadmin, is listening on HTTPS on port 1207.
    Now..if I try to re-discover the Linux server from SCOM, I receive the following error:
    "The pool managing the instance is not available or the location monitoring object cannot be found"
    Regards.

  • Sccm 2012 agent not installing with error CcmSetup failed with error code 0x80041013

    We have sccm 2012 r2 enviroment , when we deploy client agent to one DC , client agent is not getting install with below error .. I can able to install agent to all the machines except one DC.
    CcmGetOSVersion failed with 0x80041013
    CcmSetup failed with error code 0x80041013
    Any idea ?

    The error code 0x80041013 translates to:
    Provider load failure
    Source: Windows Management (WMI)
    Like Briij suggested, you should try to fix the WMI repository.
    Regards,
    Nickolaj Andersen | www.scconfigmgr.com | @Nickolaja

  • Error in push sccm client CcmSetup failed with error code 0x80070643 ccmsetup sccm 2012

    i want to push sccm client for all computer i enable automatic side-wide client installation 
     some computer get error code 0x80070643
    ccmsetup sccm 2012 this 
    when i tray manual installation get same error and ccmsetup.exe stopped 

    Duplicate of
    https://social.technet.microsoft.com/Forums/en-US/3bac4677-46b0-4d96-b63d-a819efcc7f35/error-in-push-sccm-client-ccmsetup-failed-with-error-code-0x80070643-ccmsetup-sccm-2012?forum=configmgrgeneral
    Please don't double post.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • 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">

  • CPU12.1.0.2.3 opatchauto failed with error code 255.

    I am installing critical patch update 12.1.0.2.3 (15-APR-2015) for Grid Infrastructure standalone on Linux.  It fails with the subject error code and the following additional messages:,
    The user is root. OPatch cannot continue if the user is root.
    opatchauto failed with error code 255.
    The instructions specifically tell me to login as root before installing the patch, so what's up?
    The instructions say to first upgrade OPatch to the latest, which I have done and verified.
    Second, an OCM Response File is mandatory, so I followed the steps to create this file and saved it as /home/grid/ocm.rsp with default permissions 644.
    Third, the instructions say to download the patch and unzip it to an empty location that cannot be /tmp.  I created a new directory /home/grid/foo and unzipped the software to that location.  So, the unzip location is /home/grid/foo/ and in that directory are only two things: a file named PatchSearch.xml and a directory named 20485724.
    Fourth, the readme says the patch must be installed by a user with root privileges, so I have logged in as root.  (Oracle Note 1591616.1 says you must login as root, not just be root like). 
    As root I have set environment variable for ORACLE_HOME pointing to the GI Home, and I set PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch. 
    Finally, I invoke opatchauto with the required parameters and it throws an error saying I cannot be root.  I fussed with the parameters and the result is always I cannot be root.
    From the documentation,
    Case 3: Patching GI Home Alone
    You should use the following instructions if you prefer to patch Oracle GI (Grid Infrastructure) home alone with this patch.
    Case 3.1: Non-Shared GI Home
    If the GI home is not shared then use the following instructions to patch the home.
    Case 3.1.1: ACFS File System Is Not Configured
    Follow these instructions in this section if the GI home is not shared and none of the Oracle database homes use ACFS file system for its software files.
    Execute the following on each node of the cluster.
    As root user execute:
    # opatchauto apply <UNZIPPED_PATCH_LOCATION>/%BUGNO% -oh <GI_HOME> -ocmrf <ocm response file>
    My command is,
    opatchauto apply /home/grid/foo/20485724 -oh /u01/app/12.1.0.2/grid -ocmrf /home/grid/ocm.rsp
    So, not a syntax problem.  It simply won't let me run it as root despite that being a hard requirement.

    Hello,
    I tried with above command and faced the a different error . I tried applying patch 4487801.
    ApplySession applying interim patch '4487801' to OH <Oracle_Home>
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplica
    bleProduct" failed.
    The details are:
    OPatch found incompatible or invalid applicable product type with respect to the
    Oracle Home.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code = 74
    I doubt if some other patches to be applied before this one.if yes, then from where we can get the list of pre requite patches.
    Please guide.

  • Request User State Store Fails with error code 0x00004005

    I am trying to get a machine refresh working in SCCM and am running into a road block with the user state migration. The Task sequence hits Request user state store and then fails. In the logs on the machine it shows it downloads the cert from the SMP but it fails to verify the cert. The thing is that this was working and then stopped for no apparent reason. I have added a second SMP and it has the same issue so its got to be something environmental causing this. I have found no references to the errors I am recieving that relate to the issue so I am stumped. We have a SCCM 2007 site in mixed mode. The error log is:
    The task sequence execution engine failed executing the action (Request User State Storage) in the group (Capture User Files and Settings) with the error code 16389 Action output: ployment\osdsmpclient\smpclient.cpp,1743) Request to SMP 'ATXFREPSMS01.NA.atxglobal.com' failed with error (Code 0x80090006). Trying next SMP. FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,1698) pClientRequestToSMP->Execute(migInfoFromMP.saSMPs), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2713) ExecuteCaptureRequestToSMP(migInfoFromMP), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2755) ExecuteCaptureRequest(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\main.cpp,72) OSDSMPClient finished: 0x00004005 Failed to verify certificate signature for 'ATXFREPSMS01.NA.atxglobal.com' (0x80090006) ClientKeyRequestToSMP failed (0x80090006). ClientRequestToSMP:oRequest failed. error = (0x80090006). Failed to find an SMP that can serve request after trying 4 attempts. ExecuteCaptureRequestSMP failed (0x80004005). ExecuteCaptureRequest failed (0x80004005).. The operating system reported error 16389:

    Hi
    I am getting the same issue.
    More info:
    The same task works ok for one client - an xp machine that was upgraded to vista sp1 using sccm but without usmt.
    If I send this machine a task which includes usmt and os deploy it works.
    On 2 other machines ( so far) , the request store fails with the same error  - 0x80090006. (one of them existing vista and the other xp)
    I have tried removing and adding the client from the domain but it did not help.
    Any idea?
    David

  • CcmSetup failed with error code 0x8004100e - CcmGetOSVersion failed with 0x8004100e

    Hi ,
    the installation failed for clients with the following errors
    CcmSetup failed with error code 0x8004100e
    CcmGetOSVersion failed with 0x8004100e
    SCCM Verion 2012 R2  (Upgraded from 2012)
    Client O.S 2008 R2 SP1
    Ramy

    Hi Jason,
    please check this logs
    ==========[ ccmsetup started in process 9516 ]==========    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Running on platform X64    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Updated security on object C:\Windows\ccmsetup\cache\.    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Launch from folder C:\Windows\ccmsetup\    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    CcmSetup version: 5.0.7958.1000    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    In ServiceMain    ccmsetup    8/14/2014 4:29:51 PM    9472 (0x2500)
    Successfully started the ccmsetup service    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    Deleted file C:\Windows\ccmsetup\ccmsetup.exe.download    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist.    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    CcmSetup is exiting with return code 0    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    All other instances of ccmsetup have completed.    ccmsetup    8/14/2014 4:29:51 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:52 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:53 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:54 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:55 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:56 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:57 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:58 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:59 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:30:01 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Failed to delete C:\Windows\ccmsetup\ccmsetup.exe (5). Renaming and queuing for deletion on reboot.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Successfully renamed C:\Windows\ccmsetup\ccmsetup.exe to C:\Windows\ccmsetup\DELEB07.tmp and queued for deletion on reboot.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Downloading file C:\Setup\Client\ccmsetup.exe    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Downloading C:\Setup\Client\ccmsetup.exe to C:\Windows\ccmsetup\ccmsetup.exe    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 16% complete (262144 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 32% complete (524288 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 48% complete (786432 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 64% complete (1048576 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 81% complete (1310720 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 97% complete (1572864 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 100% complete (1614520 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Download complete.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Failed to create the ccmsetup service 0x(80070431)    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    CcmSetup failed with error code 0x80070431    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    CheckAndLogOSInformation failed with 0x8004100e    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"    ccmsetup  
     8/14/2014 4:40:16 PM    9472 (0x2500)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"    ccmsetup    8/14/2014
    4:40:16 PM    9472 (0x2500)
    SslState value: 224    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPPORT:    80    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSPORT:    443    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSSTATE:    224    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSCERTNAME:        ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    SMSSLP:    ldcsccm1v.linkdc.local    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    FSP:        ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMFIRSTCERT:    1    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Config file:          ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Retry time:       10 minute(s)    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MSI log file:     C:\Windows\ccmsetup\Logs\client.msi.log    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MSI properties:    SMSSLP="ldcsccm1v.linkdc.local" SMSSITECODE="ldc" DNSSUFFIX="linkdc.local" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"  
     ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Source List:    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
                      C:\Setup\Client    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MPs:    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
                      None    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    No version of the client is currently detected.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Updated security on object C:\Windows\ccmsetup\.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Running as user "SYSTEM"    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Detected 28163 MB free disk space on system drive.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Checking Write Filter Status.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    This is not a supported write filter device. We are not in a write filter maintenance mode.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=ldc))'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7958.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>480</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F3308201DBA00302010202107B6F93150C5A958F411F813122BF4CEA300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303832363136353035335A180F32313133303830333136353035335A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100A8BD6E83FE1AE591E87E59E17F6E3119068166C37F0F02911246B003878146DD4EF98F26A8E37DAB3D557545913127A780CDD9D8DB46E7A1BD52B28BB8FD42E21339065C8A24EA06EEAEFB0177DAFE0E62DB30ECCA68DB1B6EA3BC985D2D26DDBF180938BBEA36F56E5604FED265E2E01154AC495C5269D577C10B523C6B3CDCBFEE44961D08ED5E298381F927C49494E35FA5634B1C56847A55EFB52B0E32BFACE704E0A2F44A39D9D656B9097BF93AF2466242CC2CB050B02734E46A0EC3553249599BD5CC5917CC408938FAFF8FF097B434FDD9F9174AF6C533FE220E93929DF082FCE7A11143AB7B5D2537829D18B6F756B85A68B0B7C520728165BF4EAB0203010001A33B303930210603551D11041A301882164C44435343434D31562E4C696E6B44432E4C6F63616C30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100477430C70E8B5E48E78912C71B22C86DCE5ED91A429A786346B1EE5C076697C080056C52B1649FA4366D7AEAC08B35AC01734365D2A38B7A797DF1420027BFA103DEF91109F0025A20DA6C592807F134C7283219A88D6B5592A1993134A2649D6F6F663BCE0D872675D260D9D61C59EE1D36A602110839D5CC6F15C7FF842C92A118A0BCECD302F36235FFB79EF37054FB998D3666337B3C5DBBF6C1553600044CD4940FBDDE18EAE3A2B94E31FEC72DA32A7B8BC86A8868B92F782547B799E898A3B1460576A70773F58FE9D2D3363BF04796A91E66155E419B9E50946287A213C4E8A3BB81BA1FEEB9E9EDF86EA4627F7E421281532B0B340834F2A92C3215</SiteSigningCert></SecurityConfiguration><RootSiteCode>LDC</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=LDC</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain
    Value="LinkDC.Local" /><Forest Value="LinkDC.Local" /></ClientOperationalSettings>'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    The MP name retrieved is 'LDCSCCM1V.LinkDC.Local' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>'    ccmsetup  
     8/14/2014 4:40:17 PM    9472 (0x2500)
    MP 'LDCSCCM1V.LinkDC.Local' is compatible    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Retrieved 1 MP records from AD for site 'ldc'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Retrived site version '5.00.7958.1000' from AD for site 'ldc'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    SiteCode:         ldc    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    SiteVersion:      5.00.7958.1000    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\client.msi    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\client.msi.download    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    No MPs were specified from commandline or the mobileclient.tcf.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Downloading file ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Determining source location...    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Found accessible source: C:\Setup\Client    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Found available source C:\Setup\Client\    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Downloading C:\Setup\Client\ccmsetup.cab to C:\Windows\ccmsetup\ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    File download 100% complete (9662 of 9662 bytes).    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Download complete.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Successfully loaded ccmsetup manifest file.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Checking if manifest version '5.00.7958.1000' is newer than the ccmsetup version '5.0.7958.1000'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Running from temp downloaded folder or manifest is not newer than ccmsetup.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    CcmGetOSVersion failed with 0x8004100e    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent.    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    'Configuration Manager Client Retry Task' is scheduled to run at 08/14/2014 09:40:17 PM (local) 08/14/2014 06:40:17 PM (UTC) time with arguments ' /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"
    /RetryWinTask:1'.    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    Creating Windows Task Scheduler folder 'Microsoft\Configuration Manager'...    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    CcmSetup failed with error code 0x8004100e    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    Ramy

  • 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

  • CcmSetup failed with error code 0x80004005 - windows 8.1

    using sccm 2012 r2, trying to push to a windows 8.1 client i get:
    <![LOG[==========[ ccmsetup started in process 7416 ]==========]LOG]!><time="16:05:28.041+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9272" file="ccmsetup.cpp:9437">
    <![LOG[Running on platform X64]LOG]!><time="16:05:28.042+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9272" file="util.cpp:1837">
    <![LOG[Updated security on object C:\WINDOWS\ccmsetup\cache\.]LOG]!><time="16:05:28.042+00" date="01-15-2014" component="ccmsetup" context="" type="0" thread="9272" file="ccmsetup.cpp:9281">
    <![LOG[Launch from folder C:\WINDOWS\ccmsetup\]LOG]!><time="16:05:28.042+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9272" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7958.1000]LOG]!><time="16:05:28.042+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9272" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="16:05:28.044+00" date="01-15-2014" component="ccmsetup" context="" type="0" thread="9468" file="ccmsetup.cpp:3365">
    <![LOG[Running on 'Microsoft Windows 8.1 Pro' (6.3.9600). Service Pack (0.0). SuiteMask = 272. Product Type = 18]LOG]!><time="16:05:28.084+00" date="01-15-2014" component="ccmsetup" context="" type="1"
    thread="9468" file="util.cpp:1919">
    <![LOG[Ccmsetup command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="16:05:28.084+00" date="01-15-2014" component="ccmsetup" context="" type="1"
    thread="9468" file="ccmsetup.cpp:3590">
    <![LOG[Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.]LOG]!><time="16:05:28.084+00" date="01-15-2014" component="ccmsetup" context=""
    type="1" thread="9468" file="ccmsetup.cpp:3775">
    <![LOG[Command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="16:05:28.084+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468"
    file="ccmsetup.cpp:3776">
    <![LOG[SslState value: 224]LOG]!><time="16:05:28.085+00" date="01-15-2014" component="ccmsetup" context="" type="0" thread="9468" file="ccmsetup.cpp:4425">
    <![LOG[CCMHTTPPORT:    80]LOG]!><time="16:05:28.086+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8617">
    <![LOG[CCMHTTPSPORT:    443]LOG]!><time="16:05:28.087+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8632">
    <![LOG[CCMHTTPSSTATE:    224]LOG]!><time="16:05:28.087+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8650">
    <![LOG[CCMHTTPSCERTNAME:    ]LOG]!><time="16:05:28.087+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8668">
    <![LOG[FSP:    ]LOG]!><time="16:05:28.087+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8720">
    <![LOG[CCMFIRSTCERT:    1]LOG]!><time="16:05:28.087+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:8778">
    <![LOG[Config file:      C:\WINDOWS\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468"
    file="ccmsetup.cpp:4539">
    <![LOG[Retry time:       10 minute(s)]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:4540">
    <![LOG[MSI log file:     C:\WINDOWS\ccmsetup\Logs\client.msi.log]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468"
    file="ccmsetup.cpp:4541">
    <![LOG[MSI properties:    INSTALL="ALL" SMSSITECODE="consto" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="16:05:28.088+00"
    date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:4542">
    <![LOG[Source List:]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:4550">
    <![LOG[                  \\TA-SRV-SC.constoplc.local\SMSClient]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup"
    context="" type="1" thread="9468" file="ccmsetup.cpp:4557">
    <![LOG[                  \\TA-SRV-SC.constoPLC.LOCAL\SMSClient]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup"
    context="" type="1" thread="9468" file="ccmsetup.cpp:4566">
    <![LOG[MPs:]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:4569">
    <![LOG[                  TA-SRV-SC.constoplc.local]LOG]!><time="16:05:28.088+00" date="01-15-2014" component="ccmsetup" context=""
    type="1" thread="9468" file="ccmsetup.cpp:4584">
    <![LOG[MapNLMCostDataToCCMCost() returning Cost 0x1]LOG]!><time="16:05:28.091+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmutillib.cpp:5479">
    <![LOG[No version of the client is currently detected.]LOG]!><time="16:05:28.093+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:2748">
    <![LOG[Folder 'Microsoft\Configuration Manager' not found. Task does not exist.]LOG]!><time="16:05:28.094+00" date="01-15-2014" component="ccmsetup" context="" type="0" thread="9468" file="wintask.cpp:622">
    <![LOG[Updated security on object C:\WINDOWS\ccmsetup\.]LOG]!><time="16:05:28.095+00" date="01-15-2014" component="ccmsetup" context="" type="0" thread="9468" file="ccmsetup.cpp:9281">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.]LOG]!><time="16:05:28.095+00" date="01-15-2014" component="ccmsetup" context="" type="1"
    thread="9468" file="ccmsetup.cpp:9763">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="16:05:28.118+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9468" file="ccmsetup.cpp:1995">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='328' will not be sent.]LOG]!><time="16:05:28.118+00" date="01-15-2014" component="ccmsetup" context="" type="1"
    thread="9468" file="ccmsetup.cpp:9763">
    <![LOG[CcmSetup failed with error code 0x80004005]LOG]!><time="16:05:28.119+00" date="01-15-2014" component="ccmsetup" context="" type="1" thread="9272" file="ccmsetup.cpp:10879">
    any ideas why its failing?

    Hi,
    I've seen the same error on a customer where we had Windows Intune Client (SCCM) installed previously. Did you try it on a newly deployed computer? If you had Intune or another CCM client on it previously make sure you clean it up. Here is a well formulated
    instruction:
    http://douwevanderuit.wordpress.com/2014/01/30/removing-windows-intune-client/
    Usually when deploying to many clients we use a startup script, there is a great one that Jason Sandys made in the link below.
    http://blog.configmgrftw.com/configmgr-client-startup-script/
    There should be no problems deploying SCCM 2012 R2 clients on Windows 8.1 unless there is something wrong with either the setup or the client computer.
    All the best, Jesper Hassing - MCTS SCCM 2012 - MCSA 2012 Server - MCP

  • 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????

  • 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

Maybe you are looking for

  • Buying a online phone number.

    Im trying to buy a online phone number for 3 months subscription, from what im seeing, im being pended on for 2 order numbers. Can u just cancel both of them and let me start over cause I thought i would have had my number by now and it's not going t

  • Simple Mail Configuration in NACE

    Hi Gurus We have a requirement that system should send out an email to the partner carrier whenever a delivery is ready. However plz guide how to configure simple email in NACE for this requirement. I suppose a program is required with a smartform of

  • Export Sales Currency Conversion in INR

    Hi All, Export Sales Order In the Export Sales Order Item Conditions,Condition Value (3rd column from the left) & Condition Currency (2nd column from the left) is Blank.Condition value should be converted in Rs. & Condition Currency should INR. What

  • STILL cant get Windows 7 to connect to Magic Mouse

    Hello All, Firstly, pardon my ignorance. I am new to Macs and have been having a rough time adjusting. My problem is: I have a dual partition (Mac OSX and Windows 7). I am having an unbelievably hard time trying to connect the Magic Mouse in Windows

  • Exchange mail does not update

    I've update my mac to 10.8.3, but the exchange 2007 mail does not correctly update. I have to close mail and restart it, then the emails wil update. Does anyone have this problem as well?