50g - unable to resolve a simple system of equations

It's very easy to do on my Casio FX115-ES, but I can't understand how do on the 50 g for the life of me. I am trying to solve a simple system of equations, illustrated below, for a static engineering courses.

(F1) sin (30) + (F2) sin (30) - 6 * cos (20) = 0

(F2) cos (30) - (F1) cos (30) - 6 * sin (20) = 0

I know it's a simple problem and I can do it by hand, but we'll soon be solve systems with 3 + unknowns. I love the RPN, so I need to be able to quickly resolve these systems on the 50g. I have read the books and searched the Internet for 30 minutes and I swear that nothing I do works. I can't add the words sin() and cos() in a matrix. Solve the paintings, num, s address, m solve... None of this works! I know it's user error, but I have no idea where to start.

Thanks for any help you can provide!

Bill

The unusual notation is shake me up.  Are variables F1 and F2?  If so, we will replace by X and Y and rewrite your system in the standard format:

Sin (30) * X + sin (30) * Y = 6 * cos (20)

-cos (30) * X + cos (30) * Y = 6 * sin (20)

There are many ways to solve this system on the 50g.  How I find simpler (less keystrokes) is by dividing the constant vector by the matrix of coefficients.  There are several ways to do it too, but it's my favorite.

First of all, make sure your 50g is in approximate mode: while holding down the button to the right, press repeatedly until you see the "~" annunciator instead of "is", then release the button to the right.

It goes without saying, you must also be in degree mode, so if the first anunciator said RAD, run DEG to change to DEG.

