APP execution

HI gurus,
When we run APP for payment vendor invoice and generate the accounting doc like,
Vendor A/C  Dr.
  To Bank A/C.
This Bank a/c is Bank Sub A/C( means GL A/C) but my moto is the balance allso should effect bank main a/c. for this we need to pass
bank Sub A/C dr
  To Bank main A/C
My question is now that After running APP how my Bank main a/c is effected.
what is the procedure for it.
If have any doc please pass it to my mail Id: [email protected]
Regards,

Hi,
I think you are mixing two things
First APP
When you run APP it heats the accounts you have given in setting FBZP. In FBZP you assign BANK RECONCILIATION ACCOUNT for out going check. Hence when you run f110 entry will be
Vendor/customer a/c DR.
    To bank check pay a/c  CR.
When ou run ff67 this clearing bank acct get cleared and at this point your MANI BANK ACCOUNT get hit entry will be
bank check pay a/c  DR
     To main bank  a/c  CR
Assign points if solved problem

Similar Messages

  • Using GameInput adds big Timer event overhead to AIR app execution

    When using GameInput by merely referencing GameInput.numDevices, an overhead of about 38ms for internal Timer event execution is added to Flash player once every second.
    I have a "sandbox" AIR 3.8 Flash project that does nothing other than trace some properties to the console. Execution of this sandbox in Adobe Scout (with a non-debug SWF, using advanced-telemetry, and with all unnecesary options disabled to avoid overhead) looks like this:
    It's all well and good. However, the mere addition of trace(GameInput.numDevices) once changes the execution radically. The result is this:
    Every second, there's a ~38ms event overhead. Apparently, after the first reference to numDevices, the player starts checking for device addition/removal once per second, but it takes some time to do so (again, no other code is being executed).
    To be fair, I'm not sure exactly of the impact of that in actual execution. Apparently, it's only adding 6ms to the time it takes to go from ENTER_FRAME to EXIT_FRAME. But even if that's the case, with a budget of ~17ms per frame, that's considerable overhead.
    This was tested on a PC with Windows 7. Player/Air version was WIN 11,8,800,88. No devices were actually attached to the computer.
    I haven't tested with Android/OUYA. I know GameInput works, but I haven't been able to test if the overhead is there.
    I can provide more details, but it should be easy to reproduce on its own. All you need is a reference to GameInput.numDevices.
    My question is: is this expected or is it part of something that's still being worked? The addition of the GameInput API to the desktop version of AIR is most welcomed, but a potential 223% execution budget overhead on a frame once every second is potentially disastrous for games since it'd mean constantly skipping frames.

    As of FP 12.0.0.44 the problem is back again.
    https://dl.dropboxusercontent.com/u/16044357/scout_gameinput_again.png
    https://dl.dropboxusercontent.com/u/16044357/scout_gameinput_again_2.png
    On top of that, it's not even recognizing all the devices I have installed properly. But that's another discussion I suppose.
    I'm trying to be optimistic, but GameInput really needs some love. Not to add features, but to make it work like it's supposed to. I don't think it has ever been the case, except under very specific circumstances.

  • Dynamic JTree; updating the Jtree during app execution

    I have a JTree that renders a DOM Tree. All is well. I can set different icons in the tree depending on the type of node. The functionality I need is to dynamically change the icon in the JTree for a given node. I have a wrapper object that extends DefaultMutableTreeNode and contains an Icon member varrialbe. The problem is that this varriable is initialized by a custom TreeCellRenderer depending on the contents of the node.
    I have also tried having a node_status flag inside my wrapper node, to give the Cell Renderer something to check to determine what to make the icon. The problem, I think, is that the JTree gets rerendered everytime an AWT event is fired; rerendering the JTree causes my wrapper nodes to be reinstanticated thus clearing all information in the Node, including the node_status flag.
    Has anyone done anything similar, or does anyone have any insight into what is going on?
    thanks.
    -karl

    I have figured out my problem and am posting it in the hopes that it helps others.
    I created a custom TreeModel to deal with taking an XML (DOM) Tree and rendering it in a JTree. The problem comes from the custom class that I created to wrap the DOM nodes. The geometry for the DOM tree is contained in the DOM Node (getChild(x), an XML Tree is really just a single node with children, etc) and the problem stems from the wrapper object not knowing about the geometry of the tree except by traversing the tree through the DOM Nodes; since the DOM Node is a member of the wrapper node, traversal through the DOM tree breaks any data stored in the wrapper node which is reinitialized whenever you try to get a node's child.
    Solution:
    Do not render the tree recursivly with the DOM Nodes: render the tree itteratively with wrapper nodes. Because of the frequency the JTree gets redrawn, and thus the TreeModel gets hit with events, maintaining a semi-static tree will keep the information in the nodes.
    -Karl

  • Picking up invoices during APP run in F110

    Hi everyone,
    Could anyone help me out in clarifying. During APP execution in F110, some of the invoices in the proposal list are showing exception for payment i.e, in red. when i checked those invoices are blocked with payment block B. So in order to pay those invoices i used FB02 & removed the payment block in the respective documents. How can i identify whether these invoices are automatically blocked by the program during APP run.
    Thanks & Regards,
    Ram,

    Hi Ram,
    payment block comes different ways.
    1. automatic payment block which comes from MM when invoice i.e MIRO get trigger.
    2. from payment terms.
    3. manuall block.
    if it comes from MM to remove use t-code MRBR other than this you can remove manually in F110 or at line itme level.
    Regards,
    Raman

  • Best way to handle login screen, transition to app

    I've got a working app in flex (I'm an "advanced beginner")...and now want to add a login screen ahead of the app.  My question is what is the best way to do so?  My options I see are:
    1. Login via HTTP screen: The is quick (no app load time), but not as pretty and harder to send parameters to the flex app.
    2. Flex login screen using viewstates/stack: I could create a login page and upon successful authorization, I could switch the currentstate (view) or use a viewstack to show the application.  This doesn't feel right - having the entire app in a viewstack or view state seems wrong somehow...
    3. Flex login app  which launches my main flex app:  I have no idea if this is possible, but feel right.  Quick load time to login, and no need to keep login app/screen in memory during main app execution.
    Can someone share a "best practice" ??  Thanks

    I'm not sure if it is best practice, but we are doing it as you described in #2. Our app isn't all that huge ( about 700k) and we decided we'd rather have the wait time while the app loads prior to login, rather than have them wait a long time after they submit their login.  It is also nice for us to keep it all in one Flex project.  Just thought I'd share what we are doing.

  • Air 3.1 iOS In-App Purchase and Exit on Suspend

    Hello my dear friends.
    During building my app I received a new task.
    Early was implemented UIApplicationExitsOnSuspend value, so our app exits when we pressed HOME button. It's ok, each app execution works as new executions.
    But when we want to add In-App purchase I lost in solutions. When we press "Buy" in In-App purchase dialog - our app automaticaly closes looking on UIApplicationExitsOnSuspend = true. And when In-App return sussesfully - it must automatically open app and return OK or NOT. But how I can check this if I terminate my app using UIApplicationExitsOnSuspend )))

    Forwarding along to the iOS team.  You might also want to post this over on the Flash Pro forums.
    Chris

  • What apps were run?

    Is there a way to tell what apps were run? Like an app execution log that would show entries like this:
    Contacts started on Dec 20 8:00am
    Twitter started on Dec 20 9:00am
    Instagram started on Dec 20 9:15am
    Snapchat started on Dec 20 10:20am
    You get the idea. I suspect some improper use on my phone and I would like to be able to see what apps were run.
    Thanks
    nc_dad

    No. I don't believe such an app is even possible with iOS.

  • Satellite A660 - program not responding for a mili-second

    Hi,
    Sometimes the program I am using flashes into a non-resonsive mode.
    For a milli-second or so the program stops and the desktop image appears then disappears again.
    Sometimes it happens only once but in some programs it happens continually and they become impossible to use.
    I have a A660 running Windows 7, 32bit with an intel i7.
    I have loaded all the latest upgrades for the graphics card and drivers.
    Has anyone else had this problem?
    Thanks

    Hi mate
    This is ok.
    You will always notice an delay while loading some software or applications.
    This happens because software is loading in RAM.
    It depends also on processes which are running in the background.
    The background processes can stress the CPU and this can affect the app execution or can lead to some short delays
    To improve this, i recommend cleanning the OS using CCleaner and to disable some porocesses which are not really important for you.
    You can do this is msconfig

  • JTree: Updating a single node

    I have a Jtree and need, during the course of the apps execution, update the information in the tree, specifically change the icons of individual nodes. setLeafIcon() allows you to change the icon for the entire model, but I just need to change it for individual nodes. anyone else implement this or have any ideas?
    thanks.
    -karl

    ok, i still can't get it working, though im closer.
    my problem is that i use a wrapper node(AdapterNode) to wrap Node objects. Inside the AdapterNode is an icon field that gets initialized, then changed dynamically during the execution of the app. Through debuggin over the past 13 hours(ugh), i've found my root problem: the JTree re-renders ALL of its nodes everytime an event is fired. When this happens, it recurses down the tree, and reinitializes all of my icons. (The icons get initialized in the AdapterNode constructor. there is not other place to do this because of the recursion)
    I notice that 2 event listeners get registered with my custom TreeModel.
    I was thinking about setting a boolean flag for an initial render of the tree, then mark it false and have it update only specific nodes. any suggestions?
    thanks.
    -karl

  • Can Photoshop CS6 automatically reopen previously open files on Mountain Lion?

    Mac OS X 10.8 introduced a new behavior - apps could automatically open the documents that were open in the last app execution.
    Can Photoshop CS6 be configured to behave this way?

    David,
    How about Chrome, bbedit (even back to version 9.1.1), PixelMator, others, none of which are 'Apple Apps'.
    The Resume and Autosave APIs have been around since 10.7 (2011).
    Maybe if Adobe wasn't so busy trying to shove us all into a rental model they'd have time to consider implementing OS APIs that have existed for more than 2 years.

  • Calendar icon in DateField appears broken

    Hi all,
    I've been looking through Flex3 documentation but I can't
    find why, at some point in my app execution, DateFields change
    their default calendar icon for one that seems broken (like
    applying a mask that it's covering half the icon).
    can anyone point me where it is explained please?
    thanks,
    thanks

    You won't find anything in the Flex3 documentation about why,
    at some point in app execution the DateField change their default
    calendar icon for one that seems broken.
    Maybe your layout uses some absolute positioning that is
    infringing on some other areas of the UI? I would check for
    that.

  • TestStand connect VB problem

    Hi
    I have a problem for TestStand and VB,
    I have established MotherForm and ChildForm for VB,
    has 2 childform in Mainform(Left form and Right form),
    How do i have to use Engine with the VB communication
    when i click "Start button" for Left form or Right form?

    Hi Viko,
    You should only have one TestStand Engine control (add the TestStand API 2.0 component group to your palette) in your VB application and it would be most convenient to place it on your Parent MDI Form (it won't be visible at run-time). With the engine control on your parent form you can access the engine's methods and properties from any code module in your application by using statements like this:
    parentForm.Engine1.NewExecution clientSeqFile, MainSequence, parallelModel, False, 0 ' This will launch a new sequence execution
    Also, since your parent form will always be loaded during your apps execution it would make sense to have the engine control on it so that the UIMessage Event handler will remain intact at all times.
    Jason F.
    Applicatio
    ns Engineer
    National Instruments
    www.ni.com/ask

  • Server 2012 R2 Configure Windows Server Essentials" fails at 87%

    I've tried all the suggestions here https://social.technet.microsoft.com/Forums/windowsserver/en-US/3273ae3f-4952-4f96-be48-07bee6986e57/error-server-essentials-post-deployment-fails-at-0?forum=winserveressentials
    and https://social.technet.microsoft.com/Forums/en-US/b8caa9c7-ba91-475a-bf83-91aad9f0ba03/essentials-experience-postdeployment-configuration-fails?forum=winserveressentials
    short of a reformat, but it still fails for me at 87%. I have no ServerFolders folder to delete or rename, although I did at one point have an additional disk attached that had an old installation. possibly with ServerFolders, but I don't recall trying to
    install the Essentials role with that drive attached.
    I can provide the CBS log if preferred. I have been unable to find anything of use myself there.
    www.sflesch.com

    continued:
    [2488] 150112.181156.8910: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ApplicabilityEngine%4Operational.evtx.
    [2488] 150112.181156.8930: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application Server-Applications%4Admin.evtx.
    [2488] 150112.181156.8939: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application Server-Applications%4Operational.evtx.
    [2488] 150112.181156.8959: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application-Experience%4Program-Compatibility-Assistant.evtx.
    [2488] 150112.181156.8978: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application-Experience%4Program-Compatibility-Troubleshooter.evtx.
    [2488] 150112.181156.8988: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application-Experience%4Program-Inventory.evtx.
    [2488] 150112.181156.9281: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application-Experience%4Program-Telemetry.evtx.
    [2488] 150112.181156.9350: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Application-Experience%4Steps-Recorder.evtx.
    [2488] 150112.181156.9613: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ApplicationResourceManagementSystem%4Operational.evtx.
    [2488] 150112.181156.9633: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppLocker%4EXE and DLL.evtx.
    [2488] 150112.181156.9643: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppLocker%4MSI and Script.evtx.
    [2488] 150112.181156.9662: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppLocker%4Packaged app-Deployment.evtx.
    [2488] 150112.181156.9672: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppLocker%4Packaged app-Execution.evtx.
    [2488] 150112.181156.9691: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppModel-Runtime%4Admin.evtx.
    [2488] 150112.181156.9711: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppReadiness%4Admin.evtx.
    [2488] 150112.181156.9936: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppReadiness%4Operational.evtx.
    [2488] 150112.181156.9955: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppXDeployment%4Operational.evtx.
    [2488] 150112.181156.9975: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppXDeploymentServer%4Operational.evtx.
    [2488] 150112.181156.9994: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppXDeploymentServer%4Restricted.evtx.
    [2488] 150112.181157.0004: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-AppxPackaging%4Operational.evtx.
    [2488] 150112.181157.0023: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Audio%4CaptureMonitor.evtx.
    [2488] 150112.181157.0033: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Audio%4GlitchDetection.evtx.
    [2488] 150112.181157.0053: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Audio%4Operational.evtx.
    [2488] 150112.181157.0062: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Audio%4PlaybackManager.evtx.
    [2488] 150112.181157.0082: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Authentication User Interface%4Operational.evtx.
    [2488] 150112.181157.0092: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-BackgroundTaskInfrastructure%4Operational.evtx.
    [2488] 150112.181157.0111: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Backup.evtx.
    [2488] 150112.181157.0131: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Base-Filtering-Engine-Connections%4Operational.evtx.
    [2488] 150112.181157.0141: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Base-Filtering-Engine-Resource-Flows%4Operational.evtx.
    [2488] 150112.181157.0160: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-BestPractices%4Operational.evtx.
    [2488] 150112.181157.0521: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Bits-Client%4Operational.evtx.
    [2488] 150112.181157.0531: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Bluetooth-MTPEnum%4Operational.evtx.
    [2488] 150112.181157.0551: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-BranchCache%4Operational.evtx.
    [2488] 150112.181157.0570: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-BranchCacheSMB%4Operational.evtx.
    [2488] 150112.181157.0590: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CertificateServices-Deployment%4Operational.evtx.
    [2488] 150112.181157.0600: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CertificateServicesClient-Lifecycle-System%4Operational.evtx.
    [2488] 150112.181157.0619: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CertificateServicesClient-Lifecycle-User%4Operational.evtx.
    [2488] 150112.181157.0629: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CodeIntegrity%4Operational.evtx.
    [2488] 150112.181157.0648: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Connected-Search%4Operational.evtx.
    [2488] 150112.181157.0668: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CoreApplication%4Operational.evtx.
    [2488] 150112.181157.0678: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CorruptedFileRecovery-Client%4Operational.evtx.
    [2488] 150112.181157.0697: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-CorruptedFileRecovery-Server%4Operational.evtx.
    [2488] 150112.181157.0707: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Crypto-DPAPI%4BackUpKeySvc.evtx.
    [2488] 150112.181157.0727: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Crypto-DPAPI%4Operational.evtx.
    [2488] 150112.181157.0746: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DAL-Provider%4Operational.evtx.
    [2488] 150112.181157.0756: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DataIntegrityScan%4Admin.evtx.
    [2488] 150112.181157.0775: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DataIntegrityScan%4CrashRecovery.evtx.
    [2488] 150112.181157.0785: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DateTimeControlPanel%4Operational.evtx.
    [2488] 150112.181157.0805: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Deduplication%4Diagnostic.evtx.
    [2488] 150112.181157.0814: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Deduplication%4Operational.evtx.
    [2488] 150112.181157.0844: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Deduplication%4Scrubbing.evtx.
    [2488] 150112.181157.1059: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DeviceSetupManager%4Admin.evtx.
    [2488] 150112.181157.1273: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DeviceSetupManager%4Operational.evtx.
    [2488] 150112.181157.1283: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DeviceSync%4Operational.evtx.
    [2488] 150112.181157.1508: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DFSN-Server%4Admin.evtx.
    [2488] 150112.181157.1518: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Dhcp-Client%4Admin.evtx.
    [2488] 150112.181157.1537: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DhcpNap%4Admin.evtx.
    [2488] 150112.181157.1547: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Dhcpv6-Client%4Admin.evtx.
    [2488] 150112.181157.1566: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-DPS%4Operational.evtx.
    [2488] 150112.181157.1820: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-PCW%4Operational.evtx.
    [2488] 150112.181157.1840: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-PLA%4Operational.evtx.
    [2488] 150112.181157.1850: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-Scripted%4Admin.evtx.
    [2488] 150112.181157.1869: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-Scripted%4Operational.evtx.
    [2488] 150112.181157.1889: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnosis-ScriptedDiagnosticsProvider%4Operational.evtx.
    [2488] 150112.181157.1899: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Diagnostics-Networking%4Operational.evtx.
    [2488] 150112.181157.2113: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DirectoryServices-Deployment%4Operational.evtx.
    [2488] 150112.181157.2123: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DiskDiagnostic%4Operational.evtx.
    [2488] 150112.181157.2143: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DiskDiagnosticDataCollector%4Operational.evtx.
    [2488] 150112.181157.2152: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DiskDiagnosticResolver%4Operational.evtx.
    [2488] 150112.181157.2172: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DNSServer%4Audit.evtx.
    [2488] 150112.181157.2191: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-DSC%4Operational.evtx.
    [2488] 150112.181157.2201: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EapHost%4Operational.evtx.
    [2488] 150112.181157.2221: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EapMethods-RasChap%4Operational.evtx.
    [2488] 150112.181157.2231: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EapMethods-RasTls%4Operational.evtx.
    [2488] 150112.181157.2250: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EapMethods-Ttls%4Operational.evtx.
    [2488] 150112.181157.2270: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EnrollmentPolicyWebService%4Admin.evtx.
    [2488] 150112.181157.2299: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EnrollmentWebService%4Admin.evtx.
    [2488] 150112.181157.2309: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-EventCollector%4Operational.evtx.
    [2488] 150112.181157.2328: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-FederationServices-Deployment%4Operational.evtx.
    [2488] 150112.181157.2338: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-FileServices-ServerManager-EventProvider%4Admin.evtx.
    [2488] 150112.181157.2357: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-FileServices-ServerManager-EventProvider%4Operational.evtx.
    [2488] 150112.181157.2367: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-FileShareShadowCopyProvider%4Operational.evtx.
    [2488] 150112.181157.2387: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-FMS%4Operational.evtx.
    [2488] 150112.181157.2397: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Folder Redirection%4Operational.evtx.
    [2488] 150112.181157.2416: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Forwarding%4Operational.evtx.
    [2488] 150112.181157.2426: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-GenericRoaming%4Admin.evtx.
    [2488] 150112.181157.3822: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-GroupPolicy%4Operational.evtx.
    [2488] 150112.181157.3842: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Help%4Operational.evtx.
    [2488] 150112.181157.3852: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-HomeGroup Control Panel%4Operational.evtx.
    [2488] 150112.181157.3871: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-IdCtrls%4Operational.evtx.
    [2488] 150112.181157.3881: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-IKE%4Operational.evtx.
    [2488] 150112.181157.3900: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-International%4Operational.evtx.
    [2488] 150112.181157.3920: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-International-RegionalOptionsControlPanel%4Operational.evtx.
    [2488] 150112.181157.3930: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Iphlpsvc%4Operational.evtx.
    [2488] 150112.181157.4438: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Iphlpsvc%4Trace.etl.
    [2488] 150112.181157.4467: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-KdsSvc%4Operational.evtx.
    [2488] 150112.181157.4486: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-ApphelpCache%4Operational.evtx.
    [2488] 150112.181157.4516: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-Boot%4Operational.evtx.
    [2488] 150112.181157.4545: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-EventTracing%4Admin.evtx.
    [2488] 150112.181157.4984: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-PnP%4Configuration.evtx.
    [2488] 150112.181157.5346: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-PnPConfig%4Configuration.evtx.
    [2488] 150112.181157.5365: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-Power%4Thermal-Operational.evtx.
    [2488] 150112.181157.5385: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-ShimEngine%4Operational.evtx.
    [2488] 150112.181157.5395: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-StoreMgr%4Operational.evtx.
    [2488] 150112.181157.5414: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-WDI%4Operational.evtx.
    [2488] 150112.181157.5424: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-WHEA%4Errors.evtx.
    [2488] 150112.181157.5629: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Kernel-WHEA%4Operational.evtx.
    [2488] 150112.181157.5834: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Known Folders API Service.evtx.
    [2488] 150112.181157.5854: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-LanguagePackSetup%4Operational.evtx.
    [2488] 150112.181157.5873: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-LiveId%4Operational.evtx.
    [2488] 150112.181157.5883: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MemoryDiagnostics-Results%4Debug.evtx.
    [2488] 150112.181157.5902: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MiStreamProvider%4Operational.evtx.
    [2488] 150112.181157.5912: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Mprddm%4Operational.evtx.
    [2488] 150112.181157.5932: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MsLbfoProvider%4Operational.evtx.
    [2488] 150112.181157.5941: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MSSHAV-SHV%4Operational.evtx.
    [2488] 150112.181157.5961: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MUI%4Admin.evtx.
    [2488] 150112.181157.5981: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-MUI%4Operational.evtx.
    [2488] 150112.181157.6000: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NCSI%4Operational.evtx.
    [2488] 150112.181157.6010: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NdisImPlatform%4Operational.evtx.
    [2488] 150112.181157.6029: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NetworkAccessProtection%4Operational.evtx.
    [2488] 150112.181157.6049: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NetworkAccessProtection%4WHC.evtx.
    [2488] 150112.181157.6068: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NetworkLocationWizard%4Operational.evtx.
    [2488] 150112.181157.6088: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NetworkProfile%4Operational.evtx.
    [2488] 150112.181157.6098: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NlaSvc%4Operational.evtx.
    [2488] 150112.181157.6117: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Ntfs%4Operational.evtx.
    [2488] 150112.181157.6137: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Ntfs%4WHC.evtx.
    [2488] 150112.181157.6156: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-NTLM%4Operational.evtx.
    [2488] 150112.181157.6166: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-OfflineFiles%4Operational.evtx.
    [2488] 150112.181157.6186: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-OOBE-Machine-DUI%4Operational.evtx.
    [2488] 150112.181157.6195: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Policy%4Operational.evtx.
    [2488] 150112.181157.6215: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PowerShell%4Admin.evtx.
    [2488] 150112.181157.6479: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PowerShell%4Operational.evtx.
    [2488] 150112.181157.6488: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PowerShell-DesiredStateConfiguration-FileDownloadManager%4Operational.evtx.
    [2488] 150112.181157.6508: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PrintService%4Admin.evtx.
    [2488] 150112.181157.6527: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PushNotification-Platform%4Admin.evtx.
    [2488] 150112.181157.6547: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-PushNotification-Platform%4Operational.evtx.
    [2488] 150112.181157.6557: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RasClusterResource%4Operational.evtx.
    [2488] 150112.181157.6576: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ReadyBoost%4Operational.evtx.
    [2488] 150112.181157.6586: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Regsvr32%4Operational.evtx.
    [2488] 150112.181157.6606: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ReliabilityAnalysisComponent%4Operational.evtx.
    [2488] 150112.181157.6615: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteAccess-MgmtClient%4Operational.evtx.
    [2488] 150112.181157.6635: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteAccess-RemoteAccessServer%4Admin.evtx.
    [2488] 150112.181157.6654: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteAccess-RemoteAccessServer%4Operational.evtx.
    [2488] 150112.181157.6674: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteApp and Desktop Connections%4Admin.evtx.
    [2488] 150112.181157.6684: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteApp and Desktop Connections%4Operational.evtx.
    [2488] 150112.181157.6703: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteAssistance%4Admin.evtx.
    [2488] 150112.181157.6713: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteAssistance%4Operational.evtx.
    [2488] 150112.181157.6732: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteDesktopServices-RdpCoreTS%4Admin.evtx.
    [2488] 150112.181157.7016: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteDesktopServices-RdpCoreTS%4Operational.evtx.
    [2488] 150112.181157.7035: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RemoteDesktopServices-SessionServices%4Operational.evtx.
    [2488] 150112.181157.7055: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Resource-Exhaustion-Detector%4Operational.evtx.
    [2488] 150112.181157.7084: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-RestartManager%4Operational.evtx.
    [2488] 150112.181157.7094: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SearchUI%4Operational.evtx.
    [2488] 150112.181157.7113: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-Audit-Configuration-Client%4Operational.evtx.
    [2488] 150112.181157.7123: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-Configuration-Wizard%4Operational.evtx.
    [2488] 150112.181157.7143: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-EnterpriseData-FileRevocationManager%4Operational.evtx.
    [2488] 150112.181157.7152: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-Netlogon%4Operational.evtx.
    [2488] 150112.181157.7172: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-SPP-UX-GenuineCenter-Logging%4Operational.evtx.
    [2488] 150112.181157.7192: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-SPP-UX-Notifications%4ActionCenter.evtx.
    [2488] 150112.181157.7201: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Security-UserConsentVerifier%4Audit.evtx.
    [2488] 150112.181157.7221: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerEssentials%4Admin.evtx.
    [2488] 150112.181157.7426: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerEssentials-Deployment%4Deploy.evtx.
    [2488] 150112.181157.7445: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerManager-ConfigureSMRemoting%4Operational.evtx.
    [2488] 150112.181157.7777: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerManager-DeploymentProvider%4Operational.evtx.
    [2488] 150112.181157.8090: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerManager-MgmtProvider%4Operational.evtx.
    [2488] 150112.181157.8100: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerManager-MultiMachine%4Admin.evtx.
    [2488] 150112.181157.8393: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-ServerManager-MultiMachine%4Operational.evtx.
    [2488] 150112.181157.8422: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Shell-ConnectedAccountState%4ActionCenter.evtx.
    [2488] 150112.181157.8442: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Shell-Core%4ActionCenter.evtx.
    [2488] 150112.181157.8764: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Shell-Core%4Operational.evtx.
    [2488] 150112.181157.8774: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SilProvider%4Operational.evtx.
    [2488] 150112.181157.8793: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmartCard-Audit%4Authentication.evtx.
    [2488] 150112.181157.8813: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmartCard-DeviceEnum%4Operational.evtx.
    [2488] 150112.181157.8822: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmartCard-TPM-VCard-Module%4Admin.evtx.
    [2488] 150112.181157.8842: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmartCard-TPM-VCard-Module%4Operational.evtx.
    [2488] 150112.181157.9057: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmbClient%4Connectivity.evtx.
    [2488] 150112.181157.9076: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBClient%4Operational.evtx.
    [2488] 150112.181157.9096: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SmbClient%4Security.evtx.
    [2488] 150112.181157.9106: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBDirect%4Admin.evtx.
    [2488] 150112.181157.9125: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBHashGeneration%4Operational.evtx.
    [2488] 150112.181157.9135: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBServer%4Connectivity.evtx.
    [2488] 150112.181157.9350: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBServer%4Operational.evtx.
    [2488] 150112.181157.9369: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SMBServer%4Security.evtx.
    [2488] 150112.181157.9389: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Storage-Tiering%4Admin.evtx.
    [2488] 150112.181157.9399: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-StorageSpaces-Driver%4Operational.evtx.
    [2488] 150112.181157.9418: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-StorageSpaces-ManagementAgent%4WHC.evtx.
    [2488] 150112.181157.9838: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Store%4Operational.evtx.
    [2488] 150112.181157.9858: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Superfetch%4AgmcOperation.evtx.
    [2488] 150112.181157.9877: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-SystemSettings%4Operational.evtx.
    [2488] 150112.181158.0092: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TaskScheduler%4Maintenance.evtx.
    [2488] 150112.181158.2026: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TaskScheduler%4Operational.evtx.
    [2488] 150112.181158.2035: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TCPIP%4Operational.evtx.
    [2488] 150112.181158.2055: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-ClientUSBDevices%4Admin.evtx.
    [2488] 150112.181158.2065: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-ClientUSBDevices%4Operational.evtx.
    [2488] 150112.181158.2084: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-LocalSessionManager%4Admin.evtx.
    [2488] 150112.181158.2299: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-LocalSessionManager%4Operational.evtx.
    [2488] 150112.181158.2319: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-PnPDevices%4Admin.evtx.
    [2488] 150112.181158.2328: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-PnPDevices%4Operational.evtx.
    [2488] 150112.181158.2348: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-Printers%4Admin.evtx.
    [2488] 150112.181158.2367: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-Printers%4Operational.evtx.
    [2488] 150112.181158.2377: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-RDPClient%4Operational.evtx.
    [2488] 150112.181158.2397: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-RemoteConnectionManager%4Admin.evtx.
    [2488] 150112.181158.2416: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-RemoteConnectionManager%4Operational.evtx.
    [2488] 150112.181158.2426: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-ServerUSBDevices%4Admin.evtx.
    [2488] 150112.181158.2446: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-ServerUSBDevices%4Operational.evtx.
    [2488] 150112.181158.2455: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-SessionBroker-Client%4Admin.evtx.
    [2488] 150112.181158.2475: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TerminalServices-SessionBroker-Client%4Operational.evtx.
    [2488] 150112.181158.2494: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TWinUI%4Operational.evtx.
    [2488] 150112.181158.2543: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TZSync%4Operational.evtx.
    [2488] 150112.181158.2563: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-TZUtil%4Operational.evtx.
    [2488] 150112.181158.2572: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-UAC%4Operational.evtx.
    [2488] 150112.181158.2592: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-UAC-FileVirtualization%4Operational.evtx.
    [2488] 150112.181158.2602: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-User Control Panel%4Operational.evtx.
    [2488] 150112.181158.2826: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-User Profile Service%4Operational.evtx.
    [2488] 150112.181158.2846: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-User-Loader%4Operational.evtx.
    [2488] 150112.181158.2865: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-UserPnp%4ActionCenter.evtx.
    [2488] 150112.181158.2875: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-UserPnp%4DeviceInstall.evtx.
    [2488] 150112.181158.2895: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-VDRVROOT%4Operational.evtx.
    [2488] 150112.181158.2905: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-VerifyHardwareSecurity%4Admin.evtx.
    [2488] 150112.181158.2924: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-VHDMP%4Operational.evtx.
    [2488] 150112.181158.2934: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-VPN%4Operational.evtx.
    [2488] 150112.181158.2953: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-VPN-Client%4Operational.evtx.
    [2488] 150112.181158.3158: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Wcmsvc%4Operational.evtx.
    [2488] 150112.181158.3178: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WER-Diag%4Operational.evtx.
    [2488] 150112.181158.3197: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WFP%4Operational.evtx.
    [2488] 150112.181158.3227: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Windows Firewall With Advanced Security%4ConnectionSecurity.evtx.
    [2488] 150112.181158.3500: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Windows Firewall With Advanced Security%4Firewall.evtx.
    [2488] 150112.181158.3715: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WindowsUpdateClient%4Operational.evtx.
    [2488] 150112.181158.3735: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WinINet-Config%4ProxyConfigChanged.evtx.
    [2488] 150112.181158.3744: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Winlogon%4Operational.evtx.
    [2488] 150112.181158.3764: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WinNat%4Oper.evtx.
    [2488] 150112.181158.4037: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WinRM%4Operational.evtx.
    [2488] 150112.181158.4047: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Winsock-WS2HELP%4Operational.evtx.
    [2488] 150112.181158.4067: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Wired-AutoConfig%4Operational.evtx.
    [2488] 150112.181158.4399: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WMI-Activity%4Operational.evtx.
    [2488] 150112.181158.4418: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-Workplace Join%4Admin.evtx.
    [2488] 150112.181158.4438: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WPD-ClassInstaller%4Operational.evtx.
    [2488] 150112.181158.4448: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WPD-CompositeClassDriver%4Operational.evtx.
    [2488] 150112.181158.4467: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-Windows-WPD-MTPClassDriver%4Operational.evtx.
    [2488] 150112.181158.4477: General: Compressed C:\Windows\System32\winevt\Logs\Microsoft-WS-Licensing%4Admin.evtx.
    [2488] 150112.181202.7583: General: Compressed C:\Windows\System32\winevt\Logs\Security.evtx.
    [2488] 150112.181202.7866: General: Compressed C:\Windows\System32\winevt\Logs\Setup.evtx.
    [2488] 150112.181202.9897: General: Compressed C:\Windows\System32\winevt\Logs\System.evtx.
    [2488] 150112.181203.0474: General: Compressed C:\Windows\System32\winevt\Logs\Windows PowerShell.evtx.
    [2488] 150112.181203.0503: General: Compressed C:\Windows\System32\winevt\Logs\WitnessClientAdmin.evtx.
    [2488] 150112.181203.0532: General: Compressed C:\Windows\logs\CBS\CBS.log.
    [2488] 150112.181203.2661: General: Compressed C:\Windows\logs\CBS\CbsPersist_20150108005133.cab.
    [2488] 150112.181203.4175: General: Compressed C:\Windows\logs\CBS\CbsPersist_20150108024300.cab.
    [2488] 150112.181207.5201: General: Compressed C:\Windows\logs\CBS\CbsPersist_20150111204958.log.
    [2488] 150112.181209.5103: General: Compressed C:\Windows\logs\CBS\CbsPersist_20150111210433.log.
    [2488] 150112.181211.4420: General: Compressed C:\Windows\logs\CBS\CbsPersist_20150112181704.log.
    [2488] 150112.181211.4430: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\CA_ROLE_INSTALL.log.
    [2488] 150112.181211.4440: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\Errors.log.
    [2488] 150112.181211.6510: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\ProviderRegistryService.log.
    [2488] 150112.181211.6686: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\SetupCmdlets.log.
    [2488] 150112.181211.6783: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\SharedServiceHost-ManagementServiceConfig.log.
    [2488] 150112.181211.6793: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\SharedServiceHost-NotificationServiceConfig.log.
    [2488] 150112.181211.7535: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\storageservice.011115.log.
    [2488] 150112.181211.9244: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\storageservice.011215.log.
    [2488] 150112.181211.9264: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\storageservice.log.
    [2488] 150112.181211.9274: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\storageutil.011115.log.
    [2488] 150112.181211.9274: General: Compressed C:\ProgramData\Microsoft\Windows Server\Logs\storageutil.011215.log.
    [2488] 150112.181211.9283: General: Compressed C:\Windows\Panther\cbs.log.
    [2488] 150112.181211.9283: General: Compressed C:\Windows\Panther\Contents0.dir.
    [2488] 150112.181211.9283: General: Compressed C:\Windows\Panther\Contents1.dir.
    [2488] 150112.181211.9293: General: Compressed C:\Windows\Panther\diagerr.xml.
    [2488] 150112.181211.9293: General: Compressed C:\Windows\Panther\diagwrn.xml.
    [2488] 150112.181211.9313: General: Compressed C:\Windows\Panther\MainQueueOnline0.que.
    [2488] 150112.181211.9332: General: Compressed C:\Windows\Panther\MainQueueOnline1.que.
    [2488] 150112.181211.9401: General: Compressed C:\Windows\Panther\setup.etl.
    [2488] 150112.181211.9528: General: Compressed C:\Windows\Panther\setupact.log.
    [2488] 150112.181211.9528: General: Compressed C:\Windows\Panther\setuperr.log.
    [2488] 150112.181211.9664: General: Compressed C:\Windows\Panther\setupinfo.
    [2488] 150112.181212.0406: General: Compressed C:\Windows\Panther\_s_2C40.tmp.
    [2488] 150112.181212.0543: General: Compressed C:\Windows\Panther\_s_2D0D.tmp.
    [2488] 150112.181212.1295: General: Compressed C:\Windows\Panther\_s_5380.tmp.
    [2488] 150112.181212.1422: General: Compressed C:\Windows\Panther\_s_56CD.tmp.
    [2488] 150112.181212.3043: DeploymentService: Zipping log files to: C:\ProgramData\Microsoft\Windows Server\Data\HSBSLogs-01-12-2015-18-11-56.zip
    [2488] 150112.181212.3053: DeploymentService: Setting ResultsFile value to C:\ProgramData\Microsoft\Windows Server\Data\TME\Results\TaskStatusResults635566831166879400.xml
    [2488] 150112.181212.3053: DeploymentService: Checking the results from the Initial Configuration run
    [2488] 150112.181212.3209: DeploymentService: Found the result file: C:\ProgramData\Microsoft\Windows Server\Data\TME\Results\TaskStatusResults635566831166879400.xml
    [2488] 150112.181212.3698: DeploymentService: Results:
    [2488] 150112.181212.3698: DeploymentService: Task: SetSKUTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3698: DeploymentService: Task: ConfigSqmTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3698: DeploymentService: Task: ConfigWERTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3698: DeploymentService: Task: SetFolderPermission, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ProcessHostingInfoTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: LoadOEMInfoTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: EnableWFNetworkDiscovery, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: NetTcpPortMappingIPv4, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: NetTcpPortMappingIPv6, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: DisableAdminPwdExpiration, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ConfigureW32TimeService, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: SetDomainRegionTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: CreateLocalNewUserTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ADBinaries_INSTALL, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ChangeAdminPassword, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ChangeComputerName, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: RebootForComputerName, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: DCPromoTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: DCReadyTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ADPowershell_Install, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: SetDnsServerForwarders, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: CA_ROLE_INSTALL, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: StartMustHaveMgmtSvcTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: RestartServiceAfterCARoleInstalled, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3707: DeploymentService: Task: ConfigureCATask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CATESTHOOK1, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CATESTHOOK2, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigCRLDistributionListTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CreateServerCertTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CreateDefaultWebSiteTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigRAWebsiteDeploymentTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigWebApiApplication, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigureClientWebsiteTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigureCertWebServiceTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: UpdateRemoteAccessWebConfig, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CreateDownloadVdirTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigureClientSSLsiteTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: CreateMacWebServerTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: OEMBrandingTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: ConfigureRAMGroupsTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: AddTrustedSite, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: RegisterUAL, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: SetSysEnvVar_WebAddIns, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: SetWebBrowserControlEmulation, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: Install_Password_Filter, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3717: DeploymentService: Task: SetSANPolicy, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Task: EnableRemoteDesktop, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Task: STORAGE_ENABLE, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Task: ConfigDfsRootNameSpaceTask, Succeeded: True, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Ignore Task status: InitializeStorage, Succeeded: False, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Ignore Task status: InitializeStorage, Succeeded: False, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Task: InitializeStorage, Succeeded: False, Warning: False, Continue: True
    [2488] 150112.181212.3727: DeploymentService: Here is the list of errors we encountered during setup:
    [2488] 150112.181212.3727: DeploymentService: FATAL: InitializeStorage: 
    [2488] 150112.181212.4059: DeploymentService: Creating ISqmProviderClient
    [2488] 150112.181212.4059: DeploymentService: Getting IC Start Time
    [2488] 150112.181212.4069: DeploymentService: Retrieved IC Start Time is 01/12/2015 18:11:49
    [2488] 150112.181212.4088: DeploymentService: SQM value DATAID_WSE_DEPLOYMENT_TASKFAIL set to InitializeStorage
    [2488] 150112.181212.4147: DeploymentService: SQM value DATAID_WSE_IS_HOSTED set to 4
    [2488] 150112.181212.5163: DeploymentService: SQM value DATAID_WSE_Deployment_Container set to 3
    [2488] 150112.181212.5485: DeploymentService: SQM value DATAID_WSE_Deployment_ADEnv set to 34
    [2488] 150112.181212.5621: General: Search for object with query: Select * FROM SoftwareLicensingService
    [2488] 150112.181213.6784: General: Search for object with query: Select * FROM SoftwareLicensingProduct WHERE ApplicationId="55c92734-d682-4d71-983e-d6ec3f16059f" AND PartialProductKey <> null
    [2488] 150112.181213.8317: General: ActivationStatus.ReArmCount = 1000
    [2488] 150112.181213.8327: General: ActivationStatus.LicenseStatus = 1
    [2488] 150112.181213.8327: General: ActivationStatus.GracePeriod (minutes) = 0
    [2488] 150112.181213.8376: DeploymentService: Setup stage changing to ICDone
    [2488] 150112.181213.8493: Notifications: Information: [0] : LNx01: ClearNotifications: source SNx03 is clearing 1 Notification(s).
    [2488] 150112.181213.8561: Notifications: Information: [0] : LNx01:    Cleared:
    Notification Category: Setup
                       Id: SetupStageChange
                   Source: notifier:SharedServiceHost.exe:p8272:mt4:1; Local-TARDIS:SharedServiceHost.exe:p8272:mt4:1
    [2488] 150112.181213.8561: Notifications: Information: [0] : LNx01: (Will clear 1 Notifications on RNx04 (breadcrumb LNx01_ClearNotifications_0x4))
    [9048] 150112.181213.8600: Notifications: Information: [0] : Clearing 1 Notification(s) on neighbor RNx04. (LNx01_ClearNotifications_0x4)
    [2488] 150112.181213.8854: Notifications: Information: [0] : LNx01: RaiseNotifications: source SNx03 is raising 1 Notification(s).
    [2488] 150112.181213.8854: Notifications: Information: [0] : LNx01: (0 are replacing previously raised Notification(s))
    [2488] 150112.181213.8854: Notifications: Information: [0] : LNx01:    Adding:
    Notification Category: Setup
                       Id: SetupStageChange
                   Source: notifier:SharedServiceHost.exe:p8272:mt4:1; Local-TARDIS:SharedServiceHost.exe:p8272:mt4:1
    [2488] 150112.181213.8854: Notifications: Information: [0] : LNx01: (Will send 1 Notification(s) on to RNx04 (breadcrumb LNx01_RaiseNotifications_0x5))
    [3764] 150112.181213.8864: Notifications: Information: [0] : Sending 1 Notification(s) to neighbor RNx04. (LNx01_RaiseNotifications_0x5)
    www.sflesch.com

  • 1.8GHz Intel Core 2 Duo processor vs 1.5 Ghz Power Pc G4

    I have a Powerbook G4 15 and am considering switching to the Air. Can anyone tell me the magnitude of the performance increase between these two? 1.8GHz Intel Core 2 Duo processor vs 1.5 Ghz Power Pc G4

    Mucho faster!
    Seriously though, if you get the 1.8 SSD it will be like greased lightning compared to the PowerBook G4. I still have an old 1.25GHz PowerBook G4 for my son that the case got cosmetically damaged on (though it still runs fine). There's no comparison, the MBA just blows it away in every measurement. I would say boot time is at least 5x faster. Apps launch 5x faster and general app execution is probably around 4x faster.
    And the screen is much better too!

  • Automator applications exit before end

    Hi all,
    I am facing a problem I cannot solve : I built a small automator workflow that download an URL (gzip file) every day (with iCal). I did not check this app for several weeks, but now it does not work at all.
    If I open the workflow with Automator and run it with the > arrow, the job is done. But if I save the workflow into an app, and run it, the job is not done : only the 2 first steps (erase a file in Finder) are done, not the others (retrieving the URL).
    All my apps have now this behaviour : they quit too early. I checked the log files, but no error is triggered during the - short - app execution.
    Does anybody could help me please ?
    Regards.
    Macbook Pro C2D Mac OS X (10.5.6)

    I'm not sure which action has the bigger bug, but you can try the following workflow, which replaces both of them (the items are placed in the ~/Downloads folder):
    1) Get Specified Text (separate the URLs by returns)
    2) Filter Paragraphs {Return paragraphs: that are not empty}
    3) Run Shell Script {Shell: /bin/bash, Pass input: as arguments} (that is a capital 'oh'):
    for f in "$@"
    do
          cd ~/Downloads; curl -O "$f"
    done
    ... and yes, that is essentially what the existing actions are supposed to be doing (with added bells and whistles, of course).

Maybe you are looking for

  • Sending Production orders via Idoc to external system

    Hello, I want to generate an Idoc for a production order when releasing or saving it. Is there an output control where I define the message link the purchase order? Thanks!!

  • Accessing the Contact field on a Content Area Programmatically

    I'm implementing some functionality to email the owner of a content area when a new document is submitted for approval. I have not trouble accessing and manipulating the content areas, folders, regions and items programmatically, but when I get to th

  • Your system has not been modified err message

    I just purchased an HP 15 notebook and I am trying to install a Nikon ViewNX2 photo editor app; however, I keep getting "Your system has not been modified. To install this program at a later time, run Setup Wizard again. Click the Finish button to ex

  • Show stacked images in Previous Import

    Consider the following scenario: 1. Import an image. => The imported image is shown. In the left panel Previous Import is selected. 2. Export the image to a plugin. => The exported image is processed by the plugin and reimported and stacked with the

  • HT1766 my screen is trashed can I access my contacts through Itunes and sync it to my ipad?

    I dropped my phone and the screen went totally white. I also have an I pad but need to know if there is any other way to access my contacts I have some really important phones numbers I can afford to loose. I have backed up the phone but just cant us