BPM 11.1.1.6.0 gets confused in process tracking

Hi,
In my bpm model there are some steps where the same activity is repeated (any number of times) in other words the flow can return to a particular activity many times for example the flow could dictate that the activity "Document Review" was accessed previously 2 times (the first time user1 was assigned and the second time user2) and currently the activity "Document Review" is in progress (assigned to user3). The problem is that if I see the process tracking tab in the section "Open Activities" I can see that the activity name is correct but it appears that bpm gets confused and shows information about the first time that activity was accessed (because the "Assigned to" column shows user1 instead of user3 and and the dates shown are from the the first time that the activity was completed and not from the third one in progress). In the section "Audit Trail" all is correct.
Thanks.

Hello Dan, I made the application with your method. But while I was deploying the bpm project it has some problems.
1. it pops out an authorization request box ask me input the username and password.
2. no matter what I input, it will fail the deployment. and give me bunch of red letters say "Problem in sending HTTP request to the server. Check standard HTTP response code for 401"
3. when I check the weblogic server log messages, it has so many errors like
"BPEL Component "default/PLS_OR1_BPM_ADF_V1!1.0*soa_8ee1b2bc-64a7-4d3b-9fc8-db23ef49e7bf/PLSOR1BPMV1" load FAILED!!"
"Message     <.> queryViewTasks(): Failed to get OptionalInformation for task number: 200435"
"Message     Illegal call to setup the context of an include that is already in context"
"java.lang.RuntimeException: java.sql.SQLException: ORA-01403: no data found
ORA-06512: at "SOAWL_MDS.MDS_INTERNAL_SHREDDED", line 407
ORA-06512: at "SOAWL_MDS.MDS_INTERNAL_SHREDDED", line 603
ORA-06512: at line 1"
My question is
1. are those error is because of the server? or because I set up something wrong in my application?
2. when you say deploy the two ADF UI projects, are you talking about deploy the one has model and the one is viewcontroller?
3. so I will deploy 1 jar file and 3 ear files(one for the bpm project UI, two for the adf UI) total?
Sorry to give you so much questions before thanksgiving, I hope you will have a super sweet thanksgiving!
Sincerely,
Viola

