Loading default limits for every execution

Hi,
My situation is like that:
I execute my sequence using sequential model. Usually, the sequence is executed "in the loop" which means when once the sequential model is launched we can test unit after unit till the moment we want to stop for some reason. The sequence is loaded dynamically by the sequential model and with unload after step executes unload option.
In the sequence we are using limits. The default TS limits looks like below.
All our limits get changed during the execution depending on what unit we are testing and on what stage the unit is.
Problem:
I thought that if the sequence is loaded dynamically and it is unloaded when executed, the next time the next unit will be tested the default values of the limits container will be loaded (as a result of being loaded dynamically and unloaded when step which calls the main sequence is executed). Unfortunately, it looks like when we perform continous testing the test limits are not reverted back to the default, as expected, but they are a superposition of the limits loaded by previous executions. Of course
Questions:
1. Are my expectations regarding TS behaviour are correct?
2. How to impose the default limits to be "reset" to the default for every sequence execution, not only the first sequential model execution?
Solved!
Go to Solution.

MimiKLM wrote:I'm worry about not the speed of loading you mentioned associated with your solution but the potential problems with the memory. Let say, I call the main sequence 1000 times without interrupting of the execution. So instead of having one copy of the sequence called with cleared/reinitialised all variables and properties I have 1000 copies in the memory. I'd call it a waste to have 1000 copies only because I need to have the the properties and variables cleared.
The copy only exists while the sequence is running. Once the execution of the sequence completes, the copy will be destroyed/freed. At least as long as your code modules don't hold their own reference to it somewhere (which typically they should not be doing).
So if you call main sequence 1000 times in a loop, you should still only ever have one runtime copy in memory at a time. The difference is a new copy is created (and destroyed once the sequence is done running) each time, rather than creating a copy only once and reusing it. There is a performance hit to this per call of your sequence that is somewhat proportional to the size of your sequence, but unless your sequence is really huge, or you test execution is extremely fast, you probably will not notice the difference.
Hope this helps clarify things,
-Doug

