BPEL as Integration option

We are implementing CDH and using BPEL as middleware integration option to update the Spoke system.
Post event trigger (For Party update or creation) incase event is returning the Party Id then how the complete record will be picked up from CDH and updated in the spoke system . If anyone has executed this part of requirement then respond.

Since Queue data will only give PartyID, you will have to connect to CDH again to get the required Party Data from HZ tables.
You can use a PLSQL Adapter to call a Procedure. This procedure will fethch all the Party Data from CDH.

Similar Messages

  • Jabber For Windows - Calender Integration Option on deployment

    We're about to roll out Jabber for Windows to several hundred clients, and have an issue with the Outlook Integration option setting. Our users are migrating from Lotus Notes to Microsoft Outlook and once migrated to Outlook, will get Jabber for Windows. The problem we have is when installing Jabber for Windows, in many cases it takes IBM Lotus Notes as the default calendar integration, instead of Microsoft Outlook. (Notes is left on users pc as they still need to use Notes to access some backend databases)
    We will have to issue intructions to users to go in to File>Otions>Integration and make sure Microsoft Outlook is selected, but past experience tells us they won't actually read them!
    Does anyone know any way of setting on option on deployment to ensure Microsoft Outlook is selected ?
    Thanks
    Kelvin

    Hi David,
    there is an known issue where default MAPI file can't be opened on some PCs. To confirm this - we would need PRT from computer where issue can be reproduced.
    If you still have same problem then create a problem report (Start menu > Cisco Jabber > Cisco Jabber Problem Report) and attach with this thread. If you are not comfortable to attach report here, then raise a TAC case for further assistance.
    Regards,
    Nebojsa

  • DUET Enterprise vs BO BI Integration Option for Microsoft Sharepoint

    I am struggling to find the right management overview to position DUET Enterprise vs BO BI Integration for Microsoft Sharepoint.
    My high level definition of DUET Enterprise is to expose SAP Data and Processes into the Microsoft Sharepoint Environment (especially for non professional user = casual user).
    Obviously these casual users need to see, to retrieve or to refresh some BW reports (knowing we are using or will use BO BI 4.0).
    It seems DUET Enterprise does not support this scenario .... and we need to use another solution called : BO BI Integration Option for Sharepoint (detailed doc [here|http://help.sap.com/businessobject/product_guides/boexir4/en/400sp2_ioms_getstarted_en.pdf]). 
    I am confused (I can not picture it) why we need 2 different products (medium - long term).
    Could you somebody explain :
    1. to confirm we need currently these 2 products
    2. why we will need 2 different products in the future ?
    Thanks.

    Hi Patrick,
    I was also trying to find some information this topic for the last few days when I came across your thread. There has been a similar discussion earlier in [this SDN thread|Duet Enterprise vs BO Integration Option for Microsoft Sharepoint u2013 IOMS;.
    After seeing the capabilities of IOMS, I can say these two products are very different. IOMS has different web parts to render BO/BW dashboards, reports ect. whereas Duet Enterprise is an integration platform for connecting various SAP systems (of type ABAP now), using which we can view/operate on any SAP object, integrate workflow and fetch SAP reports as document.
    Duet Enterprise provides SSO and role based access to SAP data which seems to be missing in IOMS.
    At this point it seems both these products have different capabilities with similarities in report publishing (Duet Enterprise can only publish reports from BI and other ABAP based system directly to SharePoint document library; not sure what IOMS does in this area).
    I guess at this point if your requiremtn is to only provide a SharePoint based frontend to Bo/BI IOMS has to be used, however if you need to build applications with SAP data or around SAP processes Duet Enterprise has to be used.

  • Download Integration Option for Microsoft SharePoint

    From where can I download Integration Option for Microsoft SharePoinnt for SAP BI 4.1?
    Or is it the same as for BI 4.0?
    Thanks.

    Hi,
    As SAP BusinessObjects IOMS (Integration Option for Microsoft SharePoint) software is a third product, I suggest you seek the third company support for help.
    Best Regards,
    Lisa Chen

  • Not getting ADF Desktop Integration option in Jdeveloper 11.1.1.3

    Hi,
    I am following this link:- http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps3/tutorial_adfdi/adfdinewtutorial/jdtut_11r1_59_2.html for ADF Desktop Integration.
    When I am opening my Jdeveloper after installing *.NET Programability Support* from Control Panel. The Option in Tools Menu of J Developer i.e ADF Desktop Integration is not coming.
    But When I checked in my machine :- C:\Oracle\Middleware\jdeveloper\adfdi\bin\excel\client. I am able to find set up of ADF Desktop Integration. I ran it and it got installed as per the above link. But still I am not able to see that option in my Tools. When I right click on View_Controller of ADFdi_BC Application as per the Link and went to NEW but I checked in ALL Technology of Client Tier option, ADF Desktop Integration option is not coming.
    Can anyone suggest me what to do for getting that option in my Jdeveloper and I can use this to make my Excel sheet under View Controller.
    Please suggest me something.
    Thanks,
    Ramit Mathur

    The title of your post mentions version 11.1.1.3. The tutorial link mentions version 11.1.1.4. It is probably best to get the matching version. In fact, I recommend getting the most recent version, 11.1.2.x.

  • BPEL registry integration cache capability?ESB or OSB support WS-Addressing

    Hi ,
    I have few questions related to Oracle SOA Suite.
    Please suugest me
    1) How to handle BPEL dehydration in high volume operations?
    2) Memory overload of ESB in high volume operations?
    3) BPEL registry integration - cache capability?
    4) How Oracle ESB or OSB support WS-Addressing?
    Suggestions or docs reference will be highly appreciated.
    Regards,
    Sachin

    Hi,
    There's a lot of performance info in the SOA Suite Best Practices Guide. More specifically see chapter 2.17 and 10 of http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf.
    For correlation between OSB and BPEL using WS-Addressing see http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html.
    Regards, Ronald

  • Integration Options - iOS image transfer

    Hello All,
    We have an app that captures images. These images can range from 6-10 MB in size.
    What could be the integration options available to send this file from the mobile device to say a ECM solution within the BLAN?
    PS: We are expected to factor in low bandwidth and converge issues.
    Looking forward to some ideas on best practices.
    Thanks,
    Shabarish

    Hi Shabarish,
    We used Base64 converted media data
    Additionally we have the caller (your App) send the MIME Type (e.g  image/png or  image/jpeg)
    Then convert to XSTRING via FM  SSFC_BASE64_DECODE
    After that convert to binary via FM  SCMS_XSTRING_TO_BINARY
    About low bandwith:
    Not sure about how to takle that. Could be some sophisticated solution like storing the already transfered data and picking up where you left in case of no signal. However, this will proably become quite difficult to handle
    About converge issues:
    Providing you will be supporting only iOS you should be pretty save with supporting image/png and image/jpeg. If you encounter "image/jpg" from your caller (your app) you'll probably want to switch this to "image/jpeg" on the SAP side to further work with this.
    HTH
    Cheers
    Jens

  • Integration options in Locations

    I' am about to use variables that specified in "Integration options" tab (Option 1, 2 ,...) on a Location menu item.
    How could i access that options in my scripts? Which object/property? Anybody knows?
    And does "FDM API Guide" exists?
    Thanks in advance :)
    Oleg

    i ve resolved that issue :)

  • Integration Option for SharePoint 2007 and Edge?

    Does this support Edge 3.1?  I know that in the official documentation for the Sharepoint 2007 PIK it never said Edge was supported, but I see posts indicating people have gotten it to work with Java InfoView.
    However, is Edge 3.1 supported for the larger Integration Option for SP2007?  Also, I assume it would be only for Java InfoView since Edge utilizes a WACS vs. standard .NET SDK.
    Please advise.
    Edited by: Jay Riddle on Oct 6, 2009 12:14 AM

    The newest release of the sharepoint kit called internally (ipoint) should work fine with java infoview. I haven't set this up my self and you may need to open an incident with support to verify if Edge supports the newest sharepoint kit.
    Regards,
    Tim

  • Adding New Adapter Integration Options

    I want to add a couple of additional Integration Options to the PULL adapter. One of these will be a password and I want the textbox for the option to mask the entry (i.e. like the password logon option in the HFM adapter). I have had a bit of a dig around a can't see how this can be done, certainly not when adding the option in workbench and not in the adapter xml file. Is this handled in the aspx page and if so is it something that can be modified there or is it encapsulated in the server code behind the scenes?

    Adding them isn't an issue, it's how to get masking of the password entry in the option text box. How would you achieve this when adding the option in tin the XML?

  • BPEL-UCM Integration

    Hi,
    I want to do integration between Oracle Universal Content Management and any other Third party for doucment management through BPEL.
    Our scenario is like that We load all the documents in UCM, Whenever the third party click on the browse button to upload/download the documnet, that action should directly perforn in the UCM (Means document should get uploaded in UCM and downloaded from UCM).
    Or if third party currently have document attached to their product, that document i have to upload in UCM.
    In Oracle E-Business Suite they have option to configure UCM as a repository in EBS.
    But what if the Thirdy party don't have that option like in JD- Edwards we don't have.
    I am done with UCm to BPEL integration part, in UCM it has option to configure or BPEL process, and we will provide all the mappings in the workflow. Whenever the workflow is executed the BPEL process is initiated.
    But now our requirement is like that How UCM will upload/download the document through BPEL.(through BPEL how to upload/download the document in UCM. (BPEL->UCM).)
    Can any one guide me for the same, How to create a bridge between BPEL and UCM (Whether through WebService, Oracle Applications Adapters,etc.).
    I have searched for case studies on the same scenaior on oracle site but couldn't found any. Can anyone Guide me for the same.
    Thanks.

    I managed to connect to BPEL with a help from a person from Oracle Portugal (Emanuel Moreira).
    The step are:
    copy the jars "weblogic.jar" & "wlclient.jar" from "$WLS_HOME\lib" into "$UCM_HOME\custom\BpelIntegration\lib".
    Update the file "BpelIntegration.hda" in "$UCM_HOME\custom\BpelIntegration", with the reference to this jars. The classpath have to be:
    classpath=$COMPONENT_DIR/classes;$COMPONENT_DIR/lib/orabpel.jar;$COMPONENT_DIR/lib/orabpel-common.jar;$COMPONENT_DIR/lib/wlclient.jar;$COMPONENT_DIR/lib/oc4j_client/j2ee/home/oc4jclient.jar;$COMPONENT_DIR/lib/wsdl.jar;$COMPONENT_DIR/lib/orawsdl.jar;$COMPONENT_DIR/lib/http_client.jar;$COMPONENT_DIR/lib/weblogic.jar
    After this, go to "Component Manager" of UCM and disable the componet "BpelIntegration"
    Restart UCM
    Enable the componet "BpelIntegration"
    Restart again UCM
    (this last steps is for UCM actualize the classpath in the file "state.cfg" in "$UCM_HOME\config"; check the file)
    The connection configuration:
    Domain: default
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory
    Provider URL: t3://10.30.101.3:9700 (te://<hostname bpel>:port from server instance where bpel run)
    Know have a problem when configuring "Process". I have this error:
    Unable to retrieve process update form. Unable to execute service method 'getDeployedProcesses'.

  • SAP newbie - would like to understand integration options

    What are the choices when it comes to integrating SAP (MySAP, ECC5, Oracle Db) with another external ERP platform (Windows based with MS SQL Db).  We wish to create approx 8 interfaces (Sales, Accounts, Stock etc) between a retail ERP and SAP.  I understand that PI could be a choice but this seems expensive and we don't currently have it set up. Any help to understand interface options much appreciated.

    Thanks for your Quick mail,
    I am not able to view .So can you guide me
    Thanks
    priya

  • BPEL - LDAP Integration: how to ?

    Hi,
    we are about to develop a service using BPEL which will need a LDAP directory in order to manage users (a complex hierarchy). We still haven't the LDAP server but probably we'll use the one integrated into the Oracle DB (is it the OID ?). Is there an adapter we can use directly in the JDev BPEL Designer ? Or, better, are there some guidelines that explain this kind of solution ? We could find useful examples and suggestions.
    Thank you very much in advance and best regards.
    Matteo Regazzi

    LDAP is used BPEL in Human Workflow Services as identity storage.
    Read here more about the concept:
    http://download-west.oracle.com/docs/cd/B14099_19/integrate.1012/b14448/workflow.htm#sthref1920
    Or directly jump to Identity service:
    http://download-west.oracle.com/docs/cd/B14099_19/integrate.1012/b14448/workflow.htm#BACCCIIF
    Here you have many different examples for Human interaction based on some Identity Service (which may be LDAP if you wish):
    <ORAHOME>\integration\orabpel\samples\demos\DocumentReview
    <ORAHOME>\integration\orabpel\samples\demos\HelpDeskServiceRequest
    <ORAHOME>\integration\orabpel\samples\demos\OrderApproval
    <ORAHOME>\integration\orabpel\samples\demos\PaymentProcessor
    <ORAHOME>\integration\orabpel\samples\demos\VacationRequest
    <ORAHOME>\integration\orabpel\samples\tutorials\127.OrderBookingTutorial
    <ORAHOME>\integration\orabpel\samples\tutorials\132.UserTasks
    <ORAHOME>\integration\orabpel\samples\utils\AsyncLoanService

  • BPEL BAM integration couldn't populate data in BAM repository.

    I have created one BPEL process which had BAM sensor at beginning and at end. I have created everything has mentioned as per tutorial of BAM and BPEL integration but I couldn't see any data in BAM Architect.
    In BPEL consoles the BPEL process run successfully but in Sensor value tab I don't see anything.
    What is wrong and How can I debug this problem?

    Usually errors relating to BAM will show up in the BPEL domain logs on the BPEL server.
    Check the deployment descriptor for your BPEL process and make sure that the BAM settings are correct: host name, port (should be 80), user name, password, and domain.

  • AS EE and BPEL PM integration

    where I can find information on how to install/deploy BPEL PM on AS EE (Portal) server and the related integration?

    There is currently no out of installer for installing BPEL PM with an existing Oracle AS EE instance. This is a high priority on our list and should be available in the next 90 days. -Edwin

Maybe you are looking for

  • ALV Grid Total Text (OOPS)

    Hi All, I have a simple ALV Grid Report(OOPS), I would like to give a Text for Total Row. In REUSE_ALV_GRID we have the option of giving this text, but i am not able to figure it out how to get the same in OOPS. Regards Anup

  • Parsing formatted String to Int

    How can I parse formatted string to Integer ? I have a formated string like this $900,000 and I need to convert it to 900000 so I could do calculations with it. I tried something like this NumberFormat nf = NumberFormat.getIntegerInstance(request.get

  • Bluetooth losed connection to Audible app

    I have a Jawbone Icon, which I have updated with the A2DP functions. I used it with my iPhone 3G and rarely had a problem with the connection. The iPhone 4 seems much more tempermental. The Icon always connects with the phone, but not with other apps

  • Why would code work for an application but not an applet?

    Hey there, i'm trying to build a java ftp upload applet. I'm using the enterprisedt ftp class. The code works fine when i run it as an application but not when i put it in the applet. The applet has been signed and is running off a plug in. I get no

  • What are the advantage of using Oracle Database when compare to SQL SERVER

    Hi all Please tell anyone about what are the advantage of using Oracle Database when compare to SQL SERVER Thanks in advance Balamurugan S