IPM and BPEL solution namespace mapping

Hi,
I am bit confused in how the BPEL Human task is mapped with AXF actions.
I was thinking that the value of solution_namespace entry in AXF_ACTION_MENU table is mapped with either of the below possibilities..
- This is looking into the name of the BPEL-> Human Task name.
- This is the same name of the deployed composite.
- This has a relation with axf_TaskAssignmentType
When i checked the entry for "RequestInvoiceInformation" it is something else. All other Solution Name spaces are same as that of respective BPEL processes. But i couldn;t map how solution name space "RequestInvoiceInformation" is mapped. Please let me know how to trace this down. I still believe this has to have some relation with Human task.
Atually i am trying to create a New BPEL process and wire it existing system. I want to create a new Solution name space.
Thanks in advance.
Regards,
Vikrant Korde.

Hi Vikrant
There is actually no relation between the Human Task name and the Solution Namespace. You can actually keep one solution namespace and configure the whole solution.
The only reason to create separate solution namespaces is to restrict the actions for a particular solution namespace.
AXF_SOLUTION_PARAMETERS table is the key for all the entries. Whatever action your BPEL Human task comprise off, you need to include the command namespaces and outcomes for all those tasks.
AXF_ACTIONS consists of those actions and their respective Command class.
My advise would be to create the BPEL process with whatever functionality you are targeting at and then modify the Oracle scripts to add another Solution namespace.
If you have any issues, please revert back.
Thanks
ACM

