ACS agent on windows server 2008

hi,
We are migrating from windows server 2003 to windows server 2008, i want to install acs agent on the win 2008 DC, i have cco account on cisco i could not find the acs agent installation pacakge i only found the patch file. where can i find the most updated one?
how i will check if acs agent is working?
thanks

Hi,
Before testing, please ensure that the AD is binded to the ACS. Also ensure that the RA is defined and configured on the ACS.
The link below gives description of AD integration with ACS:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/UsrDb.html#wp353636
The following link gives description of the RA configuration:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/NetCfg.html#wpxref7424
I would request you to go through the COnfiguration guide for defiing NAS on the ACS:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/NetCfg.html
Testing can be done from the NAS by the test command:
Router: test aaa group username password
ASA: test aaa authen host username password
Hope this helps.
Regards,
Anisha
P.S.: Please mark this thread as answered if you feel your query is resolved. Do rate helpful posts.

Similar Messages

  • End-User Experience error running agent on windows server 2008 R2

    Hi,
    I have installed implemented the end-Uer experience agent in a Windows 7 without issues but when we have installed the SDM 7.30 agent and the SAP GUI 730 in a Windows server 2008 R2 and we have configured the agent as End-User experience monitoring Robot in solution manager.
    We have distributed one script without issues but the executios are failing with the message:
    "SAPGUI Compontent" could not be instantiated (sapfewse):605
    We have reviewed the bellow notes but wothout success:
    1261706 - Kill bits set for SAP GUI Scripting
    1092631 - Remote vulnerabilities in SAP GUI for Windows
    We are able to run the scripts in the server directly in the SAPGUI and even with the EemEditor.
    SAP message is open since last week, but my be you can provide a faster response.
    Could you please help me.
    Kind Regards

    Have you followed installation procedure described in the following article: http://www.cisco.com/en/US/docs/security/ibf/setup_guide/ibf10_install.html ?
    You can find troubleshooting hints in the following article: http://www.cisco.com/en/US/docs/security/ibf/setup_guide/ibf10_troubleshooting.html
    I'd reccomend to install CDA instead of AD agent (nice GUI...) but you'll have to create new (virtual) server for that: http://www.cisco.com/en/US/docs/security/ibf/cda_10/Install_Config_guide/cda_install.html

  • Configuring agent on windows server 2008  with SQL server 2008R2

    Hi all,
    I have installed the ODI on Server 2008 machine i have successfully configure the ODI repositories(Master & work) on Sql Server 2008 R2.I have created the agent in topology navigator with name:LOCALAGENT and updated the odiparam.bat file accordingly now when i an starting the agent services with following command i am getting the error given below.
    C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>agent -NAME=LOCALAGENT
    OracleDI: Starting Agent ...
    2011-06-19 22:44:00.934 ERROR ODI-1131 Agent LOCALAGENT encountered an error: ODI-1400: Agent LOCALAGENT start failure: JDBC connection error occurs w
    hile connecting to the master repository.
    ODI-1441: Unable to connect to the master repository at JBDC URL=jdbc:sqlserver://WIN-KA2EOS0C0ML\sqlinst:1433 with USER=hypsqladmim.
    Caused By: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from
    Datasource
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:668)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at oracle.odi.Agent.validateConnectionProperties(Agent.java:398)
    at oracle.odi.Agent.doGetDataSource(Agent.java:390)
    at oracle.odi.Agent.main(Agent.java:471)
    Caused by: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:105)
    at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl
    .java:1570)
    at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.access$600(UniversalConnectionPoolImpl.java:1378)
    at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:445)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:302)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:129)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:119)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:655)
    ... 5 more
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'hypsqladmim'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196)
    at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:246)
    at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:83)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2532)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:1929)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:41)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:1917)
    at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1061)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:368)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:352)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:286)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:99)
    ... 12 more
    C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>
    Can any buddy helps me with this. I need to know what i did wrong is it the url that i specified at odiparam.bat file ?
    Thanks
    Gourav Atalkar

    Hi,
    What is the driver name ?
    It should be com.microsoft.sqlserver.jdbc.SQLServerDriver
    JDBC URL use the following format: jdbc:sqlserver://<host>:<port>
    Thanks,
    Sutirtha

  • Trying to install OEM 10g Grid Control agent on Windows Server 2008 x64

    Received the following when trying to install OEM 10.2.0.2 for Windows 32 bit. I believe Windows 64 bit version does not exist. I have installed this on 2003 x64 in the past.
    Error message:
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2. Actual 6.0
    Failed <<<<
    Is there a workaround or a version that will install on 2008 x64?
    Thanks.

    This will give you the complete picture of Grid Certification.
    Oracle Enterprise Manager 10g Grid Control Certification Checker
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412431.1
    Is there a workaround or a version that will install on 2008 x64?Well, no OMS has been certified with this version as of now. You can have 10.2.0.3/4 OMS on 2008(32 Bit)
    10.2.0.4 Agent is certified with 2008 64 bit.

  • CSA 6.0 Server Agent & Windows Server 2008

    Does CSA 6 Server Agent support Windows Server 2008?
    If not, any idea when?
    It would be nice to be able to deploy current server operating systems with CSA.

    No, here is the supported os list :
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5707/ps5057/ps9595/data_sheet_c78-458616.html

  • Issue Installing SP2 for Windows Server 2008 SP1

    Hello, I have a very annoying issue, and I hope someone can help a bro out.
    Server: Windows Server 2008 SP1 64-bit
    Issue: SP2 wont install on Windows Server 2008 SP1
    This is what I am seeing when I check the event viewer:
    1. (Information) Windows Servicing is setting package KB948465(Service Pack) state to Staging(Staging)
    2. (Error) Windows Servicing failed to complete the process of changing update 948465-382_neutral_GDR from package KB948465(Service Pack) into Staging(Staging) state
    I have no idea why this is coming up, nor why the server cant fix the issue, but now I am forced to deal with it. So if anyone has any helpful tips it would be greatly appreciated. 
    What I have done so far:
    I have downloaded the standalone SP2 file from microsoft, and tried to install, still failed. Just sent me to the prereq page, which is pretty useless considering the fact I already have SP1 installed, and nothing new has changed physically or digitally
    in the system.
    Also, although not a huge issue, I also have a security update that is failing, basically with the same issue as the SP. Below is its Error event log.
    (Error) Windows Servicing failed to complete the process of changing update 974318-11_neutral_LDR from package KB974318(Security Update) into Staging(Staging) state
    Im hoping that upon discovering the SP issue, I can resolve the security update issue, as the errors have the same issue(failed to complete staging state).Thank you for your time.
    ~I will provide any further info if needed.

    Thank you for pointing me in the right direction Milos. Yes I ALWAYS google my issues before going on forums for help. And to no avail. However, below is the relevant info(sorry I did not post this the first time;first time dealing with an issue like this,
    so I wasnt for shore what relevant data pertained to this issue):
    I also did not copy and paste the entire log in here(obviously) because its huge, however I will post link to full file if requested/needed, but hopefully I grabbed the entire log for my SP2 update failure issue. All I can grab from this log is that the
    CBS failed. However, I have no clue where to go after that..
    WindowsUpdate.log:
    2015-02-22 19:24:15:093
    940 d10
    AU AU initiated download, updateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}.107, callId = {2AFDE80E-EFBF-40A6-861B-32400AC5493B}
    2015-02-22 19:24:15:093
    940 d10
    AU Setting AU scheduled install time to 2015-02-23 08:00:00
    2015-02-22 19:24:15:106
    940 1538
    DnldMgr *************
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr *********
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Call ID = {2AFDE80E-EFBF-40A6-861B-32400AC5493B}
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Priority = 1, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Updates to download = 1
    2015-02-22 19:24:15:107
    940 1538
    Agent  *   Title = Windows Server 2008 Service Pack 2 for x64-based Systems (KB948465)
    2015-02-22 19:24:15:108
    940 1538
    Agent  *   UpdateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}.107
    2015-02-22 19:24:15:108
    940 1538
    Agent  *     Bundles 2 updates:
    2015-02-22 19:24:15:108
    940 1538
    Agent  *       {A34F6A47-5AB9-44CB-AB3F-9FC64F7B903C}.107
    2015-02-22 19:24:15:108
    940 1538
    Agent  *       {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107
    2015-02-22 19:24:15:108
    940 1538
    DnldMgr ***********  DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}]  ***********
    2015-02-22 19:24:15:108
    940 1538
    DnldMgr Contacting regulation server for 2 updates.
    2015-02-22 19:24:15:109
    940 1538
    Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2015-02-22 19:24:15:119
    940 1538
    Misc Microsoft signed: Yes
    2015-02-22 19:24:15:123
    940 1538
    Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2015-02-22 19:24:15:131
    940 1538
    Misc Microsoft signed: Yes
    2015-02-22 19:24:15:134
    940 1538
    DnldMgr Regulation server path: https://www.update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
    2015-02-22 19:24:15:135
    940 d10
    AU  # Pending download calls = 1
    2015-02-22 19:24:15:135
    940 d10
    AU <<## SUBMITTED ## AU: Download updates
    2015-02-22 19:24:15:644
    940 1538
    DnldMgr  * Regulation call complete. 0x00000000
    2015-02-22 19:24:15:661
    940 1538
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {A34F6A47-5AB9-44CB-AB3F-9FC64F7B903C}.107]  ***********
    2015-02-22 19:24:15:732
    940 1538
    DnldMgr  * All files for update were already downloaded and are valid.
    2015-02-22 19:24:15:732
    940 1538
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107]  ***********
    2015-02-22 19:24:15:733
    940 1538
    DnldMgr  * Queueing update for download handler request generation.
    2015-02-22 19:24:15:733
    940 1538
    DnldMgr Generating download request for update {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107
    2015-02-22 19:24:16:095
    940 1538
    Handler Generating request for CBS update 77DBCA97-29DC-42BA-9DB2-03C7B4D262D4 in sandbox C:\Windows\SoftwareDistribution\Download\2c728f96f2387c9d64aed5c97088b631
    2015-02-22 19:24:16:095
    940 1538
    Handler Selected payload type is ptExpress
    2015-02-22 19:24:16:124
    940 1538
    Handler UH: DpxRestoreJob returned 0x80070002
    2015-02-22 19:24:16:124
    940 1538
    Handler Detected download state is dsHavePackage
    2015-02-22 19:25:32:077
    940 dcc
    AU AU received policy change subscription event
    2015-02-22 19:26:21:898
    940 d40
    Handler FATAL: CBS called Error with 0x80070002, 
    2015-02-22 19:26:21:899
    940 1538
    Handler FATAL: UH: 0x80070002: Async stage operation failed in CUHCbsHandler::StageCbsPackage
    2015-02-22 19:26:21:909
    940 1538
    Handler FATAL: Request generation for CBS update complete with hr=0x80070002 and pfResetSandbox=0 
    2015-02-22 19:26:21:909
    940 1538
    Handler FATAL: Error source is 106.
    2015-02-22 19:26:21:909
    940 1538
    DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GenerateDownloadRequest failed with 0x80070002.
    2015-02-22 19:26:21:909
    940 1538
    DnldMgr Error 0x80070002 occurred while downloading update; notifying dependent calls.
    2015-02-22 19:26:35:006
    940 1538
    Agent *********
    2015-02-22 19:26:35:006
    940 d10
    AU >>##  RESUMED  ## AU: Download update [UpdateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}]
    2015-02-22 19:26:35:007
    940 1538
    Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
    2015-02-22 19:26:35:007
    940 d10
    AU  # WARNING: Download failed, error = 0x80070002
    2015-02-22 19:26:35:007
    940 1538
    Agent *************
    2015-02-22 19:26:35:007
    940 d10
    AU #########
    2015-02-22 19:26:35:007
    940 1538
    Report REPORT EVENT: {3C6B2054-CE6F-4A29-9E94-D44AB5C4963F}
    2015-02-22 19:24:15:004-0500 1
    147 101
    {00000000-0000-0000-0000-000000000000}
    0 0 AutomaticUpdates
    Success Software Synchronization
    Windows Update Client successfully detected 2 updates.
    2015-02-22 19:26:35:008
    940 d10
    AU ##  END  ##  AU: Download updates
    2015-02-22 19:26:35:008
    940 d10
    AU #############
    2015-02-22 19:26:35:008
    940 d10
    AU Setting AU scheduled install time to 2015-02-23 08:00:00
    2015-02-22 19:26:35:008
    940 1538
    Report CWERReporter finishing event handling. (00000000)
    2015-02-22 19:26:35:009
    940 1538
    Report REPORT EVENT: {85DD7E1D-0632-44FF-81F3-34E75B954869}
    2015-02-22 19:26:22:129-0500 1
    161 106
    {D0ABB478-FFD1-448A-9058-939C0B427AD4}
    107 80070002
    AutomaticUpdates Failure
    Content Download Error: Download failed.
    2015-02-22 19:26:35:181
    940 1538
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-02-22 19:26:35:181
    940 1538
    Report WER Report sent: 7.4.7600.226 0x80070002 D0ABB478-FFD1-448A-9058-939C0B427AD4 Download 106 Unmanaged
    2015-02-22 19:26:35:182
    940 1538
    Report CWERReporter finishing event handling. (00000000)
    2015-02-22 19:26:40:009
    940 1538
    Report REPORT EVENT: {E88B7854-8974-46BE-B243-143ED103C6FF}
    2015-02-22 19:26:35:009-0500 1
    188 102
    {00000000-0000-0000-0000-000000000000}
    0 0 AutomaticUpdates
    Success Content Install
    Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on ‎Monday, ‎February ‎23, ‎2015 at 3:00 AM:  - Security Update for Windows Server 2008 x64 Edition
    (KB2507618)
    2015-02-22 19:26:40:009
    940 1538
    Report CWERReporter finishing event handling. (00000000)

  • ACS 4.2 Remote agent with WIN server 2008 core Enterprise 64-bit

    I need help to clarify if Cisco ACS 4.2 does support remote agent on Win server 2008 core enterprise 64-bit?? if not supported; is there any work-around solution for this?

    Hi,
    As per the release notes it does support.
    Windows 64-bit Support for Remote Agent:-
    ACS 4.2.1 Remote Agent is supported on the following Windows 64-bit OS:
    •Windows Server 2008, Standard Edition with Service Pack 2
    •Windows Server 2008, Enterprise Edition with Service Pack 2
    •Windows Server 2003, R2, Standard Edition with Service Pack 2
    •Windows Server 2003, R2, Enterprise Edition with Service Pack 2
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2.1/Release_Notes/acs421_rn.html#wp1050574
    thanks,
    Vinay

  • ACS any Version with Domain Controller on Windows Server 2008 R2 64bit

    Hi All
    Is there currently any ACS version working with Windows Server 2008 R2 domain controllers?
    Our server stuff has recently upgraded the Domain Controllers to 2008r2 and turned off the 2003 servers. This didn't make our ACS 4.1.4 really happy.
    I've read now serveral posts regarding issues with ACS and Server 2008r2 and hope to find a solution (besides switching to LDAP, yukk).
    Thanks
    pato

    Hi AllIs there currently any ACS version working with Windows Server 2008 R2 domain controllers?Our
    server stuff has recently upgraded the Domain Controllers to 2008r2 and
    turned off the 2003 servers. This didn't make our ACS 4.1.4 really
    happy.I've read now serveral posts regarding issues with ACS and
    Server 2008r2 and hope to find a solution (besides switching to LDAP,
    yukk).Thankspato
    Hi Pato,
    Just check out the below link hope that help.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/release/notes/ACS42_RN.html
    As per the link it says The support for Windows Server 2008 is applicable for ACS 4.2 Patch 4 onwards.
    Hope to Help !!
    Remember to rate the helpful post
    Ganesh.H

  • Windows update KB2964444 broke Event Logging Service and SQL Agent Service on Windows Server 2008 R2

    I got the following problem:
    I discovered that on my Windows Server 2008R2 machine the event logging stopped working on 04/May/2014 at 03:15.
    Also, SQL Agent Service won't run
    The only change that day was security
    update KB2964444 - Security
    Update for Internet Explorer 11 for Windows Server 2008 R2for x64-based Systems, that was installed exactly 04/May/2014 at 03:00. Apparently, that's what broke my machine...
    When I try to start Windows Event Log via net
    start eventlog or via Services
    panel, I get an error:
    C:\Users\Administrator>net start eventlog
    The Windows Event Log service is starting.
    The Windows Event Log service could not be started.
    A system error has occurred.
    System error 2 has occurred.
    The system cannot find the file specified.
    I tried:
    restarted the OS (virtual on the host's VMWare).
    re-checked the settings in services menu -they are like in the link.
    checked the identity in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\eventlog -
    the identity is NT
    AUTHORITY\LocalService
    gave all Authenticated Users full access to C:\Windows\System32\winevt\Logs
    ran fc /scannow - Windows Resource Protection did not find any integrity violations.
    went to the file %windir%\logs\cbs\cbs.log -
    all clean, [SR] Repairing 0 components
    EDIT: Uninstalled the recent system updates and rebooted - didn't help
    EDIT: Sysinternals Process Monitor results when running start service from services panel (procmon in elevated mode):
    filters:
    process name is svchost.exe : include
    operation contains TCP : exclude
    the events captured are:
    21:50:33.8105780 svchost.exe 772 Thread Create SUCCESS Thread ID: 6088
    21:50:33.8108848 svchost.exe 772 RegOpenKey HKLM SUCCESS Desired Access: Maximum Allowed, Granted Access: Read
    21:50:33.8109134 svchost.exe 772 RegQueryKey HKLM SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8109302 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services REPARSE Desired Access: Read
    21:50:33.8109497 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services SUCCESS Desired Access: Read
    21:50:33.8110051 svchost.exe 772 RegCloseKey HKLM SUCCESS
    21:50:33.8110423 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8110705 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Desired Access: Read
    21:50:33.8110923 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8111257 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS Desired Access: Read
    21:50:33.8111547 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services SUCCESS
    21:50:33.8111752 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS
    21:50:33.8111901 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    21:50:33.8112148 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS
    21:50:33.8116552 svchost.exe 772 Thread Exit SUCCESS Thread ID: 6088, User Time: 0.0000000, Kernel Time: 0.0000000
    NOTE: previoulsy, for
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also got NAME
    NOT FOUND error ,so I created the new string value for the Parameters with
    the name ServiceDll and
    data %SystemRoot%\System32\wevtsvc.dll (copied
    from the upper HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog key)
    and this event now is
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also checked for the presence of wevtsvc.dll in
    the place and it's there.
    Also, I tried to capture all events with path containing 'event' and
    got following events firing every several seconds:
    21:38:38.9185226 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Tag NAME NOT FOUND Length: 16
    21:38:38.9185513 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\DependOnGroup NAME NOT FOUND Length: 268
    21:38:38.9185938 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Group NAME NOT FOUND Length: 268
    Also, I tried to capture all the events containing 'file',
    excluding w3wp.exe,
    chrome.exe, wmiprvse.exe, wmtoolsd.exe, System and it shows NO attempts to access any file ih the time I try to start
    the event logger (if run from cmd - there are several hits by net executable,
    not present if run from the panel).
    What can be done?

    Hi,
    I don’t found the similar issue, if you have the IE 11 please try to update system automatic or install the MS14-029 update.
    The related KB:
    MS14-029: Security update for Internet Explorer 11 for systems that do not have update 2919355 (for Windows 8.1 or Windows Server 2012 R2) or update 2929437 (for Windows 7
    SP1 or Windows Server 2008 R2 SP1) installed: May 13, 2014
    http://support.microsoft.com/kb/2961851/en-us
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Problem instaliing sun one LDAP server on windows server 2008 r2

    Hi all ,
    I am trying to install Ldap server (Sun ONE Directory Server) on windows server 2008
    I am using apache-tomcat-7.0.28 and java jdk1.7.0_05
    I am following this manual for installing :
    https://blogs.oracle.com/marginNotes/entry/installing_directory_server_enterprise_edition1
    I have a problem with the cacao agent and how to install it .
    I've got this error message :
    c:\Program Files\Sun\dsee7\bin>dsccsetup cacao-reg
    Configuring Cacao...
    ## Failed to run "c:/Program Files/Sun/dsee7/ext/cacao_2/bin/cacaoadm.bat" set-
    aram "jdmk-home=c:/Program Files/Sun/dsee7/lib/private"
    #### Cannot create service for instance: [cacao.instance.name].
    #### Cannot perform firstime inialisation and configuration.
    ## Exit code is 1
    Failed to configure Cacao.
    I stuck and with no other solutions . I hope if you could to help with this issue .
    i will glad to know if there is any other ways to install this specific Ldap server ,
    Thanks,
    Alon

    You most likely skipped the step of starting the installed server prior to trying to access admin URL. Please check this document:
    http://docs.sun.com/source/817-1830-10/win.html
    Relevant section is:
    You can start the Administration Server in either of the following ways:
    # Select Start Menu -> Programs -> Sun ONE Web Server, and choose Start Web Server Administration Server.
    # From the Control Panel�s Services item.
    HTH...

  • Windows Server 2008 R2 x64 - Windows Update Errors...

    Hello,
    I've a windows 2008 R2 Enterprise SP1 server that I've applied Windows updates to this evening. A large number were successful, however there are 13 that will not install and keep on failing. I've run sfc/scannow which found and repaired some
    errors - restarted server - no difference.
    Please see windowsupdate.log output below (apologies for the length). I've tried installing individual updates from the 13 but it makes no difference and the errors are just the same. It seems to be the same error for each update although unfortunately doesn't
    mean much to me. Any assistance would be greatly appreciated.
    Thanks gents.
    2014-05-13 20:45:13:189  900 f84 AU AU received approval from Ux for 13 updates
    2014-05-13 20:45:13:189  900 f84 AU AU setting pending client directive to 'Progress Ux'
    2014-05-13 20:45:13:219  900 126c AU BeginInteractiveInstall invoked for Download
    2014-05-13 20:45:13:219  900 126c AU Auto-approving update for download, updateId = {1B127611-D28E-4167-A1DC-243A51BC528F}.203, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:219  900 126c AU Auto-approving update for download, updateId = {C750962E-9D5E-45CE-9967-AE2D67115966}.202, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:219  900 126c AU Auto-approving update for download, updateId = {332AA342-7AC4-4FB4-9C27-C2C9F4EAE6C0}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:219  900 126c AU Auto-approving update for download, updateId = {3732354D-3DAE-4E71-B82C-61A12C300F72}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:219  900 126c AU Auto-approving update for download, updateId = {A0689F68-807A-4D39-8112-8F931F8D0D85}.202, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {88126772-A2FD-490A-8C84-787E94DAFE65}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {DFAA6388-FE05-49D7-A410-71B92D1C1B37}.202, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {E2186FA0-D10C-4E1D-9619-A4FEB1ECF00B}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {FA04F2A3-4DB5-4903-A08C-ADDFCF93EE28}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {7E8ACCAD-2892-4F2D-9549-1FF8BE44AAD1}.203, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {99C920B7-65AB-4ACD-A4AD-C4F522E4D7A9}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {EDE986B7-03CE-4B0C-8891-AF09113CB0DB}.200, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approving update for download, updateId = {338B46CC-C71E-4294-A9D3-DF943FFEF642}.201, ForUx=1, IsOwnerUx=1, HasDeadline=0, IsMinor=0
    2014-05-13 20:45:13:220  900 126c AU Auto-approved 13 update(s) for download (for Ux)
    2014-05-13 20:45:13:220  900 126c AU UpdateDownloadProperties: 0 download(s) are still in progress.
    2014-05-13 20:45:13:220  900 126c AU #############
    2014-05-13 20:45:13:220  900 126c AU ## START ##  AU: Download updates
    2014-05-13 20:45:13:220  900 126c AU #########
    2014-05-13 20:45:13:220  900 126c AU   # Approved updates = 13
    2014-05-13 20:45:13:222  900 126c AU AU initiated download, updateId = {1B127611-D28E-4167-A1DC-243A51BC528F}.203, callId = {AE497400-C1FA-434C-96A2-442420AD7155}
    2014-05-13 20:45:13:225  900 1384 DnldMgr *************
    2014-05-13 20:45:13:225  900 126c AU AU initiated download, updateId = {C750962E-9D5E-45CE-9967-AE2D67115966}.202, callId = {10C2CAD4-1000-4CFF-B414-F762841CC51D}
    2014-05-13 20:45:13:225  900 1384 DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:13:225  900 1384 DnldMgr *********
    2014-05-13 20:45:13:226  900 1384 DnldMgr   * Call ID = {AE497400-C1FA-434C-96A2-442420AD7155}
    2014-05-13 20:45:13:226  900 1384 DnldMgr   * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 0, Proxy session id = 2, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-13 20:45:13:226  900 1384 DnldMgr   * Updates to download = 1
    2014-05-13 20:45:13:226  900 1384 Agent   *   Title = Security Update for Windows Server 2008 R2 x64 Edition (KB2868626)
    2014-05-13 20:45:13:226  900 1384 Agent   *   UpdateId = {1B127611-D28E-4167-A1DC-243A51BC528F}.203
    2014-05-13 20:45:13:226  900 1384 Agent   *     Bundles 1 updates:
    2014-05-13 20:45:13:226  900 1384 Agent   *       {7E051B49-3C92-45B0-9138-97BEDCE52225}.201
    2014-05-13 20:45:13:229  900 1384 DnldMgr ***********  DnldMgr: New download job [UpdateId = {7E051B49-3C92-45B0-9138-97BEDCE52225}.201]  ***********
    2014-05-13 20:45:13:229  900 1384 DnldMgr   * Queueing update for download handler request generation.
    2014-05-13 20:45:13:229  900 1384 DnldMgr Generating download request for update {7E051B49-3C92-45B0-9138-97BEDCE52225}.201
    2014-05-13 20:45:13:239  900 1384 Handler Generating request for CBS update 7E051B49-3C92-45B0-9138-97BEDCE52225 in sandbox C:\Windows\SoftwareDistribution\Download\b29165aeaa9b7c6358a11fe608ad59db
    2014-05-13 20:45:13:239  900 1384 Handler Selected payload type is ptExpress
    2014-05-13 20:45:13:240  900 126c AU AU initiated download, updateId = {332AA342-7AC4-4FB4-9C27-C2C9F4EAE6C0}.201, callId = {C6D9C785-32FE-4AD7-9DEB-C7105A3C1262}
    2014-05-13 20:45:13:240  900 1384 Handler UH: DpxRestoreJob returned 0x80070002
    2014-05-13 20:45:13:240  900 1384 Handler Detected download state is dsHavePackage
    2014-05-13 20:45:13:243  900 126c AU AU initiated download, updateId = {3732354D-3DAE-4E71-B82C-61A12C300F72}.201, callId = {F055F0F1-9AE5-433A-A2BD-03D142912DA1}
    2014-05-13 20:45:13:247  900 126c AU AU initiated download, updateId = {A0689F68-807A-4D39-8112-8F931F8D0D85}.202, callId = {326F2698-90E8-421E-B5B1-2A64797E7842}
    2014-05-13 20:45:13:250  900 126c AU AU initiated download, updateId = {88126772-A2FD-490A-8C84-787E94DAFE65}.201, callId = {065E2D23-EF67-47E1-8C87-440BD7137483}
    2014-05-13 20:45:13:253  900 126c AU AU initiated download, updateId = {DFAA6388-FE05-49D7-A410-71B92D1C1B37}.202, callId = {606C3C01-D996-4932-A142-30A8B192F2C0}
    2014-05-13 20:45:13:256  900 126c AU AU initiated download, updateId = {E2186FA0-D10C-4E1D-9619-A4FEB1ECF00B}.201, callId = {4805FBCE-4AB1-4751-A8AE-0847B69EA142}
    2014-05-13 20:45:13:259  900 126c AU AU initiated download, updateId = {FA04F2A3-4DB5-4903-A08C-ADDFCF93EE28}.201, callId = {04DDA2A9-B6C8-47F0-BE70-B0F50D7A6BA2}
    2014-05-13 20:45:13:262  900 126c AU AU initiated download, updateId = {7E8ACCAD-2892-4F2D-9549-1FF8BE44AAD1}.203, callId = {E0241A77-09F1-4498-97A6-DDD57483954E}
    2014-05-13 20:45:13:266  900 126c AU AU initiated download, updateId = {99C920B7-65AB-4ACD-A4AD-C4F522E4D7A9}.201, callId = {52A53948-0632-4E15-A14A-841FB5C95F61}
    2014-05-13 20:45:13:269  900 126c AU AU initiated download, updateId = {EDE986B7-03CE-4B0C-8891-AF09113CB0DB}.200, callId = {AB354496-CB3D-4A07-9F3C-1069C43C61E1}
    2014-05-13 20:45:13:272  900 126c AU AU initiated download, updateId = {338B46CC-C71E-4294-A9D3-DF943FFEF642}.201, callId = {E7AB48E8-5603-48BD-A051-1CCA7DFF4652}
    2014-05-13 20:45:13:272  900 126c AU   # Pending download calls = 13
    2014-05-13 20:45:13:272  900 126c AU <<## SUBMITTED ## AU: Download updates
    2014-05-13 20:45:13:279  900 f84 AU Getting featured update notifications.  fIncludeDismissed = true
    2014-05-13 20:45:13:279  900 f84 AU No featured updates available.
    2014-05-13 20:45:17:040  900 f84 Handler FATAL: CBS called Error with 0x80073712,
    2014-05-13 20:45:17:041  900 1384 Handler FATAL: UH: 0x80073712: Async stage operation failed in CUHCbsHandler::StageCbsPackage
    2014-05-13 20:45:17:056  900 1384 Handler FATAL: Request generation for CBS update complete with hr=0x80073712 and pfResetSandbox=0
    2014-05-13 20:45:17:056  900 1384 Handler FATAL: Error source is 106.
    2014-05-13 20:45:17:056  900 1384 DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GenerateDownloadRequest failed with 0x80073712.
    2014-05-13 20:45:17:056  900 1384 DnldMgr Error 0x80073712 occurred while downloading update; notifying dependent calls.
    2014-05-13 20:45:17:254  900 1384 Agent *********
    2014-05-13 20:45:17:254  900 12d0 AU >>##  RESUMED  ## AU: Download update [UpdateId = {1B127611-D28E-4167-A1DC-243A51BC528F}]
    2014-05-13 20:45:17:254  900 1384 Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:17:254  900 12d0 AU   # WARNING: Download failed, error = 0x80073712
    2014-05-13 20:45:17:254  900 1384 Agent *************
    2014-05-13 20:45:17:259  900 1384 DnldMgr *************
    2014-05-13 20:45:17:259  900 1384 DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:17:259  900 1384 DnldMgr *********
    2014-05-13 20:45:17:259  900 1384 DnldMgr   * Call ID = {10C2CAD4-1000-4CFF-B414-F762841CC51D}
    2014-05-13 20:45:17:259  900 1384 DnldMgr   * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 0, Proxy session id = 2, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-13 20:45:17:259  900 1384 DnldMgr   * Updates to download = 1
    2014-05-13 20:45:17:259  900 1384 Agent   *   Title = Security Update for Windows Server 2008 R2 x64 Edition (KB2872339)
    2014-05-13 20:45:17:259  900 1384 Agent   *   UpdateId = {C750962E-9D5E-45CE-9967-AE2D67115966}.202
    2014-05-13 20:45:17:259  900 1384 Agent   *     Bundles 2 updates:
    2014-05-13 20:45:17:259  900 1384 Agent   *       {45AFABD9-B938-457D-95EA-A32C2FA19D37}.202
    2014-05-13 20:45:17:259  900 1384 Agent   *       {1E81D165-A493-4813-8526-04D8F35C37D8}.202
    2014-05-13 20:45:17:262  900 1384 DnldMgr ***********  DnldMgr: New download job [UpdateId = {45AFABD9-B938-457D-95EA-A32C2FA19D37}.202]  ***********
    2014-05-13 20:45:17:263  900 1384 DnldMgr   * All files for update were already downloaded and are valid.
    2014-05-13 20:45:17:263  900 1384 DnldMgr ***********  DnldMgr: New download job [UpdateId = {1E81D165-A493-4813-8526-04D8F35C37D8}.202]  ***********
    2014-05-13 20:45:17:263  900 1384 DnldMgr   * Queueing update for download handler request generation.
    2014-05-13 20:45:17:263  900 1384 DnldMgr Generating download request for update {1E81D165-A493-4813-8526-04D8F35C37D8}.202
    2014-05-13 20:45:17:269  900 1384 Handler Generating request for CBS update 1E81D165-A493-4813-8526-04D8F35C37D8 in sandbox C:\Windows\SoftwareDistribution\Download\371b4bee540898fe91c5fa6958cf73cc
    2014-05-13 20:45:17:270  900 1384 Handler Selected payload type is ptExpress
    2014-05-13 20:45:17:271  900 1384 Handler UH: DpxRestoreJob returned 0x80070002
    2014-05-13 20:45:17:271  900 1384 Handler Detected download state is dsHavePackage
    2014-05-13 20:45:18:265  900 f84 Handler FATAL: CBS called Error with 0x80073712,
    2014-05-13 20:45:18:266  900 1384 Handler FATAL: UH: 0x80073712: Async stage operation failed in CUHCbsHandler::StageCbsPackage
    2014-05-13 20:45:18:267  900 1384 Handler FATAL: Request generation for CBS update complete with hr=0x80073712 and pfResetSandbox=0
    2014-05-13 20:45:18:267  900 1384 Handler FATAL: Error source is 106.
    2014-05-13 20:45:18:267  900 1384 DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GenerateDownloadRequest failed with 0x80073712.
    2014-05-13 20:45:18:267  900 1384 DnldMgr Error 0x80073712 occurred while downloading update; notifying dependent calls.
    2014-05-13 20:45:18:307  900 1384 Agent *********
    2014-05-13 20:45:18:307  900 12d0 AU >>##  RESUMED  ## AU: Download update [UpdateId = {C750962E-9D5E-45CE-9967-AE2D67115966}]
    2014-05-13 20:45:18:307  900 1384 Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:18:307  900 12d0 AU   # WARNING: Download failed, error = 0x80073712
    2014-05-13 20:45:18:307  900 1384 Agent *************
    2014-05-13 20:45:18:310  900 1384 DnldMgr *************
    2014-05-13 20:45:18:310  900 1384 DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:18:310  900 1384 DnldMgr *********
    2014-05-13 20:45:18:310  900 1384 DnldMgr   * Call ID = {C6D9C785-32FE-4AD7-9DEB-C7105A3C1262}
    2014-05-13 20:45:18:310  900 1384 DnldMgr   * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 0, Proxy session id = 2, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-13 20:45:18:310  900 1384 DnldMgr   * Updates to download = 1
    2014-05-13 20:45:18:310  900 1384 Agent   *   Title = Security Update for Windows Server 2008 R2 x64 Edition (KB2839894)
    2014-05-13 20:45:18:310  900 1384 Agent   *   UpdateId = {332AA342-7AC4-4FB4-9C27-C2C9F4EAE6C0}.201
    2014-05-13 20:45:18:310  900 1384 Agent   *     Bundles 1 updates:
    2014-05-13 20:45:18:310  900 1384 Agent   *       {B4DB0FFF-81FE-4D1D-BF01-D59B829303FC}.201
    2014-05-13 20:45:18:314  900 1384 DnldMgr ***********  DnldMgr: New download job [UpdateId = {B4DB0FFF-81FE-4D1D-BF01-D59B829303FC}.201]  ***********
    2014-05-13 20:45:18:314  900 1384 DnldMgr   * Queueing update for download handler request generation.
    2014-05-13 20:45:18:314  900 1384 DnldMgr Generating download request for update {B4DB0FFF-81FE-4D1D-BF01-D59B829303FC}.201
    2014-05-13 20:45:18:321  900 1384 Handler Generating request for CBS update B4DB0FFF-81FE-4D1D-BF01-D59B829303FC in sandbox C:\Windows\SoftwareDistribution\Download\7d02b28581a54bc209cde32aa0661586
    2014-05-13 20:45:18:321  900 1384 Handler Selected payload type is ptExpress
    2014-05-13 20:45:18:322  900 1384 Handler UH: DpxRestoreJob returned 0x80070002
    2014-05-13 20:45:18:322  900 1384 Handler Detected download state is dsHavePackage
    2014-05-13 20:45:18:655  900 f84 Handler FATAL: CBS called Error with 0x80073712,
    2014-05-13 20:45:18:655  900 1384 Handler FATAL: UH: 0x80073712: Async stage operation failed in CUHCbsHandler::StageCbsPackage
    2014-05-13 20:45:18:656  900 1384 Handler FATAL: Request generation for CBS update complete with hr=0x80073712 and pfResetSandbox=0
    2014-05-13 20:45:18:656  900 1384 Handler FATAL: Error source is 106.
    2014-05-13 20:45:18:656  900 1384 DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GenerateDownloadRequest failed with 0x80073712.
    2014-05-13 20:45:18:656  900 1384 DnldMgr Error 0x80073712 occurred while downloading update; notifying dependent calls.
    2014-05-13 20:45:18:680  900 1384 Agent *********
    2014-05-13 20:45:18:680  900 12d0 AU >>##  RESUMED  ## AU: Download update [UpdateId = {332AA342-7AC4-4FB4-9C27-C2C9F4EAE6C0}]
    2014-05-13 20:45:18:680  900 1384 Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:18:680  900 12d0 AU   # WARNING: Download failed, error = 0x80073712
    2014-05-13 20:45:18:680  900 1384 Agent *************
    2014-05-13 20:45:18:684  900 1384 DnldMgr *************
    2014-05-13 20:45:18:684  900 1384 DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdatesWuApp]
    2014-05-13 20:45:18:684  900 1384 DnldMgr *********
    2014-05-13 20:45:18:684  900 1384 DnldMgr   * Call ID = {F055F0F1-9AE5-433A-A2BD-03D142912DA1}
    2014-05-13 20:45:18:684  900 1384 DnldMgr   * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 0, Proxy session id = 2, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-05-13 20:45:18:684  900 1384 DnldMgr   * Updates to download = 1
    2014-05-13 20:45:18:684  900 1384 Agent   *   Title = Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2742599)
    2014-05-13 20:45:18:684  900 1384 Agent   *   UpdateId = {3732354D-3DAE-4E71-B82C-61A12C300F72}.201
    2014-05-13 20:45:18:684  900 1384 Agent   *     Bundles 1 updates:
    2014-05-13 20:45:18:684  900 1384 Agent   *       {D7F10B98-0B4D-402C-B0A5-FF2135F8620C}.201
    2014-05-13 20:45:18:687  900 1384 DnldMgr ***********  DnldMgr: New download job [UpdateId = {D7F10B98-0B4D-402C-B0A5-FF2135F8620C}.201]  ***********
    2014-05-13 20:45:18:687  900 1384 DnldMgr   * Queueing update for download handler request generation.
    2014-05-13 20:45:18:687  900 1384 DnldMgr Generating download request for update {D7F10B98-0B4D-402C-B0A5-FF2135F8620C}.201
    2014-05-13 20:45:19:325  900 1384 Handler Generating request for CBS update D7F10B98-0B4D-402C-B0A5-FF2135F8620C in sandbox C:\Windows\SoftwareDistribution\Download\44b836e953f10e780a421d6fb4995a79
    2014-05-13 20:45:19:325  900 1384 Handler Selected payload type is ptExpress
    2014-05-13 20:45:19:326  900 1384 Handler UH: DpxRestoreJob returned 0x80070002
    2014-05-13 20:45:19:326  900 1384 Handler Detected download stat
    M Tipler

    Unfortunately that made no difference - the updates still won't install and the checksur.log file still contains the same data...
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.22471
    Package Version 25.0
    2014-05-14 08:15
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    (f)    CSI Missing Winning Component Key    0x00000000    amd64_microsoft-windows-csrsrv_31bf3856ad364e35_6.1.7601.18113_none_27ac1dcabbfe37b8        
    (f)    CSI Missing Winning Component Key    0x00000000    amd64_microsoft-windows-smss_31bf3856ad364e35_6.1.7601.18113_none_0a5f8ec22fd235a9        
    (f)    CSI Missing Winning Component Key    0x00000000    wow64_microsoft-windows-smss_31bf3856ad364e35_6.1.7601.18113_none_14b439146432f7a4        
    (f)    CSI Missing Winning Component Key    0x00000000    wow64_microsoft-windows-csrsrv_31bf3856ad364e35_6.1.7601.18113_none_3200c81cf05ef9b3        
    Summary:
    Seconds executed: 446
     Found 4 errors
      CSI Missing Winning Component Key Total count: 4
    (w)    Unable to get system disk properties    0x0000045D    IOCTL_STORAGE_QUERY_PROPERTY    Disk Cache    
    Looks like a repair install is required. I'll keep you updated.
    M Tipler

  • Unable to install SCCM client on Windows Server 2008 R2 - certificate permission error?

    I am trying to comply with corporate policy, which is, have an SCCM agent or client on every Windows device. I have successfully used the provided SCCM installer on other Windows 2008 R2 servers. However for one particular server I cannot get the SCCM agent
    to install successfully. I've searched forums and documentation, but can't find a solution. Part of the problem is the lack of feedback by SCCM on what is wrong. I think I have narrowed down the symptom to the following error messages from the "C:\Windows\CCM\Logs\ClientIDManagerStartup.log":
    [LOG[Certificate [Thumbprint C559304C1598F17641D0732EB9EB787169A25FA7] issued to 'SMS' doesn't have private key or caller doesn't have access to private key.
    [LOG[Failed in GetCertificate(...): 0x87d00281]LOG]!><time="10:56:59.014+300" date="04-17-2014" component="ClientIDManagerStartup" context="" type="3" thread="3024" file="ccmcert.cpp:2122">
    [LOG[CCMCreateAuthHeaders failed (0x8009200b).]LOG]!><time="10:56:59.014+300" date="04-17-2014" component="ClientIDManagerStartup" context="" type="3" thread="3024" file="clientauthutil.cpp:978">
    When I use the Certificates MMC snap in to look at installed certs on this Windows Server 2008 R2 machine, there are plenty of normal and expected certificates there. There is also a branch called SMS with hundreds of entries, I have no idea what that is.
    The above error seems to indicate a permissions issue. What do I do to fix this SCCM install? It seems like a server cert issue, not an SCCM issue, so I'm posting to the Windows Server forums.
    Thanks in advance.
    Thanks

    this maybe helpful...
    http://www.jamesbannanit.com/2011/04/certificate-requirements-for-sccm-2012/
    should be asked in SCCM forum...
    http://social.technet.microsoft.com/Forums/en-US/home?forum=configmanagerdeployment
    Best,
    Howtodo

  • Can not update on windows server 2008 R2

    Hi All
    I have been trying to update windows server 2008 R2 after doing a fresh install. i have used HP smart Start to do the install.
    I have a HP ML 350 G5 Server  
      this is the 3rd time i have tried to install . first time i used smart start and
    selected custom install and all the required drivers and updates downloaded from hp fine. i can connect to the internet fine but when i click windows update it starts checking for updates finds something some thing which i think is the update manager. then blanks out
    the down load screen and then it comes back on with windows could not search for new update error code 80072F8F. the second i just went with a streight install with out smart and got the same results then with smart start but express install. again with the
    same results.
    under update history i have windows update agent 7.6.7600.256 successful important 5/2/2011
    any help would be very greatfull
    Many thanks
    Richard C

    Here are some possibilities:
    Are the date and time correct? (See Windows Update error 80072f8f)
    Temporary connection-related errors may occur when you use Windows Update or Microsoft Update
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Install Agent12c on Windows Server 2008 R2

    Hi All,
    I have to install Agent12c on on Windows Server 2008 R2, already there is Oracle 10g agent installed on the system. The OMS Server is a linux system. I am not able to find the setup of Agent12c for Windows Platform.
    Please help in this installation.
    Thanks
    Deepak

    By the way, here's some additional information . . .
    If you are installing a 12c agent on a platform that is the same as the one on which your 12c OMS is running, then the agent software for that platform is available by default in the software library. So no action is required from your end. However, if you are installing on a platform that is different from the one on which your 12c OMS is running (this seems to be your case), then you must ensure that the agent software for the intended platform is downloaded and stored in the software library using the Self Update Console. Instructions to download the agent software using the Self Update Console are available here. Essentially, having the agent software is a prerequisite.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/self_update.htm#BEJHBBEI
    However, that's a description of only the prerequisite; not really the procedure to install the agent. To install an agent using an interactive console, which I guess is the easiest, read this chapter. It's quite detailed; make sure you meet all the prerequisites before you head to the procedure.
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_agent.htm#CACJEFJI
    And to install an agent in other ways, for example, using scripts and response files, read this chapter.
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/part_installing_agent.htm#sthref202

  • Oracle 11g R2 to MS Access .mdb (Windows Server 2008 64-bit) problem

    I have a need to make connection from Oracle 11g R2 to MS Access database file (mdb). OS is MS Windows Server 2008 64-bit. My configuration is next:
    1. I made System DNS mikeacs (using c:\windows\sys_wow6\odbcad32.exe) to my access mdb file;
    2. I made initmikeacs.ora file in ora_home\hs\admin folder:
    # HS init parameters
    HS_FDS_CONNECT_INFO = mikeacs
    HS_FDS_TRACE_LEVEL = debug
    HS_FDS_SHAREABLE_NAME = c:\Windows
    3. Listener.ora file is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = mikeacs)
    (ORACLE_HOME = c:\oracle\product\11.2.0\dbhome_1)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cspo02)(PORT = 1521))
    4. Tnsnames.ora is:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    MIKEACS =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521))
    (CONNECT_DATA=(SID=mikeacs))
    (HS=OK)
    5. After this, I restarted Listener:
    lsnrctl stop;
    lsnrctl start;
    Given feedback:
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 20-RUJ-2010 14:47:21
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\cspo02\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mikeacs" has 1 instance(s).
    Instance "mikeacs", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    6. I created db link: create public database link macs using 'MIKEACS' (connected as sysdba);
    7. tnsping mikeacs:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)) (CONNECT_DATA=(SID=mikeacs)) (HS=OK))
    OK (0 msec)
    Then, when I try fire query (connected as sysdba): select * from mytable@macs;
    get result:
    ERROR at line 1:
    ORA-28513: internal error in geterogeneous remote agent
    ORA-02063: preceding line from MACS;
    Although, when I fire the same query, but connected as other user, get next result:
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default
    driver specified {IM002}
    ORA-02063: preceding 2 lines from MACS
    Where is my problem? Please help. Thanks in advance!

    That's the problem. DG4ODBC on 64bit Windows is 64bit and thus it also requires a 64bit ODBC driver.
    If you don't find one - maybe you can install DG4ODBC 32bi on a 32bit platform (please do NOT install it on the 64bit Windows machine) and then use this 32biit DG4ODBC with the 32bit ODBC driver.
    Another option would be to purchase a commercial ODBC driver or a bridged ODBC driver.