Similar Messages

  • Computers on small office network - names getting confused on iChat

    We are using bonjour and iChat on the computers on a small airport network in our office as an instant messaging solution in our office - however, 2 of the computers (which are named differently) keep getting confused and both being called the same name.
    I have done the fix where you go to System Prefs, Users & Groups and then set the address book card to that particular computer owner, restart the computer and then open iChat (using bonjour) - it saves the name but then my colleague becomes the same name as me on iChat - so we do the same thing to her computer (set address book card etc) and it changes her iChat name, but then also seems to override what I had set for mine previously.
    Help!! What can I do to stop these 2 computers seemingly overriding each other? It doesn't happen with the other 4 computers sharing our network...

    Hi,
    In System Preferences > Sharing is the Name the Computer has.
    This does play a part in any Bonjour Connection.
    It is this name that appears in Shares in the Finders's Side bar.
    Separate for that iChat and Messages that have the Bonjour Account Enabled broadcast the details from the My Card in the Address Book.
    Issues can arise with some Server based Logins that create a Global Address book that changes the My Card.
    You get similar difficulties on some DiskImage roll outs of updates and the like if the details of the Address Book are copied as well.
    I am not sure what you mean by the "fix" in System Preferences > Users and Groups to change the My Card or the Computer's Name.
    Yes you can click the Contact Card for that account and it will show you it in the Address Book and it should be th My Card.
    Changing the My Card then does not alter which Card is associated with the Mac User Account.
    There is no access to the Computer's Name
    7:53 PM      Wednesday; August 1, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My iMac locks up constantly in email. I click on one or two emails. Then when I click on another email, I get the spinning wheel and have to relaunch. Why does it get confused and lock up?

    My iMac locks up constantly in email. I click on one or two emails. Then when I click on another email, I get the spinning wheel and have to relaunch. Why does it get confused and lock up? Seems like it is stuck.

    10.6.8 here, MacBook Pro. Comcast. Mail  freeze ups. Occasional warnings to use "Log Out" under the Apple icon.
    Disk Repair run several times. Shows lots of Java  "remote" issues.
    I run Disk Repair several times, shows a lot of Java, "remote" issues.
    Restart don't know if it helps, I do it all the time. What's with quitting Mail but it doesn't quit, and why a separate maneuver to "Log Out".
    i

  • I recently purchase an ipad2.  I also have a mac laptop.  Now, when I facetime call using my iphone to my ipad2 or mac, it states busy.  how can i fix this problem?  I have the same apple id e mail for both ipad2 and mac.  it might be getting confuse now.

    I recently purchase an ipad2.  I also have a mac laptop.  Now, when I facetime call using my iphone to my ipad2 or mac, it states busy.  how can i fix this problem?  I have the same apple id e mail for both ipad2 and mac.  it might be getting confuse now.  I want to be able to face time also using my ipad2 to my laptop especially if one of the members of the family is traveling.  Thanks.

    thanks.  your answer was correct, clearer.  I have another question, maybe you can answer.  I just purchase my ipad2 2 days ago.  yesterday, there was a sound.  today there is no sound.  there is a sound only in movies and you tube and music.  but no sound on all apps and keyboards.  I look it up and seems like ther are few that have this problem.  I called walmart coz I bought it there and they told me that they have not heard that before but if I can't fix it, just return it and exchange it with anew one since I have 14 days to do that.  I tried rebooting it and still won't work.  Should I just restore it?

  • Oracle BPM Java API - getting informations about process activities

    Hi
    I have a problem with Oracle BPM Java API, can someone help me?
    I have a business process project deployed in Oracle SOA Suite and I need to get some informations of my process programatically via Java API.
    Basically I need to get informations about process activities and the corresponding human tasks referenced by these activities.
    I'm able to get the HumanTasks of my Business Catalog and also to get the Activities of my Process, but the relationship between them is null.
    I did some tests, below a piece of code of my test:
    IBPMServiceClient bpmServiceClient = BPMConnectionUtil.getBPMServiceClient();
    IProcessMetadataService processMetadataService = bpmServiceClient.getProcessMetadataService();
    IProcessModelService processModelService = bpmServiceClient.getProcessModelService();
    List<ProcessMetadataSummary> processMetadataSummaryList =
    processMetadataService.listProcessMetadataSummary(BPMConnectionUtil.getBPMContext(), "processNameOrId to find", "processName", "ASC");
    if (processMetadataSummaryList == null || processMetadataSummaryList.size() == 0)
    return;
    ProcessMetadataSummary processMetadataSummary = null;
    for (ProcessMetadataSummary summary: processMetadataSummaryList) {
    if (summary.isIsDefaultRevision()) {
    processMetadataSummary = summary;
    break;
    if (processMetadataSummary == null)
    processMetadataSummary = processMetadataSummaryList.get(0);
    IProcessModelPackage pack = processModelService.getProcessModel(BPMConnectionUtil.getBPMContext(), processMetadataSummary.getCompositeDN(), processMetadataSummary.getProcessName());
    oracle.bpm.project.model.processes.Process process = pack.getProcessModel();
    Sequence<UserTask> activities = process.getActivities(UserTask.class);
    for (UserTask activity: activities) {
    System.out.println("Human Task: " +activity.getHumanTask()); // <<<<<<<<<<<<<<<<<<<<---------------------------- here is the problem. the human task is null, but my activity have a task associated
    There is another way to get this information?
    Thank's

    Hi
    I have a problem with Oracle BPM Java API, can someone help me?
    I have a business process project deployed in Oracle SOA Suite and I need to get some informations of my process programatically via Java API.
    Basically I need to get informations about process activities and the corresponding human tasks referenced by these activities.
    I'm able to get the HumanTasks of my Business Catalog and also to get the Activities of my Process, but the relationship between them is null.
    I did some tests, below a piece of code of my test:
    IBPMServiceClient bpmServiceClient = BPMConnectionUtil.getBPMServiceClient();
    IProcessMetadataService processMetadataService = bpmServiceClient.getProcessMetadataService();
    IProcessModelService processModelService = bpmServiceClient.getProcessModelService();
    List<ProcessMetadataSummary> processMetadataSummaryList =
    processMetadataService.listProcessMetadataSummary(BPMConnectionUtil.getBPMContext(), "processNameOrId to find", "processName", "ASC");
    if (processMetadataSummaryList == null || processMetadataSummaryList.size() == 0)
    return;
    ProcessMetadataSummary processMetadataSummary = null;
    for (ProcessMetadataSummary summary: processMetadataSummaryList) {
    if (summary.isIsDefaultRevision()) {
    processMetadataSummary = summary;
    break;
    if (processMetadataSummary == null)
    processMetadataSummary = processMetadataSummaryList.get(0);
    IProcessModelPackage pack = processModelService.getProcessModel(BPMConnectionUtil.getBPMContext(), processMetadataSummary.getCompositeDN(), processMetadataSummary.getProcessName());
    oracle.bpm.project.model.processes.Process process = pack.getProcessModel();
    Sequence<UserTask> activities = process.getActivities(UserTask.class);
    for (UserTask activity: activities) {
    System.out.println("Human Task: " +activity.getHumanTask()); // <<<<<<<<<<<<<<<<<<<<---------------------------- here is the problem. the human task is null, but my activity have a task associated
    There is another way to get this information?
    Thank's

  • Front Row TV Show menu gets confused and jumps back

    I recently upgraded my Intel Mac mini to Mac OS X 10.5.5 (Leopard). Front row seems to get confused as I browse through my TV Shows menu. For instance, if I scroll down to "Heroes" (season 2) the select bar seems to jump to "Grey's Anatomy" on it's own. After it does this it also confuses the artwork for the shows.
    I've only found one instance of this issue doing a Google search, but nothing here in Apple discussion forums. Has anyone dealt with this successfully.?

    Still waiting

  • Finder gets confused about Audio CD's

    A few weeks ago I burned an iTunes playlist containing a single track to an audio CD. When the CD was burned and mounted, Finder showed the title of the volume as the title of the playlist ("untitled playlist"), and showed the contents of the CD to be a single AIFF file with the same title as the iTunes song ("I Can See Clearly Now.aiff"). So far so good.
    Now whenever I insert ANY Audio CD containing only one track, it shows up on the desktop as the CD I burned a few weeks ago. That is to say, any single-track Audio CD shows up on the Desktop as "untitled playlist," and the contents of that CD is always "I Can See Clearly Now.aiff." Of course the actual contents of that file are what they should be, not "I Can See Clearly Now." Not so helpful.
    Is there some database file out there that I can trash and make Finder stop thinking that every one-track Audio CD I insert is "untitled playlist"? Or is this an iTunes issue, perhaps?
    I'm using a Dual 2 GHz G5 tower with the latest version of 10.4.9. I should also mention that the optical drive involved in all this is a Plextor IDE DVD+-R/CD-RW housed in an external Firewire enclosure. Thanks for any help!
    Mac OS X (10.4.9)
    Mac OS X (10.4.9)
      Mac OS X (10.4.9)  

    Something else I should mention: what I've described above occurs for ANY Audio CD, including ones where the duration of the audio track is nowhere near the duration of the track on "untitled playlist."
    Also, the CORRECT info always shows up for each CD in iTunes. It's only the Finder that's getting confused. (And other apps like Disk Utility that I imagine are getting this kind of info from the Finder.)
    Thanks again.
    Mac OS X (10.4.9)

  • The layout in master detail CASE in EXCEL(SPREADSHEET) getting confused

    Hi.I'm creating many reports with Report Builder 10gr2.The layout is in PDF.Also I create those reports in EXCEL mode.(I put as the documentation says DESFORMAT=SPREADSHEET).All reports are display in EXCEL have layout the same as before as PDF in the case of tabular report or in case of simple matrix report.
    But if we have a complicate report with data group master-detail after the creation as EXCEL the layout getting confused and the columns with master source are in the right and center of the detail columns and finaly the layout is not readable as before.Is there any workaround or solution for this so the layout in EXCEL is the same as in PDF in all cases (TABULAR-MASTER DETAIL etc.)?
    Thanks in advance Panos.

    Hi.I'm creating many reports with Report Builder 10gr2.The layout is in PDF.Also I create those reports in EXCEL mode.(I put as the documentation says DESFORMAT=SPREADSHEET).All reports are display in EXCEL have layout the same as before as PDF in the case of tabular report or in case of simple matrix report.
    But if we have a complicate report with data group master-detail after the creation as EXCEL the layout getting confused and the columns with master source are in the right and center of the detail columns and finaly the layout is not readable as before.Is there any workaround or solution for this so the layout in EXCEL is the same as in PDF in all cases (TABULAR-MASTER DETAIL etc.)?
    Thanks in advance Panos.

  • PE9 get confused about displaying images

    Been using PE9 for a few weeks and within the past couple of days it seems to get confused about which image should be displayed within the timeline. Have a medium size project with 30-40 jpg's in it and when shown in the timeline (or in the monitor window), PE9 replaces the image associated with a particular file with an image from another file. In the Project list you can get Properties and the path\file name shows up perfectly but PE9 uses the image from another file. Tried closing the project, and PE9 - no help. Tried re-booting Windows 7 (64 bit) - nop help. This seems to get worse as time goes on and I have not been able to find a solution.
    Bob

    My photo's are either 720 x 480 or 720 x 1080 depending on whether they are landscape or portrait.

  • While running  the BPM servlet Sample I am not getting the Mail.

    Hi
    I am using the downloaded 30 day evaluation copy of WebLogic Integration 2.1
    I've got one issues regarding Data Integration Servlet Sample.
    While running the BPM servlet Sample I am not getting the Mail.Even I don't know whether workflow is getting started or not.
    Suppose My SMTP Server IP Address is 123.456.78.90 , then what should I write for mail.host=
    Anyone Please

    You cannot remove or change the old ID. This is Find My iPhone Activation Lock. You need to recover the credentials for the Apple ID originally used to activate the iPad.
    Check your spam and junk folders.

  • Can not get relay working. Airport utility gets confused!

    I am trying to help my friend setup his two Airport Extremes, using one as a relay. I am not sure what the model numbers they are because I am back at my home right now and I do not have access to them. They are both white and they both have USB ports.
    I spent about four hours last night trying to set up one of the base stations as a relay with no success. I kept getting an error message (in the network system preferences control panel) on the one that I was trying to set up as a relay that said it could not connect to the internet because it was using a self-assigned IP address. I could not figure out where is was pulling the IP address from. It was in a range much different than what it should have been. I was expecting to see something in the range of 10.0.0.5 and it was using an IP address that began with 67.x.x.x. Any suggestions on how to resolve this problem?
    While I was trying to program the base stations I named them "Downstairs" and "Upstairs" so I could easily tell them apart. While trying to set up the relay it seemed like the Airport Admin Utility (version 4.2 under Panther) kept getting confused as to which one it was programing. I would change certain settings on one of the base stations and after quitting out of the utility and reopening it I would notice that the settings got applied to the wrong one. This happened numerous times and I can assure you that it was not a user error.
    Some basic questions about how the Airport relay works.
    When a relay is setup and working properly how does the network appear in the airport signal meter in the menu bar, do I see both airports or do I just see the main airport? If when the relay is setup properly you only see the main airport (instead of seeing the actual name of the relay airport in the menubar) how can you tell which airport you are actually connecting to?
    If you walk around the house with a laptop will the computer automatically connect to the strongest airport signal or will it lock into just one of them and stay there?

    Take a look at the diagram in this article:
    http://docs.info.apple.com/article.html?artnum=107454
    Note that Apple has specific terminology for base stations in a WDS setup:
    - a main base station. This is usually the one connected to the incoming broadband internet service
    - a remote base station. This wirelessly extends the range of either a main base station, or a relay base station.
    - a relay base station. This connects wirelessly to a main base station, and can itself have remote base stations associated with it.
    Your friend has two Airport Extremes. I suspect one is being used as the main base station. Therefore the second is being set up as a remote base station (NOT a relay) using Apple's terminology.
    What I suggest:
    1. unplug the second Base Station from power
    2. use the Airport Admin Utlity to view the configuration of the main base station. Under the Airport tab, make sure the box next to "create a closed network" is NOT checked. Under the Access Control tab, remove ALL entries. Under the WDS tab, remove ALL entries and uncheck all boxes. Update settings to the base station.
    3. do a hard reset of the second base station per:
    http://docs.info.apple.com/article.html?artnum=107451
    4. make sure both base stations and the Airport card equipped Mac being used to perform the configuration are all (for now) located in the same room.
    5. run the Airport Setup Assistant. Follow its guidance to configure the second base station as a new base station that "extends" the existing wireless network created by the main base station.
    That's it!
    In the most common setup, the remote base station will have the same wireless network name and will transmit on the same channel as the main base station. Under the Airport menu you will only ever see ONE wireless network. You can use a wireless network "sniffer" application - it will tell you that there are in fact two different access points and tell you which you are connected to. A WDS network is seamless - as you walk between base stations, the mobile computer will automatically associate with the base station from which it can get a reliable signal connection.

  • HT1296 my new iPhone 5 has been restored from my previous backup -iPhone 4...how can I rename the newest device so as to not get confused

    How do I rename my new device (iPhone 5) on my iTunes account? I just did a restore from my previous phones backup...I don't want to get confused since we have multiple devices on the account

    Hi Ma Bell,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iTunes and iOS: Change the name of your iPhone, iPad, or iPod
    http://support.apple.com/kb/HT3965
    Cheers,
    - Judy

  • I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    There is no way for the keyboard itself to display only lower case letters. It doesn't display lower case letters at all for that matter.
    When you are using the keyboard - The other issue that you will have is with the shift key. Even with auto caps turned off you can still type capital letters if you tap the shift key and if you double tap it by mistake - it will turn into all capital letters so also turn off Caps Lock in the keyboard settings.
    Other than that, there is no way to ensure that you can type in lower case.
    Maybe an external bluetooth keyboard would be a better solution but I don't use one, and I have never even seen one in person so someone else will have to verify that for you.

  • Does the VLM get confused with multiple IPs?

    My laptop can have one IP when I'm connected to the wired LAN in my office, several different IPs when I'm at and about within my company's wireless network, and yet several different IPs when I login over the VPN.
    Does the Volume License Manager get confused by registering the machine I checked a LabVIEW license from, then lose connection and/or reconnect under another IP, close LabVIEW, and doesn't release the license?
    Right now I can see that I still have one license checked out under my laptop's name, even though LabVIEW no longer is running.
    Starting LabVIEW on the laptop and exiting does not release the license.  Starting LabVIEW and looking at the in use licenses, still shows a network checkout from an earlier time.
    This doesn't seem right to me.

    Could you please repost your issue on the VLM Board: http://forums.ni.com/t5/Volume-License-Manager-and/bd-p/410
    Also, when you repost, please provide the following information:
    What type of VLM are you using? Is it concurrent or non-concurrent? Is it named-user, computer-based, or unmanaged?
    -Mike
    Applications Engineer
    National Instuments

  • "Simple" is getting confusing!

    "Simple" is the new buzzword at SAP, but I would like to know if I'm the only one getting confused with all this simplicity.
    I was watching this blog What Can SAP Simple Finance Provide Your Organization?, and I have to say right now I don't have a clear picture of what exactly is SAP's roadmap. The following confuses me:
    In that blog they say that this is supplement product, but then in the video of that same blog, the description of simplification is a technical one (less tables and code) but that the old UI will survive side by side with the new one. Is this ECC Financials with a new UI/"Data Model", or something else?
    They talk about SAP Simple Financials in the Cloud but SAP's strength was always it's tight integration with logistical modules. How does this integrate with SAP logistcs and HR? Interfaces? This doesn't seem "simple" to me;
    Will this replace SAP FI in the long run? Does this mean SAP FI is going to stand still in time with all investment going into "Simple Financials"?
    If I was a SAP customer I would be a bit worried about my investments. SAP's roadmap has always been less then clear on the peripheral components, like BI, Mobile, but this is about the core, the ECC.
    Finally I don't understand why SAP keeps using the word "Simple" since they keep having to explain that simple doesn't mean less functionality. A marketing buzzword that needs to be constantly explained ... doesn't really work.
    What are your feelings on this? Is this clear, confusing?

    As always we can trust the community to raise some interesting perspectives. Thanks Joao Souza and Gareth Ryan .  A good way to gauge/critique how the "marketing" appears to its target audience is to listen to skeptics, of course.
    Regardless of whether "simple" is a slogan or a goal, does it resonate with those who find certain domains unnecessarily complicated?  One continuous observation during my tenure with SAP web domains is how complex, confused and convoluted web destinations and presences impact the ability of various audiences to find information.  And the attraction of simple in the user experience with interfaces is fairly well documented and researched.  Would there be resistance to improving the "user experience"?
    Could it be we are attempting to improve this entry experience without diluting the power of what is inside the box?  Might it be "simplistic" to think that simple means only "dumbing down"?
    Back in the '70's the idea of "overchoice" burst on the scene with Alvin Toffler's Future Shock. And I notice that Wikipedia links this phenomena to technology development.

Maybe you are looking for

  • Error while Generating PDF file from Datagridview .

    Hi every one,      I'm trying to generate pdf file from datagridview,while executing my code getting nullvalue exception.. Here is my code: private void btnexportPDF_Click(object sender, EventArgs e)             //Creating iTextSharp Table from the D

  • Touchpad / trackpad drivers for Windows 7 64 Home Premium on HP Pavilion dv2620us

    Touchpad / trackpad drivers for Windows 7 64 Home Premium on HP Pavilion dv2620us is there a driver available?  I see others have been found. Thanks for your help This question was solved. View Solution.

  • Need help with hooking up my Xbox 360 to my X-Fi I/O Bay via Toslink (Optical)...it's not worki

    So here's the deal: I have connected a Monster toslink optical audio cable to my Xbox 360's component cable. I have that toslink cable running to the Optical In jack on the I/O bay of my X-Fi. I'm trying to get the audio from the xbox to play through

  • Itunes 7 and skipping?

    I have iTunes 7.1.1.5 and when I play cds the sound cracks or sounds like it is skipping. If I import the songs, everything is fine. If I play the CD with another program (windows Media Player, etc.) everything is fine. I've uninstalled and reinstall

  • How to call the webservice using ADF Bindings

    Hi, I have created a Data control of the webservice using the WSDL Url. (Web Service is secured and so i have given the security configurations) Webservice works fine when i drag and drop that in to a jspx page. Now i want to call the service from a