Advanced Properties of Automatic Activities

Hi all,
I see there is an option when you check the Advanced Properties of Automatic Activities to limit the Number of Concurrent Executions..
Let's say, if we make it as 1, will the other instances queue up and wait for the first instance to complete its job?
Or will the other instances surpass this activity and go to the next activity since the Number of Concurrent Executions = 1?

Hi Dan,
I have used this method for activities that update my db..
But when I initiate more than 50 concurrent requests at a time simultaneously within a split of a second i.e. within microseconds, my db is not updated properly. The count does not increase or decrease properly..
There is some variation.. Instead of 50, the count just increases to say 40 and instead of decreasing by 40 the count sometimes decreases by 38 or 30.
Is this because of the concurrent activities being 1 or is it because of the number of database connections?
i.e.pool size?
Will increasing the db pool size solve the problem?

Similar Messages

  • Excel 2010: I get the error message "This file can't be previewed because of an error in the Microsoft Excel previewer." even though Advanced Properties is set to Save Thumbnails for all Excel Documents.

    Excel 2010: I get the error message "This file can't be previewed because of an error in the Microsoft Excel previewer." even though Advanced Properties is set to Save Thumbnails for all Excel Documents and I've run Repair on Microsoft Office.
     I don't know what else to try.
    Any help would be appreciated. Thanks.

    A hotfix request has already been submitted for this issue and we have also documented it here
    http://support.microsoft.com/kb/983097
    Thanks.
    Tony Chen
    TechNet Community Support

  • Problem with Oracle Drive Advanced Properties

    I was able to successfully set up Oracle Drive however I can’t use any of the advance features such as “set properties” and “change access control lists”. When I right click on a file I get an option for Advanced Properties but when I click on that selection I receive a message “Advanced Properties is not supported by this server.” This would be a big help to many of our users so any troubleshooting tips would be much appreciated.
    --Bill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    We are using Portal version 10.1.2. We were able to get the options when we signed in a as the Oracle Admin but we don’t want the users to have that kind of access.
    --Bill                                                                                                                                                                                                                                                                                                                                                               

  • Viewing Instance Variable Information for Automatic activities

    Hi,
    I have a process which is made up of all automatic activities that each do a specific set of activities and populate a few instance variables. I want to create a view so that a user can see the state and value contained in each of the instance variable at any time during the execution of the process. A example of what i want to achive in the view is shown below.. any advice on how to design such a feature
    InstVar_1 InstVar_2 InstVar_3
    1 2 3
    4 5 6
    Thanks.

    Are you the one who commented out the code you're looking for ?//String desc = StringFactory.getString(attributes.getValue("desc"));You just have to modify you AttributeObject class to hold a new field : String description. And then, it's up to you to create a new constructor or a new setter method.
    Btw, this is not a Swing related question.

  • PUnit Test for Automatic Activities in OBPM 10GR3

    Hi all,
    We have a series of activities in our process , some Interactive and some Automatic.
    We are trying to write a PUnit Test for the entire Process but we are unable to execute it .
    Whenever it reaches an Automatic Activity, it gives an error.
    Caused by: fuego.papi.exception.TaskNotFoundException: Task 'PUnit Task' was not found in activity 'UpdateDatabase' while trying to process instance '/UnitTestProcess#Default-1.0/1/0'.
    at fuego.bpmunit.punit.ProcessServiceSession.getTaskIn(ProcessServiceSession.java:557)
    at fuego.bpmunit.punit.ProcessServiceSession.getPUnitTask(ProcessServiceSession.java:566)
    at fuego.bpmunit.punit.ProcessServiceSession.activityExecute(ProcessServiceSession.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
    at fuego.lang.ObjectTypeDescription.invokeMethod(ObjectTypeDescription.java:1370)
    How can we associate a PUnit Task with an Automatic Activity so that we can use PUnit Tests for testing process flows?
    Otherwise, we have to remove all Automatic Activities from the process and just test the Interactive Activities for the PUnit Test and then include the Automatic Activities later and just do CUnit Tests of Automatic Activity methods which doesn't sound right?
    How do we eliminate this problem?

    Hi,
    Set a Boolean flag value to False before the SQL query.
    Some thing like:
    boolean flag = false;
    foreach (element in
    SELECT id FROM TESTTABLE WHERE requestId = 732 and status = 1 )
    logMessage("-- The id is-->" +element.id);
    flag = true;
    if(flag) {
    logMessage("-- Id Found -->" );
    else
    logMessage("-- Id Not Found -->");
    Hope the above logic would work fine.
    Bibhu
    Edited by: Bibhuti Bhusan on Sep 2, 2011 11:48 AM

  • Oracle drive Advanced Properties...

    I have installed Oracle drive on my desktop and using that I am able to access my content server.
    But when I right click on the file in content services using oracle drive I have certain options displayed one of them is the "Advance Properties". I want to explore these features.On clicking this I am getting a message "Advanced Properties is not supported by this server" what is to be done on my server to support the advanced features.

    Please note the currently Oracle Drive is supported only with Oracle Content Services server. So it cannot be used with a generic WebDAV server.
    Ravikiran.

  • IBot Advanced Properties - Filters

    Hi,
    I've been trying to implement bursting, passing a filter from a master ibot of end users and a filter attribute, for example end user branch, to a content ibot which is branch sales. The idea being the master ibot returns each branch manager and his/her store, the content ibot filters a store sales report for that store and emails the result. Im using SA System area to get the branch managers and their branch names.
    I've been trying to implement what is described in the bookshelf here :
    http://download.oracle.com/docs/cd/E12103_01/books/AnyUser/ibotadvanced.html
    I know its an older version of SA in that bookshelf the but the functionality seems to be there in my release 10.1.3.4
    The ibots run OK, and the emails are sent, but all users in the master ibot are receiving an un-filtered report, even though in my advanced properties im passing the branch name through to the other report, the logical SQL I see in the session manager doesn't seem to reflect a filtered report either.
    Has anybody successfully implemented such a report bursting solution ? I've got 'is prompted' on the branch sales report, and even the user recipient report - Just cant seem to spot why its not getting passed.
    Thanks in advance.

    OK, but re-reading your post I think there problem is that you are not doing it correctly. I don't think you need any master iBot here. In your Answers query simply user the USER session variable to filter all the stores for each user by User ID. If you can't get this in your master query then create another Answer query that gets this data and then use an Advanced Filter in your master Answers query that filters on another Answer query (Advanced => Filter based on results of another request). As you have correctly set the iBot to "Personalized" the iBot will run as each user which means your filter on the USER session variable will get populated correctly the list of stores the user has access to and the users will be able to see their own data only.

  • Can't activate Advanced Properties (Project's Properties dialog window)

    Is it normal for Project Professional (2013) the 'Advanced Properties' feature (File > Info > Project Information) not to work (can't activate it) once a project file is save to Project On-Line?
    \Spiro Theopoulos, Montreal, QC (Canada)

    Spiro --
    No, not normal.  However, I am not sure it really matters any more since entering a Title in the Properties dialog no longer displays as the task name in the Project Summary Task (Row 0).  This bug has been in Project 2013 for two years now, with
    no fix in sight.  Just a thought.  Hope this helps.
    Dale A. Howard [MVP]

  • Add few lines in jserv.properties file automatically

    Hi All,
    Generally we will be doing 11.5.10.2 "refresh" automatically.....
    How can i automate the script to add this 3 lines in jserv,properties?
    Basically add the following lines to the jserv.properties before any other classpath entry
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    thanks a million....

    Hi Hussein,
    Thanks for giving this information..
    This is my jserv.properties file
    ORIGINAL jserv.properties  FILE
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    UPDATED FILE SHOULD BE LIKE THIS
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    This bold line should be added to that place, how can i do automatically.please suggest me.
    Thanks a million...

  • Advance payment through automatic payment program

    Hi,
    Plz any one let me know how do we do advance payment to vendor  through automatic payment program

    Make a Down Payment Request (Advance Payment) in F-47 and then run F110.
    Following configuration is needed-
    In OBYR assign G/L Accounts to a Special G/L Indicator. Assign this Special G/L Indicator in FBZP then run F110. Payment run will take those Down Payment Requests and make Down Payments to the vendors.
    The main purpose of Automatic payment program is to post payments to multiple vendors at a time. So it is not advisable to post down payments to multiple vendors using F110. You can post individually using F-48 and clear them using F-54
    Thanks

  • Execution properties, Enable automatic error handling

    Hi
    I am writing real-time code for standalone execution on a cRIO-9074.
    If I untick the "Enable automatic error handling" option in VI properties (Execution), what is the consequence if I have an application with no error handling case structures to detect the occurrence of errors elsewhere and within subVI's ? Does the error just go undetected and the application continue regardless? If ticked, could a standalone application hang as there is no user-interface for the error to get reported automatically to? Can I configure the LabVIEW RTE to automatically handle errors in a certain way regardless of individual VI settings of the "Enable automatic error handling" option?
    I am a bit confused by the usefulness of "Enable automatic error handling" within RT/FPGA code, and where in the development process it is best enabled then disabled (if necessary).
    Thanks

    If I untick the "Enable automatic error handling" option in VI properties (Execution), what is the consequence if I have an application with no error handling case structures to detect the occurrence of errors elsewhere and within subVI's ? Does the error just go undetected and the application continue regardless?
    That's the case: the error is lost (i.e. it's not handled), and the application goes on.
    If ticked, could a standalone application hang as there is no user-interface for the error to get reported automatically to?
    The property "Enable automatic error handling" is not availabe in the run-time engine, so there's no automatic error handling in a built application,
    Can I configure the LabVIEW RTE to automatically handle errors in a certain way regardless of individual VI settings of the "Enable automatic error handling" option?
    No, for the reason stated above.
    I am a bit confused by the usefulness of "Enable automatic error handling" within RT/FPGA code, and where in the development process it is best enabled then disabled (if necessary).
    There's no "Enable automatic error handling" property in Labview RT either.
    Regards,
    Marco

  • I lost my itunes after syncing and older iphone to my powermac g4.  Originally I had an older ipod nano that I would sync to the g4 and everything was fine. Lost itunes music even though preferences had been set in advance for not automatically syncing.

    My itunes library had been fine.  I had been using an older ipod nano to sync with my itunes library and had been doing manual syncs, with the preferences in itunes set for not allowing "ipods or iphones" to sync automatically.  I found out that apple had a program to replace the battery on this older ipod nano, so I sent it in.  It was great, they didn't have an exact replacement and sent me a later ipod nano.  However, this ipod nano is so new - I will have to get a newer computer with a later operating system to use it.
    So, I thought I'd use my old iphone to listen to my old playlists.  I thought the preferences were set for not automatically syncing iphone to itunes.
    I've had problems in the past with the syncs with this iphone and my computer because of the USB port (1.1).  I'm thinking this was the problem.
    The apple store did something to update the software on my iphone when it wasn't working one day. I think that when I tried to sync the iphone to the g4 cube via the old port (1.1) it basically wiped out everything on my itunes.  Whatever was my selected playlist for my iphone - that was the only music
    that remained on my computer and the iphone.  I only had about 20 songs purchased on my library, but alot of music that had been downloaded, I gave away those original cds.  I did have a back up on my external drive, but that thing died a few weeks ago from some random power outtages we had this fall.
    I'm not looking to purchase retrieval software or have some outside third party to retrieve it for me.  It's not that much music lost.  I just wanted confirmation that this is what happened: that my old iphone sync is what erased the music.

    The old iTunes library was lost with the old PC.  However, it all that music and content is still on your iPod there are many ways you can extract this content from the iPod and import it back into iTunes.
    Your iPod is designed to sync with only one iTunes library at a time.  It will recognize the iTunes library on the new PC as a new library.  If you sync the iPod with this new library, all content will be erased from the iPod and replaced with what is in the new library.  So what you will want to do is copy everything from the iPod to your new iTunes library on your PC first.
    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Automatic Activities and Log Viewer

    Hi.
    I'm trying and make a very simple data processing but I need to implement in an automatic activity.
    Someone knows what is an activity which is its automatic or similar activity in the BPM 11G automatic.?
    Also as I can see the output or the log, similar to the log viewer in BPM Version 10.3.?
    Thanks.!

    Hi(Bonjour)!
    Help us to help you. What are:
    -your mac model?
    -RAM amount?
    -Mac OS version ?
    -Quicktime version?
    -your camcorder model?
    -the format it shoots?
    -How (what mac's port)do you connect your camcorder?
    -do you use external hard drive?
    -how this drive is formatted?
    -How is it connected?
    -Dou you use filevault in system preferences?
    -Does timemachine currently performs a backup?
    -Is there any heavy process/application used in background?
    Michel Boissonneault

  • Purpose of advanced properties in sender mail adapter

    helo all.
    hi i just wanna know the usage of
    delete messages once read
    generate fetch report
    security parameters SMIME
    Default XI parameters
                       under sender mail adapter.
    waiting for your great response.
    bye.
    regards.
    seeta ram.

    hi,
    <i>delete messages once read</i>
    If you have selected IMAP4 as the transport protocol, you can specify here whether the messages are to be deleted on the e-mail server after reading.
    You can then specify a Folder for Deleted Messages on the server.
    <i>generate fetch report</i>
    If you want to generate a report for every adapter poll procedure, set the indicator.
    An XI message with the following information is generated:
    Interface namespace: http://sap.com/xi/XI/Mail/30
    Interface Name: FetchReport
    <i>security parameters SMIME</i>
    If you want to decrypt and validate encrypted and digitally signed e-mails in the corresponding sender agreement in the Integration Server or in the PCK, set the S/MIME indicator.
    refer this for the same and more info
    http://help.sap.com/saphelp_nw70/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

  • Problem with Wait Activity in OBPM 10GR3

    Hi all,
    I have a set of automatic activities and then an exception path which when entered has a Wait Activity which waits for the process for a few minutes before resuming and going back to the automatic activity where the exception occured.
    Now, I have changed the Number of Concurrent Executions for all my automatic activities to 20 in Advanced Properties of Automatic Activities.
    Now , there is no such option to change the Number of Concurrent Executions for Wait Activities in Advanced Properties of Wait Activities.
    So now, all instances keep on waiting in the Wait Activity inspite of the wait time being surpassed and do not move forward.
    Why is that so?
    Any idea?
    Do I need to change back to Unlimited Concurrent Executions especially for all activities in the exception flow?

    Well here is the problem..
    I have a Wait Activity with a Wait Interval of 5 mins.
    It was working fine before. It used to wait for 5 mins and then continue with the rest of the process. At that time I had not changed the Number of Concurrent Executions in the Advanced Properties of all Automatic Activities. The Number of Concurrent Executions were Unlimited.
    Right Click on Any Automatic Activity---> Select Properties --> Select Advanced and you should see that option i.e. Number of Concurrent Executions .
    Now I have made it Limited and given a number of 20 Concurrent Executions instead of Unlimited.
    Somehow now I find that the Wait Activity waits for more than 5 mins. Sometimes even 20 to 30 mins. Not sure why?
    Any idea?
    Is it because I changed the Number of Concurrent Executions for Automatic Activities from Unlimited to 20? Or is there any other reason? And how to fix this problem?

Maybe you are looking for

  • How do I print a booklet with a colour cover but with black and white inside pages?

    Hi there, I need to print a large amount of booklets, which have a colour cover but are grayscale on the inside. However, I am having trouble setting up my document to successfully do this and I am unsure if it is something I can change in InDesign o

  • Want to Change Adapter Engine URL!

    Hi Experts, Currenly my Adapter Engine URL: http://<server>:8001/MessagingSystem/receive/AFW/XI I wan to change the Adapter Engine URL to: http://<server>:50100/MessagingSystem/receive/AFW/XI How can it be changed? Thanks, karthik

  • Where is the old radio streaming gone?

    Where has the old radio streaming gone from the sidebar in 11.1 itunes on snow leopard?

  • DB13 problem

    Hi all, I have configured Tivoli 5.5 with SAP ECC6 . I am able to take backup using Brtools at command lavel. But when i am trying to take backup using DB13 than i am getting an error. *BKI5014E: Tivoli Storage Manager Error:* *ANS0220E (RC400)  An i

  • Stoping music from playing

    Just got touch yesterday and would like to know how to stop music from playing. I know you have to press the pause/ play button, but is the a true stop that brings you to previous or other list, or even home...Previously had a nano and when you stopp