Setup PAPI for BPM standalone

Hello,
i am new to BPMS. I want to set up PAPI for my local instance of BPM studio. How do i set the directory.xml ? Is there any documentation available for setting up PAPI for a standalone version?
Could somebody guide me or point me to a link?
Thanks much
Raj

You can use PAPI with studio (version 10.3) if you run BPM and your external application on the same machine.
The following code to set up papi might help
Properties configuration = new Properties();
try {
InputStream inputStream = getClass().getClassLoader().getResourceAsStream("bpm.properties");
if(inputStream == null)
throw new IOException();
configuration.load(inputStream);
} catch (IOException ex) {
log.log(Level.WARNING, "Could not load bpm.properties", ex);
return null;
ProcessServiceSession papisession = null;
try {
ProcessService processService = ProcessService.create(configuration);
papisession = processService.createSession(user, pass, hostname);
return papisession;
and your bpm.properties file should have the following content:
fuego.directory.id=default
fuego.project.path=/Users/satinder/BPMWorkspace/SAPOL_BPM
//fuego.project.path will be the path to the root directory of your BPM project
You may also want to go through the following http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/papi/index.html
HTH
Satinder

Similar Messages

  • Single setup file for BPM Suite 11g or later

    Hi
    Please tell me where to find a single setup file for Latest Oracle BPM Suite.
    I could not install all required software with multiple setup files.

    Hi
    1. Sorry. There is Nothing single setup file for Oracle BPM Suite like you are expecting for any typical software application.
    2. Option 1: Yes. If you are familiar with VM Ware and virtual machine, then you are ok to some extent. Oracle do have like a single vm image that takes care of all you want. Provided you have VM installed. Means we do have an image that contains all pre-requisites and full oracle bpm software like Oracle XE, RCU, WLS, SOA/BPM on top of WLS, BPM/SOA Domain. But this is for advanced and not for beginners unless you know VM Ware and virtual images.
    3. If you are a java/j2ee developer/architect, then here are the steps for installation:
    a) Good machine with atleast 8 GB RAM.
    b) Install WLS Latest Version. Install SOA/BPM matching version on top of this WLS.
    c) Install Oracle XE Database or have access to already installed regular Oracle 11g Database.
    d) Download RCU same version as above of soa version and unzip and install in the above Database. I am not giving all steps. Just an overview.
    e) Now run config wizard, create a bpm/soa domain and refer above rcu details (soa_infra, mds etc). You will have a soa/bpm domain.
    f) Download and install JDeveloper IDE same matching version. Here you will create any soa / bpm / bpel applications. Once all done. Deploy on the above created domain.
    So unfortunately, there is nothing like a single .exe or setup file to install oracle bpm/soa. The closest is a vm image which is kind of advanced. But for a normal typical software developer, you had to follow above step 3 (a to f).
    Unfortunately if you do not have Virtual Machine, you should and must install all the software(s) and configuration(s). There is no other alternative. Its very simple either way.
    Thanks
    Ravi Jegga

  • How to setup the cluster environment for BPM using weblogic

    want to setup the cluster environment for BPM using weblogic....
    i have installed the oracle weblogic server 10gr3 and oracle BPM enterprise for weblogic 10gR3
    i have used the Admin tools from the "oracle BPM enterprise for weblogic" to setup the configuration and create the weblogic domain servers.
    i can launch the process administrator and import the project exp file to domain server.
    but what should i do to setup cluster environment using weblogic?
    what i want to do is :
    setup one admin machine..
    setup two product machine..
    enable the cluster so the admin machine can monitor the status of the product machine..
    thanks a lot ...

    The install guide at http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html gives a reasonable amount of info on how to do this.
    Personally I have not used the OBPM option to configure WebLogic instead I've used the information in the above install guide to create the weblogic domain in advance of configuring OBPM.
    Once you've setup WebLogic configure OBPM using the values I mention in the following thread: How to set the JMX Engine parameter in Process Administation?
    Let me know any specific config questions and I'll do my best to answer them for you.
    Thanks,
    Mike

  • Two printers with different paper sizes. How to setup defaults for each?

    I have two printers connected to my beloved Mini: Samsung ML-1610 & Epson AccuLaser C1100.
    First printer uses American Quarto US Letter paper.
    Second one - European A4.
    Every time I try to print anything on either of them I receive a message from printer driver that paper size mismatched. Further more either printer will wait until I press buttons on them to "proceed". Which is very annoying to say the least.
    How can I setup defaults for every printer in Mac OS Leopard? If I use printer preferences dialog it will setup either size for both printers rather than for each its own.
    Please advise.

    PAHU wrote:
    You cannot do exactly what you want from a user interface perspective. I am not sure if such a thing is possible by making changes to hidden files. I certainly haven't heard of it but it may still be possible.
    From what I have seen, the page setup dialog is independent of the print dialog. If you set the 'Format for' to one printer, a then choose a different printer when you print, the previous settings won't apply.
    You could see if the printer set to A4 supports automatic conversion of LTR to A4. Then at least it won't ask for attention when you send a LTR page to it. Otherwise I think your only option is to check before you print that you have selected the correct paper size for the printer.
    PaHu
    That's freaking ridiculous!!!
    You've got to be kidding me... right?
    Even MacOS 8 could do this.
    Like it's horrible for me because I print a lot of photos. So I set my default paper type Format for: Canon MP610 series, Paper Size: US Letter (borderless). But then when I go home and print web pages or text documents on my Apple LaserWriter 16/600 PS, then it still remains set to Format for: Canon MP610 series. The freaking OS knows what printer I'm using; why would it remain formatted for the other printer even though that will cut off the edges of all my prints (since the LaserWriter does not do borderless printing) -- and not even warn me?! I just wasted 30 pages!
    I cannot tell you how preposterous it is that a modern OS like Mac OS X cannot even get a simple thing such as printing correct. How could they screw up PRINTING?!
    -Jon

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • How to import the organization to BPM standalone 10g

    I create the contents of the organiztion in BPM studio 10g. When I deploy the ###.exp file to BPM standalone 10g, the new roles can be mapped to BPM standalone. However, the participants' information cannot be imported. How to import the participants' information?
    Sincerely

    Hi Ye,
    To import the Participant information you entered in Studio into Enterprise:
    1) Make sure the participants in Studio have First and Last names. While this is not manditory for Studio, it is for Enterprise.
    2) In Studio, right mouse click "Organization" in the Project Navigator -> "Export" -> remember where you export the .xdml file
    3) In the Enterprise Process Administrator tool click "Organization" -> click the "Import" tab -> "Organization" -> click "Browse" and select the .xdml file you exported in step 2 -> click "Import"
    Hope this helps,
    Dan

  • Process image: red line and flag --- BPM standalone 10g

    In the BPM standalone 10g, I hightlight one instance and click the link of process image.
    In the pop window, the flag is in the current activity. However, the red line is still in the first activity.
    Why they are not in the same place.?

    Hi,
    Thanks for your reply. I set all interactive activities and automatic activities to generate events. The red line can be extended to most activities.
    However, the red line cannot be showed between 2 interactive activities. These interactive activities are linked by a business rule transition. And the unditional transition cannot be red color

  • Page Setup / Paper Size not saved

    Hi,
    I would like to change the default paper size for printing from US letter to A4. I change the paper size via File > Print > Page Setup > Paper Size to A4, but this setting is always lost once I close and restart Adobe Reader (paper size defaults back to US letter). I am using Adobe Reader X MUI on Windows XP at the moment, but I had the same issue with Adobe Reader 9.4.1 as well (there the menu is File > Page Setup > Paper Size).
    Is there any way to make Adobe Reader remember a different default paper size (other than US letter)?
    The printer has A4 as default in case anyone is wondering.
    Thanks!
    dapperdani

    fnord
    been a while. hope all is well.
    The African Stink Ant inhales the spore of a parasitic fungus that causes it to behave in curious and irrational ways. Eventually the fungus grows, horn-like, from the ant's head, and rains down new spores to the forest floor. "All of us here at the museum feel like we've inhaled that spore," says Wilson, "and hopefully we'll infect other people as well."
    [email protected] - Kevin

  • BI Reporting for BPM and TWB

    Hello Gurus,
    I am trying (in fact slogging) to get BI reports for BPM and TWB.
    1. BI content activation DONE.
    2. Scheduling Daily Extractor for TWB BI Reports DONE. (Log in SLG1 for object TWB_ST) shows '0 records transfered to data loader') this is in question!!!
    3. Process Chains 0SM_BPM_DELTA_P02 and 0SM_BPM_INIT_P01 scheduled and running successfully. BI_PROCESS_LOADING job log doesn't have any error!!! (I could see a message
    tRFC: Data Package = 0, TID = , Duration = 00:00:00, ARFCSTATE =
    tRFC: Start = 24.09.2010 11:50:13, End = 24.09.2010 11:50:13
    ) does this mean no data loaded!!!
    4. Schedule report RDSWP_BI_BPM_EXTRACT in background DONE.
    Please help.
    Any help on this is appreciated.
    -=-Ragu

    Hi Ragu,
    The difference in extraction related to IT performance reporting,(EHP1 Changes in [IT performance reproting|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d09f6791-f4b2-2b10-54af-f76a9a873117?quicklink=index&overridelayout=true])
    I misunderstood your scenario, request you to refer the following blogs for BI process chain monitoring,
    [/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-1|/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-1]
    part2 with examples
    [/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-2-setup-example|/people/dirk.mueller2/blog/2010/07/23/best-practice-bw-process-chain-monitoring-with-sap-solution-manager--part-2-setup-example]
    the sap note for prerequeste
    [Note 1411885 - BW Process Chain Monitoring - Central Setup Note|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1411885]
    check and update
    jansi

  • BPM standalone and J2EE versions

    What is the diffrence between BPM standalone and J2EE versions
    and
    What are the advantages of Using J2EE Version over standlone?
    In configuration document it is mentioned that we need to deploy wlj2eedeployer.ear on weblogic server.
    Why this deployment?
    Thanks

    Depending on your needs, the Engine can be deployed using two different implementation styles.
    Standalone Oracle BPM Enterprise Engine
    Oracle BPM can be deployed in a standalone environment running on a JVM. This is the original version of the Engine and has been around for 10 years.
    The benefits of deploying processes to Enterprise Standalone are:
    <li> It does not require an application server J2EE container to run. This means a lower cost of entry if you do not already own WebLogic or WebSphere J2EE application servers.
    <li> It is simple to install and administer.
    Enterprise Standalone uses a simple active/standby failover mechanism. When the active engine starts, it immediately registers in the Oracle BPM Directory that it is the primary engine. When the standby engine starts on another machine, it sees that another engine has already registered as the active server in the Oracle BPM Directory. Since the active engine is already up, the standby knows that it needs to ping the primary engine periodically to ensure it is still up. If the standby engine fails to get a response from the active engine, the standby notifies the Directory that it is now the active engine. When what was previously the active primary engine restarts, it notifies the Directory that it has restarted, sees that another server is now the primary and then starts as the secondary.
    J2EE Application Server Oracle BPM Enterprise Engine
    Oracle BPM Enterprise engines can also run on a J2EE application server within WebLogic and WebSphere containers.
    Oracle BPM Engines running on a J2EE Application Server support active clustering. This means that as loads increase over time, new nodes can be added making the environment more scalable over time.
    With the J2EE Application Server environment automatic failover is automatically provided across nodes.
    Finally, in answer to your last question - the deployed wlj2eedeployer.ear is useful because this lets you stop and start the Engine and deploy projects from the simple (ok - somewhat simple) Oracle BPM Process Administrator tool.
    Hope this helps,
    Dan

  • Trying to setup airport for 1st time and it will not connect to internet, we also did not create a new network and cannot find this option again

    Trying to setup airport for 1st time and it will not connect to internet?

    You might try doing a reset of your AirPort unit.  Use a pen or paper clip to press in on the recessed reset button while you plug it in, then continue to keep the button pressed until the status light flashes several times,
    For more advice, please describe all your networking gear.

  • Page Setup / Paper Size- custom not an option

    Following previous advice to get Adobe Acrobat installed to enable more print options, which I did, I am not seeing the custom paper size available as an option under page setup.
    I am trying to follow along with Matt Kloskowski's video tutorial for print presets where he goes in and makes a contact sheet effectively become a triptych print setup. He goes to change the paper size from the standard to 11" x 4", and clicks Page Setup/Paper Size/Manage Custom sizes and enters the new dimensions.
    When I go to Page Setup, and choose Adobe PDF under printer name, "manage Custom Sizes is not an option for me under Paper size- they are all standard sizes.
    Any thoughts on why this might be?

    Set your paper size as a custom size:
    1. Open the Pages doc
    2. Press shift+ ⌘ +p to open the page setup
    3. In the 'settings' pull down menu choose 'custom paper size'
    4. Click on the new button and create your custom size and save by pressing o.k
    5. Now your custom size will appear in every page set up dialogue.
    For my two printers this is all I have to do. The printers adopt the page set up selected in Pages.
    Kurt

  • Printers do not show up in Page Setup Format for menu

    Hello. I just installed Acrobat 9 Professional. Upgrade from AP7. For some reason, when I go to select the printer in the Page Setup> Format For> dropdown menu, the printers do not show up. When I try to make a pre-set for this printer it never works and always defaults back to Language Level 3, which gives me a postscript error when I try to print. It prints fine at Language Level 2 but I can't get the setting to stay. Any clues???
    thank you in advance,
    Randy

    Geraldine,
    There are some oddities in Pages' methods.
    What you did was save the changed template which had been altered on the page but you also needed to "capture" and save the Layout or Section over the existing one in the document using the same name to replace it.
    I will walk you through making your own version of a template.
    1 Open a new document using the template you wish to customise.
    2 Don't change anything yet, but open every section from the Sections pull down menu so you have a sequence of pages each with a page of a different section design.
    3 Make Master Objects selectable if they are not. 