Similar Messages

  • How to use SearchService WSDL of IPM in Bpel

    Hi All,
    I am using Search Service WSDL in my bpel to execute the saved search in IPM, but how do i map my input type variable to the search argument of that Search Service.
    For eg :- If i need to get the saved search associated with the argument as Invoice Number then how should i proceed to map the invoice number to the search argument.
    Please Suggest!
    Thanks

    Hi,
    For example you can create a simple BPEL Process and you can throw an error during running process. If input data is not valid and format is not correct you can throw error using throw activity and using catch activity you can catch particular error. The catch-all will handle all the error occurred with the scope.
    you can also refer faulthandling section in the link for more information related to exception handling.
    http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/faults.htm#sthref1188
    Regards,
    Deepa

  • Oracle Workflow - Statement of Direction and BPEL

    Hi,
    I am starting to study Oracle BPEL and other people at my company are studying Oracle Workflow.
    Recently I found the following article at the OTN, regarding the Statement of Direction of Oracle Workflow:
    http://www.oracle.com/technology/products/ias/workflow/workflow_sod.html
    It finishes saying:
    "As Oracle BPEL Process Manager provides out-of-the-box features for building human-based workflows, rules-based process automation, and integration style business processes, further development on OW4J will not continue and OW4J will not be released.
    Any new or existing customers who wish to build business processes in the middle tier are recommended to use Oracle BPEL Process Manager."
    So my question is: Does Oracle BPEL provides (or will provide) all the functionality implemented in Oracle Workflow ? If not what are the main differences ?
    I will be waiting for your thoughts
    Thanks,
    Claudio.

    Site mentioned above is an internal site. External site is http://otn.oracle.com/bpel
    I think the above highlighted SOD is about Oracle initiative to re-write current pl/sql based Workflow engine in Java so that it can ported to middle-tier. Since the acuisition of Collaxa they seems to be dumped that idea and positioning Oracle BPEL as the middle-tier process orchestration (BPM) solution.
    Having said that let me take a shot at comparing Oracle Workflow and BPEL products....
    Oracle Workflow
    * No way getting dropped as Oracle EBS has huge investments in it
    * Oracle Fusion Applications has plans to use the Oracle Workflow BES functionality extensively
    * Good for modeling business processes within a single DB/application instances. It's possible to integrate with external apps but not an elegant solution
    * Web Services can be a functional activity with in the work flow but again not an elegant solution. Requires DB java, queues and a listener
    * Doensn't provide sophisticated modeling artifacts like TaskManager, Faults, sensors etc out of the box. It's possible to build your own library.
    * Better performanent if the entire process interaction is within a single instance like Oracle EBS account generators, approval flows etc.
    * Based on proprietary technology
    Oracle BPEL
    * Based on standards like BPEL, WSDL and WSIF
    * What ever you can do in workflow can be done in BPEL but not the otherway round
    * Has adapters to interact with various transports like JDBC, AQ, JMS, JCA, HTTP. That means integration with existing workflows is very easy
    * Interation with Oracle AQs seem to be trivial as there is a native JCA based adapter for it
    * You may get performance hit because of the multiple connection points. You may be loosing performance but gaining in flexibility
    Overall Oracle BPEL seems to be the way to go if your business process involves multiple applications.
    HTH
    Rajesh

  • OSB 10r3 and BPEL business services

    Hi
    I try to call a BPEL service from OSB 10.3 and use these bpel url's
    ormi://XPCND7010XMP.work.local:12403/orabpel/default/mhs_bpel/
    opmn://XPCND7010XMP.work.local:6003/OC4J_SOA/orabpel/default/mhs_bpel/
    mhs_bpel is the name of my BPEL instance
    and I create a static service account with ocj4admin
    everything went well except when I try to run the BS then I got this error
    what can it be . By the way my SoaSuite server is 10.1.3.4
    thanks Edwin
    27-okt-2008 12:09:13 oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    com.evermind.server.rmi.RMIConnectionException: Disconnected: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -91204487
    54896609940, local class serialVersionUID = -916876369326528164
    at com.evermind.server.rmi.RmiCallQueue.notifyQueuedThreads(RmiCallQueue.java:70)
    at com.evermind.server.rmi.RMIClientConnection.notifyQueuedThreads(RMIClientConnection.java:208)
    at com.evermind.server.rmi.RMIClientConnection.resetState(RMIClientConnection.java:147)
    at com.evermind.server.rmi.RMIConnection.receiveDisconnect(RMIConnection.java:236)
    at com.evermind.server.rmi.RMIClientConnection.receiveDisconnect(RMIClientConnection.java:176)
    at com.evermind.server.rmi.RMIConnection.handleOrmiCommand(RMIConnection.java:208)

    I know but I want to test if the javax.xml.namespace.QName; local class incompatible problem is solved by changing the jdk.
    There is java library problem between osb and bpel
    it has something to do with the jdk of soa suite 10.1.3.4 ( I use the standard jdk) and jdk1.6 of osb10r3 ( I use the standard jdk) , I tried to use -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 parameter. this only changed the error serailuid a little bit.
    But this is the right direction.
    Edited by: biemond on Oct 29, 2008 11:21 AM

  • Esb parallel processing problems with jms adapter and bpel

    Hi,
    I have esb project which dequeues from a jms adapter and then the esb router calls a bpel process. This bpel process takes about 10 seconds. The first step this bpel does is to return true ( to the client) to the esb router so the ESB thinks he is ready. This does not work.
    Now if I use in the esb router asyn routing rule to the bpel ws then the esb dequeus all the messages from the queue. All the esb entries are green. But the esb starts one for one the bpel process and then updates the esb entry with a new start time ( very strange) .
    If I use a sync routing rule then it dequeues and call the bpel process one for one.
    How I can parallel proces the jms messages ,because I have 2 quad cores cpu's . Async routing rules looks like the solution.
    How can the esb detects the bpel is still running even with the first action in bpel is to return true. I expected when the esb retrieves true from the bpel ws it ends the current esb entry and goes on with the next. So the total esb time takes a few seconds and not so long as the last the bpel proces finishes.
    And why is he updating the starting time.
    Thanks Edwin
    Message was edited by:
    biemond

    I have esb project which dequeues from a jms adapter
    and then the esb router calls a bpel process. This
    bpel process takes about 10 seconds. The first step
    this bpel does is to return true ( to the client) to
    the esb router so the ESB thinks he is ready. This
    does not work. I am not sure if it can ever work, if you reply and then still proceed with your BPEL process.
    Here is something I would like to suggest:
    Can you try ESB -- (sync) --> BPEL, where BPEL process itself is Async. In that case, esb will consume all the messages very fast and BPEL will get that message and put in Delivery Queue and reply back to ESB. Now BPEL will process them simultaniously based Receiver/Worker threads defined in your env.
    HTH,
    Chintan

  • N97 and the new OVI MAPS

    N97 sim free (on Orange), version 2.0 software. Updated to OVI maps, the free ones from this site. Installed ok.
    When I open the app, it opens fine, then closes by itself after about 10 seconds!
    Any ideas?
    I have deleted and re-installed the software, I deleted the CIties file and QF files.
    I am stumped!

    Nokia Map Loader is a programme you can download to your computer, then connect phone to computer with usb, you can then download and install all the maps you need to your phone ( the actual maps not the app, this saves your phone having to download them real time, so navigation is quicker and data usage reduced)
    And yes, I dowloaded and used the N97 mini version of maps before the N97 (classic) version was available.
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Get native file in ucm (ucm and terastack solution working together)

    Hi,
    We use oracle universal content management server (ucm). A lot of files are stored on the hard disk of the system using this content management system. Now we are using Terastack Solution (http://www.hie-electronics.com/) to create backup of the data. The TeraStack Solution is an optical data storage system designed and manufactured to improve performance through affordable and reliable data storage management. Terastack solution archives (writes) all files to dvds and then a module of it truncates all these files to zero byte in size to save disk space. Now terastack solution watches all archived files. If an application tries to open such a file, it intercepts this, blocks this request, then restores the file from the dvd. During this process calling application just waits for the file to open. After restoring terastack solution sends a signal to the calling application, and the file with full contents is opened in the application.
    Now here is the problem:
    Files are check-in oracle content server. Terastack solution has burned these files to dvd and made these files to zero byte in size. Now when we click a link in content server to get a checked-in file (native file), terastack solution intercepts it, restore the file from dvd, then an open/save dialog box open to either open or save the file to a location. We save the file to a folder, open this file and come to know that there is no content in the file. It is still a zero byte file.
    When we checked the file at original location (remember ucm stores files in vault folder), we came to know that file is actually restored successfully by the terastack solution but the content server returned a zero byte file. When we click the link for the same file again to get native file in ucm then we get a fully restored file. i.e. on the first try to get native file we get a zero byte file although it is restored by terastack solution successfully. And on the second try we get file with full contents. On the second try, file has already been restored by terastack solution during the first try and terastack solution ignores files greater than zero byte in size, that’s why client gets a correct file on second try. Having size greater than zero means file is already restored.
    The link in ucm that is used to get native file does not point directly to the desired file. It calls some code in ucm that transmit the required file back to the client. Something like this:
    http://localhost/idc/idcplg?IdcService=GET_FILE&dID=11&dDocName=test_06&allowInterrupt=1
    I think what is going on here is, when we click on a link to get native file that is zero byte in size, content server creates a response for the file, append the size of the file (currently zero) to the header of the response along with other info, and then tries to transmit the file to the client. At this point, terastack solution intercept the request and restore the file. After restoring terastack solution send signal to calling application that file is restored. But the server has already created request for the file and it is not updated during or after the restore, that’s why client gets zero byte file.
    What I want is somehow force the content server to wait until file is fully restored by terastack solution and then transmit the fully restored file to client. Is there any configuration setting for ucm that will achieve the goal?
    Any setting in bin/intradoc.cfg or config/config.cfg or something else?
    Need help.
    Environment:
    OS: Windows XP SP3
    Content Server 10gR3 (Deployed to: IIS, JDK used: v1.5)
    TeraStack Solution (Deployed to: JBoss)

    Thank you for your reply. Although the links to weblayout version of files works perfectly with terastack, but we want to take backup of files in vault folder. Is it possible to change the links that are use to get native file? Can we somehow make these links to directly point to vault files? If yes please tell us how.
    A custom java service to download the native file can also work. Can you please give us a sample code and how to implement it in ucm?
    Please provide one of the solutions. I’m a new comer to ucm, so please provide instructions in more details.
    BTW, I tested the restoration of file using a test dotnet web application. I added code that downloaded a user selected file to the client. The code we used is as under:
    1. FileInfo fi = new FileInfo(filepath);
    2. Response.Clear();
    3. Response.AddHeader("Content-Disposition", "attachment; filename=" + fi.Name);
    4. Response.AddHeader("Content-Length", fi.Length.ToString());
    5. Response.ContentType = GetFileContentType(fi.Extension);
    6. Response.TransmitFile(fi.FullName);
    7. Response.End();
    GetFileContentType() function is a simple function to get content type of a file type.
    Line#4 is important here. A file is zero byte in size when a request to download a file is received by the server, and the server just appends content-length=0 in the header. So even the file is restored by the terastack afterwards, client still receives a zero byte file. At this stage our test application has the same problem, not getting a native file with full contents.
    We removed line# 4 and tried again to download a file thru our test web application. This time client got file with full contents after the file is restored. So we think this Content-Length header is the one that needs to be handled.
    You may find this information useful if you decide to build a java service solution.

  • HELP ASAP!! Lettered password tried first time, caused my ipod to be unrecognized by iTunes and only solution is restore, which I don't want to do!

         I put in a lettered passcode recently and now it won't work anymore and iTunes could not let me type in the password and only solution is to restore it. I really do NOT want to restore it at all because I highly value the info, saved pics and links, especially the music I saved which is only on my ipod, not anywhere else, not even my computer. I am a music person and I work and live for music, and recently I saw a new kind of passcode which can be lettered instead of a 4-digit passcode, so I went ahead with it, which made me comfortable. Until I realized as soon as I clicked the top button (which just put it to sleep or off) and when I click it on, it says it has to be plugged to iTunes. I thought I would have to get home to type in my lettered passcode to get in, which I did. But when I plugged it in, there's no password needed or anything like that. iTunes won't even recognize my iPod, and the solution is to restore it, which I refuse to do, because all my work is in this iPod of mine I've had since nearly 4 years now.
         PLEASE HELP ME ASAP!!!!!!! I can't live without music, I know it's hard to believe but it's true. Is there any other way I can get my iPod to work without having to restore it and lose everything I've worked for in it?? None of it is saved to any other computer or technogical device. Everything is in my iPod. Please help!! I am struggling each day without music, it's impossible, I miss music and I need to hear it, and the iPod is the only way for me to hear as of for now because I am deaf/hard-of-hearing and my hearing aids are broken, so I use the ipod everywhere I go to listen to music on my earphones/headphones, I can't carry my computer anyways, lol. Please may any of you help me solve this problem?? I will be eternally grateful! THANKS SO MUCH!!

    If you are unable to enter the passcode into your device, you will have to restore the device to circumvent that passcode.
    Is the music purchased from iTunes? If it is you can contact iTunes support and ask them to allow you to re-download the music that you purchased from iTunes.
    Also, do you sync the device regularly? When syncing an iPod Touch/iPhone a backup file is made. That backup file doesn't contain your music but it does contain your address book, application data, pictures, notes, etc. After restoring your device, you can try restoring from the last backup that was made of your device so you will not have to start over completely from scratch.
    Hope this helps!

  • Is there a relationship between InfoPath and the "Solution Approval" and "Solution Unpublish" timer jobs?

    One of our developers has a test SP 2010, service pack 2 system. Against it, he is testing form library InfoPath 2010 applications that he is developing.
    There are, over the 2 months he has been working, an increasing number of times that the machine becomes so slow as to be unusable. For instance, in his attempt to publish an updated form this morning, the publish time was about 2 hours.
    I see nothing obvious in the event log.
    However, in the 5.7 million line 14 hive log, there are 5.6 million lines of the form:
    Solution Deployment : Deleting directory C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Features\FT-01-6d499aed-f899-c88e-5f7e-8dad243ccaf1\solution.xsn.1.0.0.1018.1.0.0.735. Delete if not empty.   ae8f490c-f1bf-4f25-92aa-6fc8e0de7de5
    When I look in the Features subfolder, there are over 13k of folders containing a solutions.xsn and a DLL with the name of the application.
    These folders date back to when the work began.
    When I look at timer job history , all I see are status of Succeeded.
    But I do notice that every minute a series of 6 Solution Approval and 6 Solution Unpublish timer jobs run.
    Since the timer says to run every minute, I suspect that something is wrong with the jobs.
    This being a test machine, there is no reason to have 13k of old copies of the form and dll. He is not going back to one of those as far as I am aware.
    Is there some action that he should be taking that should be "cleaning up" this situation?
    Is there something that a SP admin could do to clean things up so that things no longer take so long to run and create such large log files?
    Thanks for your ideas.

    Try using this document to locate the tag: http://goo.gl/GDeRb
    It could have worn off, depending on how long you have had the notebook and what kind of conditions it has been through.
    Also, where did you happen to purchase it from?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How do I search and work in the map module without losing my selection

    I'm going through my old photographs that predate geotracking and adding my best guess as to their locations via the  map module but I'm getting frustrated.
    My biggest angst is the selections.  In the library module, I look around and find a set of photographs that were taken at the same place and I select them.  I then go to the map module and move found, sometimes search, for the place where the photographs were taken.  Now, I go back to drop the selection into the map and ... OH NO!!! .. there is no selection.  Double angst is I click back in Library and I'm scrolled all the way to the start of my group of photographs.
    Deselecting the photos is the biggest UI mistake that Lightroom is making in this sequence.  I'm wondering if there is something that I can do to either prevent it or perhaps have a second method of a quick temporary group of photographs.
    The other related question I have is if anyone has a suggestion of how to mark these photos as the type of GPS information.  e.g. it could come from the camera, it could come via a track log, or it could be just my best guess.  Perhaps that is already possible to determine.

    When you find the photos you want that were taken in a single location, select them and put them in a Quick Collection (press B)
    Then select the Quick Collection and go to the Map Module with the filmstrip turned on. You will then be able to work ONLY with this set of photos that are taken in one location

  • How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    Hello and thanks for the answer.
    I meant by "not compatible" that all the solutions that I found on the web did not work, especially the "Microsoft exchange" one.
    Fortunately I found on the comments of the first website you mentioned the right answer for me, which I copy below:
    Tap Settings > Mail, Contacts, Calendars > Add Account > Other > Add CardDav Account.
    Enter the following information in the fields:
    Server: google.com
    User Name: Enter your full Google email address
    Password: Your Google account password
    Select Next at the top of the screen to complete the setup.
    After you have completed the setup, open the Contacts app on your device. Syncing should begin automatically.
    Additional Information
    Note: Make sure that SSL is enabled (under Advanced settings), and that the port is 443.
    If you are using application based special password go to https://accounts.google.com/Se... and instead of your password put that special code and u r done.

  • Hello hi, i just won't to ask, if there has been any changes on how to find a stolen phone, did some one come up with a fare and good solution. as it is not fare at all when some one could use it for free and there is a lot of things could be done to this

    hello hi, i just won't to ask, if there has been any changes on how to find a stolen phone, did some one come up with a fare and good solution, new Apps. as it is not fare at all when some one could use it for free and there is a lot of things could be done to this condition, no one seem to care,
    i have a story about my sister, am talking on her behalf, she got stolen her phone at a caffee when she just come from a horeble exam, she was very mad and having haedace for not doing well at the exam, i ask her if we could have coffee before we go home, once she sate; while i was getting the coffee for her, some one snicked to her pocket and took the phone, immidatly she feelt it and went on to searching, but nathing was hopefull. what makes it more heart braking is that she worked day and night just to buy the phone and pay for her books and so on as a student. she use to work 16 houres a day before she had to start school. 8 houres in one place and then to the other place. and she was always demanding for more houres to work; one day her boss saw her on her other job and she was serprised to see her and saied OHhh my God Milly if you work like this, i wonder if you servive, how could you also ask for more houres, My sis had to do it she has no parents or any thing, well the phone was taken after only two months of having it. the sad thing is she stile dream having it even though she can't think of buying againe. well me i have tryed a lot of things but i know some were out there there is a solution for people like this, it is not always fare for some one who has payed up to 800 to just loose his ......  
    Thnks

    I'm sorry, but your sister, unless she had already turned on the "Find my iPhone" feature and the person who took the phone has not disabled it, is out of luck. She should report the theft to local police authorities, including the serial number of her iPhone. While her experience is unfortunate, there are good reasons why Apple cannot do anything else about it.
    I hope she gets her phone back.
    Best of luck.

  • I want to find any backup and recovery solution for SharePoint server 2013 enterprise

    Dear Expertise,
    Recent set up SharePoint server 2013 Enterprise, and looking for backup and recovery solution, does the built in Windows Backup can handle it, and how?
    KF

    Hi,
    According to your post, my understanding is that you wanted to know some backup and restore solution for SharePoint 2013.
    There are two Technet articles about the backup and restore, you can have a look at them.
    http://technet.microsoft.com/en-us/library/ee428315(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ee662536(v=office.15).aspx
    You can also use some third-part software tools to achieve the same scenario.
    http://www.avepoint.com/products/sharepoint-infrastructure-management/data-protection/
    http://www.sharepointreviews.com/sharepoint-reviews-articles/sharepoint-administration/254-sharepoint-backup-recovery-evaluation
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Windows 7 and HP Solution Center

    I just moved from Windows VISTA to Windows 7 RC.  Having issues with my HP photosmart 7280c and HP solution center.  I am unable to install HPSC.  Anyone else experience this issue?  HP support wasn't much help at all, which I don't expect them to be with Win7.  My main issue is scanning.  Even if I try to scan directly connected to the printer, i am getting an error.

    I am seeing the same problem with Windows 7 64-bit as well.

  • I transfered my music into my new mac into itunes media folder from an external, but it dosnt show in itunes.  I have to click on each one to activate it on itunes.  there has to be a better and easier solution.  help

    i transfered my music into my new mac into itunes media folder from an external, but it dosnt show in itunes.  I have to click on each one to activate it on itunes.  there has to be a better and easier solution.  help

    Thank you for your prompt response - I did as you said and did a drag and drop into the iTunes window - it imported and got my album art from the net. When I started Itunes with the shift key down I was prompted to choose a library but since I copied over the media folder and not the library folder I was unable to select that so I guess I will have to create a new library and add in all the music, videos, etc. unless I wait for my laptop and export the library or at least that seems to be the case? In short, all my data (iTunes media folder) is on my external drive and can be added to the blank iTunes screen but I can not choose a library folder. Is there anyway around completely making all those playlists again? I am not sure my laptop will survive the shop with data intact and really hate to start over on those.
    In an unrelated question - I collect old TV shows from the 1950's. Can I make playlists within the home video folder somehow?  In other words like one for Quiz shows, one for comedies, one for police and detective shows, etc. while I am remaking all my playlists for my music if I end up having to go that route?
    Once again thank you for helping me out. I am not too Itunes savvy and really appreciate you taking the time to answer.

Maybe you are looking for

  • Sample JAVA Mobile Server Publish code, and technical questions

    Dear Oracle technical representative, or user: I need to programmatically create, and remove publications using the pure JAVA classes of Consolidator, ConsolidatorManager, and ResourceManager for the Mobile Server in OracleLite 9i Release 5.0.1. On t

  • Can I print out the source pages for hyperlinks in a pdf

    http://www.stratishealth.org/documents/ClinicLinkJuly14_R.pdf I have Acrobat X Pro. I've created the above PDF that shows hyperlinks as a clickable "Read more about it...." link. A reader has asked for a PDF that she can print out, yet it would someh

  • Easy read-only access for noobs

    Lightroom is a great product for the photographer, but for his spouse it's not so easy.  I'd like an easy way to copy an image to the clipboard or export it to iPhoto to be used in other apps like iWeb. My photos are stored on a server.  It should be

  • Images in all programs are reddisch

    If you draw a picture in the length or larger, the image turns reddish. it is in all programs.

  • White horisontal line

    I've just bought iPhone 3G. After 2 hours of use in the middle of the screen I saw a white horisontal line. I tried to switch off, reboot and restore iPhone, but the line is still on the screen. What can I do? Thanks in advance!