ORACLE BPM - Integration with BI

We have to integrate Oracle BPM with SAP-BI. Does Oracle BPM provide any adapters to connect to staging tables.
ThankYou!

before importing delete / rename PublicReportService under business services, and also delete/rename all the IO for project XMLP Integration. Make sure there are no other Siebel repositories existing except Siebel Repository (no backups). Then import the WSDL.

Similar Messages

  • BPM integration with BRM

    Hi All,
    I am looking for a blog for complete scenario which includes business rules used in BPM,that is ,complete STEP BY STEP blog for BPM integration with BRM.Searched a lot but finding either BPM or BRM or BRM already created without mentioning steps and imported in BPM process.
    Can you help me with a complete blog for BPM integration with BRM STEP BY STEP blog?
    Thanks in advance

    Hi,
    Please check if the below articles are useful
    http://scn.sap.com/thread/3446620
    http://scn.sap.com/docs/DOC-47066
    http://scn.sap.com/docs/DOC-4588
    Regards,
    Sriram

  • BPM integration with BRM step by step

    Hi All,
    I am looking for a blog for complete scenario which includes business rules used in BPM,that is ,complete STEP BY STEP blog for BPM integration with BRM.Searched a lot but finding either BPM or BRM or BRM already created without mentioning steps and imported in BPM process.
    Can you help me with a complete blog for BPM integration with BRM STEP BY STEP blog?
    Thanks in advance

    Hi,
    Please check if the below articles are useful
    http://scn.sap.com/thread/3446620
    http://scn.sap.com/docs/DOC-47066
    http://scn.sap.com/docs/DOC-4588
    Regards,
    Sriram

  • Oracle Sales Integration with other modules - Flow Diagam

    Hi,
    Where can i find a flow chart showing Oracle Sales Integration with other modules?
    Thanks,
    Hari

    Hi
    You can refer to my publishing in this site which might help you to some extent
    http://apps2fusion.com/at/sk
    Hope this helps
    Regards
    Sivakumar

  • Integrating Oracle BPM UI with Oracle BI Publisher as reporting tool.

              We are using WebCenter Content 11.1.1.6.0 (Ps5) version with Oracle BPM for the workflows.
    Is it possible to integrate Oracle BI Publisher to print reports from Oracle BPM User Interface (UI) ?    Basically user should be able to generate a *.pdf file with approved data after the final approval.
    What are the Tables that stores Oracle BPM field Values?
    Thanks ..

    Hi,
    Let me share the basic steps. You can always dump the view data into an XML file by using writeXML method.
    e.g.
    You need to place BIP jars into BPM domain_home/lib dir.
    MASTER_QUERY="select * from employees where employee_id=:0";
    ViewObject master = createViewObjectFromQueryStmt(null, MASTER_QUERY);
    master.setWhereClauseParam(0, employee_id);
    Row firstRow = master.first();
    Node data = master.writeXML(-1, XMLInterface.XML_OPT_ALL_ROWS);
    then you can call the following method to generate pdf based on your template.
      resource = "C:\\app\\stage\\templates\\YourBIPTemplate.rtf";
        private File generatePDF(Node data, String resource) {
            File ApplicationDataFile = null;
            File tmpTemplateFile = null;
            File pdf = null;
            OutputStream output = null;
            InputStream is =
                Thread.currentThread().getContextClassLoader().getResourceAsStream(resource);
            try {
                Date date = Calendar.getInstance().getTime();
                SimpleDateFormat sdf = new SimpleDateFormat("MMddHHmm");
                int uid =
                    (new oracle.jbo.server.SequenceImpl("DDOCNAME_SEQ", this.getDBTransaction())).getSequenceNumber().intValue();
                pdf =
    new File(tmpDir + File.separator  + docType + uid + ".pdf");
                pdf.createNewFile();
                output = new FileOutputStream(pdf);
                output = new BufferedOutputStream(output);
                ApplicationDataFile =
                        new File("C:\\Temp\\ApplicationData"  +
                                 ".xml");
                try {
                    Writer sWriter =
                        new BufferedWriter(new OutputStreamWriter(new FileOutputStream(ApplicationDataFile),
                                                                  "UTF-8"));
                    ((XMLNode)data).print(sWriter);
                } catch (Exception e) {
                    e.printStackTrace();
                byte[] sXML = null;
                StringBuffer buffer = new StringBuffer();
                FileInputStream fis = new FileInputStream(ApplicationDataFile);
                InputStreamReader isr = new InputStreamReader(fis, "UTF8");
                Reader in = new BufferedReader(isr);
                int ch;
                while ((ch = in.read()) > -1) {
                    buffer.append((char)ch);
                in.close();
                sXML = buffer.toString().getBytes("UTF-8");
                InputStream rtfInputStream = new FileInputStream(resource);
                RTFProcessor rtfProcessor = new RTFProcessor(rtfInputStream);
                tmpTemplateFile =
                        File.createTempFile("ApplicationTemplate", ".tmp");
                rtfProcessor.setOutput(tmpTemplateFile.getAbsolutePath());
                System.out.println("Temp file is created: " +
                                   tmpTemplateFile.getAbsolutePath().toString());
                rtfProcessor.process();
                FOProcessor processor = new FOProcessor();
                processor.setData(new java.io.ByteArrayInputStream(sXML));
                processor.setTemplate(tmpTemplateFile.getAbsolutePath());
                processor.setOutput(output);
                processor.setOutputFormat(FOProcessor.FORMAT_PDF);
                processor.generate();
            } catch (Exception e) {
                e.printStackTrace();
            } finally {
                System.out.println("Finished generating application PDF");
            return pdf;

  • Oracle BPM Workspace with Jasper

    Hi all,
    Can someone please guide me to documentation with examples of where I can find integration steps of BPM Workspace with Jasper for reporting purposes? I tried googling on the same but could not find anything in particular.
    Thanks
    Edited by: user2997085 on Feb 11, 2010 7:12 PM

    ...seems nothing happend: the BPM Workspace login page it is opened and there isn't any message in the log indicating that the new provider...
    Is there an Audit provider configured, which collects and stores the security logs.
    To my knowledge, WebLogic uses the same cookie name (<code>JSESSIONID</code>) for all web applications on the server.
    That way, no matter what type of authentication method is used in a particular web application, an authenticated user will have
    single sign-on to all other web applications in the server.
    If you want to have a global single sign-on a good solution would be to use Oracel Single Sign-On (http://download.oracle.com/docs/cd/E17904_01/core.1111/e10043/osso_d_10g.htm)
    With your own implementation how is the authentication token mapped to a username?

  • Oracle BPM Studio with JDK 1.6

    Hi,
    regarding to the the release notes of the Oracle BPM 10.3.1 (http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/relnotes/release_notes_OracleBPM10gR3.htm) the studio runs now with a JVM 1.6. But after I installed it seems to me that it is still 1.5 (if you look in Help/About Oracle BPM Studio/Configuration Details). Can I simply exchange the underlying JDK oder would there be any problems?
    Kind regards
    Matthias

    you can.
    See the changing your JVM section for Studio at the following pages for instructions on what to do http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/installguide/index.html
    Thanks,
    Mike

  • "Oracle Data Integrator" with "Total Recall"

    Hi all,
    We are planning to use Oracle Data Integrator 11g for performing ELT in Oracle 11g database. We are also planning to enable the "total recall" (flashback) technology and house all our tables on it.
    Question I have in my mind right now is, will ODI and Total Recall work well together?
    Background
    Say we have an interface defined with the target data store defined on a tablespace with flashback enabled. Say there are 100 rows in the source, of which 10 rows violated the check constraint . The "bad" data, violating the constraint, will be moved to the E$ table while the rest of the 90 rows are loaded into the target.
    Questions*
    1) If our business rule dictates zero tolerance for errors and a ROLLBACK is issued, what will happen to the data in the E$ table?
    2) Say we have committed* the 90 rows and want to use a flashback transaction query to undo the changes, how will it affect the E$ table?
    3) Will the rows be deleted from the E$ table also along with rolling back of the changes in the target?
    4) If the errors in E$ are recycled and this interface is restarted after the rollback is performed, will the I$ table contain 110 rows i.e. source data + data from E$?
    5) How does ODI handle recycling / reprocessing of the violations in E$ table?
    Please advice.
    Thank you.
    CC

    1.) The data in E$ will remain there
    2.) The data in E$ will remain there
    3.) The data in E$ will remain there
    4.) 90 rows. The recycled will still error out
    5.) To me the recycling feature is pretty lame. You need to fix the errors in the E$ table and then recycle will load the data.

  • Oracle IAM integration with GRC 10

    Hi All,
    Our client is using Oracle IAM for user provisioning process. Now they have SAP GRC being implemented for two of their SAP systems. Now client wants to integrate SAP GRC Access Risks analysis (ARA) for SOD analysis and User Access Management(UAM) for user provisioning modules of SAP GRC 10 with Oracle IAM.
    As far as i know, webservices needs to be activated in GRC 10 and has done that. Now i want to know how Oracle IAM communicates with GRC 10. How connectors needs to be developed, User account to be created for web service access and how the parameters are passed from oracle to grc.
    Also how many different scenarios are there in oracle IAM for this integration?
    In SAP IDM vs SAP GRC integration we have 2 scenarios.
    1. Request raised in IDM -> SOD analysis in GRC -> Provisioning in GRC -> Return success/failure status back to IDM
    2. Request raised in IDM -> SOD analysis in GRC -> Return SOD success/failure status back to IDM -> Provisioning in IDM
    So can anyone help with possible scenarios for this integration process??

    Hi vikas and Frank,
    Do you have any information related on How to enable the webservices in the GRC 10 (does NWBC holds the key). if you have any information related to it  please share it with me.
    Thanks and regards,
    keerthi

  • Oracle Apps Integration with SeeBeyond Tool to Legacy System

    We have client using SeeBeyond a third party Integration Tool. The client is planning to implement
    Oracle HR. They want to integrate Oracle HR with third party Legacy payroll system with the SeeBeyond Tool. SeeBeyond tool is very similar to Oracle Advance Queing Tool. I want to know any Oracle Products
    interfaced with SeeBeyond Tool. Please let me know if any one used this tool.

    Hi,
    I'm going to Integrate EBS with OSSO. I found a command line in a document to register EBS with Oracle AS Infrastructure:
    txkrun.pl -script=SetSSOReg -provtmp=$FND_TOP/admin/template/ProvOIDToApps.tmp
    After I run that, I got this error:
    *******FATAL ERROR*******
    PROGRAM : (/oracleproduct/ebs/VIS/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME : Wed Feb 10 11:29:05 2010
    FUNCTION: TXK::Common::doError [ Level 1 ]
    ERRORMSG: Undefined args are not allowed. The following args are not required : provtmp
    And after I run
    txkrun.pl -script=SetSSOReg
    without provtmp, it passed.
    But I cannot start Oracle AS Infrastructure anymore. It reports opmn error.
    If I use your line: txkrun.pl –script=SetSSOReg –provisiontype=3
    it comes out another error:
    ERROR processing <arg> script : Argument value cannot be an empty string
    *******FATAL ERROR*******
    PROGRAM : (/oracleproduct/ebs/VIS/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME : Wed Feb 10 11:31:25 2010
    FUNCTION: TXK::Common::doError [ Level 1 ]
    ERRORMSG: ERROR processing <arg> script : Argument value cannot be an empty string
    So do you have any idea on this?
    Thanks!

  • Oracle iPortal Integration with Oracle Apps 11i via SSO

    How can we integrate Oracle iPortal with Oracle Apps 11i via SSO?
    Is there any documentation on this topic that anybody could share ([email protected])? I have already searched the Portal Studio and the Metalink without much success.
    Any suggestions and possible recommendations/solutions are highly appreciated! Thank you for answering this post!
    Best regards,
    Lina Danchenko
    P.S. I am unable to view the note 146469.1 Configuring Oracle Applications with Oracle Portal on the Metalink. Any idea where I can find it? Thanks in advance!

    In a future release, Oracle Apps will be integrated with SSO out of the box.
    Currently there is a pilot program which several companies are participating in to beta-test this
    integration, but this program is not open to additional customers.
    Please speak with your Oracle sales representative to get a better idea of current options
    and general availability dates.
    You do have the option now of just configuring Oracle Apps as an External Application.

  • Oracle GL Integration with Hyperion Planning

    Dear All,
    I need to integrate Oracle GL with Hyperion Planning.
    My Question are:
    1) Without any adapters, we can do this integration(Using PL/SQL). It is Possible?
    2) Any document is available for intergration using the adapters(DIM/ODI).
    ODI - Using ODI, one way of integration is possible(Oracle GL to Planning)
    DIM - Using DIM, two way of integration is possible(Oracle GL to Planning & Planning to Oracle GL)
    can u guide me in this situtation.
    Thanks,
    PC

    H John,
    Thanks for the prompt reply.
    I am using Hyperion 9.3.1 with Oracle 10g. This is the first time, i am trying to do the integration with Oracle GL. My client dont have licenses for DIM, they are not ready to buy the licenses.
    There is anyway to load the essbase cubes through Oracle tables.
    John, This is my idea(Can u please suggest me on this). I am doing this in a test environment.
    1) From Oralce GL server, I am taking the Trial Balance values into flat files
    2) I am creating one Oracle table for TB_ORAGL(In Planning Server)
    3) In Planning server, i am importing the flat files(TB_ORAGL) to the Oracle
    4) From oracle table(TB_ORAGL), i am trying importing the data to essbase cubes using data load.
    Vice versa steps for Hyperion Planning to Oracle GL.
    can u guide me in this situtation.
    Thanks,
    PC
    Edited by: dwhpc on Oct 21, 2009 1:55 PM

  • Oracle IRM integration with OBIEE

    Hi! I need to integrate Oracle IRM with OBIEE. Is it possible? Is there any paper or document that explains how to do it? This would be very helpful. Thanks!

    The IRM integration with Beehive was developed by and is maintained by the Beehive team, you may be able to get more help on the Beehive forums (http://forums.oracle.com/forums/category.jspa?categoryID=180). In the meantime I'll try to answer your query to the best of my knowledge.
    The ClassificationId can be can be any text that you wish to use to identify the beehive classification e.g. Beehive Classification ID.
    The ClassificationLabelName should be used to identify the Beehive classification to the user, it will be displayed in the IRM user interfaces in places such as the information bar.
    The ClassificationSystemID and KeySetUUID values should each be set to their own UUID. You can generate one on linux using uuidgen.
    The DesktopSyncURI and the DesktopURI values should be set to the IRM classification url e.g. https://irm.example.com:16101/irm_desktop.
    The IrmDesktopServiceEndPoint should be set to the IRM server url followed by /irm_sealing/desktop_services e.g. https://irm.example.com:16101/irm_sealing/desktop_services.
    The IrmSealingServiceEndPoint should be set to the IRM server url followed by /irm_sealing/sealing_services e.g. https://irm.example.com:16101/irm_sealing/sealing_services.
    The IrmUserName should be a valid user that can log into IRM and Beehive
    The IrmUserPassword should be the password for the above account
    The other values can be left blank.
    The ClassificationServices error from IRM is likely to be related to the xml file in the classification plug-in jar file. The most frequent causes of those have been where XML editors have reformatted the example configuration changing things like
    <uuid>2de4af00-3b14-11de-8a39-0800200c9a66</uuid>
    to
    <uuid>
    2de4af00-3b14-11de-8a39-0800200c9a66
    </uuid>
    The fussy XML parser then refuses to parse the UUID properly because of the surrounding whitespace. This is most likely to be a problem with fields that take UUIDs, so probably just worth checking those first.
    Hope this helps,
    James

  • Oracle Payroll Integration with Oracle Financials Suite 11i

    I would be grateful if anyone can describe the relationship and flow cycle between Oracle Payroll & Oracle Financials Suite 11i 'GL, AP, FA & AR' if any.

    Hi Suvi;
    Similar issue mention here many times, please see:
    SOA
    Oracle Ebiz R12.1: Out of the Box Web services avialable
    SOA-ebs integration
    Re: Oracle SOA suite integration with EBS 11.5.10 SSA
    If those are not helps than please update thread
    Regard
    Helios

  • Oracle Payroll integration with Oracle Financials

    Dear Experts,
    I need a clarification on my new project... The client wants two separate instance in which they will use 12.1.3 for oracle hrms & 12.1.1 for Financials.
    The issue here is the payroll part..
    how could we achieve the payroll integration with financials...
    Pls let me know if any1 would have come across this scenarios..
    Guru K

    Hi;
    Please see:
         Oracle Payroll 'Costing Associated With the Financial Integrations' Frequently Asked Questions (FAQ) [ID 1377126.1]
    I belive its better to Rise SR and confirm your issue with support
    Regard
    Helios

Maybe you are looking for

  • IPhoto 11 and PS Elements 10 - external editor issue

    My Imac has been upgraded to Mountain Lion, iPhoto 11 and PS Elements 10. Now right-clicking shots in iPhoto browser brings up external editor choice and will then open PSE 10, but not the shot ( I have to drag shot to desktop, open with PSE10, save,

  • Adding layers in cs5.5

    We have written a code in cs 4 to add layers in perticular order.But the same code adds the layers in jumbled way in cs5.5.Please can anyone help us to know how to add  the layers in perticular order in cs 5.5.

  • Calendar Items Created on the iPhone do not Correctly Sync to Outlook 2003

    I have a first generation iPhone that I upgraded the firmware to version 2.0. This problem didn't exist until after I upgraded. I only sync my iPhone with one Outlook 2003 calendar. Soon after the upgraded, I noticed there were 3 calendars showing on

  • How can a function returning character length greater than 4000 be selected in SQL

    Hi, I want to know if there is a way to write a select query on a function call which returns a varchar of more than 4000 characters. CREATE OR REPLACE FUNCTION FUNC1 RETURN VARCHAR2 IS str VARCHAR2(32767); BEGIN      str := <some string greater than

  • Item Category Difference

    dear friwends can any one tel me difference in TAN (Std. Item) and TAS (Third party Item) Regards vishal