ECATT execution modes

Can anybody explain the eCATT error behavior in eCATT execution in detail. Also execution modes of QTP through eCATT.
Thanks & Regards,
Mahantesh

Hello Janak,
There is no error I am getting, but I need some explainatio about the following.
I have QTP scripts.I have created eCATT scripts & configurations for QTP scripts.I attched these eCATT scripts to project sctructure(Business Blueprint) in Solution Manager(SOLMAN).Then I have to create Test Plan & Test Package.Then we have to execute the Test Package.U may know how to execute this test package.
Before execution starts the the pop-up appears,it has options, like
Error Behavior..
Mode of external Tool.
I need explainations about theses options.
I will send u the screen shot, can u just tell me ur email-id,it will help me lot.
Thanks,
Mahantesh

Similar Messages

  • Difference between execution mode of Print preview and Print for Output

    Hello,
    Can anybody tell the difference between execution mode of print preview and print for an output (For eg. PO output or Invoice)?. I am trying to download some documents linked to Purchase order to desktop. The code is written in the same driver program for printing PO and it is executed after smartform function module is called. It works fine in print preview mode and it fails in print mode. The reason why download fails in print mode is that GUI not available (just found from debugging).
    Any ideas?
    Thanks
    Anil

    HI
    try using any other printer and find out if you are getting the correct output. The printer needs to support Multiple Unicode encoding schemes like UTF 8, UTF 16BE, and UTF 16LE, plus special characters and logos, bi-directional text layout, and custom characters..

  • Help!: Control reference seamingly "lost" in run-time execution mode

    Hi!
    The Facts:
    LabView 6.1 PC under NT.
    I've been using "Vi loader" technique since a few month s to distribute a LabView application on severals PCs without having to re-compile it each time. My application uses more than 500 VIs so I can't build it directly. The directories/Vis of the application are simply copied on the target PC and run through the Vi loader technique instead of using the development environnement.
    The problem:
    Since the last release of the my application, differences between the application running in development mode or run-time mode have appeared:
    One VI reading a .ini file does not act the same way if runned in the developpment environnment or
    runned in the run-time environnment. This VI uses control-references from its front-panel and passes them to sub vis. In run-time execution those references seems to be perverted: the sub-vis get them but can't access their properties like Label Name, Values,...
    All works perfectly fine if the VI is runned in the environnment developpment.
    Moreover the same sub-vis called with other control references in other VIs work fine.
    Question:
    Has anyone seen any behavioral difference between run-time execution and development environnement execution?
    Are there any differences in the linkage process between those 2 execution ways?
    Is there any labview Feature that would automaticaly "de-allocate" references at run time and would do so "too early"?
    Is there any know problem with poly-morphique VIS in run-time execution mode.
    That's all, any idea, lead, wellcome!

    Hi Andrew!
    I've allready had a look at the "Problem with VI Loader technique". It only deals with top vis not working (ie broken) when called from loader in Run-Time mode because of ill declared vi.lib path.
    It's "unfortunately" not my problem: My VI is not broken, it's kind'a working, but not as it does in development environment execution mode.
    If NI people are reading this, I would like to send them the VI and it sub-VIs to understand if something has been perverted .
    The problem is seen on all three target PCs.
    Moreover, a new one has appeared: in run-time mode, the standard "file dialog" vi called to prompt the user for a file with a given extension pattern sends back the file name with the extension "double dotted" (exemple: anything..data
    instead of anything.data).
    About the first problem, does any know why a Ctrl Refnum would loose its parent information (name, value...) in run-time execution mode?
    Bye!

  • In-Memory Query execution mode rendering results but "both" as execution mode do not.

    Hi,
    I am facing this strange issue of fetching some rows based on my view criteria.
    I delete some rows and make them as inactive. Then I search for those rows by using filter as "inactive" rows. I get the result as expected. But then, if I enter any other filed apart from inactive condition, I do not get that record even when that record is present in the list.
    I looked out for the query execution mode for my VC based on which my rows are fetched. I found that if I keep the Query execution mode as "In-Memory" I am able to get the result but if I give the query execution mode as "Both", I do not get results even though the other factors are still same for it.
    Due to model settings, I can't use "In-Memory" as the query execution mode.
    I get the results properly after I commit my changes to DB,however.
    How can I proceed here?

    Hi,
    apparently the JDeveloper version you use does not work with "Both", which I suspect to be a bug. If you are on a latest version of JDeveloper 11g R1, JDeveloper 11g R2 or on JDeveloper 12c, please file a bug if you have access to customer support. If you are not yet on a latest version of JDeveloper, please try a newer version of your JDeveloper release.
    Frank

  • Cant transmitt and Recieve data when USER INTERFACE Execution Mode selected

    Hi..
    I am working on a project in which I have to continuously send and recieve serial data..
    Again, in my application, I want to use AciveX control to open PDF (Theory related to the project).
    PDF can be opened only in USER INTERFACE Execution Mode.
    (I dont want to open PDF in Adobe Reader.. I want it inside my application)
    But when I use this execution mode, I am unable to transmitt and receive data through VISA.
    When I change the Execution mode to STANDERD, all works fine.
    Again, I could not change the mode Using Property node.. Shows error that I cant edit the VI in running mode.
    How should I get these two works done at a time..

    Hi Avatar,
    both links are essentially the same…
    I don't have Acrobat installed, so I cannot reproduce the problem or test the VI.
    Did you try a different tool? There are other PDF viewers available…
    Maybe the MS Webbrowser (available as DotNet) can show PDFs on the frontpanel of your VI…
    You cannot change the execution system at runtime as it would require recompiling the VI. Point.
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Automated Task Redo Execution Mode Exception

    We have an automated task with only one automation plugin, this automation plugin is Xquery Sender type which is being executed in Do and Redo Compensation modes and sends a XML message to a JMS Queue with custom Correlation Id and this automation plugin complete the task immediately without expecting any type of answer.
    The XML message produced from the automation plugin mentioned before is processed by another automation plugin that exists in another OSM Order but the cartridge is deployed in the same OSM instance.
    In Do execution mode the plugin works as we expected but in Redo execution mode the log is raising the following exception:
    ORA-01422: exact fetch returns more than requested number of rows
    We were reviewing the following tables in the OSM database while the process is executing:
    OM_AUTOMATION_CTX
    OM_AUTOMATION_CORRELATION
    And we noted that at the end of the execution task the records corresponding to this task in the table weren't deleted, for this reason we have conflicts with the correlation id setted by the task that send the message and the task that received the same message raising the error that we explain in the paragraph above.
    In the test process that we've done to identify the cause of this behavior we could see the following: If the task that sends the message has two automation plugins the first to send the XML message and the second to receive an answer, the records in the tables were deleted and the exception isn't raised. But when the task only has one automation plugin to send the XML message with a XQuery Sender plugin and continue to the next task we received the exception described in this case.

    Hi Andres,
    Correct, the entries in the DB tables are not getting deleted irrespective of what task mode it is running. You probably might have to raise an SR.
    Considering the above fact, we shall ignore about the entries in the DB table and try out the below work around if applicable.
    You might be aware of this work around, you can generate a unique Correlation ID every time that automation plugin executes so that there won't be exceptions of duplicate Correlation ID entires in the Tables(irrespective of execution mode Do/Redo/Undo) otherwise do not provide correlation ID at all.
    Thanks
    Naveen Jabade

  • Different values when in highlight execution mode.

    I am running a vi which does a bunch of math on scalars and floating point images. When I run the vi, the output images are filled with "Not a Number" but when I go throught the vi in highlight execution mode the numbers come out as what they should be. This doesn't have anything to do with the camera not responding fast enough to supply the data for the image when in normal execution mode. I'm just testing the vi by defining an image filled with a particular value so that I can see if it is doing the math correctly. If the "NaN" result was all I had to go on (when running the vi normally) I would keep looking in my code for errors, but I get the correct numbers when I run it with execution highlighting.
    Can anyon
    e explain why this would be happening?
    Thank you.

    Hi,
    I made the expirience that function in undefined order are executed in
    different order if the vi is run in highlight mode or normal mode. So it
    can be usefull to put some critical functions in a sequenz for the right
    order.
    Niko

  • State Diagram "Single Step" execution mode

    Hello,
    I am realtively new to LabView, at least the 8.0 version I am currently using. Used it when it first came out some xx years ago :-)
    I am using the State Diagram Toolkit to create a test vi. I am able to create a SubVI of the test vi. I did **not** have to unlock the generated code to do this, and I could still open the subvi diagram in the State Editor later.
    However, if I in the State Diagram Editor select "Execution Mode" to "Single Step", then LabView 8.0 crashes when I save the vi.
    Please help me on this one, as I would like to explore using subvi's developed using the State Diagram Toolkit and the Single Step execution mode.
    (I have indeed searched without finding the solutiion to this problem)
    Also, if anyone have an examples on how to use a "Single Step" subvi developed with the State Editor Toolkit, I would appreciate this !
    (Especially how to return the next state from the subvi and use it in the next call)
    Tips and examples appreciated !
    Geir Ove
    Geir Ove

    Hi,
     A work around has been found for the issue. If after changing the state diagram type to single-step, you make a change to the block diagram then you can save with out a problem. There are two easy ways of doing this.
    1.  One is to add a new state to the state chart after changing the mode (this can be deleted after the save).
    2.  The other is adding a Boolean constant to the block diagram (which can also be deleted after the save). Adding a control on the front panel or moving a label in the block diagram is not enough.
    Regards,
    Frode

  • How to find which sub-vi is running in highlight execution mode?

    Hi there,
    It sometimes happens that while debugging you program you open a lot of sub-vis put probes in many places turn on highlight execution in dirrerent sub-vis and then forget to turn it off.
    You close all sub-vis and run software and it runs SLOOOOW. Then you need to go and find that sub-vi that runs in highlight execution mode.
    I was just wondering if there is an easy/automatic way find which vi has highlight execution mode turned on?
    Solved!
    Go to Solution.

    Here is a small utility to switch off Execution Highlight mode off all opened subvis. Drop it into the Project subfolder in the LabVIEW application folder, then restart LabVIEW. A new item "Stop Highlight mode..." will appear in the Tools menu. Enjoy !
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Stop Highlight Execution.vi ‏16 KB

  • Ecatt execution time

    hi, experts:
    Now i have encountered one tough problem:
    i want to analyze the process of ecatt-activaion,and expect to find some solution about how to improve the performance of ecatt-activation(active the ecatt in solution builder).
    Now, i use "SE30: ABAP Runtime Anaylze "..
    After my test, However, now ,in SE30, i got the result:36.6 seconds. But my ecatt-activation log says the ecatt costs 63 seconds...
    that means: SE30 can not record the total time of the activation...
    Now i wanna to know:
    in SAP, is there any tool that can record the total execution time of one Tcode or one activity(ex, here the activity is "ECATT-ACTIVATION")???
    More: is there anybody who knows the difference of the above 2 time??
    Thanks very very much....

    HI,
    how abt the response time that we see in the right corner ..where we see tcode..system ..
    Regards
    Seema

  • Scheduling eCatt execution

    Hello Gurus,
    Can anyone please tell me, if the e-CATT scripts can be scheduled for execution. I know it can be executed in the background, but can it's execution be scheduled.
    Will be very grateful for an answer.
    Regards,
    Debojit Dey

    Hi debojit,
    we can schedule this using VB script , using this VB script in batch file and batch file in turn to scehdule in windows scheduler.
    please search on ecatt schedule , i think we have few posts done with VB script code.
    regards
    vinay

  • Strange behavior of db update in debugging and no debugging execution mode

    Hi Experts,
    I am finding a strange behavior of certain Z update function (to update equipment install base) : The update happens perfectly if I go into debug mode and do a F6 on the function call. But if I executed it completed without going in debug mode, that update does not happen!
    I checked the function and found that it does have COMMIT WORK AND WAIT which gets triggered every time I call this function.
    Also does compiling the code with some changes and executing in cycles have any affect on the behavior of code? Do I need to do a /nse38 every time, before I do executing? I am not sure this is in any way related to the problem.
    Will appreciate your helpful responses on this.
    Best regards,
    Vishnu T

    Withing the Z function, it is the calls to SAP standard functions that are doing the update. Here is the function body
    FUNCTION Z_B_BAPI_EQMT_INSTALLHR.
    *"*"Local interface:
    *"       IMPORTING
    *"             VALUE(EQUIPMENT) LIKE  BAPI_EQUI-EQUIPMENT
    *"             VALUE(SUPEREQUI) LIKE  BAPI_EQHR-SUPEREQUI
    *"             VALUE(POSEQUI) LIKE  BAPI_EQHR-POSEQUI OPTIONAL
    *"             VALUE(DATE) LIKE  SY-DATUM DEFAULT SY-DATUM
    *"             VALUE(TIME) LIKE  SY-UZEIT DEFAULT SY-UZEIT
    *"             VALUE(COMMIT) LIKE  VBMOD-VBMODE DEFAULT SPACE
    *"       EXPORTING
    *"             VALUE(EQUIMASTER) LIKE  BAPI_EQUI STRUCTURE  BAPI_EQUI
    *"             VALUE(EQUITIME) LIKE  BAPI_EQUZ STRUCTURE  BAPI_EQUZ
    *"             VALUE(EQUITEXT) LIKE  BAPI_EQKT STRUCTURE  BAPI_EQKT
    *"             VALUE(EQUILOCATION) LIKE  BAPI_ILOA
    *"                             STRUCTURE  BAPI_ILOA
    *"             VALUE(EQUISALES) LIKE  BAPI_EQSD STRUCTURE  BAPI_EQSD
    *"             VALUE(EQUIHIERARCHY) LIKE  BAPI_EQHR
    *"                             STRUCTURE  BAPI_EQHR
    *"             VALUE(RETURN) LIKE  BAPIRETURN STRUCTURE  BAPIRETURN
      CLEAR: EQUIMASTER, EQUITIME, EQUITEXT, EQUILOCATION.
      CLEAR: EQUISALES, EQUIHIERARCHY, RETURN.
    * Object key must not be initial.
      IF EQUIPMENT IS INITIAL.
        CALL FUNCTION 'MESSAGE_SET_AND_CONVERT'
             EXPORTING
                  MSG_CLASS  = 'IS'
                  MSG_TYPE   = 'E'
                  MSG_NUMBER = '498'
                  MSG_PARM1  = 'EQUIPMENT'
             IMPORTING
                  RETURN     = RETURN.
        EXIT.
      ENDIF.
    * Superior equipment must not be initial.
      IF SUPEREQUI IS INITIAL.
        CALL FUNCTION 'MESSAGE_SET_AND_CONVERT'
             EXPORTING
                  MSG_CLASS  = 'IS'
                  MSG_TYPE   = 'E'
                  MSG_NUMBER = '498'
                  MSG_PARM1  = 'EQUIPMENT'
             IMPORTING
                  RETURN     = RETURN.
        EXIT.
      ENDIF.
    * Specified equipment number must exist.
      PERFORM EQUIPMENT_CHECK_VEQUI                             "P9CK056992
        USING                                                   "P9CK056992
          EQUIPMENT "->equipment number                         "P9CK056992
          'X'       "->record must exist (will be read)         "P9CK056992
          'X'       "->record must be locked                    "P9CK056992
          NEW_VEQUI "<-before image read                        "P9CK056992
          I_CODE.   "<-error code                               "P9CK056992
      IF I_CODE <> 0.
        CALL FUNCTION 'MESSAGE_CONVERT'
             EXPORTING
                  SY_SUBRC = 4
             IMPORTING
                  RETURN   = RETURN
             EXCEPTIONS
                  OTHERS   = 1.
        EXIT.
      ENDIF.
    * Superior equipment must exist.
      PERFORM EQUIPMENT_CHECK_VEQUI                             "P9CK056992
        USING                                                   "P9CK056992
          SUPEREQUI "->superior technical object number         "P9CK056992
          'X'       "->object must exist (will be read)         "P9CK056992
          SPACE     "->object will not be locked                "P9CK056992
          OLD_VEQUI "<-object data read                         "P9CK056992
          I_CODE.   "<-error code                               "P9CK056992
      IF I_CODE <> 0.
        CALL FUNCTION 'MESSAGE_CONVERT'
             EXPORTING
                  SY_SUBRC = 4
             IMPORTING
                  RETURN   = RETURN
             EXCEPTIONS
                  OTHERS   = 1.
        EXIT.
      ENDIF.
    * Install equipment
      CALL FUNCTION 'EQUIPMENT_INSTALL'
           EXPORTING
                READ_SOBJ   = ' '
                READ_ROBJ   = ' '
                LOCK_SOBJ   = ' '                               "P9CK056992
                POSEQUI     = POSEQUI
                I_DATE      = DATE
                I_TIME      = TIME
                EXEC_MEAS   = 'X'                               "P9CK159924
           CHANGING
                S_EQUI      = NEW_VEQUI
                R_EQUI      = OLD_VEQUI
           EXCEPTIONS
                ERR_INSTALL = 1
                OTHERS      = 2.
      I_CODE = SY-SUBRC.
    * Fill return structure.
      CALL FUNCTION 'MESSAGE_CONVERT'
           EXPORTING
                SY_SUBRC = I_CODE
           IMPORTING
                RETURN   = RETURN
           EXCEPTIONS
                OTHERS   = 1.
      IF RETURN-TYPE <> 'S'.                                    "P9CK056992
        PERFORM EQUIPMENT_UNLOCK USING EQUIPMENT.               "P9CK056992
        EXIT.                                                   "P9CK056992
      ENDIF.                                                    "P9CK056992
    * Copy local view structure to export structures.
      PERFORM MOVE_VIEW_TO_EQUIPMENT USING NEW_VEQUI EQUIMASTER EQUITIME
                                           EQUITEXT EQUILOCATION EQUISALES
                                           EQUIHIERARCHY.
      CALL FUNCTION 'CHECK_COMMIT'
           EXPORTING
                COMMIT_MODE              = COMMIT
           EXCEPTIONS
                ERR_COMMIT_WORK_AND_WAIT = 1
                OTHERS                   = 2.
    ENDFUNCTION.
    The COMMIT parameter is passed with value 'S' which is an indication to CHECK_COMMIT to do COMMIT WORK AND WAIT. And I am always passing an S and as I said that the update in fact does happen if I do a F6 on the CALL to the above function.

  • Creating items in executions mode

    can i create items or camps in execution in forms

    The simple answer is no.
    But you can have items allready defined but with visible property off, and in runtime change their visibility and even their position.
    null

  • Error when opening PowerPoint related to Data Execution Prevention Mode

    I am experiencing an error when attempting to open a PowerPoint file. . Here is the full message: "powerPoint is experiencing a serious problem with PowerPoint com add in. This add-in is incompatible with Data Protection Execution Mode and should be disabled or upgraded to the latest version. Do you wish to disable?" I am using PowerPoint 2010 and Adobe Presenter version 8.

    I've continually experience the same issues. I have updated to Presenter 8.02.
    If I open a project by double-clicking the .pptx file I get the following error message:
    "Run-time error '-2147467259 (80004005)
    SlideShowWindow (unknown member) :Invalid request. Automation rights are not granted."
    If I then enter the Presenter tab and click an option (for instance "Settings") Powerpoint crashes and restarts itself. Once restarted the following error message is presented:
    "PowerPoint experienced a serious problem with the 'adobe presenter powerpoint com adding' add-in. This add-in is incompatible with Data Execution Prevention mode and should be disabled or upgraded to the latest version. Do you wish to disable this add-in from loading?"
    I can often crash Powerpoint with the same DEP warning by closing the presentation with the window's "X" button - Powerpoint restarts itself and gives the same DEP warning as above.
    I normally choose to not disable and continue working. If I then go to "Settings" in Presenter again, it will open without problem. It seems that after four to six occurences like this, Presenter will then be disabled by Powerpoint and require resetting in the File-Options-Addins section.
    Alternately, if I open Powerpoint first and then open my project through the File-Open or Recent Presentations list I do not get the Run-time error mentioned above and usually can open a Presenter option ("Settings") without crashing Powerpoint. I can also close the project without incedent if I use the File-Close menu as opposed the the "X" button.
    I am running Win 7 64bit, Powerpoint 2010 32bit with Presenter 8.02.
    Sincerely hoping support is continuing to monitor these threads, as this one was started in November without much response.

  • Ecatt Test Partner problem

    Hi all,
    Currently i am working for SRM Test cases on Ecatt Test partner, in this i have three basic scripts. First two scripts are working fine and third script is giving error.
    Error is when i am opening the third basic script for editing it has taken a diferent primary script name compare with execution mode or debugging mode.
    I would like to ask help from ECATT specialist Please kindly help me on this issue.
    Thanking you for your help
    Regards
    Ramesh babu.
    SAPAG.

    Hi Joanthan,
    Thanks for guiding for the recording type.
    The SAPGUI for passing the values to the subsequent screen doesn't work as expected. I tried following options -
    1. I parameterize the CheckValue of InitialState with an export parameter.Tried to assign this to an import parameter just before the screen on which the value needs to be passed. This doesn't work.
    In the log system takes the export parameter as import for the initialState screen.
    2. I tried to use common Variable for the import and export of the checkValue of InitialState and Value of UserChangedState parameter. This also doesn't work.
    3. The error I got in the log is as follows -
    - <GetProperty>
      <Icon>@5D@</Icon>
      <Name>Text</Name>
    - <Value>
      <Error_Description>Check of InitialScreen Element Failed.</Error_Description>
      <Icon>@5D@</Icon>
      <Check>X</Check>
    - <CheckValue type="string">
      <valueRefName>P_IV_KETDAT</valueRefName>
      </CheckValue>
      20.10.2005
      </Value>
      </GetProperty>
    4. From the online SAP Help, I found the option 'GETGUI' to read the value from GUI using two methods from the following link,
    http://help.sap.com/saphelp_erp2004/helpdata/en/bc/6d7290f64c11489f2c9b03458ef53f/frameset.htm
    None of the options specified appear in Pattern button or in Recording Running dialog box.
    How to work out this situation?
    The system information is as follows -
    =>ScriptEngine
    1. GUI - WinGUI
    2. Major Version - 6206
    3. Revision - 6
    4. Patch Level - 46
    5. Minor Version - 175
    Thanks.

