Setting the Priority on a Process/Application

Actually aksed this question in the Foundation discussion group but think it is better suited here...
Hi
I have a JBoss turnkey install of LiveCycle ES2 in production. One of the applications runs a large batch job in the evenings. This all works fine, however, I also have some adhoc applications that could -- at the same time -- be invoked. I would like to give priority to those adhoc processes over the batch process. Is this possible?
Thank you

Hi,
You need to fully qualify the calendar as it's not at the same context level as the process flow:
OMBALTER PROCESS_FLOW 'LOAD_COUNTRY_PF' SET PROPERTIES(REFERRED_CALENDAR) VALUES('*/MY_PROJECT/CAL_MODULE/*RUN_AT_10')
or use a relative reference:
OMBALTER PROCESS_FLOW 'LOAD_COUNTRY_PF' SET PROPERTIES(REFERRED_CALENDAR) VALUES('*../../CAL_MODULE/*RUN_AT_10')
Nigel.

Similar Messages

  • How do you set the priority for active windows?

    When I open a download file for an application from Safari, it opens behind the active window.  How do I set the priority so that the download file window opens on top of the active window so I don't have to move a window to find it?

    How are you opening it?  From the "download" list?

  • How do you set x-priority header on process generated mail ?

    Hi,
    I don't see anywhere under the 'Task Notification' section of the LC ES admin UI where one can set the priority of the email. We need some of these to be sent out with a high priority.  I also don't see anything in the task's properties in the ES workbench.
    Techincally, I know it involves setting a mail message header along the lines of 'X-Priorty' with a value of '1'.
    Does anybody know how to do this ?
    Thanks
    Dan

    Sorry, you can't.
    Same as http://forums.adobe.com/message/2192283#2192283
    Jasmin

  • I lost my ipad mini and i have no set the "Find my iphone/ipad" application. Help me plzzz!!!

    i lost my ipad mini and i have no set the "Find my iphone/ipad" application. Help me plzzz!!!

    You can find serial number in your Support Profile
    https://supportprofile.apple.com/

  • How to set the stack size for alchemy application?

    Anybody know how to set the stack size for alchemy application?
    If you know, please tell me how to adjust the stack size for alchemy application?

    Hi,
    The stack size is set as public const gstackSize in the alchemy generated code.  You can see this if you build with ACHACKS_TMPS set.  The default is one megabyte.
    One way to change the stack size is to use llvm-dis to disassemble avm2-libc/lib/avm2-libc.l.bc, generating avm2-libc.l.ll, modify the constant, and then use llvm-as to recompile your modified library and overwrite the old one.  These utilities should be in your path if alchemy is set up.

  • How can I set the number of batch process for DTP globally?

    Hi guys,
    How can I set the number of batch process for DTP in system globally?
    For eg. set the number to 1
    Any hint is appriciated!
    Regards,
    Liying

    Hi,
    In DTP screen also you can view batch settings. Check the Settings menu, you will find Batch.
    Reg
    Pra

  • Set the priority

    How to set the priority for the message while sending it.?Is there any method in javamail which supports this .i have checked in javamail the latest version i.e javamail 1.3,i couldn't find.so
    i will be very gratefull if somebody gives solution for this.
    Thankx
    julie

    Thankx for the solution.I tried it works fine

  • How to set the priority for Commit Server?

    Hi all,
    I want to know how to set up the priority for committing documents.
    I'm having two different odc applications and i want to commit documents belongs to one application (URGENT) as soon as it has complete the indexing. (I'm running commit server every second for this (URGENT) application).
    But once the commit server start to commit batches belongs to one application it continues until finishes, and then only it switch to the URGENT application even though indexed documents are there.I have tested with batch priority, Batch status fields in commit server.
    What is exactly happen in setting batch priority ?
    How do i switch commit serve to run urgent batches (which is belongs to another application) as soon as indexed??
    I can use ODC or ODDC.
    Thank You.....

    Don't worry - I'm more think aloud, so it is more a hypothesis than a solution.
    You write that
    We are using ODC to Index the documentsWhat exactly does this mean? If it means that a user types in metadata values, then you could take a look whether those metadata are needed for the item to be checked in (like the mentioned security group), or whether it is "other" metadata (e.g. supplier, invoice number, etc.) that you could, in theory, fill in in your application in IPM - imagine that you use IPM to check in the document and all you have is a TIFF.
    Btw. you also write that
    (we) use Input agent to sent documents to IPMI thought that ODC (Commit Profile) does this work for you, or not? If you use ODC to commit to a disk, and Input agent to get it from a disk to IPM, how about using a direct commit profile to IPM?

  • Updating the priority of a process instance in BPMsuite 11g

    Hi all,
    Is it possible to update the priority attribute of a process instance in BPMsuite 11g via the Java-API? As far as i understand, this is true on a task level but not possible on an instance level.
    Thanks

    Hello,
    If your server only accepts one connection at a time then as more requests are made on your jpd process EJBs will be assigned from the free pool to handle the requests and the requests would be implicitly queued. If the EJBs cannot get a connection to the server they will timeout after the transaction timeout interval (or the timeout interval on socket) if they fail to get a connection in that time. You can easily test this by running a few load tests and reducing the transaction or socket timeout.
    If you did hack the DD and set the max beans in pool to one (which is not such a bad idea and worth an experiment but you will have to recompile the bean)I suspect you would get very similar behaviour i.e. the requests would be queued until the EJB instance became free, these requests would also timeout after the transaction timeout if the bean did not become free in time. This would be a little more efficient on resource usage but I don't think there will be any issues with leaving your implemenation as it is.
    Cheers,
    Hoos
    Message was edited by hoos at Feb 17, 2005 4:24 AM

  • Setting the system property in java application

    Hi,
    I want to make a connection to https://URL through my java application class
    which will be deployed in the weblogic server. Could any one help by
    telling how could I set the system properties in my java application. If I
    pass the value in the java class do I have to change any value in the
    weblogic.properties file.
    Thanks in advance and looking forward to hear your valuable suggestion.
    Sirisha

    System.getProperty(..)
    System.setProperty(..) is this what you are asking for?
    This gets and sets the system (your machine) environment properties
    Filip
    In article <396d0a93$[email protected]>, [email protected] says...
    >
    Hi,
    I want to make a connection to https://URL through my java application class
    which will be deployed in the weblogic server. Could any one help by
    telling how could I set the system properties in my java application. If I
    pass the value in the java class do I have to change any value in the
    weblogic.properties file.
    Thanks in advance and looking forward to hear your valuable suggestion.
    Sirisha
    Filip Hanik
    Software Architect
    XMarkstheSpot.com
    [email protected]

  • Is it dangerous to change the priority of a process

    i bought a movie in hd but the frame rate gets really bad whenever im playing it with my mba even if dont have any other app running in the background so i want to change the priority of quicktime to -20 but whenever i use the command this message pops up 
    sudo renice -20 1134
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    and makes me always regret my decission just as im about to press enter, is there any big risk by changing quicktime's priority to max?
    also
    is this permanent or would i have to always set priority whenever i feel like playing a movie?

    SFC priority is set when an SFC is released in a shop order. However if shop order priority is updated later on the SFC priority stays the same.
    As a solution you may create custom functionality to change the SFC priority and then expose it as a web service or UI.
    Unfortunately there is no public API to change the SFC priority. We have an OSS ticket with SAP requesting this method in API.
    Temporary the workaround is to use domain services to update the priority.

  • Set the workflow about PPR process as completed status with a report.

    Hi Gurus,
    I need to complete a workflow and all regarding task from UWL.
    To do this, I implemented 2 functions module: the first to execute the dialog step and the second to set the dialog step as completed status.
    When I run the report the both function module doesn't work. Sy-subrc  return me different result as 0.
    If I execute the SWIA T-code, I see all the task and there I execute the "dialog step" WORK ITEM to set it from ready status to started status and after I use "complete manualy" for the same task then the workflow created a new "dialog step" WORK ITEM I do the same with it and the workflow is completed.
    So I would like to do the same in a report with SAP_WAPI_SET_WORKITEM_STATUS and SAP_WAPI_DECISION_COMPLETE functon module ... please see my code below:
    loop at lit_wi_stat where wi_type = 'W' and wi_stat = 'READY'.
    *to set dialog step WORK ITEM as started status.
          call function 'SAP_WAPI_SET_WORKITEM_STATUS'
            exporting
              workitem_id          = lit_wi_stat-wi_id
              status               = 'STARTED'
              user                 = sy-uname
              language             = sy-langu
              do_commit            = 'X'
            importing
              new_status           = lit_wi_status
              return_code          = lv_subrc
          TABLES
            MESSAGE_LINES        =
            MESSAGE_STRUCT       =
    *to set dialog step WORK ITEM as completed status
          call function 'SAP_WAPI_DECISION_COMPLETE'
            exporting
              workitem_id          = lit_wi_stat-wi_id
              language             = sy-langu
              user                 = sy-uname
              decision_key         = '0001'
              do_commit            = 'X'
          IMPORTING
            RETURN_CODE          =
            NEW_STATUS           =
          TABLES
            MESSAGE_LINES        =
            MESSAGE_STRUCT       =
        endloop.
    But it doesn't work correctly.
    Maybe you have a better idea to reproduce the complete process in a report.
    Thanks in advance for your reply..
    Best regards.
    Julien.

    Hi Chandni
    I would presume that you are calling some activity step to perform some operation ...when this fails, you are passing some flag to the workflow to send the email and the "planned" error!
    It's pretty simple then:
    1) Analyze the flag using a condition step
    2) Use mail step to send the email
    3) Call a custom method to raise a workflow exception - workflow will go in error.
    More on Workflow Exceptions:
    BO Based Exception:
    http://help.sap.com/saphelp_nw73EhP1/helpdata/en/4f/372e0cf5d95541e10000000a421937/content.htm?frameset=/en/4f/3457d50a7b5542e10000000a421937/frameset.htm
    How you can define custom BO:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0f157e8-456b-2910-8ea5-c57d9267c913?overridelayout=true
    Or you can also trigger Class based Exceptions if you are using ABAP OO for workflow (custom functionality via Class using IF_WORKFLOW Interface). Just make sure you make your Custom Exception Class as a child of CX_BO_TEMPORARY or CX_BO_APPLICATION
    Regards,
    Modak

  • How to set the priority of my AEIO?

    It seems that my AEIO has a lower priority than the original one, which causes some errors.
    (*.flv files)
    How to lift the priority?

    if i understand you correctly, you're writing an AEIO for a format (flv)
    which is already supported by AE.
    the SDK doesn't support that. AE will ignore AEIOs that associate to format
    it's already handling.
    what's your end game? i'd bet you really need to do what you do, so perhaps
    we could strategize.

  • Setting the item for globalization with application language derived...

    Hi guys,
    i would like to try translation based on item preference.
    I've these settings.
    Application Primary Language: italian
    Application Language Derived From: item prefercence (english)
    I've tested the translation with browser settings and it works.
    Now i want to have a fixed language.
    How can i specify this item?
    For example i want a static global var containing the language called CUR_APP_LAN
    Wich value i have to assign to CUR_APP_LAN and where i say to apex that it has to use CUR_APP_LAN for translation?
    Thanx a lot.

    You have to create an item (application item) named FSP_LANGUAGE_PREFERENCE and set its value to 'it'.
    Scott

  • I want to set the sound output channel per application.

    So iTunes and Spotify via my airport express, but normal youtube videos, or any other mac apps such as Safari via the internal speakers. Can this be set (forced) or do I need to switch manually all the time, by holding down the alt-key and pushing the volume icon?

    With the Late 2008 model 5,1 Aluminum Unibody  there is an adapter that uses the Mini DisplayPort and a USB port to combine video and audio to HDMI. It's only 2 channel stereo not 5.1 Dolby Surround.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10428&cs_id=1042802 &p_id=5969&seq=1&format=2
    If you connect the MacBook using a Mini DisplayPort to HDMI adapter you will probably need to use external speakers or a 3.5mm stereo headphone jack to RCA sound plugs connected to a stereo sound system if your TV doesn't have separate RCA input plugs or a 3.5mm stereo input plug for audio with the HDMI plug. The Mini DisplayPort to HDMI doesn't carry audio unless you have the Mid 2010 model 7,1 and there're no audio plugs on most TVs to work with HDMI since it's expecting audio with the HDMI.

Maybe you are looking for

  • How do I link to a named destination from a c# application in this version of Reader?

    Just like the title says. I can link to named destinations in adobe reader desktop version with no problem, but that same syntax does not work in the touch version that comes from the windows store. I have found no documentation on the touch version.

  • J2ee server Exception in thread Main java.lang.OutOfMemoryError

    hallo i need your help first my java j2ee and jdk j2ee j2sdkee1.3.1 jdk j2sdk 1.4 i nedd the server for jms. when i started the server with j2ee -verbose i get the error message: Starting web service at port: 8000 Exception in thread "Main" java.lang

  • Performance issue in the Incremental ETL

    Hi Experts, we have performance issue and the task "Custom_SIL_OvertimeFact" is taking more than 55 mins. this tasks reads the .csv file coming from business every 2 weeks with a few rows of data updated and appended. every day this tasks runs and sc

  • Question on games not working

    Why all the games are not working?

  • SAPScript  - Fields Question

    Hi all expert, I'm relatively new to sapscript. This is what i wish to do.. Let's say i want to print the vendor address with the addrnumber, then take the address from ADRC using the same addrnumber. From the spec, these are the fields which are req