How to add a parallel flow to already present parallel flow..

Hi,
I have added a parallel work flow to a single user..it worked just fine..But I want to add a one more user to in that parallel work flow...
I used the routeTask with a parallel participant and I even set IsAdhocSupported to true..but still it is not working..
I am getting this error...
Caused by: ORABPEL-30036
Invalid action on workflow task.
Action ADHOC_ROUTE on task 9e5b4b5151b1b834:-50a3ec3d:11c45e1c8e4:-3659 is not valid because of .
Contact oracle support if error is not fixable.
     at oracle.bpel.services.workflow.task.impl.TaskService.performPreActionValidation(TaskService.java:3408)
     at oracle.bpel.services.workflow.task.impl.TaskService.performPreActionValidation(TaskService.java:3440)
     at oracle.bpel.services.workflow.task.impl.TaskService.routeTask(TaskService.java:1915)
     at oracle.bpel.services.workflow.task.impl.TaskService.routeTask(TaskService.java:1906)
     at oracle.bpel.services.workflow.task.ejb.TaskServiceBean.routeTask(TaskServiceBean.java:825)
     at sun.reflect.GeneratedMethodAccessor249.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAs(Subject.java:396)
     at com.evermind.server.ThreadState.runAs(ThreadState.java:648)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
     at TaskServiceBean_RemoteProxy_68d4144.routeTask(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
Is there any method to add a user to parallel work flow..
Thanks In Advance.

Hi,
I have added a parallel work flow to a single user..it worked just fine..But I want to add a one more user to in that parallel work flow...
I used the routeTask with a parallel participant and I even set IsAdhocSupported to true..but still it is not working..
I am getting this error...
Caused by: ORABPEL-30036
Invalid action on workflow task.
Action ADHOC_ROUTE on task 9e5b4b5151b1b834:-50a3ec3d:11c45e1c8e4:-3659 is not valid because of .
Contact oracle support if error is not fixable.
     at oracle.bpel.services.workflow.task.impl.TaskService.performPreActionValidation(TaskService.java:3408)
     at oracle.bpel.services.workflow.task.impl.TaskService.performPreActionValidation(TaskService.java:3440)
     at oracle.bpel.services.workflow.task.impl.TaskService.routeTask(TaskService.java:1915)
     at oracle.bpel.services.workflow.task.impl.TaskService.routeTask(TaskService.java:1906)
     at oracle.bpel.services.workflow.task.ejb.TaskServiceBean.routeTask(TaskServiceBean.java:825)
     at sun.reflect.GeneratedMethodAccessor249.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAs(Subject.java:396)
     at com.evermind.server.ThreadState.runAs(ThreadState.java:648)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
     at TaskServiceBean_RemoteProxy_68d4144.routeTask(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
Is there any method to add a user to parallel work flow..
Thanks In Advance.

Similar Messages

  • How to add apache to an exisitng BOXI31 presently running on IIS

    Hi Tim,
    I know its rude that I directly mailed you but i am not able to post on the SAP forum due to some reasons I don't know. So please if you can help me I would be highly indebted.
    I have a multiple server installation.
    Number of Servers : 4
    Number of CMS : 2
    Application tier on 2 servers.
    Web tier on 2 servers.
    The problem is when i login my .NET infoview works fine but my Java infoview doesn't.
    I found the error that the CCM doesn't have Tomcat Apache Server.
    So my guess is thats the reason why the java infoview is not working.
    Please help how to add the Apache to the CCM.
    Regards
    Sid

    Hi,
    You need to run custom installation to install Java Web components on your server box and choose to install
    tomcat app server
    - Subhodeep

  • How can i use the shared object already present in the system from java.

    explanation:
    Actually there are shared objects present in the jdk which is used by java itself.I want to know if i can use the methods in any library file(shared object) which is already present in the system.
    Or the question can be put this way how does the java call the native methods? (Can we do that explicitly) in our code.

    It isn't entirely clear what you mean by 'shared' objects and what the relationship with these shared objects and calling native code is.
    There are no shared objects in the Java language, only the java platform.
    The platform system properties are exposed via the System class (java.lang package).
    You are free to create your own shared objects by using static member access or some other mechanism.
    Your access to methods in any of the API's is dictated by the access type you have, normally public being the only completely open access allowing complete visibility.
    You can call native methods, thats what JNI is for. Calling native methods in classes other than your own is generally done using the API provided by the developer(s) of those classes.

  • How to add users to group which is present in another AD domain?

    Hi,
    Using JNDI how to add user as a member of group which is present in another AD domain?
    For example: In AD forest test.com their are two domain a.test.com and b.test.com. Group is present in a.test.com and I want to add user present in b.test.com as a member of the group.
    Any pointer around this would be great help.

    See the below link to get an idea on group types.
    http://technet.microsoft.com/en-us/library/cc755692(v=ws.10).aspx
    If the group is a universal group, you can just add members similar to local group even if user and group are in different domains. That is by setting the member attribute of the group.

  • How to add new line to order already inserted

    Hi people
    I'm trying to insert a row in an application already exists, but I get the error "Attempted to write protected memory."
    I have done the following steps:
    1 - Reinstall the DIAP
    2 - I cleared the folder SMB_OBS_DLL
    Below is my code:
    oOrder.GetByKey(1000);
    oOrder.Lines.Add();
    oOrder.Lines.ItemCode = ItemCode;
    oOrder.Lines.Quantity = Quant;
    oOrder.Lines.WarehouseCode = WhsCode;
    oOrder.Lines.UnitPrice = UnitPrice;
    oOrder.Lines.DiscountPercent = Discount;
    oOrder.Lines.Usage = Usage;
    oOrder.Lines.TaxCode = TaxCode;
    oOrder.Lines.CFOPCode = CFOPCode;
    oOrder.Lines.CSTCode = CSTCode;
    The error occurs when I try to insert two or more items
    SAP 2007B

    Hi Francisco,
    You need to call the SetCurrentLine method of the Lines object so that you set focus to the new line you've created.
    if (oOrder.GetByKey(1000))
         oOrder.Lines.Add();
         oOrder.Lines.SetCurrentLine(oOrder.Lines.Count - 1);
         oOrder.Lines.ItemCode = ItemCode;
         oOrder.Lines.Quantity = Quant;
         oOrder.Lines.WarehouseCode = WhsCode;
         oOrder.Lines.UnitPrice = UnitPrice;
         oOrder.Lines.DiscountPercent = Discount;
         oOrder.Lines.Usage = Usage;
         oOrder.Lines.TaxCode = TaxCode;
         oOrder.Lines.CFOPCode = CFOPCode;
        oOrder.Lines.CSTCode = CSTCode;
    Kind Regards,
    Owen

  • How to add exclude criteria in the already existing group

     I have a created a group with this criteria ( Object is Windows Computer AND ( NetBIOS Computer Name Matches
    wildcard *-XXX*|*-SSS*|*YYY*|*ZZZ*|*PPP|*QQQ* ) AND True )
    Now i got the request to exclude NetBIOS Computer Name Like
     *ABCD* . in the above group.
    How do include the exclusion in this group?

    Hi,
    I think a RegEx will be the best for this situation.
    http://blogs.infosupport.com/dynamic-group-population-in-opsmgr-with-regular-expressions/
    Cheers
    Christoph Maresch | My blogs: blog.cmaresch.at | XING:
    Christoph Maresch
    | Linkedin:
    Christoph Maresch

  • How to add additional tunes to an already burned cd

    Using the i-Tunes probram, I am told there is a setting that allows additional tunes to be added to an already burned cd. --some setting that askes the question about finializing the cd. Have also been told that the default setting is an automatic finialization.

    iTunes doesn't support multi-session burning. Once you burn a CD in iTunes, it, you can't burn any more files to it. If you're using a rewriteable CD, you could erase it outside of iTunes and then use it again.

  • How to add new source views for Bill Presentment Architecture (BPA)?

    Hi,
    Financials 11.5.10.2;
    I'm trying to add custom source views to be used with BPA.
    I go to configuration\data sources and click on the views buttons to see the available views.
    There I click on the register button. If I use the LOV button for view name, no views are available. I thought I would see the view in the APPS schema.
    How do I make my custom views available in the list of values?
    Thanks.

    It was easy for us. The guide suggests your view begin with the string "ARBPA". One might assume that if your view doesn't start with this, it won't be available from the list.

  • How to add an image - binary data is present in data interface

    Hi,
    we have the requirement that an image (e.g. pie chart) has to be present in a print form. Based on the data, the image always differs. It is not possible to set an URL to get the image so we decided to store the binary data in the data interface.
    Is it possible to map the image control to the data structure?
    How can we store the binary content of an image in the data structure (please think about unicode and non-unicode ERP systems)?
    Do you have any idea?
    Thank you very much.
    Thomas

    Hi Thomas,
                     You need to create an image field and in the source choose 'graphic content ; give the name of the variable which has the binary data . and give the type as 'MIME/image'.

  • How to add abap stack to existing NW Java engine- for XI installation

    Hi All,
    I am having a netweaver Java Stack installed on my system. I would like to install XI - in order to install Xi ,I guess the system should be ABAP + Java. But since I am having java based engine, I would like to add ABAP stack to it. So, my question how to add an ABAP stack to already existing JAVA/J2ee engine.
    So what this process is known as-- Is it upgrading or New Installation. Because I need the guide and CD's for it.
    Can any one tell me which Guide(Install/upgrade/Master) wud help me.
    Thanks
    S

    Hi
    check the link www.service.sap.com/instguides>SAP Netweaver 7.0>installation guides there you can find what is the process which involves in installing ABAP+JAVA with PI
    Regards
    Uday

  • How to add Abab stack to exiting Java stack

    Hi All,
    I am having a netweaver Java Stack installed on my system. I would like to install XI - in order to install Xi ,I guess the system should be ABAP + Java. But since I am having java based engine, I would like to add ABAP stack to it. So, my question how to add an ABAP stack to already existing JAVA/J2ee engine.
    So what this process is known as-- Is it upgrading or New Installation. Because I need the guide and CD's for it.
    Can any one tell me which Guide(Install/upgrade/Master) wud help me.
    Thanks
    S

    Hello
    If you are adding XI 7.1 check this page: http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000702775&_SCENARIO=01100035870000000202&
    If you are adding XI 7.0 check this one: http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000659894&_SCENARIO=01100035870000000202&
    You should read the master guides and install the new usage type on top of your current installation but check the SAP notes about it first.
    If what you want is to install XI 3.0, that is if you have an existing v6.40 java stack, I think the operation is not recommended/supported by SAP, you should install a separate instance.
    Hope it helps.
    -Sam.

  • How to add fields to already loaded cube or dso and how to fill records in

    how to add fields to already loaded cube or dso and how to fill  it.can any one tell me the critical issues in data loading process..?

    This is sensitive task with regards to large volumes of data in infoproviders.
    The issue is to reload of data in case of adjusted structures of infoproviders.
    Indeed there are some tricks. See following:
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/19300
    https://service.sap.com/sap/support/notes/1287382

  • I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again?

    I recently had to completely restore my laptop, so I lost the music on my itunes. It's still on my iphone, but how can I keep the music I already have and continue to add more music from the newly set up itunes again? Is there actually a way to do this? I can't help but wonder what the stupid icloud is for if my music is still somewhere in the 'cloud' but it's zero help for restoring music when it's lost on a computer....any help even a site that get's around apple would be great!

    It has always been very basic to always maintain a backup copy of your computer.
    Have you failed to do this?
    If so, not good, you can transfer itunes purchases from the iphone to your computer.  File>Devices>Transfer Purchases
    You can also redownload some itunes purchases in some countries:
    Download past purchases - Apple Support

  • How to add accessibility to already built application

    Hi,
    Can any one help me how to add accessability to already built application. jdev version which am using is 11.1.1.4.
    Thanks in advance.
    Regards,
    lavanya.

    Hi,
    its mostly a configuration in ADF Faces
    http://docs.oracle.com/cd/E23549_01/web.1111/b31973/af_access.htm
    Frank
    Ps.: One of the beauties of using ADF Faces instead of hand-crafted web site in which case you would have been screwed

  • How to add attribute to characteristic already in production system

    HI Guru's ,
                     How to add a attribute to characteristic which already exist in production system.
    thanks in advance

    Hi Venkat,
    We don't make any design changes in production box. Usually you make changes in Development box then transport that object with request to Quality box. You test the changed object there, if no inconsistancies found you will transport the object to Production box with same request.
    In development box, if you want to add the new attribute to the characterstic, you need to delete the complete data in the characterstic.
    Thanks
    Sreekanth

Maybe you are looking for