Maybe you are looking for

  • How to save file in users temp directory in java

    How to save file in users temp directory as "<Drive Name>:\Documents and Settings\<User Name\Local Settings\Temp".

  • How to mail pdf file from oracle database 11g

    Hi, Using following code to send pdf file from oracle database. DECLARE v_From VARCHAR2(80) := '[email protected]'; v_Recipient VARCHAR2(80) := '[email protected]'; v_Subject VARCHAR2(80) := 'test subject'; v_Mail_Host VARCHAR2(30) := '116.214.31.249

  • Booting from a Firewire Disk backup - get Startup Manager to show FW disk

    Hi all, A hint that I have discovered whilst trying to create a backup on a Firewire external Hard disk and boot my eMac from it. eMac 1.0GHz (ATI), OS X Tiger 10.4.7 and OWC Mercury Elite Pro 40Gb firewire external disk (Oxford 911+ chipset) I creat

  • Hyperion shared services installation Help.

    Hi I just started hyperion installation on my NOTE BOOK PC. OS : 2003 server. Databse : SQL SErver 2005 with service pack 1 Oracle 10g I downloaded All hyperion SW from oracle.com. I am able install shared services but not able to configure any thing

  • Queries On UDT in Oracle.

    Hi All, I have got a couple of doubts on the Types. 1. the first one would be, I have a couple of Types which are created in one Schema for which I have been given execution permissions on another Schema [To which I have an access to]. But when I am