Similar Messages

  • How to create an default profile for every user on one machine? Deployment of configurations?

    On firefox 3.5.X i can copy an configured profile from an user-folder to the programm folder of firefox. \mozilla firefox\defaults\profiles.
    After an new user log in to the machine the default profile will get the actual profile of the new user. With all bookmarks, configurations and so on.
    But this doesn't work with the firefox 3.6.10? What changed? What will be the way i can get an default configuration for every user on one machine? I want to deploy the firefox with an default configuration in our enterprise? Why does the behaviour change?
    What to do?
    Thanks...

    No - there are no missing data, because nothing will be copied. The profile - folder does not work.
    There are the standard first start behavior.
    There might be another trick? Hint? Todo?
    Thanks.

  • How to force sql developer to prompt for user input for every execution ?

    Hi Folks,
    Environment: Oracle 11g (on Windows 7)
    SQL Developer: *3.1.07*
    I am executing a PL/SQL code off Sql Developer. The code uses substitution variables to prompt user for input. However,I am only prompted for the user input for the very first run of the code. For the subsequent executions, the code simply picks up the user input from the very first run. This behavior persists for all subsequent runs of the code.
    I have executed the same piece of code from SQL*PLUS and the behavior seems normal (i.e. I am prompted for fresh input for every execution)
    How can flush out the old user input so I can be prompted for new user input for every run of the code in sql developer?
    Thanks in advance
    rogers42

    Hi Rogers42,
    1/try
    undefine
    undefine fred
    select '&&fred' from dual;
    [run this multiple times]
    [prompts gere]
    old:select '&&fred' from dual
    new:select 'a' from dual
    'A'
    a
    [prompts here]
    old:select '&&fred' from dual
    new:select 'b' from dual
    'B'
    b
    2/try
    exit (requires recent version of sql developer: tools->preferences->Database->worksheet->Re-initialize on script exit command)
    select '&&fred' from dual;
    exit
    run this multiple times
    [prompts here]
    old:select '&&fred' from dual
    new:select 'x' from dual
    'X'
    x
    Commit
    [prompts here]
    old:select '&&fred' from dual
    new:select 'y' from dual
    'Y'
    y
    Commit
    3/use &fred instead of &&fred
    For background see
    http://totierne.blogspot.co.uk/2010/04/substitution-and-bind-variables.html
    -Turloch
    SQLDeveloper team

  • How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • MII prompts for a login for every execution of a workbench object

    Hi,
    Is there a setting in MII 12.1.9 Build(108) somewhere, by which I can make the system not to prompt for a login for every execution of a Web object in the workbench?
    I have all of the following checked in the System Configuration page -
    1. NetweaverDataSourceCaching
    2. ResolveMachineName
    3. RunTransactionExpirationCheck
    4. TransactionCaching
    5. UsageStatisticsMonitoring
    6. WSDLGenSecurityEnabled
    Regards,
    Chanti.

    Hi Chanti,
    Check out this note: 1538719
    And
    "Additionally the customer needs to review the security and upgrade documents which can be found on SMP under Software Downloads (top menu) -> Installation and Upgrades (lh menu) -> Installation and Upgrade Guides (lh menu) -> SAP Business Suite Applications (lh menu) -> SAP Manufacturing -> SAP Manufacturing Integration and Intelligence (lh menu) -> SAM MII 12.1 (lh menu).  Both of these documents were upgraded specifically for SP08 and the security changes."
    The background is that there were significant changes made to the underlying NW package and corresponding changes in MII starting with 12.1.8 which are what is causing the difficulties you experience.
    Regards,
    Mike

  • JDeveloper 11g - Auto Load User Libraries for Every Project

    Hello.  I have created a user library in JDeveloper 11g by going through Tools -> Managed Libraries.  These are standard libraries for my company, and I would like to load them automatically into every project (Fusion ADF) on project creation.  Is there any way to do this?  I already tried checking the "Deployed by Default" flag, but that did not work.
    Thank you in advance.

    Exactly which version do you use?
    You can try to create an application out project template and select your library in the projects.
    Timo

  • Alternatives to loading .properties files for every request

    I am just starting for a company, and they loading a bunch of .properties files for every request. I've told them that according to JEE specs, using the file system like that is a violation, as it's not scalable. I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or something to that effect. Re-start the app if a change needs to be made in properties.
    +: few changes
    -: requires a new war/ear to make a change
    2. Put properties that are truly variable in a database record.
    -: requires DB schema change.
    3. For instance, i've though about using something like jconsole to change an mbean property, and then web apps using that property.
    4. Define a single web app that exposes an EJB/JMS/RMI object which serves properties to other web apps. If a change is needed, only 1 web app needs to be re-started, although it would still have to be re-packaged. Perhaps this app could load this stuff from the DB.
    5. Have a properties service, and expose it as an RMI object. If a change needs to be made on the fly, use rmi to make the updates.
    I'm leaning towards a combination of 1, 5, and possibly 4.
    I would like to know what other alternatives might be available.
    Thanks.

    I am just starting for a company, and they loading a
    bunch of .properties files for every request. I've
    told them that according to JEE specs, using the file
    system like that is a violation, as it's not
    scalable. well, it's just boneheaded that's all
    I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or
    something to that effect. Re-start the app if a
    change needs to be made in properties.that's what most people do
    2. Put properties that are truly variable in a
    database record.well, databases don't normally hold config info, but you can do what you want
    -: requires DB schema change.
    3. For instance, i've though about using something
    like jconsole to change an mbean property, and then
    web apps using that property.
    4. Define a single web app that exposes an
    EJB/JMS/RMI object which serves properties to other
    web apps. If a change is needed, only 1 web app needs
    to be re-started, although it would still have to be
    re-packaged. Perhaps this app could load this stuff
    from the DB.doing EJB or RMI for getting properties sounds like overkill in the extreme to me

  • DB Link between 8i and 10g : INSERT query parse once for every execution ?

    Hi, All
    Wonder if there is anyone out there who has processes that work among 8i x 10g databases through DB Link, and could enlight this.
    I have the following INSERT statement :
    INSERT INTO SAFX01
    (COD_EMPRESA,
    COD_ESTAB,
    DATA_OPERACAO,
    CONTA_DEB_CRED,
    IND_DEB_CRE,
    ARQUIVAMENTO,
    VLR_LANCTO,
    CONTRA_PART,
    CENTRO_CUSTO,
    CENTRO_DESPESA,
    HISTPADRAO,
    COD_OPERACAO,
    HISTCOMPL,
    COD_INDICE_CONV,
    VLR_OPER_IND,
    NUM_LANCAMENTO
    VALUES
    :BIND001,
    :BIND002,
    :BIND003,
    :BIND004,
    :BIND005,
    :BIND006,
    :BIND007,
    :BIND008,
    :BIND009,
    :BIND010,
    :BIND011,
    :BIND012,
    :BIND013,
    :BIND014,
    :BIND015,
    :BIND016 )
    This piece of the process starts at the 8i side.
    The SAFX01 is a table on the 10g side.
    They connect through a db link.
    The trace shows the following situation :
    call count cpu elapsed disk query current rows
    Parse 227521 696.91 1258.88 1 0 910 0
    Execute 227521 381.97 1136.74 0 0 0 227521
    Fetch 0 0.00 0.00 0 0 0 0
    total 455042 1078.88 2395.62 1 0 910 227521
    As can be seen, for every executation, the statement is parsed.
    Is this a expected behaviour, in general ?
    or ...
    Is it happening because it is a 8i vs 10g interface ?
    Am I missing some DB parameter, that could avoid this ?
    Thx,

    This your application is submitting the statement over and over and over again.
    However, it is probably a soft parse.
    You could make it a still softer parse if you set session_cache_cursors to something sensible (100 or so)
    Other than that, only INSERT etc statements in pl/sql procedures are parsed only once, reason why Oracle often uses packages to do DML in their own applications.
    Hth
    Sybrand Bakker
    Senior Oracle DBA

  • Default setting for mapping execution

    Hi,
    In ODI interfaces I can specify, where the mapping transformation should be transformed (source, statging area or target).
    By default this value is set to "Source".
    If you have interfaces with a lot of mappings on a different system than source it's a lot of work to change all mappings.
    Is there a possibility to change the default value for this parameter?
    Thanks in advance!
    Regards,
    H.

    Hi Rathish,
    I am doing good. How are you and the team?
    Yes, you need to struggle with this. Hopefully will get a workaround/fix in 11g release.
    Thanks,
    G

  • Default preferences for every active directory users

    Hi,
    I have been searching for a solution to this for a long time and I hope somebody out there can help because I am sure that it is a common request on corporate networks.
    I am trying to configure a default desktop that provides exactly the same settings for all users that log into the machine for example the dock to be on the left hand side with program icons in a particular order from top to bottom. I would also like to set magnification preferences on the dock bar. Currently when new users log on it defaults back to a default setting e.g dock on the bottom with applications in the wrong order etc. I work with a Windows XP network (save the sighs!!)and it is easy to set this up by logging in as a default user and configuring the start menu and desktop setting etc, which would then apply the same config to all new users on the system.
    I hope I have explained the situation clearly enough!!
    Thanks
    J

    Thanks Joe,
    I recently found an article that worked for me also and didnt require me to use the command window at all. All I had to do was log in as any user, set up the dock bar to be on the left, magnification preference, icon precedence etc. Then once this was completed, all I did was copy the preference folder from the recently configured user cached account on the hard disk and paste it into the user template/english.lproj folder. I then deleted the cached user account when logged on as root and then I logged on again as a 'New' user and whoalla it worked. The dock bar was on the left with the magnification and icon precedence all in the right place.
    Thanks for your help any ways, much appreciated.
    One last thing.....(I wonder if you can help or point me in the right direction?) I have around 52 macs to install on our site and I want to streamline the whole process by cloning the hard disk of one mac to all of them. I need to install several applications including creative suite 2, add it to the active directoy domain and then configure the default desktop as solved previously. Remote desktop 3 has been mentioned as a solution, but can this clone actual hard disks of macs and put them onto clients? or is it a case of manually cloning it to a firewire/ USB 2 hard disk and then doing a clone one by one. We use ghost to image all the pc's by net booting to an image server, would it be something similar I would require e.g. a mac server of some kind or would remote desktop do this for me in automator?
    You help or anybody elses is much appreciated!
    Regards
    J

  • Firefox and default site - when I open firefox google comes up fine - but any other sibsequesnt page I have to type in google can I set up a default page for every page that I open up in a window

    Hello
    When I open Firefox, google comes up as my default page. This is fine but if I open additional windows next to the default page nothing comes up.
    Can you set google or any other page to be the default page in any window I open. It is annoying to have to keep on typing google in every time I want to open a new page with firefox

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • Set default maximumlength for every field same as field's length in databas

    is there any way in jdeveloper to define mximum length of input fields same as length of database fied which is bind to input field

    I have more than 50 input fields and i have to copy paste this line 50 times
    maximumLength="#{bindings.fieldname.displayWidth}"
    i want to know is there any way to make this property default as
    columns="#{bindings.fieldname.displayWidth}"
    comes by default
    thanks

  • Default Layout for a report running in background

    Dear Friends,
    I have created a layout for report ME2L and set as default layout  (for every user)....
    Foreground execution picked the DEFAULT layout but when am trying to execute the same report in background, default layout is not picked but the STANDARD layout is shown in the spool
    Could you please suggest me how can i use same report layout for foreground as well as background
    Thanks in Advance
    Ana

    Atanu dey,
    If you wnat to download excel in back ground
    You have to download in application server only.
    EX:
    DATA :  v_filepath(80)     VALUE '/data/sapdata/inc/error_log/pme_br/',
      c_coma     VALUE ',' .
    OPEN DATASET v_filepath FOR OUTPUT IN TEXT MODE.
        IF sy-subrc EQ 0.
         LOOP AT i_errors_bat.
         CONCATENATE i_errors_bat-plant c_coma
                                 i_errors_bat-zzvendor c_coma
                           INTO v_string.
            TRANSFER v_string TO v_filepath.
          ENDLOOP.
       CLOSE DATASET v_filepath.
    Note : you can download in presentation server also.
    but it requires lot of authorizations and have to use
    FTP commands.
    Reason is Apllication server in back ground has to
    recognize the from which system request came.
    Better go for OPEN DATA sets.
    Don't forget to reward if useful.....

  • Web pages come out tiny, I must use control + to view every page. How can I set a defult size for every page I vivit?

    After upgrading to 3.6 all the web pages come out tiny. The text and the pictures. I must use the Ctrl + in order to make the web page fill my screen. What do I have to do to set a default size for every web site I visit?

    ■ Easiest method, if you allow firefox to tabs you used then on restarting I believe it also retains the zoom settings
    * '''Tools -> Options -> General -> Startup = use current pages'''
    ■ There are also extensions that can be used, some allow individual sites to have individual settings. Look at the [http://support.mozilla.com/en-US/questions/772884 this thread] which also discusses related matters.
    ■ The best method if you need the same effest accross all sites is probably changing one of the preferences within the config files, it is discussed in the above linked thread and also in this MozzillaZine article http://kb.mozillazine.org/Layout.css.dpi

  • Counter in mapping for every succesfull message....

    Counter to be maintained for every execution of map.Requirement is to generate sequence number which should be like counter.Whenever this map runs and file is created, sequnece numberhas to be generated and it should be appended accordingly when it runs for second time.Like on a particular day, if this interface runs once, counter should be populated as once and next time when it runs it should be incremented to 2

    wat I understood is
    first time ur mapping is run the counter value is set to 1 and is mapped to target.
    second time the same mapping is run counter shud be incremented by one and mapped to target field.
    this is wat u r looking for.
    if yes:
    what u can do is u can maintain one table which shud hold the interface no and count no.
    first time when mapping runs the table will be updated with count value one. when the mapping run second time the counter value will be incremented n it will update the data in that table.
    u have to use the lookup.
    chirag

Maybe you are looking for

  • Help on ftpClient

    Hi there, I am a Oracle Developer and I would request your help in using ftpClient. I am using following code for ftping files and then deleting them from the ftp server. import java.io.*; import oracle.sql.*; import java.io.IOException; import sun.n

  • Report on production orders

    Guys, I describe the problem with example. Header material X. It has sub components Y1(phantom). Y1 has Y2(phantom) below it. Y2 has Y3(Phantom) below it. Y3 has A(inhouse production) and B(External procurement). When Material X is order in sales ord

  • SOAP Fault while invoking ISG Service through BPEL

    Hi, I am trying to invoke a EBS R12 pl sql API exposed as a web service through integrated SOA gateway. But i am hitting the same error for different API`s that i have tried with. the error is : <remoteFault> <part name="summary"> <summary>Error occu

  • Integration of Seeburger Adapter in Solution Manager for Monitoring

    Hi Experts , Can we Integrate the  monitoring of Seeburger adapter into the Solution Manager dashboard under central PI Monitoring ? We are using   AS2, FTP and sSFTP seeburger adapters here. Regards, Kamal Edited by: KAMAL KUMAR on Jan 11, 2012 2:33

  • Idoc MBGMCR02 what is the message type

    what is the message type for idoc MBGMCR02?