TestStand 3.5 is not reporting step results for under three steps

Is there a minimum number of steps that need to return results from a called sequence in order for them to be reported?
Here a description of my problem:
    My main test code calls a sequence file that contains a varying number of test steps in the Main section of the sequence file.  There are also some Setup and Cleanup steps that do not return results to the main test code.  When my number of test steps is at least three, everything works fine and all test step's results appear in the report.  When my number of test steps is less than three, no results are shown in the report.  In addition, if I record results of a miscellaneous step in the Cleanup section and have two test steps in the Main section (so a total of three steps returning results to the main test code) then the results appear in the report.
    I verified that this was not particular to my piece of code by creating two new sequence files: one with three steps (Test 1, Test 2, Test 3), and one that calls the first.  When at least three steps are present, the results of each step are recorded, but when I erase Test 3, nothing is reported.
Any help would be appreciated!

Hi,
Please find attached an updated report sequence file.
The problem was because you had skipped the Sequence Name steps. This adds two extra lines to the report. Therefore in the precondition of 'Remove Empty Sequence Results' step, the expression was still deducting these two lines, which longer exist in the report. Hence the reason why you were lossing the step results in the Sequence.
I have removed the -2 from the expression.
Hope this explains everything for you.
Regards
Ray
Regards
Ray Farmer
Attachments:
reportgen_txt.seq ‏159 KB

