Help on post and pre conditions

hello,
iam a new use to test stand and having problem in specifying preconditions to a step depending on the message pop up inputs
need some help in that regard  a sample code will be very help ful
thanks
vijay

thanks ray,
actually i tried using the examples folder but since i use an
evaluation version of teststand i dont have many examples in that , im
not sure if its the problem of the version or the software that i
installed but anyways im giving you the sample code of wat iam trying
to do as an attachment to this.
what i actually require is that
the execution of the second step should be accomplished only when the
"DELUX" button is clicked in the message pop that comes out initially ,
its only a part of the whole application but this query should clear my whole application
thanks and regards
vijay
Attachments:
TEST.seq ‏33 KB

Similar Messages

  • Helpful posts and threads

    I am trying to make some sense of this and can't. Some threads that have a Green Star adjacent to them also indicate which post is either "Helpful" (yellow star) and which is the one that "Solved" (green star) the problem. But then there are other threads that indicate the Green star and when you take a look at the individual posts, there are no stars anywhere. Is there logic to this or is this a bug? Is there a way for us to find out which post is the one deserving of a green star?
    Patrick

    854/3300
    Hi Patrick,
    You may even find also a thread with the "Solved" star awarded to somebody, but with no "Answered" adjacent green star...
    So no, there is no certain way to find which post, especially considering sometimes stars can be awarded too soon, before a better answer comes "too late", or even sometimes stars can be mistakenly awarded to wrong answers.
    Of course the system generally works, but for a given question that you are not sure of, the best way is to read the whole thread.
    Axl

  • Excise invoice posted and paid but stock is yet to removed from Warehouse

    Dear All,
    Please provide solution for given below issue,
    1.Invoicing was done in 09.09.2009 and excise invoice has also been posted and paid to Govt. but the material is still lying
       at our works as consignee was not having valid road permit.
    2.Now the consignee has been changed but sold to party is same and the road permit is also available
    3.Excise duty revised to 10.30% from 8.24% and the new price breakup has been provided by the customer as per new 
        duties/tax rates.
    Please suggest the best way to handel this issue.
    Regards
    AJIT K SINGH

    >
    AJIT K SINGH wrote:
    > Dear All,
    >
    > Please provide solution for given below issue,
    >
    > 1.Invoicing was done in 09.09.2009 and excise invoice has also been posted and paid to Govt. but the material is still lying
    >    at our works as consignee was not having valid road permit.
    > 2.Now the consignee has been changed but sold to party is same and the road permit is also available
    > 3.Excise duty revised to 10.30% from 8.24% and the new price breakup has been provided by the customer as per new 
    >     duties/tax rates.
    >
    > Please suggest the best way to handel this issue.
    >
    > Regards
    > AJIT K SINGH
    Take help of excise or tax consultant,based on their advice you can proceed further.
    Either you have to revere all postings from excise to sales order.
    Maintain new pricing in condition record.
    Complete sales cycle including sales invoice with new price.
    Create excise invoice.
    For excise duty payment seek help of excise or tax consultant

  • Best practice for Logical OR pre-condition evaluation

    Greetings,
    I'm finding TS doesn't have basic features for decision making (imp) for execution. Any recommendations are welcomed and appreciated. Please see below scenario.
    I'd like to execute setup steps (custom step types) for a signal generator based upon the user selected "Test".
    To keep it simple for the signal generator let's say we have the following steps:
    Set Freq | Set PWR lvl | Set Modulation Type | Set Modulation ON/OFF | Set RF Power ON/OFF
    For User Selected Tests let's say we have Test A(0) | Test B(1) | Test C(2) (Test  A & C requires Modulation, B does not)
    Here's my issue:
    I can't get SET Freq | SET PWR lvl | Set RF Power ON/OFF to execute a pre-condition setup for evaluating Logical OR's. (i.e. locals.TestSelected ==0||1||2)
    Same for Set Modulation Type | Set Modulation ON/OFF (i.e locals.TestSelected ==0||2)
    Thanks in advance for any guidance provided.
    Chazzzmd78
    Solved!
    Go to Solution.

    Just want to clarify, there seems to be a misunderstanding about the difference between bitwise OR (i.e. the | operator) and logical OR (i.e. the || operator). Bitwise OR results in the combination of all of the bits which represent an integer stored as binary, while logical OR (i.e. what you really want in this case) results in a True, non-zero, value (usually 1) if either operand is non-zero.
    Also, the == operator has a higher precedence than either the bitwise OR or logical OR operators.
    So what this means:
    locals.TestSelected ==0||1||2
    is to give a result of True (i.e. 1) if either locals.TestSelected ==0, 1 is non-zero, or 2 is non-zero. Since 1 and 2 are always non-zero that expression will actually always result in a True value.
    Similarly, although the following will likely give you the behavior you want:
    (locals.TestSelected == 0) | (locals.TestSelected == 1) | (locals.TestSelected == 3)
    That's not really doing what you are probably thinking it does. It's actually getting the value True (i.e. 1) for each of the sub-expressions in parethesis and then bitwise OR'ing them together. Since the result for the == operand is always either 0 or 1, this ends up giving the same result as logical OR (i.e. the || operator), but what you really want in this case is logical OR and for other expressions using bitwise OR when you mean logical OR might give you incorrect results. So, you should really be using something like the following:
    Locals.TestSelected == 0 || locals.TestSelected == 1 || locals.TestSelected == 3
    The parenthesis don't really matter in this case (so can be left out, but also doesn't hurt anything so you can leave them in if you prefer) because the == operator has a higher precedence than the || operator so all of the == operations will be done first.
    Hope this helps clarify things,
    -Doug

  • How to use Device Profiles and Viewing Conditions Profile in Photoshop Elements 11?

    In trying to get to grips with the Colour management aspects of PSE11, I have encountered the following problems:
    Having selected "Display" a sequence of clicks (Change display settings -> Advanced settings -> Colour Management -> Colour Management tab -> Colour Management)
    gives a screen which includes the headings:
    Device Profile  and Viewing Conditions Profile.
    1. Device Profile. Besides sRGB and ARGB, the profile list includes the profiles for all of the Epson papers. (I have an Epson Stylus Photo PX810FW).
    I changed the Profile to an Epson Grayscale, this was accepted within the menu, but there are no changes from normal when I viewed the image on the Windows screen or within
    PSE11. ("normal" is sRGB or ARGB).
    I thought it worth a try to test that, if I wanted the display image to closely represent what I would get on a particular Epson paper, this may be a way to do it.(I suspected this approach because I have never
    seen it in the literature!).
    So what is the purpose of all of the paper Profiles appearing in the Display listing?
    2. The Viewing Conditions Profile has also several options. I have tried to find the criteria for choosing one rather than the other, but failed to find any information. Can anyone help? I seek general guidance
    rather than the details of the Profiles.
    As a seperate question:
    Selecting Image on the PSE11 menu across the top of the displayed image, and then Convert Colour Profile, I tried this process on an image, converting tiff to sRGB. When saved there was an extra asterisk in the saved title but in this case,
    the file was still labelled tiff and there was no change in the number of Mbs. If a conversion has taken place, how is one to know?  Does saving a tiff file as jpeg change its colour profile? When is it useful to use this feature?
    Many thanks to all responders! 

    Addressing your second question, you are confusing two different things.
    tiff is an image file format, as is jpeg, as is psd, as is png, as are dozens (if not hundreds, http://en.wikipedia.org/wiki/Image_file_formats) of other formats.
    A colour profile represents the colour characteristics of devices so that, for example, displays know how to display the colours, printers know how to print them.
    Image files MAY, but do not have to, contain colour profiles.
    For details:
    http://help.adobe.com/en_US/creativesuite/cs/using/WS52323996-D045-437d-BD45-04955E987DFB. html
    http://en.wikipedia.org/wiki/Color_management#Color_profiles
    http://en.wikipedia.org/wiki/ICC_profile
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Af:query and or conditions

    Is it possible to use af:query for and or conditions , i am able to create view criteria with groups of and or conditions , but in run time it only uses the first group. looks like it is not possible , but wondering if anybody successful with work around
    I was hoping to implement functionality similar to what's documented in below link for 10.1.3 in version 11 using af:query
    http://my.opera.com/dominionspy/blog/2007/02/26/an-advanced-custom-search-form-for-adf
    Thanks

    Frank
    Thanks for your reply
    I found this in developer guide after posting my question here
    Note: Query search forms do not support view criteria defined by
    nested expressions (multiple groups of view criteria items). Therefore
    avoid creating a view criteria with multiple groups in its expression
    when you intend for the UI designer to be able to create a query
    search form.
    The main reason i want use the qf:query is to make use of the save search feature with mds
    our users need advanced search filters for this application and they need different filter based on which customer data they are searching , but for any particular customer the filter will stay the same and can be used when they need to search data for that customer again in future. thought save search will help a lot here
    i can code the same way as the above example i posted for 10.1.3 in 11g , but i need the save search feature and i do not know how to code for that on on my own
    Regards

  • Automatic Posting of Purch Condition (Not Require Invoice Verification)

    For each line on the purchase order we have a number of different conditions types.  PB00 (Gross Price), ZLFR(Land Freight), ZSTX(State Gallonage Tax) are just a few that we have.  Currently all the conditions required invoice verification once the p.o. has been received.  What we would like to do is automtically post the ZSTX condition without having to do the invoice verification.  The other condtion would required invoice verification as normal.  Is this possible and if so how should I go about doing the configuration?

    From the wording of your question I presume that you do not use a Goods Receipt. Correct me if I am wrong.
    A solution for you question would be to use Goods Receipt in your process and configure your ZSTX condition to post an amount against an account that you determine via the standard account determination (similar to SAP's freight conditions).
    The amount from PB00 would then be handled via a GR/IR account.
    Here's an entry point for Some Selected Conditions
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee131355c811d189900000e8322d00/frameset.htm
    Best,
    Ralf

  • REST API POST and GET Error--Retriving following sites news feed

    i have used below code to retrive the newsfeeds but im getting 403 error.i think url formation for POST and GET is wrong.Kindly anyone worked help mee. 
    var feedManagerEndpoint;
    // Get the SPAppWebUrl parameter from the query string and build
    // the feed manager endpoint.
    $(document).ready(function () {
    var appweburl;
    var params = document.URL.split("?")[1].split("&");
    for (var i = 0; i < params.length; i = i + 1) {
    var param = params[i].split("=");
    if (param[0] === "SPAppWebUrl") appweburl = param[1];
    alert(appweburl);
    feedManagerEndpoint = decodeURIComponent(appweburl)+ "/_api/social.feed";
    alert(feedManagerEndpoint);
    postToMyFeed();
    // Publish a post to the current user's feed by using the
    // "<app web URL>/_api/social.feed/my/Feed/Post" endpoint.
    function postToMyFeed() {
    alert('pOST');
    $.ajax( {
    url: feedManagerEndpoint+"/my/Feed/Post",
    type: "POST",
    data: JSON.stringify( {
    'restCreationData':{
    '__metadata':{
    'type':'SP.Social.SocialRestPostCreationData'
    'ID':null,
    'creationData':{
    '__metadata':{
    'type':'SP.Social.SocialPostCreationData'
    'ContentText':'This post was published using REST.',
    'UpdateStatusText':false
    headers: {
    "accept": "application/json;odata=verbose",
    "content-type":"application/json;odata=verbose",
    "X-RequestDigest": $("#__REQUESTDIGEST").val()
    success: getMyFeed,
    error: function (xhr, ajaxOptions, thrownError) {
    alert("POST error:\n" + xhr.status + "\n" + thrownError);
    // Get the current user's feed by using the
    // "<app web URL>/_api/social.feed/my/Feed" endpoint.
    function getMyFeed() {
    alert('get');
    $.ajax( {
    url: feedManagerEndpoint +"/my/Feed",
    headers: {
    "accept": "application/json;odata=verbose"
    success: feedRetrieved,
    error: function (xhr, ajaxOptions, thrownError) {
    alert("GET error:\n" + xhr.status + "\n" + thrownError);
    // Parse the JSON data and iterate through the feed.
    function feedRetrieved(data) {
    var stringData = JSON.stringify(data);
    var jsonObject = JSON.parse(stringData);
    alert(jsonObject);
    var feed = jsonObject.d.SocialFeed.Threads;
    alert(feed.results);
    var threads = feed.results;
    var feedContent = "";
    for (var i = 0; i < threads.length; i++) {
    var thread = threads[i];
    var participants = thread.Actors;
    var owner = participants.results[thread.OwnerIndex].Name;
    feedContent += '<p>' + owner +
    ' said "' + thread.RootPost.Text + '"</p>';
    $("#message").html(feedContent);

    Hi Scott,
    With EnableQueryRules and ProcessBestBets set to true in the search rest api, we can get the promoted results(best bets) in SharePoint 2013.
    I recommend to type the search rest api URL in the browser directly and then check if the best bets are displayed at the top of the search results.
    It will not displayed inside the table for normal results.
    Please also make sure that the query text matches the query rule condition.
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Pre condition functions export

    I have another question.
    I have tried to export pre conditions but have not succeed yet in exporting the Pre Condition functions.
    The  jcs_describe.describe doesn't work with the following types 'PRE_CONDITION', 'PRECONDITION', 'FUNCTION', etc.
    Since it is possible to export the object on the RWE, with right-click / export, we guess that it is somehow possible with PL SQL functions.
    Can someone give me some clues about that ?
    Thanks again for your help,
    Regards,
    Yi Jiang

    Hi,
    Preconditions are not described like chains, scripts etc. They are regular functions in the database, which can be described using standard database functions.
    As an example (in the Redwood Shell):
    set serveroutput on
    spool [youroutputfile].sql
    declare
      c clob;
    begin
      c:= dbms_metadata.get_ddl ( 'FUNCTION', '[functionname]', '[functionowner]' );
      dbms_output.put_line ( c );
    end;
    spool off
    set serveroutput off
    This will give you the definition of your precondition function in a file (of course you need to replace the texts between \[\] with proper values applying to your environment.
    You can put this in a single script, let's call it desc_function.sql and pass the owner and functionname as parameters. From the Redwood Shell, the call would look like this:
    @desc_function [owner] [functionname]
    The file desc_function.sql would contain the following text:
    set serveroutput on
    spool &1._&2..sql
    declare
      c clob;
    begin
      c:= dbms_metadata.get_ddl ( 'FUNCTION', '&2', '&1' );
      dbms_output.put_line ( c );
    end;
    spool off
    set serveroutput off
    Hope this helps you out.
    Kind regards,
    Anton Goselink

  • Repetitive task help - adding logo and bumpers to 50+ sequences

    Is there any way to add graphic and video elements to multiple sequences, and then export? The only way I've been able to add logos and pre-roll and post-roll bumpers is by manually adding them to each sequence. I don't have Shake or any other expensive software (besides FCP), just automator, applescript, etc.
    Please help. I don't want to get carpal tunnel.

    I'm guessing the sequences are already cut...?
    One solution would be to set up a sequence (template) with your pre/post bumpers and logo(s), then drag each sequence from the browser, into the template timeline, rename that sequence and put it in a dedicated folder in the browser for a Batch Export.
    For the Batch Export select your dedicated bin in the browser, (or all the sequences in the browser you want to export if they're listed individually), then control-click on them and select 'batch export' (you can do this from the "File" menu as well.
    Check the buttons at the bottom of the batch export interface for the settings/destinations you want.
    K

  • Patches and pre-task to upgrade from 12.1.1 to 12.1.3

    I have a few questions regarding to pre-required patches and pre-tasks in order to upgrade from 12.1.1 to 12.1.3.
    Currently, the system is on 12.1.1 and pre-required patch, 9039089 which is for R12.AD.B.delta.3 code level.
    But, when I checked the document, Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]...
    Q1.
    contents deleted.
    However, the document 761570.1 is about the necessary steps of upgrade from 11i to 12.1.3.
    Is this necessary/applicable still for my case as well?
    Q2.
    content deleted.
    However, R12.1.1 already comes with 10.1.2 and 10.1.3 for the application server.
    Is it needed to have these AS10g patches still in this case?
    Q3.
    In short, what patches/steps are needed when I upgrade from 12.1.1 to 12.1.3 after all...? Followings are the ones I identified.
    9239089
    9239090
    9239095
    9817770
    9966055
    So, is it sufficient to apply 9239089 for R12.AD.B.delta.3 code level, and continue with 9239090 (12.1.3 pack patch)?
    Thanks in advance for the help.

    Please follow note 1080973.1 and perform all patching on the forms, web and database tiers. There are a number of patches to apply to meet the requirements to upgrade.
    Please follow R12.1 Oracle Financials Critical Patches note 954704.1 for post install critical patches on top of 12.1.3.
    You will also need to follow support note HRMS (HR Global) Legislative Data Patch 145837.1 if implemented.
    If you use Patch Wizard then you will need to apply patch 10629956. Please review New Required Patches for Patch Wizard, Patch Manager, and Oracle Application Change Management Pack note 1267768.1.
    For best results and all steps recommended by support, please download the Maintenance Wizard tool. This tool will automate most of the upgrade steps and guide you step by step, only applying patches that are required for your installation.
    Maintenance Wizard Overview note 215527.1

  • Credit-Follow Up posting and Re-Posting of already posted figures.!

    I need you to advise on the following, if you can:
    All of sudden in an open service contracts i started getting credit following up postings and repostings of all posted items even there is no change made anywhere in the contract either in term, object, Posting parameters or conditions etc.
    The more confusing area is in RERAPP and REISCDCF it is showing the correct posting figures but in actual contract condition simulation, it is showing the above stated problem.
    Just FYI, I have have posted successfully the last month due amount but immediatly it has given a credit follow-up posting and resposting of the same figure.  It seems it is not actually happening due to any operational issue.  Possibly something to do with configuration?
    Looking forward for your resopnse..!
    Thanks.
    Edited by: m.ansari on Feb 23, 2012 9:01 AM

    Hi,
    I saw that you have raised this question twice. So I am adding my answer here too. The other threat will be closed.
    Could you please check the update records for the contract to verify if there were any changes on the contract master data though that might lead to differences in cashflow calculation.
    An other reason might be that customizing settings were changed in the meantime.
    If this does not help please check the follow-up items in the cashflow in detail to find out which fields have changed and are causing the follow-up items generation.
    Regards, Franz

  • Help with POST data if  multiple selections are chosen

    I've created a form with a menu (list) that includes all 50
    states. I'm using the POST option, along with PHP, to process the
    form data, which will be emailed to me. The list-menu looks like
    this:
    http://askdave.info/help/states_menu.gif
    and I have "Allow Multiple Selections" checked in the Property
    Inspector.
    If the user chooses multiple states, I want
    EACH of those states to be listed in the email that I
    receive. Right now, if I check multiple states, I only get
    the very last state that's selected. For example, here's the
    email I get after I check 5 different states.
    http://askdave.info/help/formdata.gif
    Problem--> In this email, only one state is listed
    (Hawaii) even though I selected 5 different states. How do I get
    the form data to list ALL states that are checked?
    Here is what I have:
    <form name="form1" method="post" action="process.php">
    <input type="hidden" name="required"
    value="name,phone,email,states,capital" />
    And then for the menu that lists the states, I have:
    <label>
    <select name="states" size="7" multiple id="states">
    <option>All States</option>
    <option>Alabama</option>
    <option>Alaska</option>
    <option>Arizona</option>
    <option>Arkansas</option>
    and so on...
    What am I missing? How do I get the PHP script to send
    multiple values, if multiple values are chosen? (I'm new to PHP, so
    go easy on me. I can post my code, if necessary.) Is this a PHP
    issue, or do I need to add something to the HTML form?

    Hi,
    >>
    I think DynaForm stands for Dynamic Form
    >>
    this makes some sense ;-) I was just wondering because there
    is a pre-made script called DynaForm
    here, but
    it has a different "logistics" than yours.
    However, both "DynaForm" versions are pretty basic, as they
    just deal with non-multiple values - form fields like single line
    input fields, texareas and non-multiple select´s. Your script
    e.g. just loops through all existing form fields using the
    "foreach" method:
    //Pulls form fields & values.
    foreach ($this->post as $field => $value) { // looping
    through all form fields
    if ( $field == 'required' ) continue;
    $this->_addLine($field, $value); // here´s where the
    field´s name/value consolidation happens
    ...and simply consolidates a field´s "value" with its
    associated "name". The problem is : this method just works for
    fields having just 1 value -- but any "multiple value" form fields
    (e.g. your "states" select or checkbox groups which can pass
    multiple values as well) actually require a separate "foreach"
    treatment within the script, and this hasn´t been incorporated
    here.
    That said, I suggest using an other pre-made solution like
    PHP
    Form Mail script that´s capable to handle your multiple
    values - scenario innately.

  • IF and ABS condition statement in BEX query designer

    Hi,
    I would like to ask the best way for me to produce an acceptable result from Excel IF and ABS Condition statement.
    The condition statement that I have on my Excel file is
    =IF((A2-B2)>0,ABS(A2-B2),0)
    I'm trying multiple times to reproduce this in BEX Query designer, unfortunately I'm getting a bad result or unacceptable formula.
    Anyone who could help me with my issue?
    Thanks,
    Arnold

    Hi Arnold,
    Thank you,
    Nanda

  • Issue with Information broadcasting and pre-cal server in SAP BI

    Hi Experts,
    I have issue with information Broadcasting and Pre-cal server. I have a worrkbook whcih runs from information broadcasting in pre-cal server. Workbook is desinged on single query and workbook contains visual basic code. workbook has a variable which is controlled by Control query in information broadcasting.
    I have 20 employees every month I need to send workbook via e-mail from information broadcasting.  The problem is sometimes all 20 employees will recieve e-mails and sometimes not. I identified there is something wrong in workbook or in pre-cal server.
    because after workbook calculation in pre-cal server is not pushing to SOST so there is something wrong in workbook or in pre-cal server.
    I closely observed pre-cal server front end log. There are few operations performing on workbook in pre-cal server
    like Open workbook, Calculate workbook, Save woorkbook and close workbook. In success case pre-cal sever is performing all the operations but in failure case pre-cal server is missing Close workbook case.
    Below log In pulled from pre-cal server
    Can you please tell what could be the problem.
    Successful job
    3/11/2011 9:29:46 AM (3) -> RS_PREC_LAUNCH_EXCEL i nvoked in thread 3 and job 'BIBCAST4L4EIS7TOR5BWG0
    2PCUG9ZPPP'. nvoked in thread 3 and job 'BIBCAST4L4EIS7TOR5BWG0
    3/11/2011 9:29:46 AM (3) -> InitConnection in thre ad 3
    3/11/2011 9:29:46 AM (3) -> Trying to open "C:\Pro gram Files\Common Files\SAP Shared\BW\BExAnalyzer.
    xla" gram Files\Common Files\SAP Shared\BW\BExAnalyzer.
    3/11/2011 9:30:18 AM (4) -> RS_PREC_GET_SERVER_STA TUS invoked.
    3/11/2011 9:30:18 AM (4) -> RS_PREC_GET_SERVER_STA TUS finished
    3/11/2011 9:30:35 AM (3) -> Using Version 7100.4.1 200.35 of BExAnalyzer.xla
    3/11/2011 9:30:35 AM (3) -> PID of Excel process: "2504"
    3/11/2011 9:30:35 AM (3) -> EndOfInitConnection in  thread 3
    3/11/2011 9:30:35 AM (3) -> RS_PREC_LAUNCH_EXCEL f inished
    3/11/2011 9:30:36 AM (0) -> Calculation Request 91 1A35ED029D4D79DD7A000200000000 received for job 'B
    IBCAST4L4EIS7TOR5BWG02PCUG9ZPPP'. 1A35ED029D4D79DD7A000200000000 received for job 'B
    3/11/2011 9:30:52 AM (6) -> RS_PREC_GET_SERVER_STA TUS invoked.
    3/11/2011 9:30:52 AM (6) -> RS_PREC_GET_SERVER_STA TUS finished
    3/11/2011 9:31:22 AM (0) -> Opening workbook: C:\W INDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECMML4NN
    DVLYAPC2SYIC7F1AAIO_0.xls INDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECMML4NN
    3/11/2011 9:31:43 AM (0) -> Refresh BExAnalyzer.xl a!MenuRefreshPrecalc returned with 1.
    3/11/2011 9:31:43 AM (0) -> Calculated workbook C: \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    4NNDVLYAPC2SYIC7F1AAIO_0.xls saved. \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    3/11/2011 9:31:43 AM (0) -> Calculated workbook C: \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    4NNDVLYAPC2SYIC7F1AAIO_0.xls closed. \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    3/11/2011 9:31:44 AM (0) -> Excel based operations  finished.
    Failure job
    3/10/2011 10:22:58 AM (1) -> RS_PREC_LAUNCH_EXCEL invoked in thread 1 and job 'BIBCAST4L41566ZBZDN2N
    TGJR0462ZFX'. invoked in thread 1 and job 'BIBCAST4L41566ZBZDN2N
    3/10/2011 10:22:58 AM (1) -> InitConnection in thr ead 1
    3/10/2011 10:22:58 AM (1) -> Trying to open "C:\Pr ogram Files\Common Files\SAP Shared\BW\BExAnalyzer
    .xla" ogram Files\Common Files\SAP Shared\BW\BExAnalyzer
    3/10/2011 10:23:20 AM (3) -> RS_PREC_GET_SERVER_ST ATUS invoked.
    3/10/2011 10:23:20 AM (3) -> RS_PREC_GET_SERVER_ST ATUS finished
    3/10/2011 10:23:44 AM (1) -> Using Version 7100.4. 1200.35 of BExAnalyzer.xla
    3/10/2011 10:23:44 AM (1) -> PID of Excel process:  "2544"
    3/10/2011 10:23:44 AM (1) -> EndOfInitConnection i n thread 1
    3/10/2011 10:23:44 AM (1) -> RS_PREC_LAUNCH_EXCEL finished
    3/10/2011 10:23:44 AM (5) -> Calculation Request 9 11A35ED02654D789871000900000000 received for job '
    BIBCAST4L41566ZBZDN2NTGJR0462ZFX'. 11A35ED02654D789871000900000000 received for job '
    3/10/2011 10:24:27 AM (0) -> RS_PREC_GET_SERVER_ST ATUS invoked.
    3/10/2011 10:24:27 AM (0) -> RS_PREC_GET_SERVER_ST ATUS finished
    3/10/2011 10:24:31 AM (5) -> Opening workbook: C:\ WINDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECQB2VE
    A8O8D8FBHYCR4HVB5UI8_0.xls WINDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECQB2VE
    3/10/2011 10:24:52 AM (5) -> Refresh BExAnalyzer.x la!MenuRefreshPrecalc returned with 1.
    3/10/2011 10:24:52 AM (5) -> Calculated workbook C :\WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECQB
    2VEA8O8D8FBHYCR4HVB5UI8_0.xls saved. :\WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECQB
    Thanks in advance
    Narendra

    Hi Ravikanth,
    Thank you very much for the reply
    I went into RSPRECADMIN and clicked on 'Display Current Queue'.  There we have 3 sections
    1) Queue Overview of Open Precalculations
    I can see this section is always blank after running IB also
    2) Queue Overview of Current Precalculations
    In this section I can see an entry after running IB and duration is changing. but some time workbook in this section will never processed but the duration column is changing may be something is happening at this stage.
    If the entry is not proccessed in this section and IB SM37 job will never end. I manually cancelled the job from SM50.
    Don't why the workbook is taking long time and will never end even though I cancelled the SM37 IB job.
    3) Queue Overview of Proccessed Error-Free Precalculations
    All the error free workbooks which means all pre-cal server completed workbook calculation and sent to SOST.
    I manually ran the workbook for all the 20 employees I can't find any pop-up message (earlier we have pop-up windows appearing because of VB code and when report returns no data and we fixed the pop-up issues)
    Can you please help me further to trace the error.
    Thank you
    Narendra

Maybe you are looking for

  • Table error - Context Path Cannot Be Resolved (Last Node Is Empty)

    Hi All, I am dynamically building up a context node called PoList which is used to hold the contents of a table. My BAPI is called and a routine transfers the contents of the BAPI context node across into the POList context node. This is rendered cor

  • Forefront Server Protection 2010 for Exchange: Notifications behaving differently on E2007/2010

    Hi all and happy holidays: I have this particular situation with two client FSPE implementations recently. I got one one client with a single E2007 server with FSPE v.11.0.713.0 and another one with a single E2010 server with FSPE v.11.0.713.0. I con

  • IPad 1 upgraded to iOS5 suddenly not playing music correctly

    Hey all - I'm noticing (all of a sudden) that my iPad's Music app is not playing my music correctly. An example: in shuffle mode, if I manually advance to the next track, the app tells me it's playing, but the counter is not advancing, and there is n

  • An Alternative to Toast Titanum

    Does anyone know an alternative to Toast? I can't believe it's $179!

  • Adobe RTMP SDK

    Hi, Anybody Know how can i get the Adobe RTMP SDK or any other SDK which implement the RTMP protocol. i try to contact adobe at [email protected]  (http://forums.adobe.com/message/2994545) but it looks invalid email address .. I will really appreciat