Assessment Results

We have somewhat successfully received scores on assessments.
However, Outlook doesn't always list every answer to each question.
For example, if we have 60 questions in an assessment, sometimes we
receive all 60 answers by a user and most of the time we receive
less than that, i.e. 57, 58, 53, 30 (!). Also, sometimes the
results are mixed up, i.e. question 10 may be a M/C on 1 and a T/F
on another response (this could be due to the fact that we allow
the user to come back to a question and answer later). Regarding
the first problem, there is no way to accurately determine which
questions were answered correctly or incorrectly. Is this an
Outlook problem or a Captivate problem?

Connect will track the simulation interactions in Captivate (assuming you have told them to report as part of the quiz).
However, if you embed it into a Presenter Presentation, you will not have the ability to track the interactions. The better workflow there is to have the Captivate project external to the Presenter project and give access to it via hyperlink.

Similar Messages

  • Does daisy chaining affect assessment results?

    I need to break a large Captivate 4 project file into smaller segments. If I daisy chain the resulting segments, what will happen to the assessment results from the first one or two segments. Currently, assessment results from all slides appear as a cumulative total after the quiz at the end of the tutorial. If I split the tutorial and daisy chain the segments, will the total assessment results still include assessment results from all slides in the daisy chain?
    And what happens to the table of contents? Will every segment of the daisy chain have the same table of contents? If so, how would I update the table of contents if I needed to?

    If you daisy chain a project then each of the projects will be a separate instance with no communication between them. Basically all assesments, TOC etc will only apply to that particular project so you wont be able to get a cummulative total for your assesments in the last chapter.
    If you have access to a Flash programmer you could create functionality to store the quiz results from each chapter and then bring them all together in the last chapter.
    As for the TOC there is no joy. Perhaps you could use the Aggregator function instead but the functionality and level of detail is not the same as with the TOC.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • UPerform assessment results - cannot send to the server

    Hi there
    I am having an issue with collecting the assessment results from a lesson.
    The code in the Template expects a url of http:
    localhost and the results.asp file needs to be created here BUT this means that all users machines have to have IIS installed.  Surely not?
    I have installed IIS on my machine and have had to create a results.asp file but am not sure what code needs to be in the file?  Should it be a re-direction to the uPerform server?
    OR should I change the url to my uPerform server? If so where do I direct it too on the server?
    What I need to do is allow users to take an assessment, fillin their username and submit their results to be captured on the uPerfrom server.
    We do NOT run an LMS at present but will install SAP LS next year; for now I need to capture the results in excel and then use an LSMW to upload into Training & Events.
    I am using uPerfrom 4.3 patch 2 but will have to upgrade to patch 3 for another issue.
    I have raised an OSS that is with now with Ancile in Germany.
    Any ideas most welcome.
    Regards
    Carl Cavendish-Davies

    I was able to fix it by reseting the agent via
    /opt/ovs-agent-2.2/utils/config_agent.py
    I set
    allow: all
    deny: none
    (reset the password)

  • Suspend 20 Iterations Error in Soap Assess Response (ODS)

    OPA Experts,
    I'm trying to replace the default error message you receive when the inferencing cycle has errored-out after 20 iterations. I'm restricted to using ODS and none of the features of OWD. Using Java framework.
    I've encountered this several times before and was able to stop via error() in the rules, but for this particular instance (see below), I can throw the error and view both this and the 20 iterations message in OPM (20 iterations in red box at top of OPM interface and custom error message in output window), but the soap assess response presents the 20 iterations (ThinkException) message and nothing else.
    "This particular instance" means an illegal attribute value and relationship population in the same entity. E.g. TaxReturn entity --> <attribute>tax_filing_status = "Single" and <relationship>tax_filing_spouse populated. A person filing a tax return can only have a tax_filing_spouse populated when they have a tax_filing_status of "Married Filing Jointly".
    What I've tried so far:
    Catching and throwing the error via rules
    OnReturnResultEvent
    InferencingListener
    SoapServerException
    ThinkException override (which isn't really possible but I thought I'd try anyway )
    OnBeforeThinkEvent
    The request, in all of the above cases, only touches my empty constructors and none of my methods.
    Here's one example (among many) of my log4j log (edited for space and readability purposes):
    ========================================================================================
    388 [http-127.0.0.1-9000-Processor4] INFO  com.oracle.util.plugins.PluginRegistry  - Successfully created plugin factory: handleIllegalTaxRequest.HandleIllegalTaxRequest
    8509 [http-127.0.0.1-9000-Processor2] INFO  com.oracle.determinations.engine.Session  - User setting attribute i_return_filing-status, entity taxreturn, instance name 54f63ed31435527aebb709fac1417c00, session 1 to value 1
    21080 [http-127.0.0.1-9000-Processor2] INFO  com.oracle.determinations.engine.Session  - Engine inferring attribute o_per_pend-person, entity person, instance name SELF1120128911, session 1 to value true
    21080 [http-127.0.0.1-9000-Processor2] INFO  com.oracle.determinations.engine.Session  - Finishing inferencing on session 1
    21081 [http-127.0.0.1-9000-Processor2] TRACE com.oracle.determinations.ocs.UnknownMemberListener  - In UnknownMemberListener
    21083 [http-127.0.0.1-9000-Processor2] ERROR com.oracle.determinations.server.services.AbstractNativeService  - Could not reach a determination for rulebase 'FakeNameOfRulebase'. Reason: Think cycle has not stabilised after 20 iterations.  This is probably due to a fault in the inferencing listener.
    com.oracle.determinations.server.exceptions.ThinkException: Could not reach a determination for rulebase 'FakeNameOfRulebase'. Reason: Think cycle has not stabilised after 20 iterations.  This is probably due to a fault in the inferencing listener.
      at com.oracle.determinations.server.assess.AssessEngine.assess(AssessEngine.java:147)
      at com.oracle.determinations.server.services.assess.AssessAction.process(AssessAction.java:67)
      at com.oracle.determinations.server.services.AbstractNativeService.processRequest(AbstractNativeService.java:119)
      at com.oracle.determinations.server.DSServlet.doPost(DSServlet.java:103)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
      at java.lang.Thread.run(Thread.java:722)
    ========================================================================================
    None of the inferencing responses in any of my logs present "tax_filing_spouse" relationship...so I must assume it's getting hung up on this. If I change the tax filing status in the request, I get the correct assess response with 0 errors. I tried getDecisionReport() of InferencingEvent to verify, but as mentioned above, only my constructors are being touched and none of my methods.
    Now, I could be approaching this incorrectly in my Java code, or there could be a way to catch and suspend this in the rules, but I've extended the capacity of my efforts and am about ready to throw my laptop out of the window. Any help would be greatly appreciated. I really need it!!!!
    v/r
    Mike

    Hi Mike,
    I'm not really sure what you want to achieve, this error message means that your assessment results are invalid and none of the conclusions can be relied upon so you really need to fix the rules themselves. This error can be caused by a loop in the rule logic as well as a a problem with an inferrencing listener (as suggested in the error message). You can check for rule loops in OPM and / or use visual inspection as you know which attribute / value triggers the problem.
    If you could share your rulebase and the source code for your UnknownMemberListener that may shed some light on the issue.
    If you really need to change the error message to you SOAP clients you may need to implement a custom service but this is unlikely to be trivial.

  • WEI could not measure video performanc​e , brand new w530 I7 quad

    WEI could not measure video performance , brand new w530 I7 quad I keep getting this error still have no score at all in the WEI.
    here is log
    60388 (8976) - winsat\logging.cpp:0815: --- START 2013\12\8 19:52:57 PM ---
    960404 (8976) - winsat\main.cpp:4301: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent ccb65078-0f66-4bee-9356-9034d5b7c1f0
    960404 (8976) - winsat\processwinsaterror.cpp:0095: ERROR: tried to read resource strings, unknown exception occured
    960685 (8976) - winsat\main.cpp:4474: > IsFormal=TRUE IsMoobe=FALSE.
    960716 (8976) - winsat\main.cpp:4585: Watch dog system enabled
    960716 (8976) - winsat\main.cpp:4600: Main watch dog timer set to 600.0 seconds
    961278 (8976) - winsat\main.cpp:2505: > DWM not running.
    961278 (8976) - winsat\main.cpp:2470: > EMD service will be restored on exit.
    961465 (8976) - winsat\syspowertools.cpp:0983: > Read the active power scheme as '7c59a34b-3fad-4d29-9f2a-da5579fa4fd7'
    961465 (8976) - winsat\main.cpp:2793: > power policy saved.
    961761 (8976) - winsat\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    961761 (8976) - winsat\main.cpp:2814: > power policy set to maximum.
    962541 (8976) - d3d\dx9misc.cpp:1030: HRESULT = 8876086a
    962541 (8976) - d3d\dx9misc.cpp:1030: Error: Unable to create the D3D device
    962541 (8976) - d3d\dx9misc.cpp:1030: Error: Unable to check the capabilities of the video card because a d3d device could not be created
    962557 (8976) - winsat\logging.cpp:1763: ERROR: pahse enter/leave imballance
    962557 (8976) - winsat\main.cpp:0948: > IsOfficial=TRUE IsFormal=TRUE IsMoobe=FALSE RanOverTs=FALSE RanOnbatteries=FALSE
    962557 (8976) - winsat\main.cpp:1775: > Run Assessment features
    962682 (8976) - winsat\main.cpp:1775: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 12 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    962994 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    963508 (8976) - winsat\processresults.cpp:4018: > Wrote video memory bandwidth to the registry 0
    963508 (8976) - winsat\main.cpp:2037: > DWM Assessment results processing SUCCESS
    963508 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    963805 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    964179 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    964460 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    964959 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    965240 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    965646 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    965926 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    966316 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    966628 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    967003 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    967284 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    967752 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    968048 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    968719 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    969047 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    969452 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    969749 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    970123 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    970482 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    970887 (8976) - winsat\main.cpp:1775: > Run Assessment d3d -dx10 -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff 5 -cbufp 6
    971184 (8976) - d3d\graphicsop.cpp:0263: Driver is not WDDM; aborting assessment.
    971683 (8976) - winsat\main.cpp:1775: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    981745 (8976) - media\mediaerror.cpp:0151: mfmediatest.cpp @ 1556: 0x800705b4 == ERROR_TIMEOUT
    981745 (8976) - media\mediaerror.cpp:0151: mfmediatest.cpp @ 1280: 0x800705b4 == ERROR_TIMEOUT
    981745 (8976) - media\mediaerror.cpp:0151: mfmediatest.cpp @ 389: 0x800705b4 == ERROR_TIMEOUT
    981745 (8976) - media\mediaerror.cpp:0095: Error: Could not build a topology to decode the input file.
    981745 (8976) - winsat\main.cpp:2056: > mfmedia Assessment FAILED due to an error
    981761 (8976) - winsat\processresults.cpp:4018: > Wrote video memory bandwidth to the registry 0
    981761 (8976) - winsat\processresults.cpp:1274: Limiting DWM Score to 1.0 - no DX9 capability
    981761 (8976) - winsat\processresults.cpp:1405: No DX9 capability - limiting D3D Score to 1.0
    981761 (8976) - winsat\processresults.cpp:1480: > Wrote disk score to the registry 0
    981792 (8976) - winsat\syspowertools.cpp:1015: > Set the active power scheme to 7c59a34b-3fad-4d29-9f2a-da5579fa4fd7'
    981807 (8976) - winsat\main.cpp:2855: > Power state restored.
    981807 (8976) - winsat\main.cpp:2870: > Successfully reenabled EMD.
    982010 (8976) - winsat\main.cpp:2896: > Composition restarted
    982010 (8976) - winsat\watchdog.cpp:0311: Watch dog system shutdown
    982010 (8976) - winsat\main.cpp:4909: > exit value = 1.

    I was able to only get this to work if I went into the Bios ans set machine to use the nvidia ONLY  the intel HD 4000 does not support WDDM?   latest drivers installed

  • E-Recruiting - Recruiter URL works for one user and doesn't for another

    Hi
    I am new to e-Recruiting, so any help will be greatly appreciated.
    We are in the process of configuring the SAP e-recruiting module on  an existing HCM system.  It is only a demo system. 
    We started off with the IDES, with SAP sample data.
    We activated the BSPs via SICF.
    We generated the BSP URLs via program rcf_generate_urls.
    We picked two existing employees (PERNRS) in the system and linked test IDs (USERID1, USERID2) to them in infotype 105.  Both USERID1 and USERID2 have BASIS/Superuser authorizations.
    When USERID1 runs the recruiter startpage it displays the page correctly.  Pernr of USERID1 has a Candidate(NA Object) linked to it's CP object.
    When USERID2 runs the recruiter start page it gives an internal error.  This Id's pernr does not have a candidate object. 
    Should there be a NA object for every CP object?  Does any one have some business process guides that may help us understand the relationships between the objects?
    Please advise.
    Thank you
    Amina

    Hello Amina,
    not everyone should have a candidate (NA) object, every one MUST have a candidate object. No matter which role someone plays within the e-recruiting system (recruiter, manager, admin, internal candidate, external candidate, talent manager, ...) he needs a candidate to work with the system.
    Assuming you have an ERP2005 (= E-Recruiting 600) you can use report RCF_USER_CREATE to create users for test purposes. For the productive environment you have to set up HR -> E-recruiting integration and can run HRALXSYNC to create candidates for existing employees.
    I am not sure how much business process documentation there is in sap help. I have to admit I prefere learning from the system. Perhaps a very rough overview:
    e-rec brings the following objects:
    NA - Candidate
    NB - Requisition / Application Group
    NC - Posting
    ND - Application
    NE - Candidacy
    NF - Talent Group
    furthermore e-recruting uses some additional objects from the hr base and other components (P Employee, CP Central Person, US User, BP Business Partner, O OrgUnit, S Position, QK qualification group, Q qualification, VA/VB/VC Questionaire and its elements)
    NA - The candidate is the central representation of everyone in e-recruiting. A Candidate is always linked to a CP which is linked to a BP and a US. If the person is an employee the CP is linked to the P object, too. (Hint: for integrated systems the user for an employee is not linked in HRP1001 but retrieved from IT0105 directly, e-recruiting uses a standard function of HR here, the hr function modules for reading object releations virtualize this assingment as hrp1001 relation).
    NB - The NB object has currently 3 slightly different tasks. As requisition it is the internal view for an internal/external hiring request, it defines what you are looking for e.g. "ABAP programer, 40 hours/week, place of work London, ..". As application group it allows to accept applications for "areas" where you have currently no exact position to hire but regularely look for canditates. Application groups channalize unsolicited applications e.g. Interns, Engineers. Third usage is the requisition for succession planning - not really important.
    NC - Posting is supposed to be the outside view. It contains the texts for the requisition published in the different channels. as you might to use a different text for the different media a requisition can have several postings. A posting has one or more posting instances / publications. They are not an hr object type, they define the channel with publication duration and language where you publish your posting.
    ND - The application can be compared with the hardcover application. If a candidate applies he creates an application. The application is linked to the candidate of course and as the candidate applies through a certain channel the application is linked to the posting.
    NE - The candidacy is the assignment to a requisition. You could say it is the task / intention to check a candidate for the requisition so it is linked to the requisition and the candidate. As the candidate applies for the job described by the requisition (application group are treated the same here) an application is always linked to at least one candidacy. If a recruiter decides based on the candidates profile that he is interesting for another open positions he can add more candidacies to the application to check the candidate for these requisitions. There is also the posibilit that you create a candidacy w/o application. Every external who applied and every employee is in the system even if he has no active application. External candidates can even register to the system w/o applying. You can check this pool for suitable candidate an assign them to a requisition. This is a candidacy w/ an application. You can later request a candidate to apply to this requisition but it is theoretical possible to process the complete hiring just with a candidacy.
    NF The Talent group is used to structure the huge amount of candidates in the pool. E.g. you can form a talent group "High Potentials - Design Engineers". You can use these groups to easier find suitable known candidates if a matching requisition is opened. But they are also needed for pool development. For short applicant groups you can track them and try to stick with your company till you get the right opening for them.
    The other object are linked to this core. Qualifications are linked to requisitions as requirement and linked to candidates of course. OrgUnits and Positions can be linked to requisitions to link to OM. Questionaires are assigned to candidates at all for general appraisal or to candidacies to appraise the suitability for the requisition or to track interview, assessment results.
    There ore other "objects" in e-recruiting which are not represented by an OTYPE. One example is mentioned above the publication. Others are recruiting team and recruiting plan. If you need information to one of these just post another reply.
    Hope that gives some basic overview about the objects.
    Best Regards
    Roman Weise

  • OBIEE Objects do not appear when intergrating in ADF

    hi,
    I am trying to embed OBIEE components (analysis, dashboards etc) into ADF pages.
    The BI Presentation Service Connection is build up successfully, and I can enumerate the BI Presentation Catalog.
    However, after I drag&drop a OBIEE component into my JSPX page, I run the file but the OBIEE component do not show up in the page. (Other page components are fine,such as lables and buttoms)
    No error is reported by Jdeveloper.
    My environment:
    Jdev 11.1.1.5.0
    OBIEE 11.1.1.6.2
    Thanks!!
    Ben

    Desperating for any suggestion!!!!!
    When I drag&drop the BI component, the Jdev log gets the following error:
    Feb 22, 2013 12:23:50 PM oracle.bi.presentation.soap.connection.impl.LogonTokenImpl <init>
    SEVERE: Perform impersonation was enabled for the BI Presentation Services SOAP connection, but there was no logged in user!
    When I run the JSPX Page, following errors occur:
    Target URL -- http://127.0.0.1:7101/Application3-Project0222-context-root/faces/HR.jspx
    [4720:6916:0222/122520:ERROR:gpu_info_collector_win.cc(135)] Could not read gaming score from assessment results.
    <BIRegionBinding> <_updateOrCreateSessionStylesheet> Unable to get the Session Attribute. oracle.bi.presentation.runtime.styles.biStylesheet
    <LogonTokenImpl> <<init>> Perform impersonation was enabled for the BI Presentation Services SOAP connection, but there was no logged in user!
    Please kindly provide any ideas!!!
    Every single ideas matters!
    Ben.

  • Error could not build a topology to decode the input file

    682593 (3088) - exe\logging.cpp:0841: --- START 2014\11\4 5:38:34 AM ---
    682593 (3088) - exe\main.cpp:4511: WinSAT registry node is created or present
    682609 (3088) - exe\main.cpp:4542: Command Line = winsat  formal
    682625 (3088) - exe\main.cpp:4314: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    682625 (3088) - exe\main.cpp:4649: INFO: Winsat is not running in AXE mode.
    682625 (3088) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    682687 (3088) - exe\main.cpp:4741: > IsFormal=TRUE  IsMoobe=FALSE.
    682687 (3088) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    682734 (3088) - exe\main.cpp:4860: Watch dog system enabled
    682734 (3088) - exe\main.cpp:4875: Main watch dog timer set to 600.0 seconds
    682875 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    682937 (3088) - exe\main.cpp:2615: > DWM Running.
    682937 (3088) - exe\main.cpp:2622: > turning off DWM.
    682937 (3088) - exe\main.cpp:2595: > EMD service will be restored on exit.
    682984 (3088) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    682984 (3088) - exe\main.cpp:2923: > power policy saved.
    683171 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    683171 (3088) - exe\main.cpp:2944: > power policy set to maximum.
    684515 (3088) - exe\main.cpp:0867: > WinSAT info: Version=V6.3 Build-9600.16384
    684562 (3088) - exe\main.cpp:1007: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    684562 (3088) - exe\main.cpp:4125: > Power 'execution' request successfully set.
    684562 (3088) - exe\main.cpp:1852: > Run Assessment features 
    684593 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    684640 (3088) - exe\main.cpp:1852: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    684656 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    696296 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    696359 (3088) - exe\main.cpp:2138: > DWM Assessment results processing SUCCESS
    696359 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    696359 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    702843 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    702843 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    709234 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    709234 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    716265 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    716265 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    723515 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723515 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    723515 (3088) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    733562 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1279: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 388: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0096:Error: Could not build a topology to decode the input file. (p_BuildTopology)
    733625 (3088) - exe\main.cpp:2157: > mfmedia Assessment FAILED due to an error
    733625 (3088) - exe\main.cpp:4164: > Power request 'execution' successfully cleared.
    733625 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    733625 (3088) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    733625 (3088) - exe\processresults.cpp:1547: No D3D10 Subscore. Using D3D9 subscore for final D3D score.
    733640 (3088) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    733640 (3088) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry 
    733796 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    733796 (3088) - exe\main.cpp:2985: > Power state restored.
    733812 (3088) - exe\main.cpp:3000: > Successfully reenabled EMD.
    733859 (3088) - exe\main.cpp:3026: > Composition restarted
    733859 (3088) - exe\watchdog.cpp:0339: Watch dog system shutdown
    733859 (3088) - exe\main.cpp:5204: > exit value = 21.
    i accidentally deleted all the formal assessment.xm file 
    please help me

    Hi,
    I'm agree with amavhsrma, we do need more information about your problem. We couldn't provide any suggestion with single log file.
    Roger Lu
    TechNet Community Support

  • Process Controls 10 - Missing application links

    Hello
    We are having an issue where three of our application links for process control are not appearing in NWBC. I have activated them in LPD_CUST. They were visible before I put them in a package and transport. After the populating the transport the links were appearing as Application 1 (Description in language English doesn't exists). I went into LPD_CUST and manually updated the description field for each link that was displaying this. All of the links were updated with the correct text and visible except the following:
    Indirect Entity-Level Control Evaluations
    Indirect Entity-Level Control Evaluations by Organization
    Risk Assessment Results
    I have tried to delete and re-copy from the repository launchpad but the links still do not appear. Below are some screen shots from LPD_CUST and NWBC. Anyone know why these links would not appear when the others do? Especially when they were appearing prior to inclusion in package / transport.

    OK, to answer my own question.
    It was not a "problem", but a "feature".
    I had the server starting in development mode, so by default process instances are terminated upon redeployment.
    Editing the setDomainEnv.cmd and setting
    set PRODUCTION_MODE=true
    solved my "problem".
    Hope this helps s/o in the future.

  • Windows Experience Index fails: An invalid character was found in text content winsat\main.cpp(1041)

    Hi
    I have been tearing my hair out over this, but found this thread which seems to be exactly what I am seeing
    (sorry for some reason I can't post links or images they have been stripped out)
    However the answer, scars me a bit and I need someone to step me through it.
    I have run SMBIOS viewer and spotted an odd looking character after the version 1 (looks like two
    small square zeros) removed it from registry but this did not solve the issue.
    ran winsat formal with admin  error. failed to load XML An invalid character was found in text content winsat\main.cpp(1041) unable to process
    xml file. winsat\main.cpp(4742) Error: cannot process assessment results cannot load xml data from string an invalid character was found in text content from interface msxm16.dll:Ixmldomdocument2
    Please help, I am tearing my hair out with this :(
    Here is my system spec, only a week old, ignore the voltages which are wrongly reported.
    Thanks
    Mike

    (Still can't post images here for some reason, can't even give you a link to see the screen shot :(
    Please verify your account in the following link
    http://social.technet.microsoft.com/Forums/en-US/947dcd6b-41c5-41c1-a39d-44a3cff60889/verify-your-account-19?forum=reportabug
    Have you tried to reset WEI as I mentioned above? What is the result?
    For HW info, we can also run msinfo32.exe to display the info.
    we can also reset BIOS to the default setting to check the issue.
    Regarding to SMBIOS, you can find detailed information in this link
    http://www.dmtf.org/standards/smbios
    NOTE
    This response contains
    a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and
    has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Could not measure video playback performance

    Windows Experience Index stops with this message.
    My Pc:
    Asus m3n hd/hdmi, Phenom quad 9550, 2x1gb mem, Asus EngTX 260 (tried drivers from nvidia & asus), Win7 ent x64  
    Logfile:
    131415 (0920) - winsat\logging.cpp:0815: --- START 2010\2\15 16:36:53 ---
    131415 (0920) - winsat\main.cpp:4301: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent 5592497f-0a37-4f1f-a1e8-3d8cc20675aa
    131415 (0920) - winsat\processwinsaterror.cpp:0095: ERROR: tried to read resource strings, unknown exception occured
    131758 (0920) - winsat\main.cpp:4474: > IsFormal=TRUE  IsMoobe=FALSE.
    131805 (0920) - winsat\main.cpp:4585: Watch dog system enabled
    131805 (0920) - winsat\main.cpp:4600: Main watch dog timer set to 600.0 seconds
    132273 (0920) - winsat\main.cpp:2505: > DWM not running.
    132273 (0920) - winsat\main.cpp:2470: > EMD service will be restored on exit.
    134316 (0920) - winsat\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    134316 (0920) - winsat\main.cpp:2793: > power policy saved.
    134519 (0920) - winsat\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    134535 (0920) - winsat\main.cpp:2814: > power policy set to maximum.
    136500 (0920) - winsat\logging.cpp:1763: ERROR: pahse enter/leave imballance
    136656 (0920) - winsat\main.cpp:0948: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    136719 (0920) - winsat\main.cpp:1775: > Run Assessment features
    136968 (0920) - winsat\main.cpp:1775: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 12 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    150587 (0920) - winsat\processresults.cpp:4018: > Wrote video memory bandwidth to the registry 44168100
    150587 (0920) - winsat\main.cpp:2037: > DWM Assessment results processing SUCCESS
    150587 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    157514 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    164393 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    171398 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    178387 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    185469 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    191912 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    198526 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    205422 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    214719 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    223892 (0920) - winsat\main.cpp:1775: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff 5 -cbufp 6
    230101 (0920) - winsat\main.cpp:1775: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    230335 (0920) - media\mediaerror.cpp:0151: mfmediatest.cpp @ 984: 0x800700ea == ERROR_MORE_DATA
    230335 (0920) - media\mediaerror.cpp:0151: mfmediatest.cpp @ 360: 0x800700ea == ERROR_MORE_DATA
    230335 (0920) - media\mediaerror.cpp:0095: Error: Could not resolve the input file.  (Is it present, and of a correct format?)
    230351 (0920) - winsat\main.cpp:2056: > mfmedia Assessment FAILED due to an error
    230429 (0920) - winsat\processresults.cpp:4018: > Wrote video memory bandwidth to the registry 44168100
    230460 (0920) - winsat\processresults.cpp:1241: Skipping Graphics video playback time limit check.
    230460 (0920) - winsat\processresults.cpp:1253: Skipping StdDefPlayback limit check.
    230460 (0920) - winsat\processresults.cpp:1265: Skipping StdDefPlayback limit check.
    230460 (0920) - winsat\processresults.cpp:1480: > Wrote disk score to the registry 0
    230507 (0920) - winsat\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    230522 (0920) - winsat\main.cpp:2855: > Power state restored.
    230522 (0920) - winsat\main.cpp:2870: > Successfully reenabled EMD.
    230819 (0920) - winsat\main.cpp:2896: > Composition restarted
    230819 (0920) - winsat\watchdog.cpp:0311: Watch dog system shutdown
    230819 (0920) - winsat\main.cpp:4909: > exit value = 1.
    file winsat.wmv is playable with all players installed (WMP & WMC plays it & other video files in perfomance folder).
    Setting maximum permissions for folder & files for all users & system accounts dont bring anyresult.
    I dont have Kaspersky antivirus on pc
    Datastore folder is cleared, don't working too. (maybe anyone can share this files, cause i fully deleted them from disk)
    Then, with Win7DS tweaker i restored settings to win defaults. the same
    Then i completley uninstall K-lite. Not working....
    Index was never computed on this OS (I didn't run it without drivers for MB & Video card)
    Any ideas?
    PS Sorry for my poor expirience in english, i hope my message is understandable
    Sorry for the  crossposting

    Hi Xopek1,
    You may perform an In-Place upgrade to repair the system and run Windows Experience Index again.
    In-place Upgrade
    ============
    1. Start the computer.
    2. Insert the Windows 7 DVD in the computer's DVD drive.
    3. Use one of the following procedures, as appropriate:
    a. If Windows automatically detects the DVD, the Install now screen appears. Click Install now.
    b. If Windows does not automatically detect the DVD, follow these steps:
       b1. Click Start, click Run, type Drive:\setup.exe, and then click OK. Note Drive is the drive letter of the computer's DVD drive.
       b2. Click Install now.
    4. When you reach the Which type of installation to you want? screen, click Upgrade to upgrade the current operating system to Windows 7.
    What’s the result?
    Regards,
    Arthur Li - MSFT

  • How can SD be implemented in education industry ??

    Hi ,
           can any one tell me the process of implementation of SD module in education industry ..  how could be the requirements and the various steps
    thank
    madhan mohan
    reward for sure

    Hi,
    SAP has SAP Campus Management package that can be configured for specific needs of Educational Institutions with the following features:
    SAP for Higher Education & Research:
    Features & Functions
    SAP for Higher Education & Research offers comprehensive functionality that allows colleges, universities, and research institutions to address the challenges and opportunities of today's economy. A comprehensive set of functions supports student life-cycle management. Plus, SAP for Higher Education and research addresses other core business areas.
    E-Procurement
    Intelligent procurement and materials management
    Requirements planning, purchasing, invoice verification, inventory management, and warehouse management
    Direct links with funds management, financial accounting, and managerial accounting capabilities
    Knowledge Management
    Web check-in, authoring, and editing
    Performance assessment workbench
    Integration with document management
    E-Learning
    Personalized online educational offerings to match student needs and eligibility
    Tailored learning paths to match student profiles
    Student accounts and progress tracking
    Assessment results integrated with ERP systems
    Financial Management
    Comprehensive budget and finance management across the institution
    Optimized budget formulation processes
    Managerial accounting tools and decision support for cost control of processes, products, and services
    Return on investment (ROI) analyses
    Comprehensive accounting functions for increased efficiency of accounts payable and accounts receivable accounting
    Human Resources
    Organization and position management, linking personnel budgets with work areas and employees
    Recruitment processes for managing open positions, applicant screening, reporting, and cost analysis
    Time and leave management
    Personnel administration
    SAP for Higher Education & Research:
    Business Benefits
    Technology bells and whistles are meaningless to higher education and research institutions. You need proven solutions that address key budgetary and service issues. And that position your institution to attract and retain the best academic talent – and maximum funding. SAP is dedicated to building better institutions by helping you achieve the following objectives:
    Reducing university administrative costs through efficient management – SAP solutions support all processes from front office to back office – including those involving prospects, students, and alumni, as well as financials, operations, procurement, human capital management, reporting, and analytics. Support for integrated workflow results in fast, organized, and productive management processes across the campus and research community.
    Unifying students, faculty and staff with information and processes – Many higher education and research organizations spend the bulk of their IT budgets on maintaining existing infrastructure and integrating heterogeneous systems, leaving few resources for innovation. In contrast, the SAP NetWeaver platform integrates your students, faculty, and staff with information and business processes while reducing complexity and cost.
    Meeting compliance and governance requirements – SAP allows you to meet demands for accountability and financial transparency with executive dashboards, alerting and reporting, security and identity management, content and records management, and workflow and business-process management. Deploying a common platform helps you meet risk mitigation objectives and comply with directives, such as SEVIS and OMB Circular A-21.
    Promoting a relationship-focused mind-set with constituents – SAP solutions help you improve the efficiency of communications with various stakeholders and foster a focus on your constituents, such as students, faculty, alumni, and suppliers. In today's competitive academic environment, organizations must differentiate themselves by providing personalized, timely, and easily accessed information.
    <b>Reward if helpful.</b>

  • Could not complete WEI

    I had a clean install of Windows 8. The WEI is giving the following error:
    Could not measure video playback performance
    Here is the winsat log file
    1557357 (0312) - exe\logging.cpp:0841: --- START 2013\12\25 00:35:17 ---
    1557357 (0312) - exe\main.cpp:4659: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent 2e0ba418-f263-4d37-86f0-ad04ec20cfff
    1557373 (0312) - exe\main.cpp:4766: WinSAT registry node is created or present
    1557373 (0312) - exe\main.cpp:4450: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    1557373 (0312) - exe\main.cpp:4786: INFO: Winsat is not running in AXE mode.
    1557373 (0312) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    1557685 (0312) - exe\main.cpp:4878: > IsFormal=TRUE  IsMoobe=FALSE.
    1557685 (0312) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    1557732 (0312) - exe\main.cpp:4997: Watch dog system enabled
    1557732 (0312) - exe\main.cpp:5012: Main watch dog timer set to 600.0 seconds
    1557794 (0312) - exe\main.cpp:2617: > DWM Running.
    1557794 (0312) - exe\main.cpp:2624: > turning off DWM.
    1557794 (0312) - exe\main.cpp:2597: > EMD service will be restored on exit.
    1557810 (0312) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    1557810 (0312) - exe\main.cpp:2925: > power policy saved.
    1557903 (0312) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    1557903 (0312) - exe\main.cpp:2946: > power policy set to maximum.
    1558824 (0312) - exe\main.cpp:0868: > WinSAT info: Version=V6.2 Build-9200.16384
    1558824 (0312) - exe\main.cpp:1008: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    1558824 (0312) - exe\main.cpp:4261: > Power 'execution' request successfully set.
    1558824 (0312) - exe\main.cpp:1853: > Run Assessment features
    1558824 (0312) - exe\main.cpp:1853: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    1558824 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1569728 (0312) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6434810
    1569728 (0312) - exe\main.cpp:2139: > DWM Assessment results processing SUCCESS
    1569728 (0312) - exe\main.cpp:1853: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    1569728 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1575734 (0312) - exe\main.cpp:1853: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    1575734 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1581506 (0312) - exe\main.cpp:1853: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    1581506 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1587622 (0312) - exe\main.cpp:1853: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    1587622 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1594096 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    1594096 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1599805 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    1599805 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1605531 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    1605531 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1612956 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    1612956 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1621255 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj
    C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    1621255 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1629274 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    1629274 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1636809 (0312) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    1636809 (0312) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    1642238 (0312) - exe\main.cpp:1853: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    1642253 (0312) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    1642456 (0312) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 542: 0x8876017c == D3DERR_OUTOFVIDEOMEMORY
    1642456 (0312) - mfmedia\mediaerror.cpp:0096: Error: An error was reported by Media Foundation while playing the file.
    1652970 (0312) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    1652970 (0312) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 746: 0x800705b4 == ERROR_TIMEOUT
    1652970 (0312) - exe\main.cpp:2158: > mfmedia Assessment FAILED due to an error
    1652970 (0312) - exe\main.cpp:4300: > Power request 'execution' successfully cleared.
    1652970 (0312) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6434810
    1652970 (0312) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    1652970 (0312) - exe\processresults.cpp:1559: Using D3D10 subscore for final D3D score.
    1652986 (0312) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    1652986 (0312) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry
    1653048 (0312) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    1653048 (0312) - exe\main.cpp:2987: > Power state restored.
    1653048 (0312) - exe\main.cpp:3002: > Successfully reenabled EMD.
    1653080 (0312) - exe\main.cpp:3028: > Composition restarted
    1653080 (0312) - exe\watchdog.cpp:0339: Watch dog system shutdown
    1653080 (0312) - exe\main.cpp:5341: > exit value = 21.
    037112 (1332) - exe\logging.cpp:0841: --- START 2013\12\25 21:00:14 ---
    037112 (1332) - exe\main.cpp:4659: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent 0d71d1ac-33d7-477c-ace9-5e60dbc5ca26
    037128 (1332) - exe\main.cpp:4766: WinSAT registry node is created or present
    037128 (1332) - exe\main.cpp:4450: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    037128 (1332) - exe\main.cpp:4786: INFO: Winsat is not running in AXE mode.
    037128 (1332) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    037190 (1332) - exe\main.cpp:4878: > IsFormal=TRUE  IsMoobe=FALSE.
    037190 (1332) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    037237 (1332) - exe\main.cpp:4997: Watch dog system enabled
    037237 (1332) - exe\main.cpp:5012: Main watch dog timer set to 600.0 seconds
    037284 (1332) - exe\main.cpp:2617: > DWM Running.
    037284 (1332) - exe\main.cpp:2624: > turning off DWM.
    037284 (1332) - exe\main.cpp:2597: > EMD service will be restored on exit.
    037299 (1332) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    037299 (1332) - exe\main.cpp:2925: > power policy saved.
    037377 (1332) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    037377 (1332) - exe\main.cpp:2946: > power policy set to maximum.
    038329 (1332) - exe\main.cpp:0868: > WinSAT info: Version=V6.2 Build-9200.16384
    038329 (1332) - exe\main.cpp:1008: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    038329 (1332) - exe\main.cpp:4261: > Power 'execution' request successfully set.
    038329 (1332) - exe\main.cpp:1853: > Run Assessment features
    038329 (1332) - exe\main.cpp:1853: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    038329 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    049655 (1332) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6467830
    049655 (1332) - exe\main.cpp:2139: > DWM Assessment results processing SUCCESS
    049655 (1332) - exe\main.cpp:1853: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    049655 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    055645 (1332) - exe\main.cpp:1853: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    055645 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    061479 (1332) - exe\main.cpp:1853: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    061479 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    067657 (1332) - exe\main.cpp:1853: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    067657 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    073913 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    073913 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    079560 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    079576 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    085145 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    085145 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    092555 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    092555 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    100932 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    100932 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    108888 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    108888 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    116595 (1332) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    116595 (1332) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    122023 (1332) - exe\main.cpp:1853: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    122086 (1332) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    122460 (1332) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 542: 0x8876017c == D3DERR_OUTOFVIDEOMEMORY
    122460 (1332) - mfmedia\mediaerror.cpp:0096: Error: An error was reported by Media Foundation while playing the file.
    132928 (1332) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    132928 (1332) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 746: 0x800705b4 == ERROR_TIMEOUT
    132928 (1332) - exe\main.cpp:2158: > mfmedia Assessment FAILED due to an error
    132944 (1332) - exe\main.cpp:4300: > Power request 'execution' successfully cleared.
    132944 (1332) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6467830
    132944 (1332) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    132944 (1332) - exe\processresults.cpp:1559: Using D3D10 subscore for final D3D score.
    132959 (1332) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    132959 (1332) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry
    133022 (1332) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    133022 (1332) - exe\main.cpp:2987: > Power state restored.
    133022 (1332) - exe\main.cpp:3002: > Successfully reenabled EMD.
    133053 (1332) - exe\main.cpp:3028: > Composition restarted
    133053 (1332) - exe\watchdog.cpp:0339: Watch dog system shutdown
    133053 (1332) - exe\main.cpp:5341: > exit value = 21.
    212020 (1160) - exe\logging.cpp:0841: --- START 2013\12\25 21:03:09 ---
    212020 (1160) - exe\main.cpp:4659: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent 88e97b13-44d2-40b4-8a13-bc16d2d907d0
    212020 (1160) - exe\main.cpp:4766: WinSAT registry node is created or present
    212020 (1160) - exe\main.cpp:4450: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    212020 (1160) - exe\main.cpp:4786: INFO: Winsat is not running in AXE mode.
    212020 (1160) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    212067 (1160) - exe\main.cpp:4878: > IsFormal=TRUE  IsMoobe=FALSE.
    212067 (1160) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    212114 (1160) - exe\main.cpp:4997: Watch dog system enabled
    212114 (1160) - exe\main.cpp:5012: Main watch dog timer set to 600.0 seconds
    212176 (1160) - exe\main.cpp:2617: > DWM Running.
    212176 (1160) - exe\main.cpp:2624: > turning off DWM.
    212176 (1160) - exe\main.cpp:2597: > EMD service will be restored on exit.
    212192 (1160) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    212192 (1160) - exe\main.cpp:2925: > power policy saved.
    212286 (1160) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    212286 (1160) - exe\main.cpp:2946: > power policy set to maximum.
    213222 (1160) - exe\main.cpp:0868: > WinSAT info: Version=V6.2 Build-9200.16384
    213222 (1160) - exe\main.cpp:1008: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    213222 (1160) - exe\main.cpp:4261: > Power 'execution' request successfully set.
    213222 (1160) - exe\main.cpp:1853: > Run Assessment features
    213237 (1160) - exe\main.cpp:1853: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    213237 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    224173 (1160) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6480100
    224173 (1160) - exe\main.cpp:2139: > DWM Assessment results processing SUCCESS
    224173 (1160) - exe\main.cpp:1853: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    224173 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    229992 (1160) - exe\main.cpp:1853: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    229992 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    235748 (1160) - exe\main.cpp:1853: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    235748 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    241863 (1160) - exe\main.cpp:1853: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    241863 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    248088 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    248088 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    253657 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    253657 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    259211 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    259211 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    266605 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    266605 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    274936 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    274936 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    282845 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    282845 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    290380 (1160) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    290380 (1160) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    296074 (1160) - exe\main.cpp:1853: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    296074 (1160) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    296308 (1160) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 542: 0x8876017c == D3DERR_OUTOFVIDEOMEMORY
    296308 (1160) - mfmedia\mediaerror.cpp:0096: Error: An error was reported by Media Foundation while playing the file.
    306807 (1160) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    306807 (1160) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 746: 0x800705b4 == ERROR_TIMEOUT
    306807 (1160) - exe\main.cpp:2158: > mfmedia Assessment FAILED due to an error
    306807 (1160) - exe\main.cpp:4300: > Power request 'execution' successfully cleared.
    306807 (1160) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6480100
    306822 (1160) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    306822 (1160) - exe\processresults.cpp:1559: Using D3D10 subscore for final D3D score.
    306822 (1160) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    306822 (1160) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry
    307150 (1160) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    307150 (1160) - exe\main.cpp:2987: > Power state restored.
    307150 (1160) - exe\main.cpp:3002: > Successfully reenabled EMD.
    307197 (1160) - exe\main.cpp:3028: > Composition restarted
    307197 (1160) - exe\watchdog.cpp:0339: Watch dog system shutdown
    307197 (1160) - exe\main.cpp:5341: > exit value = 21.
    2556918 (2820) - exe\logging.cpp:0841: --- START 2013\12\25 21:42:14 ---
    2556918 (2820) - exe\main.cpp:4659: Command Line = "C:\Windows\system32\winsat.exe" disk -wsswap
    2556918 (2820) - exe\main.cpp:4766: WinSAT registry node is created or present
    2556918 (2820) - exe\main.cpp:4450: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    2556918 (2820) - exe\main.cpp:4786: INFO: Winsat is not running in AXE mode.
    2556918 (2820) - exe\main.cpp:4814: Skipping writing the Initial values to the registry - Axe Mode
    2556918 (2820) - exe\main.cpp:2632: > DWM not running.
    2556918 (2820) - exe\main.cpp:2597: > EMD service will be restored on exit.
    2556949 (2820) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    2556949 (2820) - exe\main.cpp:2925: > power policy saved.
    2557059 (2820) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    2557059 (2820) - exe\main.cpp:2946: > power policy set to maximum.
    2557324 (2820) - exe\main.cpp:0868: > WinSAT info: Version=V6.2 Build-9200.16384
    2557324 (2820) - exe\main.cpp:1008: > IsOfficial=TRUE  IsFormal=FALSE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    2557324 (2820) - exe\main.cpp:4261: > Power 'execution' request successfully set.
    2557324 (2820) - exe\main.cpp:1853: > Run Assessment disk -wsswap -drive C:
    2557324 (2820) - storage\diskprof.cpp:0161: CCC Support not disabled in registry
    2557324 (2820) - storage\diskprof.cpp:0677: DiskProfilerThreadProc Launched with priority 0
    2557324 (2820) - storage\diskprof.cpp:0690: ITERATION NUMBER 1
    2557324 (2820) - storage\diskprof.cpp:0698: Random seed is 1387987934
    2559024 (2820) - exe\main.cpp:4300: > Power request 'execution' successfully cleared.
    2559040 (2820) - exe\processresults.cpp:5288: > Wrote wsswap throughput, from the profiler, to the registry 242688
    2559040 (2820) - exe\processresults.cpp:5298: > Wrote wsswap interference, from the profiler, to the registry 655379
    2559040 (2820) - exe\processresults.cpp:5375: Skipping Registry Entry for random read disk score
    2559056 (2820) - exe\processwinsaterror.cpp:0340: Skipping writing the exit code, cant msg and why msg to registry
    2559258 (2820) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    2559258 (2820) - exe\main.cpp:2987: > Power state restored.
    2559258 (2820) - exe\main.cpp:3002: > Successfully reenabled EMD.
    2559290 (2820) - exe\main.cpp:5341: > exit value = 0.
    4044325 (2440) - exe\logging.cpp:0841: --- START 2013\12\25 22:07:01 ---
    4044325 (2440) - exe\main.cpp:4659: Command Line = "C:\Windows\system32\winsat.exe" formal -cancelevent 6072429d-31a4-488e-8c95-52eeb9acf545
    4044325 (2440) - exe\main.cpp:4766: WinSAT registry node is created or present
    4044325 (2440) - exe\main.cpp:4450: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    4044325 (2440) - exe\main.cpp:4786: INFO: Winsat is not running in AXE mode.
    4044325 (2440) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    4044357 (2440) - exe\main.cpp:4878: > IsFormal=TRUE  IsMoobe=FALSE.
    4044357 (2440) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    4044388 (2440) - exe\main.cpp:4997: Watch dog system enabled
    4044388 (2440) - exe\main.cpp:5012: Main watch dog timer set to 600.0 seconds
    4044466 (2440) - exe\main.cpp:2617: > DWM Running.
    4044466 (2440) - exe\main.cpp:2624: > turning off DWM.
    4044466 (2440) - exe\main.cpp:2597: > EMD service will be restored on exit.
    4044481 (2440) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    4044481 (2440) - exe\main.cpp:2925: > power policy saved.
    4044591 (2440) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    4044591 (2440) - exe\main.cpp:2946: > power policy set to maximum.
    4045527 (2440) - exe\main.cpp:0868: > WinSAT info: Version=V6.2 Build-9200.16384
    4045527 (2440) - exe\main.cpp:1008: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    4045527 (2440) - exe\main.cpp:4261: > Power 'execution' request successfully set.
    4045527 (2440) - exe\main.cpp:1853: > Run Assessment features
    4045527 (2440) - exe\main.cpp:1853: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    4045542 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4056618 (2440) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6498810
    4056618 (2440) - exe\main.cpp:2139: > DWM Assessment results processing SUCCESS
    4056618 (2440) - exe\main.cpp:1853: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    4056618 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4062453 (2440) - exe\main.cpp:1853: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    4062453 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4068365 (2440) - exe\main.cpp:1853: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    4068365 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4074465 (2440) - exe\main.cpp:1853: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    4074465 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4080752 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    4080752 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4086321 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    4086321 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4091906 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    4091906 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4099269 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    4099269 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4107755 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj
    C(0) -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    4107755 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4115711 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    4115711 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4123246 (2440) - exe\main.cpp:1853: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    4123246 (2440) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    4128691 (2440) - exe\main.cpp:1853: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    4128691 (2440) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    4128878 (2440) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 542: 0x8876017c == D3DERR_OUTOFVIDEOMEMORY
    4128878 (2440) - mfmedia\mediaerror.cpp:0096: Error: An error was reported by Media Foundation while playing the file.
    4139361 (2440) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    4139361 (2440) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 746: 0x800705b4 == ERROR_TIMEOUT
    4139377 (2440) - exe\main.cpp:2158: > mfmedia Assessment FAILED due to an error
    4139377 (2440) - exe\main.cpp:4300: > Power request 'execution' successfully cleared.
    4139392 (2440) - exe\processresults.cpp:4577: > Wrote video memory bandwidth to the registry 6498810
    4139392 (2440) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    4139392 (2440) - exe\processresults.cpp:1559: Using D3D10 subscore for final D3D score.
    4139392 (2440) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    4139392 (2440) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry
    4139564 (2440) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    4139564 (2440) - exe\main.cpp:2987: > Power state restored.
    4139564 (2440) - exe\main.cpp:3002: > Successfully reenabled EMD.
    4139595 (2440) - exe\main.cpp:3028: > Composition restarted
    4139595 (2440) - exe\watchdog.cpp:0339: Watch dog system shutdown
    4139595 (2440) - exe\main.cpp:5341: > exit value = 21.
    I am on the AMD A10 processor using onboard graphics
    8GB RAM. Motherboard bios is updated to the latest already.

    Hi,
    According to the log, it may be caused by your Graphics driver.
    I suggest you uninstall the Graphics driver to run the Windows Experience Index.
    If it works, I suggest you update the Graphics driver to latest version.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Use continue button more than once

    Hi
    I have a test that when you get to the end of a project you can either press 'Review Button' (which allows you to see the answers you selected and if you got them correct or not) or press continue, which is set to return to the first slide if you pass or fail in the publishing settings.
    The quiz only has one attempt. When the user clicks continue it correctly navigates the user to the first content screen. However when they return to the assessment results page the button does not work a second time. Is this by design? Is there a way I can make this button clickable as many times as they want as I would like the user to be able to review the content as many times as they like, almost as a reference tool.
    I am using Captivate 7.
    Thanks

    Create a smartshape button and style appropriately. Set the action to jump to slide 1 . Drag the results page continue button off the screen and replace with smartshape button

  • Assessment Cycle Run Results

    Hi,
    Is there any report which displays the assessed amounts between cost centers for a given assessment cycle.
    Thanks in advance

    Hi,
    I don't think there are any standard reports to give the output you are expecting, but try this:
    Do you a table join (SQVI) between table T811D and table COEP on fields document number (DOCNR) and fiscal year(GJAHR) to get value assessed between different cost objects.
    Hope this helps.

Maybe you are looking for