Similar Messages

  • After upgrading to iOS 8, the weather app does not show up results for any of the Indian States/cities

    After upgrading to iOS 8 on my iPhone 5, the weather app does not show up results for any of the Indian States/cities. Can Apple look into this or does anyone have a solution to this.

    Swipe from bottom of days listed ("Wednesday, Thursday, Friday, etc")  upwards.  I thought it was gone too but it's still there~just takes different way to access it.

  • Batch Characteristic not updating with result for linked MIC

    Hi,
    I have created a MIC and linked to a batch characteristic i.e. potency and included the characteristic in a specific batch class. This MIC is part of the inspection plan for a certain material.
    If I generate a lot of origin 01 and 09 for the material and record a result for the MIC and apply a UD, the batch characteristic is not updated with the result recorded in the batch master record..
    If I generate a lot origin 89 for the same material, when the result is recorded for the MIC and apply a UD the batch characteristic is updated with the mic value in the batch master record.
    Can you help regards?

    Ok. I am a little bit further.
    I put a trace (ST05) on the result recording and I find a difference between 4.7 and ECC6.0.
    In ECC6.0 I've an deletion in table "AUSP". This deletion isn't performed in the 4.7 system.
    Hope that this can help to solve my problem.
    Regards,
    René
    @ Mayank
    Above, all the master data and customizing is mentioned to transfer the result to the batch classification
    Edited by: Rene Fuhner on Jul 30, 2010 7:03 PM

  • Bing based federated result sources not returning any results for non-English languages

    I have a result source with this query:
    http://www.bing.com/search?q={?searchterms}  language:fr site:msdn.microsoft.com&format=rss&count=50&first={startIndex}
    This used to give me 40-50 results for common terms like download, blog etc.
    From today (7/14) IST, this source does not return any results. There are no results if I execute this query directly in IE either.
    Same behavior observed for: language:es, language:de etc.
    I do however get results as expected for language:en.
    Any idea what the issue might be?

    Hi Swapnil,
    According to your description, my understanding is that no results returned when searching with non-English in the Result Source query.
    I tested the same scenario per your post and I got the same results as you got.
    I recommend to change the language:fr in the Result Source query to be lang=fr to see if the issue still occurs.
    More references:
    http://kbdump.com/sharepoint-2013-opensearch-search-twitter-facebook-wikipedia-page/
    http://richardstk.com/2013/11/08/sharepoint-2013-federated-search-to-bing/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • NonLinearFitWithMaxIters does not give correct results for phase

    Dear all,
    I am trying to fit a sin cuve with NonLinearFitWithMaxIters function of labwindows, but the results given by this function are dispersed a lot (the function does not give same results).
    In fact, I have two waveforms signals v and i (of 104 points), and I  find the phase between the two signals with NonLinearFitWithMaxIters.
    The two singals v and i are  measured with an osciloscope.
    I use the following fit functions :
    v=p1*sin(wt+p2) ;
    i=p3*sin(wt+p4) ;
    I use the NonLinearFitWithMaxIters function to fit the data and to have the parameters  p1, p2, p3, p4. Then, the phase is claculated as follow phase=p4-p3.
    The problem is that the phase calculted between the two signals (v and i) is different for each run for the same conditions.
    In fact, for a same condition, I measure different times the signals v and i, and I calculate the phase p4-p3, using NonLinearFitWithMaxIters. The goal is to calculate a mean of phases for the same condition. For example, there are cases where the phase=-5 degree, and other cases when phase=12 degree.
    For ten measures of v and i, the phase calculated is different. I get a big dispersion between the phases.
    I would like to know please why I have a big difference in phases calculated with the same condition?whern using NonLinearFitWithMaxIters.
    I read that this function does not give all time the correct results, is there a way to know when the results are not corrects and when they are correct ?
    And is there any solution to find accuratly the phase between the two waveforms.
    Thank you for your precious answer.

    The pseudocode which I am using is :
    v_err=NonLinearFitWithMaxIters(array_x,array_v,v_y_fit,1252,100,sinus,v_coef,2,&v_mean_squareError);
    The fit function is
    double sinus(double x, double a[],int noef){
        return (a[0]*sin((w*x)+a[1]));
     I use the same inital coeficient of v_coef for each run :     
    v_coef[0]=0.03;
    v_coef[1]=0.2;
    These coeficient are choosen arbitrary.
    In this case, the number of points of the data is 1252 (the data of array_v).
    The number of iterations is 100.
    For the array_x, the distance between adjacents values of the array is dt=0.4*1e-9(difference between array_x[i] anv array_x[i+1]=dt=0.4*1e-9 ).
    for (i=0;i<1252;i++){
    array_x[i]=i*(0.4*1e-9);
    The means square error returnned by the function when it is complished is  small, of the order of 0,001.
    I read the help
    « From the help:
    You must pass a pointer to the nonlinear function f(x,a) along with a set of initial guess coefficients a. NonLinearFitWithMaxIters does not always give the correct answer. The correct output sometimes depends on the initial choice of a. It is very important to verify the final result.
    That means that the function cannot be used, as it does not give correct results. How
    can we check if the results are good or not ? in my case.
    I think that in my case, the function does not give correct results, but how can I check if the results are good, or not ? The mean square error is small.

  • /711 not reporting Supplemental payment for PA

    Hi Gurus,
    We are experiencing the following issue
    We are on TUB 60 BSI 9.0, when we pay an employee a Supplemental payment of 100,000 (via IT 15) over the regular period salary of $ 3500, we expect the following:
    /411 = $42 (which we see in the RT)
    /711 = $ 7000 (instead we see an amount of 3500 odd)
    This means that Supplemental Wages are taxable but not reportable, but we dont have the procesing class 69 as such; it is 1 (Taxable earning)
    /411 is considering a sum of supplemental wages of $100,000 and its basic salary $ 3500 for reaching $42 ($7000.00 *0.6% = $42.00); but the same is not reflected on /711
    TUB 57 updated as -
    TAXAU / TAXTY CEILG     TXRTE
    PA        /  11         7000       0.006
    Your help is much appreciated!

    Hello,
    What you are experiencing in your system is standard behaviour of it. Kindly find the explanation below
    About Tax Type 11:
    As you may know, in BSI Tax Factory script we have a parameter Year Wages (YW:), that is nothing else than the total of taxable wages for this tax type/tax authority, or in other words wage type /7** from TCRT table for the corresponding tax company/tax authority/tax type.
    For tax type 11, SAP payroll sends to BSI Tax Factory Script the year wages of tax type 10 - Federal.
    What happens here: if you configure tax type 11 in tax model after employee reaches ceiling for tax type 10 Federal, payroll will send to BSI Year Wages of $ 7,000. As tax type 11 is a self-adjusted tax type, BSI will calculate the tax amount for $ 7,000, which is the ceiling for tax type 11 as well. If you force a retro from Period 01, you will send the Year Wages according to each payroll period, and, therefore, wage type /711 will be calculated accordingly.
    This is the way that the SAP and BSI systems were designed to work.
    With Regards,
    S.Karthik

  • Field"Code group" is not in the result for report CRM_SRV_REPORT

    Hi Guys,
    For the tx CRM_SRV_REPORT - Service Process Monitor, the field "Code group" is not in the standar result, but, is in the initial screen for filter selection.
    This field is not available in the layout modification.
    How can I add this field to the layout of the result list?
    Regards,
    Lyda

    Hi Lyda,
    Additional field cannot be added in the layout of the result list.
    If you will observe the code of the report CRM_TSRV_REPORT, in the field catalog, there is not Code, code group etc., hence it is not seen in the layout.
    Since it is a std report it cannot be modified, either u can create a Z report by copying this or u can raise an OSS message for this.
    Regards,
    Shalini Chauhan

  • Can not retrive total result for 0HDCNT_LAST(number of  employee)

    Dear all:
    We tried to create query from cube 0PA_C01. We used 0ORGUNIT and Number of Employees(0HDCNT_LAST) in the row and column.Also we created a formula to get total result of number employees by SUMGT (0HDCNT_LAST). But when we executed this query, there is no cumulative value appeared in the "total result" of bottom row. And we are not able to catch total result by formula as well. The setting for infoObject of 0HDCNT_LAST is integer and cumulative.
    Can anyone tell me what is going wrong?
    Thank you very much
    BR
    SF

    Hi Jasprit,
    I am loading the headcount (0HR_PA_0) to Actions & Headcount cube. As a part of load I have used all the standard fields of the cube. Apart from that I have populated the functional group value from Employee-Org Masterdata. As this is an time dependent.
    0HDCNT_LAST is an non-Cumulative key figure in the cube which is get populated from the 0HR_PA_0.
    I required a headcount report by functional group. So I have pulled 0HDCNT_LAST & Period into the Columns and Functional Group into Rows.
    When I run the report for headcount by function group it is showing very less value. But if run the same report by including the Employee and the functional group in the rows then it is showing the correct headcount in the result.
    I am not sure where I am missing.
    Regards,
    Tony

  • Not getting proper result for TIMESTAMP

    While trying to run below query
    SELECT GREATEST(TO_TIMESTAMP_TZ(CAST(NEW_TIME(TO_DATE('05/09/08
    13:50','MM/DD/YY HH24:MI'),'CDT','GMT') AS TIMESTAMP)) ,
    TO_TIMESTAMP_TZ(CAST(NEW_TIME(TO_DATE('06/09/08 13:50','MM/DD/YY
    HH24:MI'),'CDT','GMT') AS TIMESTAMP)) )"DATE" FROM DUAL;
    got the result as
    "oracle.sql.TIMESTAMPTZ@8eaec8"
    Where as should get some proper result.
    I am using eclipse 3.2 . Do I need to do any more setup?

    Your problem is almost definately how you retreive the timestamp from the ResultSet and then display it, not in the way the query returns it.

  • Formula %A does not deliver right result for some ranges

    Dear experts,
    I have a formula of percentage which should show key figure in %.
    So, I use formula: KF1 %A KF2.
    However, I found that in some ranges the result will be shown as 0 (if it falls in range -0.4 to 0.4)
    data example:
    KF1 : 3
    KF2 : 500
    Formula : 3 %A 500
    Result : 0.6 (this value is shown correctly)
    KF1 : 2
    KF2 : 500
    Formula : 2 %A 500
    Result : 0.3 (this value is shown as zero)
    So when the result falls in some range, the value is not shown correctly.
    Any hints of why this error may occured?
    Rgrds,
    -S-

    In the formula go to the mathematical Functions
    Double click on the Absolute value ABS() and put KF1 %A KF2  in the bracket.
    So your formula will look like this ABS(KF1 %A KF2)

  • This Formula(Function) compiles but does not display any result

    Please can anybody help me resolve this issue.The code below is a code for a formula(function) column in oracle report, i have complied this code and it successfully complied but it does not display any result for the column having a stock balance in the entire report.
    function CF_STOCK_BALFormula return Number is
         v_all_positive NUMBER;
         v_all_negative NUMBER;
    begin
         IF :transaction_type IN ('RECEIPT', 'RETURN') THEN
              IF :cp_stock_bal IS NULL OR :cp_stock_bal = 0 THEN
                   :cp_stock_bal := :opening_balance + :cp_stock_bal + :quantity;
              ELSE
                   :cp_stock_bal := :cp_stock_bal + :quantity;
              END IF;
         ELSIF :transaction_type IN ('ISSUE') THEN
              IF :cp_stock_bal IS NULL OR :cp_stock_bal = 0 THEN
                   :cp_stock_bal := :opening_balance + :cp_stock_bal - :quantity;
              ELSE
                   :cp_stock_bal := :cp_stock_bal - :quantity;
              END IF;
         END IF;
    RETURN (:cp_stock_bal);
    end;
    Edited by: Gbenga on Jan 17, 2012 11:30 PM

    Please can anybody help me resolve this issue.The code below is a code for a formula(function) column in oracle report, i have complied this code and it successfully complied but it does not display any result for the column having a stock balance in the entire report.
    function CF_STOCK_BALFormula return Number is
         v_all_positive NUMBER;
         v_all_negative NUMBER;
    begin
         IF :transaction_type IN ('RECEIPT', 'RETURN') THEN
              IF :cp_stock_bal IS NULL OR :cp_stock_bal = 0 THEN
                   :cp_stock_bal := :opening_balance + :cp_stock_bal + :quantity;
              ELSE
                   :cp_stock_bal := :cp_stock_bal + :quantity;
              END IF;
         ELSIF :transaction_type IN ('ISSUE') THEN
              IF :cp_stock_bal IS NULL OR :cp_stock_bal = 0 THEN
                   :cp_stock_bal := :opening_balance + :cp_stock_bal - :quantity;
              ELSE
                   :cp_stock_bal := :cp_stock_bal - :quantity;
              END IF;
         END IF;
    RETURN (:cp_stock_bal);
    end;
    Edited by: Gbenga on Jan 17, 2012 11:30 PM

  • 2.1 EA2 does not display query results, query works fine in sqlplus

    2.1 EA2/Windows XP 32-bit
    The following query does not show any results for Total(GB) and Free(GB) columns. The diskgroup name shows correctly.
    SELECT
    DG.name ,
    ROUND(SUM(DSK.TOTAL_MB)/1024,2) "Total (GB)",
    round(SUM(DSK.FREE_MB)/1024,2) "Free (GB)"
    FROM
    V$ASM_DISK DSK,
    V$ASM_DISKGROUP DG
    WHERE
    DSK.GROUP_NUMBER=DG.GROUP_NUMBER
    group by DG.name;
    The query works fine when run from SQL*Plus:
    SQL> SELECT
    2 DG.name ,
    3 ROUND(SUM(DSK.TOTAL_MB)/1024,2) "Total (GB)",
    4 round(SUM(DSK.FREE_MB)/1024,2) "Free (GB)"
    5 FROM
    6 V$ASM_DISK DSK,
    7 V$ASM_DISKGROUP DG
    8 WHERE
    9 DSK.GROUP_NUMBER=DG.GROUP_NUMBER
    10 GROUP BY DG.name;
    NAME Total (GB) Free (GB)
    DG1 707.98 162.32
    DG2 134.84 122.68
    SQL>
    This must be something unique to SQLDeveloper. I tested in 2.1 EA1 and 1.5.5.59.69 and the query does not show results for the Total (GB) and Free (GB) columns.

    I would like to update the problem. It seems like when SQLDeveloper is connected to ASM instance, it has trouble using the divide operator (/). For example, the following query works fine:
    SELECT
    name,
    TOTAL_MB
    FROM
    V$ASM_DISKGROUP;
    But if I try to divide the TOTAL_MB by any number, the column shows blank (the column is blank, not NULL). So, if I try to run the following query, the output will just display diskgroup names. The TOTAL_MB/1024 column shows blank.
    SELECT
    name,
    TOTAL_MB/1024
    FROM
    V$ASM_DISKGROUP;
    If I run the same query in SQL*Plus from the same desktop using the same TNS alias, it works just fine which tells me that it is a SQLDeveloper problem.
    When I am connected to a regular database, then the problem does not show up and SQLDeveloper is able to display the results even when I am using the divide operator (/).

  • Auditor reports not reporting accurate login information

    Hi
    The Auditor infrastructure and activity universe appears to be intact.
    However all the auditor reports are not showing accurate information.
    For instance the report showing user logins is not reporting all logins
    for March and much of Feb. When I am sure there had been logins in
    these months.
    I looked at the ProdAuditDB audit_event table it has number of records
    from these months with blank user_name. I am not sure if this is the
    cause. But just FYI.
    Any ideas what might be the reason or better yet how to fix it.
    thanks
    - sangeeta

    Hi
    The Auditor infrastructure and activity universe appears to be intact.
    However all the auditor reports are not showing accurate information.
    For instance the report showing user logins is not reporting all logins
    for March and much of Feb. When I am sure there had been logins in
    these months.
    I looked at the ProdAuditDB audit_event table it has number of records
    from these months with blank user_name. I am not sure if this is the
    cause. But just FYI.
    Any ideas what might be the reason or better yet how to fix it.
    thanks
    - sangeeta

  • Teststand report UUT result

    Hi,
    I execute a teststand sequence from Labview using teststand's API.
    From Labview I'd like to get the UUT report result ("passed" or "failed") of the Teststand sequence I execute.
    Which Active x Invoke method or property node must i use?
    I have looked for in teststand help but up to now i haven't found.
    Thank you,
    Alexandre

    Hello,
    TestStand stores Step results in a Local variable called ResultList, which is an initially empty array of conatiners. After a test step executes, its results are added to the Locals.ResultList array. If you do not want the results of the "first pass" on a step to be recorded, you must delete its entry out of the ResultList array. If you are using TestStand 2.0.x then there is a callback called "PostResultListEntry". You can add code into this callback to delete the entry from the ResultList. All you need to add is a simple expression (i.e. statement step) that will delete the last element out of the array. You will need to add a variable in order to keep track of the number of times the test has failed. If the global informs that this is the f
    irst fail on that test step, then delete the element, otherwise do not. This way when the seqeunce is complete, you will have your desired results. I suggest you experiment with the various Engine callbacks to see how they work. You can get access to them by selecting Edit>>Sequence File Callbacks... from within the Sequence Editor.
    I hope this helps.

  • Display issues with languages other than English (also related: slide results not reporting to LMS)

    Running: Captivate 6
    I'm having two
     issues that I thought was only tied to Cyrillic characters, but appears to be with multiple languages (confirmed with Brazillian Portugese, Latin American Spanish, Swedish and Russian). 
    1. Quiz Pass/Fail result message appearing truncated (top and bottom of message is cut off, or message appears wrapped and overlaps)
    I've attempted converting the text to a UTF-8 format and tried that as well, but had no success.
    2. We have a 108 slide test created in Captivate v6; the English version pushes all 108 slide results to our LMS without issue. When we created the version in Russian, one slide refused to push slide results.
    Steps to confirm/resolve:
    I've confirmed the settings are identical on the project and on the slide between both the EN and RU versions
    I've pasted the russian text into the working EN project and published/tested and that particular slide does not push results to the LMS (the only thing changed was the text on the existing slide)
    I've tried duplicating working slides and replacing text; it fails to report
    I've tried converting the text to a UTF-8 format and replacing the text; again it fails to push slide results to our LMS
    I've tried about every option I can to get the RU version fo the test working (pushing results for all 108 slides); Out of desperation I've created a work around which is putting the question and answer options in as images (not text) and then the test pushes all 108 slide results. This leads me to believe that the issue is regarding how the font is viewed/read by Captivate 6 and ultimately reported to our LMS (SABA).
    I've reached out to our localization company (SDL) and their only suggestion was the UTF-8 formatting (which failed).
    Please help! Thanks!!

    Hi,
    If your homepage framework is working for German language then check if your setting are properly maintain for Area Group Key  SAPDEFAULTESS_ERP2005 in French Turkish Portugese..
    Solution:Login to system in each language i.e FR, TR, PT
    navigate to SPRO>FA>TM>ESS>Homepage FR> select Header & Area Group Pages>
    Select Define Area Group Pages > Add Entries> Select the SAPDEFAULTESS_ERP2005  Key check weather the Area Group
    Role Text is maintain for FR TR PT if not maintain the translation your problem will be resolved.
    Do let me know the status of homepage..
    Regards
    Swapnil

Maybe you are looking for