Deployment of BCC stuck

Hello world

A project that was created got stuck in step "approve the deployment project to the target of the staging. I went to/atg/epub/messaging/PublishingMessageSource of the instance of the BCC in dyn/admin to send the message of failure of staging manually to get the project is once again, but when I click on the 'send deployment Message complete', I get the following error:

Error 500: javax.ejb.EJBException: QUERY_EXCEPTION_MESSAGE: POOR query: id =? 0, Args:? 0 = prc143012; nested exception is: CONTAINER: atg.repository.RepositorySecurityException; Source: ATG. Security.PermissionDeniedException: You do not have read access to the point of the process descriptor.

I already gave my dyn/admin user all roles defined in the SecurePublishingRepository, which is what I needed to access the start page, but it seems to 'lose' the rights I am trying to send the message to the cause of error to display.

Does anyone know how to fix this?

I'm on ATG 10.2.

Thanks in advance!

Joe

I was able to fix this with the instructions found here: ATG: how to fix projects in an unknown state in BCC/CA?

I was able to get the project in the State of the author as follows:

-remove the locks on the project. If any

delete from avm_asset_lock where workspace_id =

(select id of avm_devline, whose name =

(select Workspace from epub_project where project = 'prj49001')) ;

-change of State. For false and true editable control lock

-locked to 0 and can be changed to 1

Update epub_project

the locked value = 0

where project = "prj49001";

Update epub_project

editable value = 1

where project = "prj49001";

-change of State. For false and true editable control lock

-locked to 0 and can be changed to 1

Update avm_workspace

the locked value = 0

where ws_id =

(select id of avm_devline, whose name =

(select Workspace from epub_project where project = 'prj49001')) ;

Update avm_workspace

editable value = 1

where ws_id =

(select id of avm_devline, whose name =

(select Workspace from epub_project where project = 'prj49001')) ;

-Finally change author who is 3 for all workflows

Update epub_ind_workflow

set status = 3

where ID_processus =

(select ID_processus from epub_process where of the project = "prj49001");

commit;

Below invalidate caches of repository

/ atg/epub/PublishingRepository /.

/ atg/epub/version/VersionManagerRepository /.

Tags: Oracle Applications