Now, press the MTRW (['] left shift) to start the MatrixWriter application.

First enter the vector of constants:

20 COS 6 * ENTER

20 SIN 6 * ENTER ENTER - > see [5.638... point 2.052...] on the stack.

Now enter the matrix of coefficients:

ENTER 30 FISHING

ENTER 30 FISHING

down-cursor left, cursor left, cursor

ENTER 30 COS [+/-]

30 COS SIMULTANEOUSLY on KEYS-> see the matrix of coefficients in the stack.

Divide then: /--> see [4.45... 6.82...], which is [X, Y], the answer.

If you want exact solutions (and not just the decimal approximation), do all the foregoing in exact mode (sign '=').   Don't forget to put each algebraic expression in single quotes marks.  You can use the MatrixWriter, or you can just type it directly into the battery like this:

['6 * COS (20)' '6 * SIN (20)'] Come in

[["SIN (30)" "SIN (30)', ' - COS (30)" "COS (30)"]]

/-> of simplified solutions

A way to simplify these is:

OBJ→ DROP EVAL (see Y on the stack)

SWAP EVAL (see X on the stack)

Exact solutions are 6 * cos (20) ± 2⎷3 * sin (20).

There are many other methods to solve systems on the 50 g, each with its own entrance of syntax.  Don't forget to single quote each algebraic expression whenever you are in RPN mode.

Hope that helps!

-Joe-

Tags: HP Tablets

Similar Questions

  • Impossible to mount any NFS data store: unable to resolve host name '< obsolete Server > '.

    Hello

    On a particular ESXi server, whenever I try to mount any NFS data store, I get this error message:

    Call "HostDatastoreSystem.CreateNasDatastore" of object "ha-datastoresystem" on ESXi '172.22.216.64' failed.
    Operation failed, the diagnostic report: unable to resolve host name 'cosmo '.

    Always mention hostname 'cosmo', no matter what server I'm actually trying to mount. 172.22.216.64 is the exact address of the ESXi server.

    'cosmo' was the former name of a desktop linux machine, several months ago has re-installed and renamed in the process. So 'cosmo' is no more and it's just expected that 'cosmo' cannot be resolved. However, the error message mentioning 'cosmo' occurs regardless of what server I try to mount a NFS datastore of. I can't find any references to 'cosmo' in the ESXi server configuration in the vSphere client (although I don't know exactly where to look). I remember that at one point, a NFS datastore was mounted temporarily to 'cosmo' to host the ISO debug files. But no more.

    I tried this same sharing of an another ESXi (running the same version of ESXi) mounted in the same subnet (works great), and I also tried to mount a new NFS share on a server where the ESXi already had another NFS data store mounted from the same server (the data store already mounted works fine (, but attempts to connect to a new data store on the same failed server mentioning the independent 'cosmo' server as mentioned above). I tried to restart the ESXi server, but the problem persists after restarting.

    I'm under vSphere client 5.0.0 Build 455964 and ESXi 5.0.0 - 469512-standard with the free license. Because of the free license (I think), I don't have SSH access on the server. (Is that right?)

    How to work around the error message mentioning the obsolete server 'cosmo '? The only thing I can think of right now is to move all data from the local data store to a store of data already mounted, reinstall the ESXi server and give all the data. I'm hoping for a simpler solution! :-)

    Peter

    Can you confirm if this solution works for you?

  • Tutorial MailingListService: Unable to resolve 'samplesDataSource '.

    Hello

    I am new to Weblogic and new Web services. I started the tutorial from MailingListService on http://download.oracle.com/docs/cd/E12840_01/wlw/docs103/guide/webservices/WSTutorial/tutWebSvcStep8.html

    I created the getCustomers method & it tests ok. I also have the getLocalCustomers method, but when I test it by clicking on it I get an error as follows for the response from the service.

    Any ideas or help/suggestions are welcome!

    Thanks in advance.



    < env:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:env >
    < env:Header / >
    < env:Body >
    < env:Fault >
    env:Server < faultcode > < / faultcode >
    < faultstring > cannot call the end. MailingListService (POJO) component services, operation = getLocalCustomers
    -> Impossible to call the method
    -> NamingException: [javax.naming.NameNotFoundException: could not resolve "samplesDataSource".] Solved "; other name "samplesDataSource"]
    < / faultstring >
    < detail >
    < bea_fault:stacktrace xmlns:bea_fault = "http://www.bea.com/servers/wls70/webservice/fault/1.0.0" > org.apache.beehive.controls.api.ControlException: NamingException: [javax.naming.NameNotFoundException: could not resolve "samplesDataSource".] Solved "; other name "samplesDataSource"]
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.getConnectionFromDataSource(JdbcControlImpl.java:466)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.getConnection(JdbcControlImpl.java:157)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.onAcquire(JdbcControlImpl.java:127)
    to org.apache.beehive.controls.system.jdbc.JdbcControlImplInitializer$ _resourceContextResourceEventsEventAdaptor.onAcquire(JdbcControlImplInitializer.java:27)
    at org.apache.beehive.controls.runtime.bean.ResourceContextImpl.acquire(ResourceContextImpl.java:127)
    at org.apache.beehive.controls.runtime.bean.ResourceContextImpl.preInvoke(ResourceContextImpl.java:111)
    at org.apache.beehive.controls.runtime.bean.ControlBean.preInvoke(ControlBean.java:412)
    at org.apache.beehive.controls.runtime.bean.ControlBean.preInvoke(ControlBean.java:425)
    at the controls. CustomerDBBean.getCustomersByState (CustomerDBBean.java:570)
    at the controls. CustomerControlImpl.getCustomersByState (CustomerControlImpl.java:62)
    at the controls. CustomerControlBean.getCustomersByState (CustomerControlBean.java:370)
    at the controls. MailingListControlImpl.getLocalCustomers (MailingListControlImpl.java:16)
    at the controls. MailingListControlBean.getLocalCustomers (MailingListControlBean.java:121)
    at services. MailingListService.getLocalCustomers (MailingListService.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    to weblogic.wsee.server.servlet.BaseWSServlet$ AuthorizedInvoke.run (BaseWSServlet.java:285)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: javax.naming.NameNotFoundException: unable to resolve 'samplesDataSource '. Solved "; other name 'samplesDataSource '.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.getConnectionFromDataSource(JdbcControlImpl.java:456)
    ... 39 more
    Caused by: javax.naming.NameNotFoundException: unable to resolve 'samplesDataSource '. Solved "; other name 'samplesDataSource '.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.getConnectionFromDataSource(JdbcControlImpl.java:456)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.getConnection(JdbcControlImpl.java:157)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.onAcquire(JdbcControlImpl.java:127)
    to org.apache.beehive.controls.system.jdbc.JdbcControlImplInitializer$ _resourceContextResourceEventsEventAdaptor.onAcquire(JdbcControlImplInitializer.java:27)
    at org.apache.beehive.controls.runtime.bean.ResourceContextImpl.acquire(ResourceContextImpl.java:127)
    at org.apache.beehive.controls.runtime.bean.ResourceContextImpl.preInvoke(ResourceContextImpl.java:111)
    at org.apache.beehive.controls.runtime.bean.ControlBean.preInvoke(ControlBean.java:412)
    at org.apache.beehive.controls.runtime.bean.ControlBean.preInvoke(ControlBean.java:425)
    at the controls. CustomerDBBean.getCustomersByState (CustomerDBBean.java:570)
    at the controls. CustomerControlImpl.getCustomersByState (CustomerControlImpl.java:62)
    at the controls. CustomerControlBean.getCustomersByState (CustomerControlBean.java:370)
    at the controls. MailingListControlImpl.getLocalCustomers (MailingListControlImpl.java:16)
    at the controls. MailingListControlBean.getLocalCustomers (MailingListControlBean.java:121)
    at services. MailingListService.getLocalCustomers (MailingListService.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    to weblogic.wsee.server.servlet.BaseWSServlet$ AuthorizedInvoke.run (BaseWSServlet.java:285)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    < / bea_fault:stacktrace >
    < / details >
    < / env:Fault >
    < / env:Body >
    < / env:Envelope >

    Published by: user13630558 on January 26, 2011 03:39

    Hello

    For this tutorial, you need to have a database running.
    If you don't have any database installed so that you can use the sample database by default available with weblogic, i.e. the Pointbase database.
    To start the pointbase database:
    go to %BEA_HOME%\wlserver_10.3\common\eval\pointbase\tools
    Run the startPointBase.cmd or startPointBase.sh depending on the operating system.
    Then, in the workshop: go to the window > view > DBXplorer
    Under the DBXplorer > right click > create a new connection >
    Login name: sample
    Add driver Classpath: click Add > go to %BEA_HOME%\wlserver_10.3\common\eval\pointbase\lib
    SELECT: pbclient57.jar and click Next.
    Then the window on the properties of the database > fill with default values of databases and choose the Pointbase server.
    Change the Url of database from: jdbc:pointbase:server: / / {server name} / {name} to
    JDBC:PointBase:server://localhost/demo (where localhost is the name of the host where pointbase runs, demo is the name of the database)
    Username: PBPUBLIC
    Password: PBPUBLIC
    And then click Finish.

    Then, you can see that the database is connected.
    You can now follow the previous statement to change the name of data source of CustomerDB.java

    Thank you
    Sandeep

  • (2003 server) error 2019: the server was unable to allocate from the system non-paged pool because the pool was empty

    Hello

    I have a Windows 2003 server and get error (Server 2003) 2019: the server was unable to allocate from the system non-paged pool because the pool was empty.

    If anyone has encountered this error and has an instruction step by step to solve this problem please let me know.

    appreciate the help!

    Sincerely,

    Riaz

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Im trying to open the tutorial of 23 minutes on how to use different tools in photoshop and it continues to come with unable to resolve the DNS servers worked fine yesterday? Ive had creative cloud on my laptop for a week and still have not been able t

    Im trying to open the tutorial of 23 minutes on how to use different tools in photoshop and it continues to come with unable to resolve the DNS servers worked fine yesterday? Ive had creative cloud on my laptop for a week and not yet able to get past the basics make me very frustrated.

    I guess you meant the links when you open photoshop CC. I tested all four videos of the 23 min tutorial and they all played fine. If something between you and adobe does not work correctly.

    • Check that your firewall is blocking the net. Try to access youtube videos and see if they play very well
    • Go to the adobe tv site and try to play one of the videos here. Adobe TV
    • If youtube plays very well and adobe tv does not work, next is to check if you have flash installed. Some videos require flash, others are html 5. Sorry that I could not confirm what player has been used for this tutorial. I think that html 5 but not sure.
    • Next is to look at the properties of your browser and check multimedia settings are not disabled if it y in a. (this is totally dependent on the browser)

    If none of this helps, let us know.

  • Unable to resolve name to ip address scan

    Hi all
    I'm installing 11 GR 2 on RHEL-4.
    My installation is done on the ip scan part.
    Its gives me an error that unable to resolve the name of scan address ip.
    I put the ip scan entry in the file/etc/hosts instead of configuration using DNS.
    My/etc/hosts
    VI/etc/hosts

    127.0.0.1 localhost.localdomain localhost

    #public
    192.168.2.201 rac1.oracle.com rac1
    192.168.2.202 rac2.oracle.com rac2

    #private
    10.10.1.1 rac1 - priv.oracle.com rac1-priv
    10.10.1.2 rac2 - rac2-priv priv.oracle.com

    #virtual
    192.168.2.211 vip.oracle.com - rac1 in rac1-vip
    192.168.2.212 vip.oracle.com - rac2-rac2-vip
    192.168.2.301 rac - scan.oracle.com rac-scan

    The same entry is for the second node

    The installation should run in any case I'm trying to scan ip entry in the file/etc/hosts

    Could you please let me know where I'm worng?

    Your help is very appreciated in this matter.

    Thank you and best regards,

    836385 wrote:
    Hello

    I see that the drive to vote is also located only on one disc ocrvote3.

    Thank you and best regards,

    Hello

    This is the behavior expected in normal redundancy, ASM, output is for the main location of voting, the other 2 would be copies. in normal conditions redundancy Oracle will tolerate the loss of a disk and the cluster can still survive

    Hope this helps

    See you soon

  • Stupid MS is unable to detect the operating system of W2KPSP4 but sees IE6SP1 user agent

    It is ridiculous that Microsoft (coding of Web Pages webmaster) is unable to detect that a user entering the page has a (drop dead) of Windows 2000 Professional SP4 operating system (OS)...

    and then always recommend (MS) install IE 8... When as far as I know... an IE8 installation cannot complete successfully on the OS W2KPSP4?

    Hello

    The Microsoft Answers community focuses on the context of use. Please reach out to the business community of COMPUTING in the TechNet forum below:

    http://social.technet.Microsoft.com/forums/en-us/categories

  • Currently unable to resolve «Change not allowed to Windows...» "Message.

    We need help please.  We have been plagued by the following message will appear: "an unauthorized change was made to windows.  Windows found a change which will result in limited Windows functionality... '

    Recently, I reformatted Dell computer laptop my wife that is running Windows Vista Home Premium OEMAct.  I accidentally used the info from the cover of in that disc Vista came rather than the actual key of the sticker located under the machine.  We started the message above and have been unable to solve this problem.  I have updated the key with the correct data information.  (The key correct is contained in the report).  I also tried Vista activation via the Microsoft phone line that seems to succeed.  However, the problem persists.  I copied the results of the WGA Diagnostic tool below.  Any help would be greatly appreciated that we are ready to launch the * $% ^ cell # out the window!

    Diagnostic report (1.9.0027.0):

    -----------------------------------------

    Validation of Windows data-->

    Validation status: genuine

    Validation code: 0

    Validation caching Code online: n/a, hr = 0xc004f012

    Windows product key: *-* - XPC37 - 4RR3P-YWH9M

    Windows product key hash: 78kqB47wlQFyi2iS2FzKrBI9V6U =

    Windows product ID: 89578-OEM-7215742-49704

    Windows product ID type: 8

    Windows license type: COA SLP

    The Windows OS version: 6.0.6000.2.00010300.0.0.003

    ID: {4EA37F88-761F-4994-B88C-8904F8EF624E} (3)

    Admin: Yes

    TestCab: 0x0

    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Product name: Windows Vista (TM) Home Premium

    Architecture: 0x00000000

    Build lab: 6000.vista_gdr.100218 - 0019

    TTS Error: K:20111029102407640 - M:20111102185442122 -.

    Validation of diagnosis:

    Resolution state: n/a

    Given Vista WgaER-->

    ThreatID (s): n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    File: No.

    Version: N/a, hr = 0 x 80070002

    WgaTray.exe signed by: n/a, hr = 0 x 80070002

    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    OGAExec.exe signed by: n/a, hr = 0 x 80070002

    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->

    Office status: 100 authentic

    Microsoft Office Home and Student 2007-100 authentic

    OGA Version: N/a, 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->

    Proxy settings: N/A

    User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Win32)

    Default browser: C:\Program may Explorer\iexplore.exe

    Download signed ActiveX controls: fast

    Download unsigned ActiveX controls: disabled

    Run ActiveX controls and plug-ins: allowed

    Initialize and script ActiveX controls not marked as safe: disabled

    Allow the Internet Explorer Webbrowser control scripts: disabled

    Active scripting: allowed

    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->

    Office details: {4EA37F88-761F-4994-B88C-8904F8EF624E}1.9.0027.06.0.6000.2.00010300.0.0.003x 32*-*-*-*-YWH9M89578-OEM-7215742-497048S-1-5-21-2608997218-212940069-3830413687Dell Inc.. MP061                           Dell Inc.. A08 20070402000000.000000 + 000EC303507018400FA04090409US Mountain Standard Time(GMT-07:00)03DELL M07 100100Microsoft Office home and Student 20071250DC58A525875AEyU8iUc/xndCms/Dd/OyfZnyiM4E =81602-OEM-6872775-540294

    Spsys.log Content: U1BMRwEAAAAAAQAABAAAAFIUAAAAAAAAYWECADAgAAAIv47lgIfMARhDs/4hWdo7Xkl9D+HKpnjp6prYjTdxsGT4/Ux5+K67i9vxybgcfc9vihw30Ujw11F0H9Oh+hJEw7XKSAShRbeBxV1dDlD/nu9hf+EMinnQ1mjkjzXhcq94m48ceJqGOPu1UvB7bxiIfUEtgIRGphkOSa+EGUYcOX5/UvkAHnVxZcgJE7vAy9kku8TlF45JWpsbJiscvAYWgzyFZ0z79y0OKm53Bw867hHNE43WvZqUI0Rf1MqA3D5sWfEw7WeNfzOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwYQ7P+IVnaO15JfQ/hyqZ4d6NydyII+cjYtWB4jV85MiCIPysaJWSDyeIqkfIev53nw719Mwsm5g4pckC7bVSMBFslqV/xPukwIXp+izApgLBBp5kdEXifSpVgiaLsaujwCMB8B1TH7zWrkmxb5mkwYAJtfAZHSUxNBBgAsJe3VfUvxlA2HnHjxUSjP5Xkve28TlVZvXyAmVJHx3QzW6O9qlKmGJgJUSTtOfllda+9MNjuj5ffYKk50mEeI9BWrIUzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMGEOz/iFZ2jteSX0P4cqmeGCFJO6CFeil9Oku3vsu9UUv+ lunlG8k5SCbYAoWGo1u2gq+QlxjNH/of9eN6nFxmbW3dCqXj7Nr6kBufiHJrZMG1TrPLPe/1nYysgdr3Hdbdw0/pgklHNnewY9kx1q4KlaAD3GoIpPanLNTiKSZVdxQfGFx/fxqQlaOtMWZ2Kjcbgxuxl0kUGXogPxno+DM4W2sWvuy6DXUT7haInnrWD3zTX6H4yxMWRGUnZkCNECIM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDBhDs/4hWdo7Xkl9D+HKpniSfyQOD/ncd2PazqpLSyMBSFyavkZ7JeoHnRF7aOHwHhQjdPDwDinTfkQXASERseE6nTX6dNLdhSgbrVmGLSIx/CnzzILgnyke56K3TqupK/u1UvB7bxiIfUEtgIRGphkOSa+EGUYcOX5/UvkAHnVxZcgJE7vAy9kku8TlF45JWpsbJiscvAYWgzyFZ0z79y2BX7mQ2Q7393z5XQ50VXv9mhrKhq4UIi+PwtGQfjOGIjOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwYQ7P+IVnaO15JfQ/hyqZ4K4T+VWRRTASbQpNl92qUTHjRE9L5/+MwPmo8tvV/rfA8ZiIZ8SUultqIbAs2na9CxOWxlMs3BB7OPna4DL7+8QbVOs8s97/WdjKyB2vcd1t3DT+ mCSUc2d7Bj2THWrgqVoAPcagik9qcs1OIpJlV3FB8YXH9/GpCVo60xZnYqNxuDG7GXSRQZeiA/Gej4MzhN6aSh4VagsJL2g8wUu0UX/NNfofjLExZEZSdmQI0QIgzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMGEOz/iFZ2jteSX0P4cqmePQ0o2k1NWd/MP7aqIhLafFIKBHFXvKNmXssM0V8gwq5UXQf06H6EkTDtcpIBKFFtxez3nbdQWXgBnG6aNa7ZWzWaOSPNeFyr3ibjxx4moY4+7VS8HtvGIh9QS2AhEamGQ5Jr4QZRhw5fn9S+QAedXFlyAkTu8DL2SS7xOUXjklamxsmKxy8BhaDPIVnTPv3LQ4qbncHDzruEc0Tjda9mpQjRF/UyoDcPmxZ8TDtZ41/M5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDBhDs/4hWdo7Xkl9D+HKpngmpRQPBMrXHQPLaRB+6xKGbcrlxXQRJOSxYq2Kj/XLCxQjdPDwDinTfkQXASERseHf73PdKn9uE0+ifTBTHVmw/CnzzILgnyke56K3TqupK/u1UvB7bxiIfUEtgIRGphkOSa+EGUYcOX5/UvkAHnVxZcgJE7vAy9kku8TlF45JWpsbJiscvAYWgzyFZ0z79y2BX7mQ2Q7393z5XQ50VXv9mhrKhq4UIi+ + / / 4hWdo7Xkl9D + + / + UkjWe / vscLdhTl7hrWaOSPNeFyr3ibjxx4moY4 + 7VS8HtvGIh9QS2AhEamGQ5Jr4QZRhw5fn9S+QAedXFlyAkTu8DL2SS7xOUXjklamxsmKxy8BhaDPIVnTPv3LQ4qbncHDzruEc0Tjda9mpQjRF/UyoDcPmxZ8TDtZ41/M5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDBhDs/4hWdo7Xkl9D+HKpnioQ0PLO1+dyqCQ5E3pqFh+8NkGiPHqnv4y/qGVpo68A1F0H9Oh+hJEw7XKSAShRbcu0MOMvNFTDZHAAQYYfCx/1mjkjzXhcq94m48ceJqGOPu1UvB7bxiIfUEtgIRGphkOSa+EGUYcOX5/UvkAHnVxZcgJE7vAy9kku8TlF45JWpsbJiscvAYWgzyFZ0z79y0OKm53Bw867hHNE43WvZqUI0Rf1MqA3D5sWfEw7WeNfzOQ1ifb1stzrqx+w3WNaAwzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx+w3WNaAwYQ7P+IVnaO15JfQ/hyqZ4RZ5cIeH+y7QY6pi/PeDIamKXuXpRIbtyu8JBB/Nb1QQ8ZiIZ8SUultqIbAs2na9C8r1Vd3ABX8Z5xr3pzXP1EAbVOs8s97/WdjKyB2vcd1t3DT+mCSUc2d7Bj2THWrgqVoAPcagik9qcs1OIpJlV3FB8YXH9/ GpCVo60xZnYqNxuDG7GXSRQZeiA/Gej4MzhN6aSh4VagsJL2g8wUu0UX / NNfofjLExZEZSdmQI0QIgzkNYn29bLc66sfsN1jWgMM5DWJ9vWy3OurH7DdY1oDDOQ1ifb1stzrqx + w3WNaAwzkNYn29bLc66sfsN1jWgM

    License data-->

    The software licensing service version: 6.0.6000.16509

    Name: Windows Vista, HomePremium edition

    Description: operating system Windows - Vista, channel OEM_COA_SLP

    Activation ID: a4eec485-e375-48b4-8f51-80d13a4086b6

    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f

    Extended PID: 89578-00144-157-449704-02-1033-6000.0000-2842011

    Installation ID: 001424017382583576838195532400749922302385476842306841

    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkId=57201

    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkId=57203

    Use license URL: http://go.microsoft.com/fwlink/?LinkId=57205

    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkId=57204

    Partial product key: YWH9M

    License status: licensed

    Windows Activation Technologies-->

    N/A

    --> HWID data

    Current HWID of Hash: OAAAAAEABQABAAEAAQABAAAAAwABAAEAJJQA4e4ciP7iMDywTp7qTo6C/tny9KjH plus Lv0pqxWKoU

    Activation 1.0 data OEM-->

    N/A

    Activation 2.0 data OEM-->

    BIOS valid for OA 2.0: Yes

    Windows marker version: 0 x 20000

    OEMID and OEMTableID consistent: Yes

    BIOS information:

    ACPI Table name OEMID value OEMTableID value

    APIC                                    DELL                       M07

    FACP                                   DELL                       M07

    HPET                                    DELL                       M07

    BOOT                                  DELL                       M07

    MCFG                                 DELL                       M07

    SLIC                                      DELL                       M07

    SSDT PmRef CpuPm

    That's all just because similar issues were held with Avast area this year - and the suspicion was that Avast may have paralyzed himself at the same time as crippling Windows.

    You may have updated RTM - but you still need to install SP1, SP2 and subsequent updates.

    Usually the AV is uninstalled, then update WIndows completely, then reinstall the AV has solved the problem - you can check by looking at the error line TTS to see where it was detected last (unfortunately, there is no way that I know to reset it easily). I suggest that do you so immediately after the uninstallation of the AV and before you reinstall and once again on the second boot after the relocation and upgrading of the AV. - compare values

    Look here for some of the many messages about this problem with Avast-

    http://social.Microsoft.com/forums/en-us/genuinevista/threads

  • Unable to load because the system registry is missing or corrupted state 0x000014c and the cd cannot read HP windows vista recovery disc

    Windows vista HP didn't not load because the system registry is missing or corrupted state 0x000014c and the cd cannot read the recovery disk, could someone help, thanks

    Hello help 757,

    My apologies for the delay in the answer here.

    We need to check the BIOS of the machine and make sure that the CD drive is the first boot device.

    When this is complete, we can use the following article:

    http://support.Microsoft.com/kb/307545

    PLEASE NOTE:

    BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can resolved e. Changes to settings are at your own risk

    Let us know if you have any questions.

    Best regards

    Matthew_Ha

  • Unable to resolve the computer names of task force

    My Windows Vista laptop only shows itself as visible in the 'file' network and is unable to connect to other computers manually by typing the name (\\computer-name). My Windows 7 and XP workstations can view each other and the Vista laptop except they can't connect to the laptop (network in inaccessible resource).  All 3 are in the same workgroup and I tried to connect without a firewall as well.  The strange thing is when I try to ping other computers from the laptop, the "host is unreachable" if I ping the computer name, but very good pings if I ping to the IP address. If after the ping of the IP address, I ping the hostname again it pings fine. After that Windows 7, the computer icon visible and accessible and the XP machine is manually (but no icon) for a short period of time. After 5-10 minutes or I stop/standby host names can be resolved again and I have to start with ping them.

    I have no idea why, but I've uninstalled and reinstalled the network card driver and it fixed the problem.

  • Unable to create point of system restore, System Image & System Repair Disk

    Hello

    I'm on HP Pavilion dv6 notebook, Windows 7 Edition home premium, (Intel core i7, [email protected] Ghz) CPU, RAM (4.00 GB).

    2 days back, I installed kaspersky IPSec 2016.

    After installation of this I started to experience different startup issues as initially I wasn't able to open the application (word, excel) Microsoft, infact I wasn't able to work on any application, even could not shut my system.

    today when I started my system again to check again the question that I was surprised to see that I could access my Microsoft & other applications.

    As a preventive measure, now I want to do system restore, disk image point & system repair disk but unfortunately, I am not able to do this.

    Here are the problems I face to create above.

    1 system restore point - specified error as ' restore point could not be created for the following reason: a volume shadow copy service component has encountered an unexpected error. " Check the event log applications for more information (0 x 80042302)

    2. System Image disc - error indicated as "Windows cannot find device backup on this computer. A volume shadow copy service component has encountered an unexpected error. Check the event log applications for more information (0 x 80042302)

    3 system repair disc - of the errors illustrated as "system repair disc could not be created. The parameter is incorrect. (0 x 80070057).

    Pls advise.

    Thank you for the update from us.

    The message you get may be caused by a corrupted system file. We offer you to perform analysis DISM that can help resolve the corruption of Windows error.

    Let us know how it goes.

    Kind regards.

  • Protection system is unable to repair the file system

    After further investigation, the corrupted file is usbhub.sys.mui

    SFC is unable to solve this problem, whenever I start windows and run SFC, I get this result "filtered for only SR entries:

    2016-08-25 15:33:01, info CSI 00000009 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:01, CSI information 0000000 transaction [SR] beginning verify and repair
    2016 08-25 15:33:01, information 0000000 c [SR] audit CSI complete
    2016-08-25 15:33:01, CSI to 0000000 d [SR] 100 audit information (0 x 0000000000000064) components
    2016-08-25 15:33:01, Info CSI 0000000e transaction [SR] beginning verify and repair
    2016 08-25 15:33:01, info CSI 00000010 [SR] verification complete
    2016-08-25 15:33:01, info CSI 00000011 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:01, transaction Info CSI 00000012 [SR] beginning verify and repair
    2016 08-25 15:33:01, info CSI 00000014 [SR] verification complete
    2016-08-25 15:33:01, info CSI 00000015 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:01, transaction Info CSI 00000016 [SR] beginning verify and repair
    2016 08-25 15:33:01, info CSI 00000018 [SR] verification complete
    2016-08-25 15:33:01, info CSI 00000019 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:01, CSI Info 0000001 a transaction [SR] beginning verify and repair
    2016 08-25 15:33:02, Info CSI 0000001 c [SR] verification complete
    2016-08-25 15:33:02, components of CSI Info 0000001 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:02, Info CSI 0000001e transaction [SR] beginning verify and repair
    2016 08-25 15:33:02, info CSI 00000020 [SR] verification complete
    2016-08-25 15:33:02, info CSI 00000021 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:02, transaction Info CSI 00000022 [SR] beginning verify and repair
    2016 08-25 15:33:02, info CSI 00000024 [SR] verification complete
    2016-08-25 15:33:02, info CSI 00000025 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:02, transaction Info CSI 00000026 [SR] beginning verify and repair
    2016 08-25 15:33:02, info CSI 00000028 [SR] verification complete
    2016-08-25 15:33:02, info CSI 00000029 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:02, CSI Info 0000002a transaction [SR] beginning verify and repair
    2016 08-25 15:33:02, Info CSI 0000002 c [SR] verification complete
    2016-08-25 15:33:02, info CSI 0000002d [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:02, Info CSI 0000002e transaction [SR] beginning verify and repair
    2016 08-25 15:33:02, info CSI 00000030 [SR] verification complete
    2016-08-25 15:33:02, info CSI 00000031 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:02, transaction Info CSI 00000032 [SR] beginning verify and repair
    2016 08-25 15:33:03, info CSI 00000034 [SR] verification complete
    2016-08-25 15:33:03, info CSI 00000035 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:03, transaction Info CSI 00000036 [SR] beginning verify and repair
    2016 08-25 15:33:03, info CSI 00000038 [SR] verification complete
    2016-08-25 15:33:03, info CSI 00000039 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:03, CSI Info 0000003a transaction [SR] beginning verify and repair
    2016 08-25 15:33:03, CSI Info 0000003 c [SR] verification complete
    2016-08-25 15:33:03, info CSI 0000003d [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:03, Info CSI 0000003e transaction [SR] beginning verify and repair
    2016 08-25 15:33:04, info CSI 00000040 [SR] verification complete
    2016-08-25 15:33:04, info CSI 00000041 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:04, transaction Info CSI 00000042 [SR] beginning verify and repair
    2016 08-25 15:33:04, info CSI 00000044 [SR] verification complete
    2016-08-25 15:33:04, info CSI 00000045 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:04, Info CSI 00000046 [SR] beginning verify and repair
    2016 08-25 15:33:04, info CSI 00000048 [SR] verification complete
    2016-08-25 15:33:04, info CSI 00000049 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:04, CSI Info 0000004a transaction [SR] beginning verify and repair
    2016 08-25 15:33:04, CSI Info 0000004 c [SR] verification complete
    2016-08-25 15:33:04, components of CSI Info 0000004 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:04, Info CSI 0000004e transaction [SR] beginning verify and repair
    2016 08-25 15:33:04, info CSI 00000050 [SR] verification complete
    2016-08-25 15:33:05, info CSI 00000051 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:05, the transaction Info CSI 00000052 [SR] beginning verify and repair
    2016 08-25 15:33:05, info CSI 00000054 [SR] verification complete
    2016-08-25 15:33:05, info CSI 00000055 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:05, the transaction Info CSI 00000056 [SR] beginning verify and repair
    2016 08-25 15:33:05, info CSI 00000058 [SR] verification complete
    2016-08-25 15:33:05, info CSI 00000059 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:05, CSI Info 0000005a transaction [SR] beginning verify and repair
    2016-08-25 15:33:06, CSI Info 0000005 c [SR] full check
    2016-08-25 15:33:06, components of CSI Info 0000005 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:06, Info CSI 0000005e transaction [SR] beginning verify and repair
    2016 08-25 15:33:06, info CSI 00000060 [SR] verification complete
    2016-08-25 15:33:06, info CSI 00000061 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:06, transaction Info CSI 00000062 [SR] beginning verify and repair
    2016 08-25 15:33:06, info CSI 00000064 [SR] verification complete
    2016-08-25 15:33:06, info CSI 00000065 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:06, transaction Info CSI 00000066 [SR] beginning verify and repair
    2016 08-25 15:33:07, info CSI 00000069 [SR] verification complete
    2016-08-25 15:33:07, CSI Info 0000006 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:33:07, CSI Info 0000006b transaction [SR] beginning verify and repair
    2016 08-25 15:33:08, CSI Info 0000006f Verify [SR] full
    2016-08-25 15:33:08, info CSI 00000070 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:08, transaction Info CSI 00000071 [SR] beginning verify and repair
    2016 08-25 15:33:09, info CSI 00000074 [SR] verification complete
    2016-08-25 15:33:09, info CSI 00000075 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:09, transaction Info CSI 00000076 [SR] beginning verify and repair
    2016 08-25 15:33:10, info CSI 00000079 [SR] verification complete
    2016-08-25 15:33:10, CSI Info 0000007 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:33:10, CSI Info 0000007 b transaction [SR] beginning verify and repair
    2016 08-25 15:33:11, Info CSI 0000007 d [SR] verification complete
    2016-08-25 15:33:11, CSI 0000007e Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:11, CSI Info 0000007f transaction [SR] beginning verify and repair
    2016-08-25 15:33:13, 000000 a 4 CSI Info [SR] verification complete
    2016-08-25 15:33:13, 000000 to 5 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:13, 000000 a 6 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:14, a 000000, 8 CSI Info [SR] verification complete
    2016-08-25 15:33:14, 000000 a 9 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:14, 000000aa CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:15, 000000ac CSI Info [SR] verification complete
    2016-08-25 15:33:15, 000000ad CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:15, 000000ae CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:16, 000000 b 0 CSI Info [SR] verification complete
    2016-08-25 15:33:16, 000000 b 1 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:16, 000000 b 2 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:16, 000000 b 4 CSI Info [SR] verification complete
    2016-08-25 15:33:16, 000000 b 5 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:16, 000000 b 6 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:18, CSI Info 000000 d 9 [SR] check all the
    2016-08-25 15:33:18, 000000da CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:18, 000000db CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:19, 000000dd CSI Info [SR] verification complete
    2016-08-25 15:33:19, CSI 000000de [SR] components Info check 100 (0 x 0000000000000064)
    2016-08-25 15:33:19, CSI Info 000000df transaction [SR] beginning verify and repair
    2016-08-25 15:33:23, 000000e1 CSI Info [SR] verification complete
    2016-08-25 15:33:23, 000000e2 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:23, CSI Info 000000e3 transaction [SR] beginning verify and repair
    2016-08-25 15:33:24, 000000e7 CSI Info [SR] verification complete
    2016-08-25 15:33:24, CSI Info [SR] 000000e8 components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:24, 000000e9 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:24, 000000eb CSI Info [SR] verification complete
    2016-08-25 15:33:24, CSI Info [SR] 000000ec components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:24, CSI Info 000000ed transaction [SR] beginning verify and repair
    2016-08-25 15:33:24, 000000ef CSI Info [SR] verification complete
    2016-08-25 15:33:24, CSI Info [SR] 000000f0 components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:24, 000000f1 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:33:25, 000000f3 CSI Info [SR] verification complete
    2016-08-25 15:33:25, 000000f4 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:25, 000000f5 CSI Info transaction [SR] beginning verify and repair
    2016 08-25 15:33:28, info CSI 00000108 [SR] verification complete
    2016-08-25 15:33:28, info CSI 00000109 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:28, CSI Info 0000010a transaction [SR] beginning verify and repair
    2016 08-25 15:33:28, CSI Info 0000010 c [SR] verification complete
    2016-08-25 15:33:28, components of CSI Info 0000010 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:28, Info CSI 0000010e transaction [SR] beginning verify and repair
    2016 08-25 15:33:29, info CSI 00000110 [SR] verification complete
    2016-08-25 15:33:29, info CSI 00000111 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:29, Info CSI 00000112 [SR] beginning verify and repair
    2016 08-25 15:33:29, info CSI 00000114 [SR] verification complete
    2016-08-25 15:33:29, info CSI 00000115 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:29, transaction Info CSI 00000116 [SR] beginning verify and repair
    2016 08-25 15:33:30, info CSI 00000119 [SR] verification complete
    2016-08-25 15:33:30, CSI Info 0000011 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:33:30, CSI Info 0000011b transaction [SR] beginning verify and repair
    2016 08-25 15:33:32, CSI Info 0000011 d [SR] verification complete
    2016-08-25 15:33:32, CSI 0000011e [SR] Info components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:32, CSI Info 0000011f transaction [SR] beginning verify and repair
    2016 08-25 15:33:33, info CSI 00000121 [SR] verification complete
    2016-08-25 15:33:33, info CSI 00000122 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:33, transaction Info CSI 00000123 [SR] beginning verify and repair
    2016 08-25 15:33:33, info CSI 00000125 [SR] verification complete
    2016-08-25 15:33:33, info CSI 00000126 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:33, transaction Info CSI 00000127 [SR] beginning verify and repair
    2016-08-25 15:33:34, Info CSI 00000129 [SR] full check
    2016-08-25 15:33:34, CSI Info 0000012 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:33:34, CSI Info 0000012b transaction [SR] beginning verify and repair
    2016-08-25 15:33:35, Info CSI 0000012d [SR] full check
    2016-08-25 15:33:35, CSI 0000012e [SR] Info components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:35, CSI Info 0000012f transaction [SR] beginning verify and repair
    2016 08-25 15:33:36, info CSI 00000131 [SR] verification complete
    2016-08-25 15:33:36, info CSI 00000132 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:36, transaction Info CSI 00000133 [SR] beginning verify and repair
    2016-08-25 15:33:39, CSI Info 0000014b Verify [SR] full
    2016-08-25 15:33:39, components of CSI Info 0000014 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:39, Info CSI 0000014 d [SR] beginning verify and repair transaction
    2016 08-25 15:33:40, Info CSI 0000014f [SR] Verify complete
    2016-08-25 15:33:40, 00000150 CSI info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:40, transaction Info CSI 00000151 [SR] beginning verify and repair
    2016 08-25 15:33:44, info CSI 00000153 [SR] verification complete
    2016-08-25 15:33:44, info CSI 00000154 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:44, transaction Info CSI 00000155 [SR] beginning verify and repair
    2016-08-25 15:33:45, Info CSI 00000157 [SR] check complete
    2016-08-25 15:33:45, info CSI 00000158 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:45, Info CSI 00000159 [SR] beginning verify and repair
    2016-08-25 15:33:46, CSI Info 0000015b Verify [SR] full
    2016-08-25 15:33:46, components of CSI Info 0000015 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:46, CSI Info 0000015 d [SR] beginning verify and repair transaction
    2016 08-25 15:33:47, Info CSI 0000015f [SR] Verify complete
    2016-08-25 15:33:47, info CSI 00000160 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:47, Info CSI 00000161 [SR] beginning verify and repair
    2016 08-25 15:33:48, info CSI 00000163 [SR] verification complete
    2016-08-25 15:33:48, info CSI 00000164 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:48, Info CSI 00000165 [SR] beginning verify and repair
    2016 08-25 15:33:49, info CSI 00000169 [SR] verification complete
    2016-08-25 15:33:49, CSI Info 0000016 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:33:49, CSI Info 0000016b transaction [SR] beginning verify and repair
    2016 08-25 15:33:49, Info CSI 0000016 d [SR] verification complete
    2016-08-25 15:33:49, CSI 0000016e [SR] Info components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:49, CSI Info 0000016f transaction [SR] beginning verify and repair
    2016 08-25 15:33:53, info CSI 00000171 [SR] verification complete
    2016-08-25 15:33:53, info CSI 00000172 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:53, transaction Info CSI 00000173 [SR] beginning verify and repair
    2016 08-25 15:33:54, info CSI 00000176 [SR] verification complete
    2016-08-25 15:33:54, info CSI 00000177 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:54, transaction Info CSI 00000178 [SR] beginning verify and repair
    2016-08-25 15:33:55, CSI Info 0000017b Verify [SR] full
    2016-08-25 15:33:55, components of CSI Info 0000017 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:55, CSI Info 0000017 d [SR] beginning verify and repair transaction
    2016 08-25 15:33:56, Info CSI 0000017f [SR] Verify complete
    2016-08-25 15:33:56, info CSI 00000180 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:56, transaction Info CSI 00000181 [SR] beginning verify and repair
    2016 08-25 15:33:58, info CSI 00000184 [SR] verification complete
    2016-08-25 15:33:58, info CSI 00000185 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:58, transaction Info CSI 00000186 [SR] beginning verify and repair
    2016 08-25 15:33:59, info CSI 00000188 [SR] verification complete
    2016-08-25 15:33:59, info CSI 00000189 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:33:59, CSI Info 0000018a transaction [SR] beginning verify and repair
    2016 08-25 15:33:59, CSI Info 0000018 c [SR] verification complete
    2016-08-25 15:33:59, components of CSI Info 0000018 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:33:59, Info CSI 0000018e transaction [SR] beginning verify and repair
    2016-08-25 15:34, Info CSI 00000191 [SR] full check
    2016-08-25 15:34, Info CSI 00000192 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34, transaction Info CSI 00000193 [SR] beginning verify and repair
    2016 08-25 15:34:01, info CSI 00000195 [SR] verification complete
    2016-08-25 15:34:01, info CSI 00000196 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:01, Info CSI 00000197 [SR] beginning verify and repair
    2016 08-25 15:34:02, info CSI 00000199 [SR] verification complete
    2016-08-25 15:34:02, CSI Info 0000019 components [SR] a check 100 (0 x 0000000000000064)
    2016-08-25 15:34:02, CSI Info 0000019b transaction [SR] beginning verify and repair
    2016-08-25 15:34:03, Info CSI 0000019e [SR] full Verify
    2016-08-25 15:34:03, CSI 0000019f [SR] components Info check 100 (0 x 0000000000000064)
    2016-08-25 15:34:03, CSI Info 000001 a 0 transaction [SR] beginning verify and repair
    2016-08-25 15:34:04, 000001 has 3 CSI Info [SR] full audit
    2016-08-25 15:34:04, 000001 has 4 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:04, CSI Info 000001 has 5 transaction [SR] beginning verify and repair
    2016-08-25 15:34:05, 000001 has 8 CSI Info [SR] full audit
    2016-08-25 15:34:05, 000001 has 9 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:05, CSI Info 000001aa transaction [SR] beginning verify and repair
    2016-08-25 15:34:07, 000001ac CSI Info [SR] verification complete
    2016-08-25 15:34:07, 000001ad CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:07, CSI Info 000001ae transaction [SR] beginning verify and repair
    2016-08-25 15:34:08, 000001 b 0 CSI Info [SR] full audit
    2016-08-25 15:34:08, 000001 b 1 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:08, CSI Info 000001 b 2 transaction [SR] beginning verify and repair
    2016-08-25 15:34:08, 000001 b 4 CSI Info [SR] full audit
    2016-08-25 15:34:08, 000001 b 5 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:08, CSI Info 000001 b 6 transaction [SR] beginning verify and repair
    2016-08-25 15:34:09, 000001 b 8 CSI Info [SR] full audit
    2016-08-25 15:34:09, 000001 b 9 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:09, CSI Info 000001ba transaction [SR] beginning verify and repair
    2016-08-25 15:34:10, 000001bc CSI Info [SR] verification complete
    2016-08-25 15:34:10, 000001bd CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:10, CSI Info 000001be transaction [SR] beginning verify and repair
    2016-08-25 15:34:11, CSI Info 000001 c 0 [SR] check all the
    2016-08-25 15:34:11, CSI Info 000001 c 1 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:11, CSI Info 000001 c 2 [SR] beginning operation check and repair
    2016-08-25 15:34:12, CSI Info 000001 c 4 [SR] check all the
    2016-08-25 15:34:12, CSI Info 000001 c 5 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:12, CSI Info 000001 c 6 [SR] beginning operation check and repair
    2016-08-25 15:34:12, CSI Info 000001 c 8 [SR] check all the
    2016-08-25 15:34:12, CSI Info 000001 c 9 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:12, CSI Info 000001 ca transaction [SR] beginning verify and repair
    2016-08-25 15:34:13, 000001cc CSI Info [SR] verification complete
    2016-08-25 15:34:13, components of CSI Info 000001 cd [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:34:13, CSI Info 000001ce transaction [SR] beginning verify and repair
    2016-08-25 15:34:18, CSI Info 000001 d 0 [SR] check all the
    2016-08-25 15:34:18, CSI Info 000001 d 1 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:18, CSI Info 000001 d 2 [SR] beginning operation check and repair
    2016-08-25 15:34:19, CSI Info 000001 d 4 [SR] check all the
    2016-08-25 15:34:19, CSI Info 000001 d 5 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:19, CSI Info 000001 d 6 [SR] beginning operation check and repair
    2016-08-25 15:34:19, CSI Info 000001 d 8 [SR] check all the
    2016-08-25 15:34:20, CSI Info 000001 d 9 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:20, 000001da CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:34:20, 000001dc CSI Info [SR] verification complete
    2016-08-25 15:34:20, 000001dd CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:20, 000001de CSI Info transaction [SR] beginning verify and repair
    2016 08-25 15:34:20, Info CSI 000001e0 [SR] Verify complete
    2016-08-25 15:34:21, 000001e1 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:21, 000001e2 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:34:21, 000001e4 CSI Info [SR] repair corrupted file [ml:520 {260}, l:74 {37}] '------? \C:\Windows\system32\drivers\en-us"\[l:28{14}]"Usbhub.sys.MUI' of the store
    2016-08-25 15:34:21, 000001e7 CSI Info [SR] repair corrupted file [ml:520 {260}, l:74 {37}] '------? \C:\Windows\system32\drivers\en-us"\[l:28{14}]"Usbhub.sys.MUI' of the store
    2016-08-25 15:34:21, 000001ea CSI Info [SR] verification complete
    2016-08-25 15:34:21, 000001eb CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:21, 000001ec CSI Info transaction [SR] beginning verify and repair
    2016 08-25 15:34:22, 000001ee CSI Info [SR] verification complete
    2016-08-25 15:34:22, 000001ef CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:22, 000001f0 CSI Info transaction [SR] beginning verify and repair
    2016-08-25 15:34:23, 000001f8 CSI Info [SR] verification complete
    2016-08-25 15:34:24, 000001f9 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:24, 000001fa CSI Info transaction [SR] beginning verify and repair
    2016 08-25 15:34:24, CSI Info 000001 fc [SR] verification complete
    2016-08-25 15:34:24, 000001fd CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:24, 000001fe CSI Info transaction [SR] beginning verify and repair
    2016 08-25 15:34:25, info CSI 00000200 [SR] verification complete
    2016-08-25 15:34:25, 00000201 CSI info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:25, transaction Info CSI 00000202 [SR] beginning verify and repair
    2016-08-25 15:34:25, Info CSI 00000204 [SR] check complete
    2016-08-25 15:34:25, 00000205 CSI info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:25, transaction Info CSI 00000206 [SR] beginning verify and repair
    2016 08-25 15:34:27, info CSI 00000208 [SR] verification complete
    2016-08-25 15:34:27, info CSI 00000209 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:27, CSI Info 0000020a transaction [SR] beginning verify and repair
    2016 08-25 15:34:28, CSI Info 0000020 c [SR] verification complete
    2016-08-25 15:34:28, components of CSI Info 0000020 d [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:34:28, Info CSI 0000020e transaction [SR] beginning verify and repair
    2016 08-25 15:34:28, info CSI 00000210 [SR] verification complete
    2016-08-25 15:34:28, info CSI 00000211 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:28, transaction Info CSI 00000212 [SR] beginning verify and repair
    2016 08-25 15:34:30, info CSI 00000215 [SR] verification complete
    2016-08-25 15:34:30, info CSI 00000216 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:30, Info CSI 00000217 [SR] beginning verify and repair
    2016-08-25 15:34:32, CSI Info 0000021b Verify [SR] full
    2016-08-25 15:34:32, components of CSI Info 0000021 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:34:32, CSI Info 0000021 d [SR] beginning verify and repair transaction
    2016 08-25 15:34:33, info CSI 00000222 [SR] verification complete
    2016-08-25 15:34:33, info CSI 00000223 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:33, transaction Info CSI 00000224 [SR] beginning verify and repair
    2016-08-25 15:34:34, Info CSI 00000231 [SR] full check
    2016-08-25 15:34:34, Info CSI 00000232 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:34, transaction Info CSI 00000233 [SR] beginning verify and repair
    2016-08-25 15:34:36, CSI Info 0000023a Verify [SR] full
    2016-08-25 15:34:36, CSI Info 0000023 components [SR] b check 100 (0 x 0000000000000064)
    2016-08-25 15:34:36, CSI Info 0000023 c [SR] beginning verify and repair operation
    2016-08-25 15:34:37, Info CSI 0000023e [SR] full Verify
    2016-08-25 15:34:37, CSI 0000023f [SR] components Info check 100 (0 x 0000000000000064)
    2016-08-25 15:34:37, transaction Info CSI 00000240 [SR] beginning verify and repair
    2016 08-25 15:34:38, info CSI 00000244 [SR] verification complete
    2016-08-25 15:34:38, info CSI 00000245 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:38, Info CSI 00000246 [SR] beginning verify and repair
    2016 08-25 15:34:38, info CSI 00000248 [SR] verification complete
    2016-08-25 15:34:38, info CSI 00000249 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:38, CSI Info 0000024a transaction [SR] beginning verify and repair
    2016 08-25 15:34:40, Info CSI 0000026f [SR] Verify complete
    2016-08-25 15:34:40, info CSI 00000270 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:40, transaction Info CSI 00000271 [SR] beginning verify and repair
    2016-08-25 15:34:41, Info CSI 00000273 [SR] check complete
    2016-08-25 15:34:41, 00000274 CSI info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:41, transaction Info CSI 00000275 [SR] beginning verify and repair
    2016-08-25 15:34:41, Info CSI 00000277 [SR] check complete
    2016-08-25 15:34:42, info CSI 00000278 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:42, transaction Info CSI 00000279 [SR] beginning verify and repair
    2016-08-25 15:34:42, CSI Info 0000027b Verify [SR] full
    2016-08-25 15:34:42, components of CSI Info 0000027 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:34:42, Info CSI 0000027 d [SR] beginning verify and repair transaction
    2016-08-25 15:34:43, CSI Info 0000028b Verify [SR] full
    2016-08-25 15:34:43, components of CSI Info 0000028 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:34:43, CSI Info 0000028 d [SR] beginning verify and repair transaction
    2016 08-25 15:34:43, info CSI 00000292 [SR] verification complete
    2016-08-25 15:34:44, info CSI 00000293 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:44, transaction Info CSI 00000294 [SR] beginning verify and repair
    2016 08-25 15:34:45, Info CSI 0000029f [SR] Verify complete
    2016-08-25 15:34:45, 000002 a 0 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:45, CSI Info 000002 a-1 transaction [SR] beginning verify and repair
    2016-08-25 15:34:45, 000002 a 3 CSI Info [SR] verification complete
    2016-08-25 15:34:45, 000002 a 4 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:45, CSI Info 000002a 5 transaction [SR] beginning verify and repair
    2016-08-25 15:34:47, 000002 a 7 CSI Info [SR] verification complete
    2016-08-25 15:34:47, 000002 a 8 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:47, CSI Info 000002a 9 transaction [SR] beginning verify and repair
    2016-08-25 15:34:47, 000002ab CSI Info [SR] verification complete
    2016-08-25 15:34:47, 000002ac CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:47, CSI Info 000002ad transaction [SR] beginning verify and repair
    2016-08-25 15:34:48, 000002af CSI Info [SR] verification complete
    2016-08-25 15:34:48, 000002 b 0 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:48, CSI Info 000002b 1 transaction [SR] beginning verify and repair
    2016-08-25 15:34:48, 000002 b 3 CSI Info [SR] verification complete
    2016-08-25 15:34:48, 000002 b 4 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:48, CSI Info 000002b 5 transaction [SR] beginning verify and repair
    2016-08-25 15:34:49, 000002 b 7 CSI Info [SR] verification complete
    2016-08-25 15:34:49, 000002 b 8 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:49, CSI Info 000002b 9 transaction [SR] beginning verify and repair
    2016-08-25 15:34:51, CSI Info 000002 d 3 [SR] check all the
    2016-08-25 15:34:51, CSI Info 000002 d 4 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:51, CSI Info 000002 d 5 [SR] beginning operation check and repair
    2016-08-25 15:34:55, CSI Info 000002 d 7 [SR] check all the
    2016-08-25 15:34:55, CSI Info 000002 d 8 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:55, CSI Info 000002 d 9 [SR] beginning operation check and repair
    2016-08-25 15:34:56, 000002db CSI Info [SR] verification complete
    2016-08-25 15:34:56, 000002dc CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:56, CSI Info 000002dd transaction [SR] beginning verify and repair
    2016-08-25 15:34:57, 000002df CSI Info [SR] verification complete
    2016-08-25 15:34:57, CSI Info 000002e0 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:57, CSI Info 000002e1 transaction [SR] beginning verify and repair
    2016-08-25 15:34:57, 000002e5 CSI Info [SR] verification complete
    2016-08-25 15:34:57, Info CSI [SR] 000002e6 components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:57, CSI Info 000002e7 transaction [SR] beginning verify and repair
    2016-08-25 15:34:58, 000002e9 CSI Info [SR] verification complete
    2016-08-25 15:34:58, 000002ea CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:58, CSI Info 000002eb transaction [SR] beginning verify and repair
    2016-08-25 15:34:59, 000002ed CSI Info [SR] verification complete
    2016-08-25 15:34:59, 000002ee CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:59, CSI Info 000002ef transaction [SR] beginning verify and repair
    2016-08-25 15:34:59, 000002f1 CSI Info [SR] verification complete
    2016-08-25 15:34:59, 000002f2 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:34:59, CSI Info 000002f3 transaction [SR] beginning verify and repair
    2016-08-25 15:35, 000002f6 CSI Info [SR] verification complete
    2016-08-25 15:35, 000002f7 CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35, CSI Info 000002f8 transaction [SR] beginning verify and repair
    2016-08-25 15:35:01, 000002fa CSI Info [SR] verification complete
    2016-08-25 15:35:01, 000002fb CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35:01, CSI Info 000002 fc [SR] beginning verify and repair operation
    2016-08-25 15:35:02, 000002fe CSI Info [SR] verification complete
    2016-08-25 15:35:02, 000002ff CSI Info [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35:02, transaction Info CSI 00000300 [SR] beginning verify and repair
    2016 08-25 15:35:02, info CSI 00000302 [SR] verification complete
    2016-08-25 15:35:02, info CSI 00000303 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35:02, Info CSI 00000304 [SR] beginning verify and repair
    2016 08-25 15:35:03, info CSI 00000307 [SR] verification complete
    2016-08-25 15:35:03, info CSI 00000308 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35:03, Info CSI 00000309 [SR] beginning verify and repair
    2016-08-25 15:35:04, CSI Info 0000030b Verify [SR] full
    2016-08-25 15:35:04, components of CSI Info 0000030 c [SR] 100 audit (0 x 0000000000000064)
    2016-08-25 15:35:04, CSI Info 0000030 d [SR] beginning verify and repair transaction
    2016 08-25 15:35:05, Info CSI 0000030f [SR] Verify complete
    2016-08-25 15:35:05, info CSI 00000310 [SR] components check 100 (0 x 0000000000000064)
    2016-08-25 15:35:05, the transaction Info CSI 00000311 [SR] beginning verify and repair
    2016 08-25 15:35:06, info CSI 00000313 [SR] verification complete
    2016-08-25 15:35:06, info CSI 00000314 [SR] components check 71 (0 x 0000000000000047)
    2016-08-25 15:35:06, transaction Info CSI 00000315 [SR] beginning verify and repair
    2016 08-25 15:35:06, info CSI 00000317 [SR] verification complete
    2016-08-25 15:35:06, info CSI 00000318 [SR] repair 2 components
    2016-08-25 15:35:06, transaction Info CSI 00000319 [SR] beginning verify and repair
    2016-08-25 15:35:06, CSI 0000031b [SR] repair corrupt file Info [ml:520 {260}, l:74 {37}] '------? \C:\Windows\system32\drivers\en-us"\[l:28{14}]"Usbhub.sys.MUI' of the store
    2016 08-25 15:35:06, CSI 0000031e Info [SR] repair complete
    2016-08-25 15:35:06, CSI 0000031f [SR] Committing transaction Info
    2016 08-25 15:35:06, info CSI 00000323 [SR] check and complete repair operation. All of the files and registry keys listed in this operation were repaired successfully

    Well Yes, if its been properly repaired, why do I need the 'fix' after every start?

    Hello

    Please try to run the DISM to correct the error.  Please follow the steps in this link.

    Otherwise, you can do System Restore to restore your computer to its previous state before this error occurs. Remember to backup your files before performing this step.

    If you need assistance, please do not hesitate to contact us.

    Kind regards.

  • Error 105 - unable to resolve the addresses of DNS servers

    Hello! I'm sorry from the start for many stupid questions, I'll ask. I am a beginner :) I don't know if my rooter is the problem or the network cable, when I use cable internet, it works (bad but it works). When I try to go with my router (d-link dir-635) it appears the error 105. I tried all your suggestions, but still nothing. I can do something else or my rooter is dead? PS: I am on Windows 7. Sorry to bother you again!

    Hello

    Please contact Microsoft Community.

    According to the description, it looks like you cannot resolve the address of DNS servers. The probable cause of this problem may be due to the DNS.

    I have a couple of steps that should help you to solve this problem.

    Method 1:

    Try the resolution of the problems mentioned in this link

    Using the troubleshooter from network in Windows 7

    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7

    Method 2:

    Visit this link and see "How can I clear the DNS cache?

    http://Windows.Microsoft.com/en-us/Windows7/DNS-domain-name-system-frequently-asked-questions

    Method 3:

    Try to assign the DNS manually and check

    To change the settings of the adapter wireless network connections.

    a. Click Start, type network and sharing Center in the start search box and press ENTER.

    b. click on change settings card, right click on wireless network connection and click on Properties.

    c. Select Internet version 4 Protocol, click Properties.

    d. place a next point to use the following dns server address.

    change the preferred dns 208.67.222.222 and dns auxiliary as 208.67.222.220 and click on validate the output parameter and click on ok.

    I hope this helps. If you have questions more related to Windows, feel free to post here at Microsoft Community.

  • Unable to test the simple SOA application due to the JCA error

    Hi I'm testing a very simple SOA application... the composite application contains a DB service as point that routes data through mediator in the DB adapter and attempt to insert data into a table entry.

    When I go to EM and run the application by giving the input data for the parameters WSDL and the practice test... He throws JCS error and is not able to connect to the database because it can not find the JNDI name. I gave the same JNDI name in data sources in weblogic server and connecting to tables when creating the application but don't know why this isn't finding the JNDI name. Here is the error:

    JCABinding = > Project1:InsertData [InsertData_ptt::merge(PersonCollection,PersonCollection)] could not invoke operation "merge" against the "null" due to:

    LIAISON. JCA-12511

    JCA Binding Component connection problem.

    JCA Binding component is unable to create an outgoing connection of JCA (CCI).

    Project1:insertData [InsertData_ptt::merge (PersonCollection, PersonCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. JCA-12510

    Location of JCA resource adapter error.

    Cannot find the adapter in JCA resources via the element of the binding .jca file <-factory connections / >

    The Binding of JCA component is unable to startup of the resource adapter that is specified in the <-factory connections / > element: location = ' EI/DB/LocalXE.

    The reason is most likely to be

    (1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or

    (2) the "< jndi name >" element in weblogic - ra.xml has not been defined in eis/DB/LocalXE. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR).

    Please fix this and then restart the application server

    11.1.1.7 and 11.1.1.7 and 10.3.5 weblogic Server SOA-JDev

    Looks like your factory connections can be a problem? You have created the connection factory in pools of outbound connections for the DB adapter. See adapter JCA Oracle Database - 11 g Release 1 (11.1.1.6.3).

    Sometimes you have to press "enter" key to save the data.

  • Unable to ping guest operating system host

    Hello

    I've set up the vmware workstation as below:

    [Vmware VPC] guest operating system running on windows server 2003 standard edition.

    Host OS running on windows server 2003 standard edition.

    Used IP address are as follows:

    Guest operating system [VPC Vmware]

    IP address: 192.168.15.74

    Subnet mask: 255.255.255.0

    Default gateway: 192.168.15.1

    Host operating system

    IP address: 192.168.15.34

    Subnet mask: 255.255.255.0

    Default gateway: 192.168.15.1

    VMNet1

    IP address: 192.168.15.1

    Subnet mask 255.255.255.0

    The network adapter used to connect the guest OS no [Host].

    I was able to ping between host and guest, but unable to do the reverse. [guest to host]

    The gateway can also be ping of two BONES.

    Firewall of these two OS are off.

    Can we ask or advise me about this problem? Thank you.

    Shacky wrote: I need to connect to a device that is on the live network. I need to connect the guest and the device so that they can talk to each other.

    So why you use VMnet1 Host only and does not connect to the physical LAN?  You should use linked by a bridge.

    Suggest that read 14 chapters (setting up a virtual network) & 15 (advanced virtual networking) in the user of the workstation manual in order to gain a better understanding of the Virtual Network Infrastructure.

Maybe you are looking for

  • iPad restore from iCloud on iTunes

    Nice day I tried to update my iPad IOS 10, the iPad has frozen. After research, I managed to reset iPad Now I would like to restore the last backup - of the iCloud (September 1, 2016) This backup is not on my list of possible restorations, only a rat

  • MUTE button Red

    On my HP pavilion dv7 laptop 211 the mute button is on red. I have windows 7 and have updated to windows and Hp and updated device drivers codec and audio I see several other people have it and we're talking about a "hard reset" What's this?

  • WTR54GL v1.1 erratic led flashing sequence

    Sometimes, it's the ping requests sometimes here is an example Reply from 192.168.1.1: bytes = 32 time = 2ms TTL = 100Reply from 192.168.1.1: bytes = 32 time = 1ms TTL = 100Reply from 192.168.1.1: bytes = 32 time = 1ms TTL = 100Reply from 192.168.1.1

  • Cannot find the Gallery of images for screen saver in Windows Xp

    Original title: Gallery photograpique for screen savers I can't find the Gallery of images used in my screensaver in old computer to copy to the new computer. Windows XP Home Edition is my op system.

  • application on the phone and Tablet

    I have an application with a version for phones. Now I intend to create the application for the Playbook by using the native SDK. I got a new set of key signature for the NDK. So, if the user buy the app for the Playbook or their phone, can they can