Change each Section to your liking.
    4 +Menu > View > Page Thumbnails+
    5 Select first Thumbnail in sidebar 
+Menu > Format > Advanced > Capture Pages… > Name : Type exactly the same name as the section > It will ask you if you want to replace the existing section > Replace+
    6 Repeat this for each section until you have replaced them all.
    7 +Menu > File > Save as Template… > Save with a New Name+
    8 +Menu > File > New from Templates > My Templates > Choose your New Name template+
    You now have a document customised to your design.
    Peter

  • We have two Apple ID's but share the same computer....that runs Itunes...How do i setup Icloud for ea. user ID?

    We have two Apple ID's but share the same computer....that runs Itunes...How do i setup Icloud for ea. user ID?

    You can't merge Apple IDs.  What you could do is set up your phone to use the same iCloud accout you are using on your Mac.  To do this, go to Settings>iCloud and turn all synced data (Contacts, Calendars, etc.) to Off.  When prompted, choose to keep the data on the phone.  When everything is off, scroll to the bottom and tap Delete Account.  Now add the iCloud account you set up on your Mac (with the same Apple ID) and turn syncing back on for Calendars, Contacts, etc.  When prompted, you will probably want to choose merge, to merge the data on your phone with the existing data on this iCloud account.

  • How do I print to both sides of paper for greeting card on Brother Printer

    I did not find the answer on the forum. I have iLife 09 and this Brother MFC-790CW printer. I do not see any automatic setting for printing on both sides. I am using a iPhoto greeting card template and it looks OK with a page one for the front and a page two for the back.
    Maybe the only way is to print out all the fronts pages (20) and then put the paper back in and print all the pages 2 (the text inside of the card). That seems like it would be faster than other ways, except automatic.
    Obviously I should have done this a month ago and sent the project to Apple, but now I have no more time. Ii have the right paper for the one fold cards and plenty of ink

    You need to have an image editor that supports layers. If you do follow the directions in these tutorials:
    #8 - Printing a iPhoto Greeting Card
    #8a - Printing a iPhoto Greeting Card to Standard Stock Sizes
    Here are some editors that support layers:
    Some Image Editors that support layers:
    Photoshop Elements 8 for Mac - $79
    GraphicConverter - $45
    Rainbow Painter - $30
    Acorn - $50
    Pixelmator - $60
    Seashore - Free
    Portraits and Prints - Free
    GIMP for Mac - Free
    You might be able to use Pages instead of an image editor.
    Happy Holidays

Maybe you are looking for

  • Conditional import in Java?

    Hi All, Is some way available to custom import packages? For eg, I have a mock_middleware package used for testing & initial development process. But there is another package called middleware which is being simultaneously developed. I want to set a

  • ThinkPad 410 service complaint

    I have a thinkpad 410i that we purchased for my wife for Christmas last year.  This is the fourth thinkpad model I have had experience using (I have had a T40, T60 and currently have a T420 through work) and have always found the equipment to be top

  • Logo and address

    hello, i want to add our logo and address in the standard report of purchase order, please let me know how to do the same and what are steps to followed. please explain the entire details and steps and oblige. thanks suja

  • First Time Connection of a Time Capsule

    Hi, This is probably a really obvious question but what is the best way for me to set up my TC? I expected it to replace my Linksys router but from reading the forums this is not the case. Do i then need to connect via Ethernet to the router? If so,

  • Importing process takes too long!!!

    I am trying to import CD's but the whole process at first goes ok, I can do a song in about 26 seconds but by the time I move on to the second CD it starts taking a long time to the point that it actually takes 18 minutes to do a song. I followed som