Similar Questions

  • don't deploy not bcc atg successfully project.

    Hi all

    I am creating the project of TCC atg merchandising and adding an asset (product) that.

    but he stayed in the second last stage.

    Thus, I removed prod server cache.

    So please atg CCI expert to help me.

    bccIssue.png

    -Aurélien.

    This project has successfully deployed? only once the project is deployed successfully, you would be able to proceed with that check stage of production deployment. so go and check in the administration console BCC to check if that project was deployed, it may be stuck in the queue too and you will have to manually before you can accept the deployment in production for this project. Thank you

  • Project deployment in BCC giving Exception processes

    Hello

    I'm getting exception when deploying the project to the IAB. It gives saying msg

    * "Use the page locking conflicts to determine which assets are locked by other projects."

    Please help solve the problem.

    Thank you and best regards,
    Priyanka

    This exception usually comes only when one of the projects that you created earlier is not in complete state and one of its assets is used in other projects.

    So you can try it again by performing all the steps of the previous project.

    Thank you
    Matrat

  • Deployment of HFM crashes at 12 percent - EPMA - 11.1.2.3

    Hello

    First of all, I am very new to HFM as my background is Essbase/Planning side functional.  I was asked to help understand how and why we cannot deploy an EPMA in 11.1.2.3.   During the deployment, it gets stuck on 12% for a long time, then finally error.  Not sure if at the beginning or what logs to post clues.   Can you experts guide me which newspapers would be useful to review and possibly later to decrypt?

    Much appreciated because it is somewhat urgent because we do not have a way to copy an application.   Our goal is to easily reproduce the PROD to DEV/TEST request with the data.  Currently, it's a very manual heavy procedure.  We cannot use copy utility because it is an application of EPMA.

    Thank you

    Anti Virus software has been the question.  Hyperion is perhaps worst software ever.  One thing after another.

  • Help cleaning applications stuck in progress

    Hello

    We worked on getting vRA 7 will be deployed. In the process, we have accumulated a few strange failures and queries that are stuck 'ongoing'. I'm trying to figure out how to clean them.

    In cases where the installation of software components hanged and the deployment request is stuck ' in progress ' forever, I was able to delete using this reference http://open902.com/vra7-delete-stuck-in-progress-deployments/ .

    The latest cases are a little more difficult for me to understand how to cleaning. They are the mutations that have been completed, and if the object exists as element, but the purpose of the machine under the deployment no longer exists. This translates into several expiry and destroy demand that fill and stay current.

    For example:

    InProgress1.jpg

    The deployments are in respect of the points:

    InProgress2.jpg

    But trying to destroy some of them generates an error:

    Part of requests the following text failed: Server2012R2Agent. Internal error in application of component: [error rest]: {status code: 502}, {error code: 10107}, {error Source: null}, {Error Msg: you cannot perform this action because the system cannot connect to the provider at https://VRAURLREDACTED/WAPI/.}, {Msg system: service Provider is unavailable or in an error state.}

    And some of them do not have an available action to destroy the:

    InProgress3.jpg

    I would be grateful any advice and how to clean them. I think that this may involve the IaaS database...

    ~ Darrenoid

    Hello AstraMonti,

    I managed to get this cleaned up, but it was an ugly process. The requests have been the easy part. I just ran a query on the database on the device of vra psql to change applications that are going to fail. I did it because I am very familiar with my environment and I was positive the only ongoing, applications were those who were still stranded and I had a large number of them. This can also be done at the same time. Here is an example showing the table and the status that I used for this:

    Postgres = # UPDATE cat_request SET state = 'PROVIDER_FAILED' where STATE = 'IN_PROGRESS"AND id ="653194eb-bd83-4fce-b386-a0d52b6c5616"AND requestnumber = '1321';

    Now deployments that I couldn't destroy in vRA were hard to remove. First, before that I couldn't remove deployments, I had to remove the machines associated with them. According to VMWare, the new command line tool customer cloud should be able to do it for me:

    https://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2144269

    For me, it has not worked. When I ran the command forceunregister I had no errors, but nothing happened. The machine was never destroyed.

    So, I started looking into this framework the IAAS. The IAAS database stores information that you see on the Infrastructure > domain managed by Machines at vRA. I noticed that the machines were listed there, but had a strange status (I don't remember the status exactly) as current or deployment. He was the one with the missing State. I tried to remove them from the interface, and I noticed that the machine that has been marked as missing has been removed.

    So, I logged on the server with the database and found IAAS the table where is stored the computer state news managed. Sorry I don't remember which table it was. I manually changed the State of the virtual machines stuck at "missing." After that, I was able to remove Infrastructure machines > managed Machines. Once the machines have been removed, I was able to destroy all requests.

    For all deployments stuck, I had, most of them have already been deleted for vcenter.

    See you soon,.

    Darrenoid

  • deploy the assets/price without BCC list

    Is there a way to deploy assets to catalog a and b of production without deploying first of all on the ICC? I want to bypass the BCC to deploy price list. What are the advantages and disadvantages of this type? The price list are also versioned? in the scheme of pub I see dcs_price and dcs_price_list have associated columns with version however.

    ATG9_1 Oracle 10g.

    I think you can set up automatic deployment here.

    Check the > \Publishing\base\sample-code\ca-import-sample-code.jar file. This gives an idea about how you can set up automatic deployment.

    It contains some examples of workflow to import, classes to create projects program and the required properties files. You can reuse it and create the Scheduler to start the automatic deployment according to your needs

    See you soon
    R

  • Impossible to deploy the application, integrated WLS seems to be stuck

    Hello

    I'm able to run my application in JDEV 11 G 11.1.1.6
    In fact, I deleted my domain name so that it would create a new.

    Before I was running well, but tight now I have problems running my application.
    I have a problem running even a simple page with a Hello World output text.

    My internal Weblogic just pause on this line.
    <Mar 9, 2012 5:11:47 PM CST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode> 
    <Mar 9, 2012 5:11:47 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
    <Mar 9, 2012 5:11:47 PM CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 
    He's not even trying to deploy my application. :(

    I also notice that when I try to end my weblogic.
    It will just come out.
    Process exited.
    He does not even try to do a cleaning when unloading...

    Hmm... I think that somehow my weblogic is stuck on a breakpoint but I had turned off all the breakpoint in the
    Display the breakpoints.

    No matter who is this and how to fix this error.

    Thank you

    @Timo: he just read through the lines and missed this part :).

    @Neliel, after the server starts, you can try killing him (from task manager kill java.exe) and then try to run the page to see if the server is started and the app gets deployed very well (destination of JDeveloper).

    Arun-

  • The deployment of the BCC error

    Hello

    I get below error during deployment to the staging area. Help, please.


    NullpointerException
    at atg.deployment.adapter.DistributedDeploymentAdapter.createSwitchDeploymentData(DistributedDeploymentAdapter.java:658)
    at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:2028)
    at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:300)
    at atg.deployment.server.Deployment.run(Deployment.java:1687)
    at java.lang.Thread.run(Thread.java:595)


    Concerning
    Gopi

    Hey Gopi,

    Not sure whether the version ATG to coincide track battery, but I think it might be due to the repository on the BCC instance target resolve to null. Basically, something like 'ProductCatalog_staging' does not exist. Maybe you don't understand - stagingandprod layer when creating the instance if what is happening with a repository of out-of-box? Or you set up [MyCustomerRepository] _staging all for a customized?

    Thank you.

    --
    Nick Glover
    Oracle Support for the ATG products

  • EPMA planning App - deploy is "stuck".

    The deployment of our planning application, our Essbase server is down (due to a further question from app). Essbase is back up now, but my EPMA deploy is stuck at 9% (and has been for two hours). It is obviously not yet deployed, but I cannot redeploy. Deploy the option is grayed out. I can not even drop and re-create the application, delete is also gray.

    I tried to restart EPMA, but that did not help. Any ideas on how I can 'take off' my deployment?

    Thank you!
    -Jake

    Hey Jake,

    If you have a look at the AwbConfig.properties file that is located in \Hyperion\deployments\Tomcat5\EPMAWebServer\webapps\awb\WEB-INF\conf for tomcat

    If it has not been updated there will be a line

    DEPLOY_PENDING_TIMEOUT_MINUTES = 480

    That means, it will not delay until after 8 hours, if you change the timeout to a lower value such as 15 and I hope, restart services of EPMA will notice that the timeout period has passed and reset the properties of the application.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Deployment progress 0.0% (stuck @ data collection)

    We tried to make Hault, reset criticism, full deployment. Rollback. No progress for the full deployment / Rollback option or the other. No errors in the log. . Here's the status / details of the project.

    Current deployment

    Projects:

    SimpleHtmlContentPubProject

    Status of deployment:

    Data collection

    Last execution time-out:

    2 595,558 seconds

    Total execution time:

    2, 595.558seconds

    Course of deployment 0.0%     Data collection

    Deployment ID

    10000009

    Deployed from (server)

    integrationpubsever:10050

    Deployed by

    Admin

    Has started rolling out

    06/03/2015-16:49

    Deployment projects

    AddCategoryLinkToHeaderMainMenu

    Instant deployment ID

    23531

    Deployment type

    Incremental

    Validated data

    NO.

    Deployment mode

    Switch

    Start database in real-time

    DataSourceB

    Switched data stores

    NO.

    Marked for restoration

    NO.

    State of play

    Data collection

    Stopped by

    Last modified status

    Error message

    We had to remove the data from cooked/corrupted half of deployment of the schema PUB table. (remove the project item in the Directory deployment with references) And he solved the problem.i.e we could deploy the projects successfully.

  • Performance at BCC deployment

    Hello

    We use ATG 10.2 and Weblogic 10.3.5.

    We have an import process that creates and updates the assets, and there are 10,000 items per project, with the average for approval takes on average 2 hours.

    I wonder is it possible to improve the performance of the project deployment to the IAB.

    What about the parameters that can be make in components on the application server or the ATG.

    Any help is welcome.

    Hi R J Nunes

    Have you had a look at the new tool available in trade 11 startSQLImport?

    startSQLImport imports the data from filing of a data file that was created with the startSQLRepository utility. For more information about the startSQLRepository utility, refer to the section importing data from repository to repository Guide. This tool takes an XML file and importing data in a versioned repository using direct database SQL calls. Note that this utility works only with the versioned repository.

    This can significantly improve performance.

    What you might be interested in is this Article of knowledge, that this feature has also been backported to ATG 10.2.0.2

    startSQLImport feature now available for Oracle ATG Commerce 10.2 patch 2 (10.2.0.2) (Doc ID 1634950.1)

    https://support.Oracle.com/RS?type=doc&ID=1634950.1

    ++++

    Thank you

    Gareth

    Please indicate any update as "Good response" or "Useful answer" If this update help and answers your question, so that others can identify the correct/good update

    among the many updates.

  • Why do we get this deployment BCC error

    Hello

    Stop the deploymentsDiscount to zero criticism

    Current deployment

    Projects:

    Hello

    Status of deployment:

    General error

    Last execution time-out:

    0.062 seconds

    Total execution time:

    0.062 seconds

    Deployment failed

    0,0%
    General error

    Error message:

    '11600' snapshot ID is not valid for target 'Production '. Please check that each agent target '11600' server has a valid snapshot file or remove all the meta-data on each server in the agent deployment before trying to re - use as part of a new target.

    Hello

    It seems that your DeploymentServer contains an invalid value that is instant.

    You can access/atg/epub/DeploymentServer in Server edition and force instant ID, using a valid (maybe the last project of success).

    You can access JIU-> Admin Console-> Production-> projects and get any id goal project deployed to make the snapshot.

    It will be useful.

  • After the update WebLogic deployment of WebLogic EN 10.3.6, is stuck

    After updating WebLogic 10.3.6, EN to WebLogic deployment is blocked to deploy to the application server. Status bed initialization of the field.

    In the config.log I can see the following:
    [2013-04 - T 03, 16: 11:34.217 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.J2EEDomain] trace: WebLogic begin under C:\Oracle\Middleware\wlserver_10.3
    [2013-04 - T 03, 16: 11:34.217 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.high.WlstDomain] trace: maintenance perform EMP and JRF
    [2013-04 - T 03, 16: 11:35.028 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.WlstConsole] trace: current promt is "
    [2013-04 - T 03, 16: 11:35.028 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: console WLST initialization
    [2013-04 - T 03, 16: 11:35.059 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrHx88JFCC0pRwO5yd1HNAZd000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: the system cannot find the path specified.


    He never reached the State where the CLASSPATH is assigned as previous deployments:
    [2013-04 - 02T 13: 24:20.694 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrCDC7BFCC0pRwO5yd1HMn0v000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.WlstConsole] trace: current promt is "
    [2013-04 - 02T 13: 24:20.694 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrCDC7BFCC0pRwO5yd1HMn0v000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: console WLST initialization
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\Oracle\MIDDLE~1\JROCKI~1\lib\tools.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\modules\features\weblogic. Server.modules_10.3.4.0.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar; C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/Ant-all.jar; C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/Ant-contrib.jar;. ; C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar; C:\Oracle\Middleware\EPMSystem11R1\common\XML\JDOM\0.9.0\jdom-B9.jar; C:\Oracle\MIDDLE~1\ORACLE~1/modules/Oracle.jrf_11.1.1/JRF-wlstman.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-sh~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-WLST.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-WLST.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-WLST.jar
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:

    Support matrix looks 10.3.4 is what is supported for 11.1.2.1.If you want to use WL 10.3.5 and 10.3.6 Hyperion, then should be 11.1.2.2

    THX
    VIVEK

  • Deployment of the BCC

    Hello

    After creating a site (including products, references, etc), if I change the name of the catalog will this affect the categories and sub-categories...

    I tried to change my name to catalog and deployed and then after my categories, subcategories, products, references are lost. How to go back to my previous state?

    --
    JK

    Hi jkvel

    If you rename the catalog or folder, child elements should not be lost... If you know the child elements name just type the search window and press ENTER... you can show only items. then rightclick just the item, give add to the project... you can get that you lost... If you do not know the child elements, you can view in the window of the last deployed project admin console...

  • Windows Update stuck forever looking for updates. Win7 Ultimate x 64 SP1

    General information

    I had a system that works with Windows 7 Ultimate 64 bit. It is a platform for development and simulation that encrypted weeks of configuration and installs operational mode. It was installed in 2012 after my old motherboard has been damaged (I had to get a new license... not just).

    I opted for Windows 10 months ago, but because I wasn't ready I postponed. All of a sudden he just kept tenacious and like a child (not the friendliest approach Microsoft!).

    Last week he suddenly put a gun to my head and me has everything just no other choice to postpone, just install. Fortunately, I had done a backup of the Image of the previous day, so with the gun to my head I let him go ahead with the 10 of Windows 'upgrade '.

    Upgrade Windows 10 seemed to go wrong to 83% or more with a screen saying she was hurt that she would try again turned. If she did, and this time he APPEARED to go. Then I got to the Windows 10 for final configuration.

    After the restart the development & simulation PC was totally unusable! It wouldn't start Windows 10 or it could repair itself.

    In view of the "wonderful" experience I really felt not restoring the Image that would be to reformat my OS drive was something I could give my vote of confidence.

    Then... I went out a bought a new hard drive and monitor and installed my trust Windows 7 Ultimate x 64 SP1 on it with the intention of NEVER try to 'upgrade' to Windows 10, as it was more "trouble free" than "free upgrade".

    The question

    So after having been set back a few hundred dollars and having lost several days of development work, I got my new barebones installation:

    • Windows 7 Ultimate 64 bit
    • Brand new WD Caviar Blue 1 TB (without damages or errors on this)
    • (re) My copy of windows activation
    • Installed all the drivers of motherboard

    The problem is when I go to Windows Update, it shows me 16 updates installed, but it ALWAYS gets stuck on "check updates" with "more recent audit of updates: never'and'updates have been installed: never'and'you receive updates: for Windows and other products from Microsoft Update". ""

    It is configured to automatic updates, but all other settings give the same problem, no updates are installing more than 16 who are already there:

    • KB2888049
    • KB2882822
    • KB2834140
    • KB2786081
    • KB2731771
    • KB2729094
    • KB2639308
    • KB2533623
    • KB2670838
    • Internet Explorer 11 (downloaded manually)
    • Package of spelling English
    • Package of English Hyphenation
    • KB2534111
    • KB976902
    • KB2565063 (Visual C++ 2010 x 86 redistributable components)
    • KB2565063 (redistributable components of Visual C++ 2010 x 64)

    Given that verification of updates is suspended (they weren't there before the problem) I manually downloaded and installed:

    • Kaspersky Antivirus 2016
    • Microsoft .NET Framework 4 Client Profile & extended (necessary for antivirus)

    So, how can I get Windows Update to work again? I lost about 4 days of work thanks to this "upgrade".

    For what I was able to see the update of Windows is the latest version of wuauserv.dll. It is an important part of WindowsUpdate.log of today. Note, however, that initially I had intentionally disconnected the network cable, reinstated later, but the problem persists. Note also there are several DatStor warnings about adding a URL that does not. :

    Windows Update log

    2016-07-27 12:47:50:883 588 b44 Misc = logging initialized (build: 7.6.7600.320, tz:-0500) =.
    2016-07-27 12:47:50:976 588 b44 Misc = process: C:\Windows\system32\svchost.exe
    2016-07-27 12:47:51:179 588 b44 Misc = Module: c:\windows\system32\wuaueng.dll
    2016-07-27 12:47:50:883 588 b44 Service *.
    2016-07-27 12:47:51:288 588 b44 Service * START * Service: Service startup
    2016-07-27 12:47:51:398 588 b44 Service *.
    2016-07-27 12:47:51:678 588 b44 Agent * WU client version 7.6.7600.320
    2016-07-27 12:47:51:678 588 b44 Agent * Base Directory: C:\Windows\SoftwareDistribution
    2016-07-27 12:47:51:678 588 b44 Agent * access type: no proxy
    2016-07-27 12:47:51:678 588 b44 Agent * network state: disconnected
    2016-07-27 12:47:53:192 588 b44 DtaStor AU service default is {00000000-0000-0000-0000-000000000000}
    2016-07-27 12:47:53:285 588 b44 DtaStor AU service default is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2016-07-27 12:47:53:379 588 b44 Agent WARNING: cannot access the cabin auth, fatal error 0 x 80070003
    2016-07-27 12:47:53:379 588 b44 Agent WARNING: invalid service in the backup data store; cleaning of
    2016-07-27 12:47:53:379 588 b44 Agent WARNING: cannot add and register of service 7971f918-a847-4430-9279-4a52d1efe18d to the data store 0 x 80240031
    2016-07-27 12:47:53:379 588 b44 Agent WARNING: default Service recovery: any attempt to add pending registration for the 7971f918-a847-4430-9279-4a52d1efe18d service to the data store
    2016-07-27 12:48:38:494 588 b44 report CWERReporter::Init succeeded
    2016-07-27 12:48:38:494 588 b44 Agent * Agent: initialization of Windows Update Agent *.
    2016-07-27 12:48:38:494 588 b44 Agent * prerequisite roots succeeded.
    2016-07-27 12:48:38:494 588 b44 Agent * Agent: initialization of the global parameters cache *.
    2016-07-27 12:48:38:494 588 b44 Agent * WSUS server:
    2016-07-27 12:48:38:494 588 b44 Agent * state WSUS server:
    2016-07-27 12:48:38:494 588 b44 Agent * target group: (Unassigned Computers)
    2016-07-27 12:48:38:494 588 b44 Agent * Windows Update access disabled: No.
    2016-07-27 12:48:38:510 588 b44 DnldMgr Download manager restoring 0 downloads
    2016-07-27 12:48:38:510 588 b44 to THE # to THE: initialization of automatic updates.
    2016-07-27 12:48:38:510 588 b44 to THE timeout parameter next detection to 2016-07-27 17:48:38
    2016-07-27 12:48:38:510 588 b44 to THE setting according to sqm report timeout for 2016-07-27 17:48:38
    2016-07-27 12:48:38:510 588 b44 to # approval type: on demand (user preference)
    2016-07-27 12:48:38:510 588 b44 to THE # scheduled install date and time: every day at 09:00
    2016-07-27 12:48:38:510 588 b44 to THE # automatically install minor updates: Yes (user preference)
    2016-07-27 12:48:38:510 588 b44 to THE # will interact with non-admins (Non-admins are high (user preference))
    2016-07-27 12:48:38:510 588 b44 to THE # poster notifications of recommended software (user preference)
    2016-07-27 12:48:38:510 588 b44 to THE initialization feature updates
    2016-07-27 12:48:38:510 588 b44 to THE Found set 0 cached updates featured
    2016-07-27 12:48:38:728 588 b44 report * report: initialization of static data to report *.
    2016-07-27 12:48:38:728 588 b44 report * OS Version = 6.1.7601.1.0.65792
    2016-07-27 12:48:38:728 588 b44 report * OS Product Type = 0x00000001
    2016-07-27 12:48:38:728 588 b44 report * computer brand = to be filled by O.E.M.
    2016-07-27 12:48:38:728 588 b44 report * computer model = to be filled by O.E.M.
    2016-07-27 12:48:38:728 588 b44 report * Bios revision = P2.00
    2016-07-27 12:48:38:728 588 b44 report * name of Bios = BIOS Date: 13/07/12 16:19:10 worm: 04.06.05
    2016-07-27 12:48:38:728 588 b44 report * the Bios Release Date = 2012-07 - 13 T 00: 00:00
    2016-07-27 12:48:38:728 588 b44 report * locale 1033 = ID
    2016-07-27 12:48:38:759 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:48:38:759 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:48:38:759 b44 588 to THE delayed finish to initialize
    2016-07-27 12:48:38:759 588 b44 to THE setting according to sqm report timeout for 2016-07-28 17:48:38
    2016-07-27 12:48:38:759 588 b44 to THE #.
    2016-07-27 12:48:38:759 588 b44 to THE # START # to THE: research updates
    2016-07-27 12:48:38:759 588 b44 to THE #.
    2016-07-27 12:48:38:775 588 to THE b44<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2016-07-27 12:48:38:775 588 d40 Agent *.
    2016-07-27 12:48:38:775 588 d40 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:48:38:775 588 d40 Agent *.
    2016-07-27 12:48:38:775 588 d40 Agent * Online = No; Ignore download priority = No

    2016-07-27 12:48:38:775 588 d40 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2016-07-27 12:48:38:775 588 d40 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2016-07-27 12:48:38:775 588 d40 Agent * Search Scope = {Machine}
    2016-07-27 12:48:38:884 588 d40 Agent * found 0 updates day and 0 categories in the search. rules of RCT evaluated 0 out of 0 deployed entities
    2016-07-27 12:48:38:884 588 d40 Agent *.
    2016-07-27 12:48:38:884 588 d40 Agent * END * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:48:38:884 588 d40 Agent *.
    2016-07-27 12:48:38:884 588 d8c to THE > # RETURN # to THE: research updates [CallId = {769AD510-F9E5-4375-A22A-4471BC8949F2}]
    2016 07-27 12:48:38:884 588 d8c at # 0 updates detected
    2016-07-27 12:48:38:884 588 d8c to THE #.
    2016-07-27 12:48:38:884 588 d8c to # END # in THE: research updates [CallId = {769AD510-F9E5-4375-A22A-4471BC8949F2}]
    2016-07-27 12:48:38:884 588 d8c to THE #.
    2016-07-27 12:48:38:884 588 d8c as star no. updates notifications to show
    2016-07-27 12:48:38:884 588 to THE d8c successfully wrote event to THE health state: 0
    2016-07-27 12:48:38:884 588 b44 to THE #.
    2016-07-27 12:48:38:884 588 b44 to THE # START # to THE: research updates
    2016-07-27 12:48:38:884 588 b44 to THE #.
    2016-07-27 12:48:38:884 588 b44 to THE # WARNING: could not find updates with error 8024001F
    2016-07-27 12:48:38:884 588 b44 to THE #.
    2016-07-27 12:48:38:884 588 b44 to # END # in THE: research updates [CallId = {00000000-0000-0000-0000-000000000000}]
    2016-07-27 12:48:38:884 588 b44 to THE #.
    2016 07-27 12:48:38:884 588 b44 to THE undetected network connection, subscribing for network log for AU detection occurs
    2016-07-27 12:48:38:884 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:48:38:884 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:48:43:767 588 d40 report REPORT EVENT: {06556732-E437-47E7-ABD7-EA27598DFEE8} 12:48:38:759 2016-07-27-0500 1 202 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates success content install Reboot completed.
    2016-07-27 12:48:43:782 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:49:01:691 588 b44 forced THE timer expired for scheduled install installation
    2016-07-27 12:49:01:691 588 b44 to THE UpdateDownloadProperties: 0 downloads are still ongoing.
    2016-07-27 12:49:01:691 588 b44 phase of installation to THE adjustment to THE planned for 2016-07-28 14:00
    2016-07-27 12:49:01:691 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:49:06:699 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:52:53:600 588 998 AU successfully wrote event to THE health state: 0
    2016-07-27 12:52:58:608 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:53:49:371 588 b44 network set up, connection to THE can make detection now
    2016-07-27 12:53:54:378 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:54:07:747 3172 ae4 Misc = logging initialized (build: 7.6.7600.320, tz:-0500) =.
    2016-07-27 12:54:07:747 3172 ae4 Misc = process: C:\Windows\SysWOW64\wusa.exe
    2016-07-27 12:54:07:747 3172 ae4 Misc = Module: C:\Windows\SysWOW64\wuapi.dll
    2016-07-27 12:54:07:747 3172 ae4 COMAPI - COMAPI: IUpdateServiceManager::AddScanPackageService -.
    2016-07-27 12:54:07:747 3172 ae4 COMAPI - ServiceName = stand-alone installation of Windows Update
    2016-07-27 12:54:07:747 3172 ae4 COMAPI - ScanFileLocation = C:\acd3a300d42b6da77fcab8ef24\wsusscan.cab
    2016-07-27 12:54:07:779 588 998 Misc validation signature for C:\Windows\SoftwareDistribution\ScanFile\63b4d649-6173-4183-b52f-cba9c1c9f4ca\Source.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:54:17:825 588 998 Misc Microsoft signed: Yes
    2016 07-27 12:54:17:903 588 998 DtaStor default service AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2016-07-27 12:54:17:903 3172 ae4 COMAPI - added scan package ServiceID = {63B4D649-6173-4183-B52F-CBA9C1C9F4CA} third service service
    2016-07-27 12:54:17:903 3172 ae4 COMAPI-
    2016-07-27 12:54:17:903 3172 ae4 COMAPI - START - COMAPI: search [ClientId = wusa]
    2016-07-27 12:54:17:903 3172 ae4 COMAPI-
    2016-07-27 12:54:17:903 588 d40 Agent *.
    2016 07-27 12:54:17:903 588 d40 Agent * START * Agent: finding updates [CallerId = wusa] of
    2016-07-27 12:54:17:903 588 d40 Agent *.
    2016-07-27 12:54:17:903 588 d40 Agent * Online = Yes; Ignore download priority = No
    2016-07-27 12:54:17:903 588 d40 Agent * criteria = "DeploymentAction ="Install"
    2016-07-27 12:54:17:903 588 d40 Agent * ServiceID = {63B4D649-6173-4183-B52F-CBA9C1C9F4CA} third service
    2016-07-27 12:54:17:903 588 d40 Agent * Search Scope = {Machine}
    2016-07-27 12:54:17:903 3172 ae4 COMAPI<-- submitted="" --="" comapi:="" search="" [clientid="">
    2016-07-27 12:54:17:997 588 d40 PT +++ PT: Synchronizing server updates +++
    2016-07-27 12:54:17:997 588 d40 PT plus serviceId offline is {63B4D649-6173-4183-B52F-CBA9C1C9F4CA}
    2016-07-27 12:54:17:997 588 d40 PT WARNING: caching of cookie has expired or new PID is available
    2016-07-27 12:54:19:167 588 d40 PT +++ PT: synchronizing extended update info +++
    2016-07-27 12:54:19:167 588 d40 PT plus serviceId offline is {63B4D649-6173-4183-B52F-CBA9C1C9F4CA}
    2016-07-27 12:54:19:401 588 d40 Agent * updated added {966C3F8A-1E1C-40CC-B038-77EC1EF7AAB6}.501 to search result
    2016-07-27 12:54:19:401 588 d40 Agent * found 1 updates day and 58 categories in the search. rules apply evaluated 126 on 255 deployed entities
    2016-07-27 12:54:19:401 588 d40 Agent *.
    2016-07-27 12:54:19:401 588 d40 Agent * END * Agent: finding updates [CallerId = wusa] of
    2016-07-27 12:54:19:401 588 d40 Agent *.
    2016-07-27 12:54:19:401 3172 bdc COMAPI > COMAPI - RECOVERY -: search [ClientId = wusa]
    2016-07-27 12:54:19:401 3172 bdc COMAPI - updates found = 1
    2016-07-27 12:54:19:401 3172 bdc COMAPI-
    2016-07-27 12:54:19:401 3172 bdc COMAPI - END--COMAPI: search [ClientId = wusa]
    2016-07-27 12:54:19:401 3172 bdc COMAPI-
    2016-07-27 12:54:19:401 588 d08 DnldMgr * DnldMgr: update copy cached [UpdateId = {155A78A3-2E98-432E-B147-F7C881F9ACD4}.501] *.
    2016-07-27 12:54:19:416 588 d08 DnldMgr asking Manager to generate requests for non-plage.
    2016-07-27 12:54:19:416 588 Manager d08 generating demand for CBS update 155A78A3-2E98-432E-B147-F7C881F9ACD4 in C:\Windows\SoftwareDistribution\Download\56ae0ad0ea8065165b2864106b822911_ctc sandbox
    2016-07-27 12:54:19:416 588 d08 Manager selecting stand-alone because update has no specific charge.
    2016-07-27 12:54:19:416 588 Manager d08 selected load type useful is ptSelfContained
    2016-07-27 12:54:19:416 588 d08 Manager detected the download status is dsStart
    2016-07-27 12:54:19:416 588 Manager d08 adding Windows6. 1 - KB958488 - x 64 .cab (entire file) to the list of applications.
    2016-07-27 12:54:19:416 588 Manager d08 request generation for CBS updated complete with hr = 0 x 0 and pfResetSandbox = 0
    2016-07-27 12:54:19:416 588 d08 Misc validation signature for C:\Windows\SoftwareDistribution\Download\56ae0ad0ea8065165b2864106b822911_ctc\Windows6.1-KB958488-x64.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:54:19:416 588 d08 Misc Microsoft signed: Yes
    2016-07-27 12:54:19:416 588 d08 DnldMgr asking Manager to generate requests for non-plage.
    2016-07-27 12:54:19:416 588 Manager d08 generating demand for CBS update 155A78A3-2E98-432E-B147-F7C881F9ACD4 in C:\Windows\SoftwareDistribution\Download\56ae0ad0ea8065165b2864106b822911_ctc sandbox
    2016-07-27 12:54:19:416 588 d08 Manager selecting stand-alone because update has no specific charge.
    2016-07-27 12:54:19:416 588 Manager d08 selected load type useful is ptSelfContained
    2016-07-27 12:54:19:416 588 d08 Manager detected the download status is dsHavePackage
    2016-07-27 12:54:19:416 588 Manager d08 request generation for CBS updated complete with hr = 0 x 0 and pfResetSandbox = 0
    2016-07-27 12:54:19:432 3172 ae4 COMAPI-
    2016-07-27 12:54:19:432 3172 ae4 COMAPI - START - COMAPI: install [ClientId = wusa]
    2016-07-27 12:54:19:432 3172 ae4 COMAPI-
    2016-07-27 12:54:19:432 3172 ae4 COMAPI - allow source guests: Yes; Forced: No; Quiet strength: No.
    2016-07-27 12:54:19:432 3172 ae4 COMAPI - updates on demand: 1
    2016-07-27 12:54:19:432 3172 ae4 COMAPI - ServiceID = {63B4D649-6173-4183-B52F-CBA9C1C9F4CA} third service
    2016-07-27 12:54:19:432 3172 ae4 COMAPI - updates to install = 1
    2016-07-27 12:54:19:432 3172 ae4 COMAPI<-- submitted="" --="" comapi:="" install="" [clientid="">
    2016-07-27 12:54:19:432 588 d0c Agent *.
    2016-07-27 12:54:19:432 588 d0c Agent * START * Agent: installing updates [CallerId = wusa]
    2016-07-27 12:54:19:432 588 d0c Agent *.
    2016-07-27 12:54:19:432 588 d0c Agent * updates installed = 1
    2016-07-27 12:54:19:432 588 d0c Agent * title = update for Windows (KB958488)
    2016-07-27 12:54:19:432 588 d0c Agent * UpdateId = {966C3F8A-1E1C-40CC-B038-77EC1EF7AAB6}.501
    2016-07-27 12:54:19:432 588 d0c Agent * bundles 1 updates:
    2016-07-27 12:54:19:432 588 d0c Agent * {155A78A3-2E98-432E-B147-F7C881F9ACD4}.501
    2016-07-27 12:54:19:447 588 d0c Agent WARNING: impossible to calculate the time of previous restore point with error 0 x 80070002; setting restore point
    2016-07-27 12:54:24:439 588 d0c Manager trying to create Manager remote processes such as MUNICH\Lord of things in session 1
    2016-07-27 12:54:24:595 588 d0c DnldMgr preparation update for install, updateId is {155A78A3-2E98-432E-B147-F7C881F9ACD4}. 501.
    2016-07-27 12:54:24:595 2996 ea0 Misc = logging initialized (build: 7.6.7600.320, tz:-0500) =.
    2016-07-27 12:54:24:595 2996 ea0 Misc = process: C:\Windows\system32\wuauclt.exe
    2016-07-27 12:54:24:595 2996 ea0 Misc = Module: C:\Windows\system32\wuaueng.dll
    2016-07-27 12:54:24:595 2996 Manager ea0:
    2016-07-27 12:54:24:595 2996 ea0 Handler: START: Manager: CBS install
    2016-07-27 12:54:24:595 2996 Manager ea0:
    2016-07-27 12:54:24:595 2996 ea0 Manager to start installation of CBS update 155A78A3-2E98-432E-B147-F7C881F9ACD4
    2016-07-27 12:54:24:595 2996 ea0 Manager CBS package identity: Package_for_KB958488 ~ 31bf3856ad364e35 ~ amd64 ~ ~ 6.2.7600.16513
    2016-07-27 12:54:24:658 2996 Manager ea0 of stand-alone installation with source=C:\Windows\SoftwareDistribution\Download\56ae0ad0ea8065165b2864106b822911\Windows6.1-KB958488-x64.cab, workingdir = C:\Windows\SoftwareDistribution\Download\56ae0ad0ea8065165b2864106b822911\inst
    2016-07-27 12:54:29:697 2996 Manager ea0 finished install of CBS update with type = 1, requiresReboot = 0, installerError = 0, hr = 0 x 0
    2016-07-27 12:54:29:697 2996 Manager ea0:
    2016-07-27 12:54:29:697 2996 ea0 Handler: END: Manager: CBS install
    2016-07-27 12:54:29:697 2996 Manager ea0:
    2016-07-27 12:54:29:697 588 d0c Agent *.
    2016 07-27 12:54:29:697 588 b44 in detection Can only non if AU is interactive only
    2016-07-27 12:54:29:697 588 d0c Agent * END * Agent: installing updates [CallerId = wusa]
    2016-07-27 12:54:29:697 588 d0c Agent *.
    2016-07-27 12:54:29:697 3172 bdc COMAPI > COMAPI - RECOVERY -: install [ClientId = wusa]
    2016-07-27 12:54:29:697 3172 bdc COMAPI - installation call results (success = 1, succeeded with errors = 0, failed = 0, missing = 0)
    2016-07-27 12:54:29:697 3172 bdc COMAPI - reboot needed = no.
    2016-07-27 12:54:29:697 3172 bdc COMAPI-
    2016-07-27 12:54:29:697 3172 bdc COMAPI - END--COMAPI: install [ClientId = wusa]
    2016-07-27 12:54:29:697 3172 bdc COMAPI-
    2016-07-27 12:54:29:697 3172 ae4 COMAPI - COMAPI: IUpdateServiceManager::RemoveService -.
    2016-07-27 12:54:29:697 3172 ae4 COMAPI - ServiceId = {63b4d649-6173-4183-b52f-cba9c1c9f4ca}
    2016-07-27 12:54:29:743 3172 ae4 COMAPI IUpdateService removal scan volatile package service, serviceID = {63B4D649-6173-4183-B52F-CBA9C1C9F4CA}
    2016-07-27 12:54:29:743 588 ebc Agent WARNING: WU client omits CClientCallRecorder::RemoveService with error 0 x 80248014
    2016-07-27 12:54:29:743 3172 ae4 COMAPI WARNING: ISusInternal::RemoveService failed, hr = 80248014
    2016-07-27 12:54:34:704 588 d40 report REPORT EVENT: {26DD85DC-61D9-456E-AA0E-48C1714CF498} 12:54:29:697 2016-07-27-0500 1 183 101 {966C3F8A-1E1C-40CC-B038-77EC1EF7AAB6} 501 wusa 0 success content install Installation successful: Windows successfully installed the following update: update for Windows (KB958488)
    2016-07-27 12:54:34:704 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:55:22:035 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:55:39:257 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:58:30:530 588 bcc to (non-interactive) Offline detection triggering
    2016-07-27 12:58:30:530 588 b44 to THE #.
    2016-07-27 12:58:30:530 588 b44 to THE # START # to THE: research updates
    2016-07-27 12:58:30:530 588 b44 to THE #.
    2016-07-27 12:58:30:530 588 to THE b44<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2016-07-27 12:58:30:530 588 d40 Agent *.
    2016-07-27 12:58:30:530 588 d40 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:58:30:530 588 d40 Agent *.
    2016-07-27 12:58:30:530 588 d40 Agent * Online = No; Ignore download priority = No
    2016-07-27 12:58:30:530 588 d40 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2016-07-27 12:58:30:530 588 d40 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2016-07-27 12:58:30:530 588 d40 Agent * Search Scope = {Machine}
    2016-07-27 12:58:30:577 588 d40 Agent * found 0 updates day and 0 categories in the search. rules of RCT evaluated 0 out of 0 deployed entities
    2016-07-27 12:58:30:577 588 d40 Agent *.
    2016-07-27 12:58:30:577 588 d40 Agent * END * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:58:30:577 588 d40 Agent *.
    2016-07-27 12:58:30:577 588 d8c to THE > # RETURN # to THE: research updates [CallId = {350C2C6C-73AC-4CE0-90B0-2CD4BD54A9A8}]
    2016 07-27 12:58:30:577 588 d8c at # 0 updates detected
    2016-07-27 12:58:30:577 588 d8c to THE #.
    2016-07-27 12:58:30:577 588 d8c to # END # in THE: research updates [CallId = {350C2C6C-73AC-4CE0-90B0-2CD4BD54A9A8}]
    2016-07-27 12:58:30:577 588 d8c to THE #.
    2016-07-27 12:58:30:577 588 d8c as star no. updates notifications to show
    2016-07-27 12:58:30:577 588 d8c phase of installation to THE adjustment to THE planned for 2016-07-28 14:00
    2016-07-27 12:58:30:577 588 to THE d8c successfully wrote event to THE health state: 0
    2016-07-27 12:58:30:577 588 to THE d8c successfully wrote event to THE health state: 0
    2016-07-27 12:58:30:577 588 b44 to THE #.
    2016-07-27 12:58:30:577 588 b44 to THE # START # to THE: research updates
    2016-07-27 12:58:30:577 588 b44 to THE #.
    2016-07-27 12:58:30:577 588 to THE b44<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2016-07-27 12:58:30:577 588 d40 Agent *.
    2016-07-27 12:58:30:577 588 d40 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:58:30:577 588 d40 Agent *.
    2016-07-27 12:58:30:577 588 d40 Agent * Online = Yes; Ignore download priority = No
    2016-07-27 12:58:30:577 588 d40 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2016-07-27 12:58:30:577 588 d40 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2016-07-27 12:58:30:577 588 d40 Agent * Search Scope = {Machine}
    2016-07-27 12:58:41:075 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:091 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:091 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:091 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:107 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP1550.tmp with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:153 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:169 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:169 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:169 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP159F.tmp with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:169 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:169 588 d40 Agent download new auth cabin for service 7971f918-a847-4430-9279-4a52d1efe18d to http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab
    2016-07-27 12:58:41:559 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:559 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:559 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:559 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:575 588 d40 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\TMP1726.tmp with dwProvFlags 0 x 00000080:
    2016-07-27 12:58:41:575 588 d40 Misc signed Microsoft: NA
    2016-07-27 12:58:41:575 588 d40 DtaStor AU service default is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2016-07-27 12:58:41:575 588 d40 agent by default calling Service collection chosen with success of service 7971f918-a847-4430-9279-4a52d1efe18d
    Properties of the DtaStor 2016-07-27 12:58:41:575 588 d40 update service: service registered with AU is {7971F918-A847-4430-9279-4A52D1EFE18D}
    2016-07-27 12:58:41:575 b44 588 changed THE service provider info
    2016-07-27 12:58:41:575 588 b44 to THE required refresh...
    2016-07-27 12:58:41:575 588 d40 Agent * WARNING: resolution of the online registration service/service ID failed, hr = 0x8024A005
    2016-07-27 12:58:41:575 588 b44 to THE timeout parameter next detection to 2016-07-27 18:08:41
    2016-07-27 12:58:41:575 588 b44 put in to THE to THE next Star software notification timeout for 2016-07-27 17:58:41
    2016-07-27 12:58:41:575 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 12:58:41:606 588 d40 Agent * WARNING: exit code = 0x8024A005
    2016-07-27 12:58:41:606 588 d40 Agent *.
    2016-07-27 12:58:41:606 588 d40 Agent * END * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 12:58:41:606 588 d40 Agent *.
    2016-07-27 12:58:41:606 588 d40 Agent WARNING: customer WU didn't search for the update with error 0x8024a005
    2016-07-27 12:58:41:606 588 d8c Agent WARNING: WU client fails to call to find call {B5B11193-C23B-4621-A8AA-E20F74BDDD78} with error 0x8024000c
    2016-07-27 12:58:41:606 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 12:58:46:582 588 d40 report REPORT EVENT: {83BDD561-A1DC-463A-B084-BEA90C226570} 12:58:41:606 2016-07-27-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024 a 005 AutomaticUpdates failure software sync Windows Update Client has not detected with the 0x8024a005 error.
    2016-07-27 12:58:46:582 588 d40 report CWERReporter::HandleEvents - WER report upload completed with status 0 x 8
    2016-07-27 12:58:46:582 588 d40 WER sent report: 7.6.7600.320 0x8024a005 00000000-0000-0000-0000-000000000000 Scan 101 unmanaged
    2016-07-27 12:58:46:582 588 d40 report CWERReporter finish event management. (00000000)
    2016-07-27 13:23:56:392 588 to THE 9ec # to THE: definition of new options to THE #.
    2016-07-27 13:23:56:392 588 9ec to THE parameter to THE Type of approval 4
    2016-07-27 13:23:56:392 588 9ec setting install schedule day 0
    2016-07-27 13:23:56:392 588 9ec setting installation schedule time at 14
    2016-07-27 13:23:56:392 588 to THE 9ec successfully wrote event to THE health state: 0
    2016-07-27 13:23:56:392 588 9ec to # policy has changed, update them as needed = No
    2016-07-27 13:23:56:392 588 9ec to # approval type: on demand (user preference)
    2016-07-27 13:23:56:392 588 9ec to THE # scheduled install date and time: every day at 14:00
    2016-07-27 13:23:56:392 588 9ec to THE # automatically install minor updates: Yes (user preference)
    2016-07-27 13:23:56:392 588 9ec to THE # will interact with non-admins (Non-admins are high (user preference))
    2016-07-27 13:23:56:392 588 9ec to # poster of notifications of recommended software (user preference)
    2016-07-27 13:23:56:392 588 9ec to THE to THE settings changed through the user's preference.
    2016-07-27 13:23:56:392 588 9ec time of installation to THE adjustment to THE planned for 2016-07-27 19:00
    2016-07-27 13:23:56:392 588 to THE 9ec successfully wrote event to THE health state: 0
    2016-07-27 13:23:56:402 588 to THE 9ec successfully wrote event to THE health state: 0
    2016-07-27 13:24:01:392 588 e40 CWERReporter finish event management report. (00000000)
    2016-07-27 13:24:06:080 588 9ec detection of THE shutter to THE via API DetectNow
    2016-07-27 13:24:06:080 588 9ec to trigger detection online (interactive)
    2016-07-27 13:24:06:080 588 b44 to THE #.
    2016-07-27 13:24:06:081 588 b44 to THE # START # to THE: research updates
    2016-07-27 13:24:06:081 588 b44 to THE #.
    2016-07-27 13:24:06:084 588 to THE b44<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2016-07-27 13:24:06:084 588 e40 Agent *.
    2016-07-27 13:24:06:085 588 e40 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2016-07-27 13:24:06:085 588 e40 Agent *.
    2016-07-27 13:24:06:085 588 e40 Agent * Online = Yes; Ignore download priority = No
    2016-07-27 13:24:06:085 588 e40 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction or IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2016-07-27 13:24:06:085 588 e40 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} third service
    2016-07-27 13:24:06:085 588 e40 Agent * Search Scope = {Machine}
    2016-07-27 13:24:06:121 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:144 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:145 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5A8F.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:149 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:178 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:180 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:587 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:589 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:590 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:592 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:594 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5C55.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:596 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:597 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:599 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:601 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5C56.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:603 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:624 588 e40 Agent looking for updates auth cab for 7971f918-a847-4430-9279-4a52d1efe18d to http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab service
    2016-07-27 13:24:06:624 588 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:626 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:782 588 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:784 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:784 588 e40 Setup looking for agent SelfUpdate
    version Setup Client-2016-07-27 13:24:06:785 588 e40: Core: 7.6.7600.320 to the: 7.6.7600.320
    2016-07-27 13:24:06:786 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:788 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:790 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5D22.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:792 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:793 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:794 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:955 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:957 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:958 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:960 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:961 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5DCE.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:964 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:965 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:967 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:06:968 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP5DCF.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:06:971 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:09:086 588 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:09:088 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:09:089 588 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\TMP661A.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:09:092 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:09:579 588 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:09:582 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:09:605 588 e40 Setup determine whether a new configuration manager should be downloaded
    2016-07-27 13:24:09:605 588 e40 Setup Manager SelfUpdate is not found.  It will be downloaded
    2016-07-27 13:24:09:605 588 e40 Setup assessment applicability of the installation package ' ActiveX-SelfUpdate-WUClient ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 '.
    installation of 2016-07-27 13:24:10:501 588 e40 installation package "ActiveX-SelfUpdate-WUClient ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 ' is already installed.
    2016-07-27 13:24:10:501 588 e40 Setup assessment applicability of the installation package ' WUClient-SelfUpdate-aux-TopLevel ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 '.
    installation of 2016-07-27 13:24:10:559 588 e40 installation package "WUClient-SelfUpdate-aux-TopLevel ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 ' is already installed.
    2016-07-27 13:24:10:559 588 e40 Setup assessment applicability of the installation package ' WUClient-SelfUpdate-Core-TopLevel ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 '.
    installation of 2016-07-27 13:24:10:626 588 e40 installation package "WUClient-SelfUpdate-Core-TopLevel ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.6.7600.320 ' is already installed.
    2016-07-27 13:24:10:626 588 checking configuration SelfUpdate filled e40.  SelfUpdate is NOT necessary.
    2016-07-27 13:24:11:063 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:11:065 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:11:066 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:11:068 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:11:069 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP6DD8.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:11:072 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:11:073 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:11:074 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:11:076 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP6DD9.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:24:11:079 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:24:11:079 588 e40 PT +++ PT: Synchronizing server updates +++
    2016-07-27 13:24:11:079 588 e40 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, server URL = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx
    2016-07-27 13:24:11:374 588 e40 PT WARNING: caching of cookie has expired or new PID is available
    2016-07-27 13:29:39:632 588 e40 driver driver corresponding to the device USB\VID_045E & PID_0730 & REV_0200 & MI_00
    2016-07-27 13:29:39:632 588 e40 driver status: 0x180000a, ProblemNumber: 00000000
    2016-07-27 13:29:39:632 588 e40 driver driver corresponding to the device PCI\VEN_10DE & DEV_05E3 & SUBSYS_82F91043 & REV_A1
    2016-07-27 13:29:39:632 588 e40 driver status: 0x180200a, ProblemNumber: 00000000
    2016-07-27 13:29:39:632 588 e40 driver matching to the PCI VEN_8086 & DEV_0162 & SUBSYS_01621849 & REV_09 device driver
    2016-07-27 13:29:39:632 588 e40 driver status: 0x180200a, ProblemNumber: 00000000
    2016-07-27 13:29:39:632 588 e40 driver driver corresponding to the PCI VEN_8086 & DEV_1E3A & SUBSYS_1E3A1849 & REV_04 device
    2016-07-27 13:29:39:632 588 e40 driver status: 0x180200a, ProblemNumber: 00000000
    2016-07-27 13:29:39:632 588 e40 driver matched device ACPI\INT33A0 driver
    2016-07-27 13:29:39:632 588 e40 driver status: 0 x 1802400, ProblemNumber: 0x00001c
    2016-07-27 13:31:41:232 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:236 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:238 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP4C56.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:241 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:242 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:243 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:678 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:680 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:681 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:682 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:684 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP4E0C.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:686 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:687 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:689 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:690 588 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP4E1C.tmp with dwProvFlags 0 x 00000080 e40:
    2016-07-27 13:31:41:693 588 e40 Misc signed Microsoft: NA
    2016-07-27 13:31:41:693 588 e40 PT +++ PT: synchronizing extended update info +++
    2016-07-27 13:31:41:693 588 e40 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, URL of the server = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx

    MANY OF THESE WARNINGS *.

    2016-07-27 13:31:55:790 588 e40 DtaStor WARNING: attempted to add the URL for file XsVz8f4LdUwb18bpUhWU1gLILoU = http://download.windowsupdate.com/msdownload/update/software/dflt/2011/02/4125462_5ec573f1fe0b754c1bd7c6e9521594d602c82e85.cab when the file has not been previously added to the data store
    2016-07-27 13:31:55:830 588 e40 DtaStor WARNING: attempted to add the URL http://download.windowsupdate.com/d/msdownload/update/others/2016/07/21523621_60fe9c3870fbab955beba8db1b926583ffff3ac1.cab to file YP6cOHD7q5Vb66jbG5Jlg / / / OsE = when the file has not been previously added to the data store
    2016-07-27 13:31:55:830 588 e40 DtaStor WARNING: attempted to add the http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/06/windows6.1-kb3168965-x64_936c2cdb1a9d11deb25a2b28d98cd300eff933fb.msu to file k2ws2xqdEd6yWiso2YzTAO/5 M/s = URL when the file has not been previously added to the data store
    2016-07-27 13:31:55:830 588 e40 DtaStor WARNING: attempted to add the URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2016/07/windows6.1-kb3035583-v4-x64_6953c82b7e740a3b1cb84bdea347fe6911234f5e.msu to file aVPIK350CjscuEveo0f + aREjT14 = when the file has not been previously added to the data store
    2016-07-27 13:31:55:830 588 e40 DtaStor WARNING: attempted to add the URL for file mdwdmUUefy0j0Ii3ikJMFDAKXVs = http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/06/windows6.1-kb3170455-x64_99dc1d99451e7f2d23d088b78a424c14300a5d5b.msu when the file has not been previously added to the data store
    2016-07-27 13:31:55:830 588 e40 DtaStor WARNING: attempted to add the URL for file HQ1tIhFAy9h3pxs1M95l9KKHWkw = http://download.windowsupdate.com/d/msdownload/update/others/2016/07/21524335_1d0d6d221140cbd877a71b3533de65f4a2875a4c.cab when the file has not been previously added to the data store
    2016-07-27 14:00:09:999 588 b44 forced THE timer expired for scheduled install installation
    2016-07-27 14:00:09:999 588 b44 to THE UpdateDownloadProperties: 0 downloads are still ongoing.
    2016-07-27 14:00:09:999 588 b44 phase of installation to THE adjustment to THE planned for 2016-07-28 19:00
    2016-07-27 14:00:09:999 588 to THE b44 successfully wrote event to THE health state: 0
    2016-07-27 14:17:24:958 6056 1498 Misc = logging initialized (build: 7.6.7600.320, tz:-0500) =.
    2016-07-27 14:17:24:959 6056 1498 Misc = process: e:\db216bc0fa4035b11bff88b2\wusetup.exe
    2016-07-27 14:17:24:958 6056 1498 Setup Windows Update stand-alone Client of installation: the resources dll path is e:\db216bc0fa4035b11bff88b2\en\wusetup.exe.mui
    2016-07-27 14:17:24:960 6056 1498 configuration Windows Update Agent Client Configuration successful installation product root.
    2016-07-27 14:17:24:960 6056 1498 CBS evaluation setup package "e:\db216bc0fa4035b11bff88b2\WUClient-SelfUpdate-Core-TopLevel.cab".
    2016-07-27 14:17:25:037 6056 1498 as installation package will be installed
    2016-07-27 14:17:25:037 6056 1498 CBS evaluation setup package "e:\db216bc0fa4035b11bff88b2\WUClient-SelfUpdate-ActiveX.cab".
    2016-07-27 14:17:25:048 6056 1498 as installation package will be installed
    2016-07-27 14:17:25:048 6056 1498 CBS evaluation setup package "e:\db216bc0fa4035b11bff88b2\WUClient-SelfUpdate-Aux-TopLevel.cab".
    2016-07-27 14:17:25:086 6056 1498 as installation package will be installed
    2016-07-27 14:17:25:268 6056 1498 Setup Windows Update stand-alone Client installation: eula file path is e:\db216bc0fa4035b11bff88b2\en\eula.rtf
    2016-07-27 14:22:27:780 6056 1498 wusetup configuration is complete.  Exit code is 0. Reset is NOT necessary
    2016-07-27 15:36:10:515 588 768 to THE # to THE: definition of new options to THE #.
    2016-07-27 15:36:10:515 588 768 to THE parameter at THE approval Type 2
    2016-07-27 15:36:10:515 588 768 AU successfully wrote event to THE health state: 0
    2016-07-27 15:36:10:515 588 768 to # policy has changed, update them as needed = No
    2016-07-27 15:36:10:515 588 768 to # approval type: download prior notification (user preference)
    2016-07-27 15:36:10:515 588 768 to THE # will interact with non-admins (Non-admins are high (user preference))
    2016-07-27 15:36:10:515 588 768 to # displays notifications of recommended software (user preference)
    2016-07-27 15:36:10:515 588 768 to the settings changed through the user's preference.
    2016-07-27 15:36:10:516 588 768 AU successfully wrote event to THE health state: 0
    2016-07-27 15:36:10:516 588 768 AU successfully wrote event to THE health state: 0

    To get Windows update works in 2016, install the June update client is necessary. It is only available as part of the monthly update rollup. It's July KB3172605, requiring pre-installed KB3020369. See:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-update/Windows-7-updates-Fubar/2f600fec-89eb-4967-89bb-e0d5903df1c3

    Best regards, VZ

Maybe you are looking for