Maybe you are looking for

  • HP Officejet 6000 will not connect to new wireless modem.

    I have Windows 8.1.  My HP Officejet 6000 E609n wireless printer worked well, until the modem died and a new one was installed (new address).  I need to know how to make it recognize the new network address.  (Note: I tried to install the original se

  • Can't get it to work with css z-index

    I am trying to get the naviagtion.swf just above the movie.swf file. But when I use the z-index property in css, it's always the other way around (the movie.swf on top of navigation.swf). Here is what I have: <div style='position: absolute; z-index:

  • Setting initial timeout for login

    I am using FORM based authentication for my portal. Default installation appears to restrict the time a user is authenticated very shortly. Where can I change this setting and what should I put if it is in the web.xml or weblogic.xml? Thanks! Eric

  • My iPhone 5 was lost in the snow, then found and it doesn't even turn on anymore after it worked for 5 days??

    I lost my phone a few days ago when it fell out of my bag but then someone found it in the snow. Not sure how wet it was when the person found it but my phone worked fine for 5 days after. When I plugged my phone in to charge over night, I woke up wi

  • Need Help & Urgent Response --Menus

    Hi, I am facing problem in manipulating menu (PL/SQL-code). Wanted to... 1. I ve specific entities assigend specific users 2. On the basis of specific login user replacing the menu 3. Using GLOBAL variables transfering user id to calling forms Proble