Outlook integration with peoplesoft CRM 9.1 (PT 8.52)

hi,
we are doing outlook integration proj.While we try to integrate peoplesoft CRM 9.1(PT8.52) with a 3rd party system(BDSS-business data synchronising server) through integration broker, in this process we provide web services.Now we are able to conect with exchange but not with peoplesoft.Is there any thing to b configured in IB so it connects with peoplesoft??

Hi Hakan,
we are trying to synchronize the contact and calendar between outlook 2007 and Peoplesoft CRM9.1(pt8.52) using fusion middleware (BDSS-Business data synchronization server).we are trying to connect with exchange server through webservice(https://192.192.192.1/autodiscover/autodiscover.xml) and we are able to connect with exchange server.now we are trying to connect with peoplesoft through webservice(integration broker)
http://machineName:Port/PSIGW/PeopleSoftServiceListeningConnector/CalendarWebServices.1.wsdl http://machineName:Port/PSIGW/PeopleSoftServiceListeningConnector/ContactServices.1.wsdl
but while trying to connect we got an exception BDSS-20035: Cannot find a PIM connector endpoint for the current user and Connector Peoplesoft
same thing we have succesfully done on CRM9.1(pt8.50).now we are implementing the same in CRM9.1 (PT8.52) is ther anything additionally have to do in integration boker for this higher version.
pls help us we are struck with ths almost 2 weeks

Similar Messages

  • Need details on Outlook integration with SAP CRM

    Need details on Outlook integration with SAP CRM

    As Robert has stated there is plenty of information if you would have done a search first or looked at the CRM wiki.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/crm/home
    Please review the rules of engagement before posting further.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement
    Due to this thread, being way too vague and a duplicate question, I'm now locking it.
    Thank you,
    Stephen
    CRM Forum Moderator

  • MS Word integration with SAP CRM: can a PDF be created from the MS Word doc

    21/11
    Gurus,
    I know have a better understanding of the topic but still have 2 open questions.
    I now know that StreamServe cannot read .DOC files but can read and work with .PDF files.
    Since we are in a SAP forum and not a StreamServe forum,
    1/ I am wondering if SAP CRM 2007 can convert the MS Word generated and populated documents into .PDF. Possibly immediatly.
    2/ Can the MS Word generated and populated documents be saved by SAP CRM 2007 as .XML files?
    Thanks again.
    Dear All,
    On my project, there is a requirement to generate ad-hoc and amendable letters in CRM (2007).
    We might have +150 letters so I am thinking about using MS Word integration with SAP CRM to deliver this.
    With SAP CRM 2007, I understand that it is indeed possible to generate WebServices that will then be consumed by Word templates through the mail merge functionality. So agents will not have to enter BP name, address and so on. All this can be done by configuration which is great.
    My point of concern is how to integrate this design to StreamServe for printing purpose (we do not want to go into local printing)
    Can StreamServe collects the Word generated document?
    Should this Word document be converted as PDF before or can StreamServe do it?
    Should StreamServe exploits the XML contents within the Word generated document?
    Thanks for your help and insights about this.
    Brice.
    Edited by: Brice Vialle on Nov 21, 2008 9:26 PM
    Edited by: Brice Vialle on Nov 21, 2008 9:34 PM

    Hi Chris,
        Your advice helps me a lot, thank you.
        I upload an XML-Format template Word Doc to server as a MIME Object.
        When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
       For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
       then translate it to string, I got the XML-format content, it's great!
       However, after the first time, when I input any new contents in MS Word in Web Dynpro,
       no matter I execute "Ctrl + S" or click the "savedocument" button,
       when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
       I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
       SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
       My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
       core source code is as:
       clear itab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER = lv_datas
        IMPORTING
          OUTPUT_LENGTH = lv_length
        TABLES
          binary_tab = itab.
      CALL FUNCTION 'SCMS_BINARY_TO_STRING'
        EXPORTING
          input_length = lv_length
          mimetype = 'text/plain; charset=utf-8'
        IMPORTING
          text_buffer = lv_datas_string
          output_length = lv_data_len
        TABLES
          binary_tab = itab.
        Can you give me some advice?
    Best Regards,
    Derek

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Melita Predictive Dialer Integration with SAP CRM WebIC

    Hello All,
    Does any one have any information about "Melita Predictive Dialer" integration with SAP CRM Web IC.
    Please let me know.
    Thanks
    Amar Reddy

    Hello Amar,
    I am only aware of a few customers who have integrated predictive dialing into the Interaction Center, and those customers all used Genesys or Avaya. I'm not aware of anyone who has done this with Melita yet.
    By the way, I wrote a high-level Blog on the topic of automated dialing available on PBX:
    Link:Does Automated Outbound Dialing Fit in Your CRM / Call Center Strategy?
    Warm regards,
    John

  • BPEL integration with Peoplesoft

    Hi
    What are the steps to integrate with Peoplesoft using BPEL?
    We are going to integrate with Web Center Interaction at the other end.
    I really appreciate if you can share if you have a document or instructions / links on how the same be achieved
    Thanks
    Prasad

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Outbound integration with peoplesoft HRMS using a soap adaptor  fails

    We are trying to do outbound integration with peoplesoft HRMS as a part of interface requiremnt,we are using soap adaptor for this,we are getting the following error
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500 at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1731) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeInputOnlyOperation(WSIFOperation_JaxRpc.java:1156) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:865) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher
    Any clues about this..
    How to add HTTP header on top of the response..
    Thanks,
    Azeem.

    We have this working at our organization and my guess is that this is related to either a missing routing or having no security set on the service operation. We are only exploring this in test but we have the ESB set up as node in Peoplesoft. There is then routing defined from that node to financials. On the service operation we have attached the role PTPT1200. I am sure this is not best practice but we are currently only testing.
    If you want to attach headers for authentication/authorization I am sure it is defined in the documentation although I don't have the link in front of me.

  • MS Outlook Integration with CRM & Single Sign-On for Mobile\Blackberry

    Hi,
    Weu2019re looking at implementing CRM and have some questions on whether SSO (Single Sign-On) is a requirement for integrating Outlook with CRM for access via Mobile\Blackberry devices or not. I've the following questions:
    - For integrating Outlook and Active Directory with CRM is SSO implementation a MUST?
    - Also, is it possible to integrate Outlook without Active Directory integration with SAP esp. CRM?
    Mandeep Virk

    We got this figured out a couple of months earlier. It's nto a requirement to have SSO enabled for MS Outlook integration w/ CRM for Mobile\Blackberry use.

  • MS Outlook Integration with SAP

    Hi,
    I have few questions on outlook integration ( CRM 4.0) which is as follows.
    1) Can we integrate Email by implementing Outlook integration in CRM 4.0? I heard that we can only integrate activities and tasks with SAP and MS outlook
    2) When we create contact information in the account screen in CRM PCUI under relationship tab, the attributes like email id, mobile number, fax number, designation and department gets stores in relationship pop up in CRM GUI. Can I transfer these data (maintained in relationship pop-up in GUI) to MS outlook? I heard it has to be maintained in contact master data and not in relationship pop-up.
    3) When a Contact Person is exchanged from CRM to Groupware having the relationship “Is Contact Person For” to an Organization in CRM, the name of the Company is displayed in Outlook Contact data. Also there is an option to display the address of the organization in the contact person’s communication fields. If the name of the Organization is changed or address data or communication fields are changed at a later point in time in CRM the updated name or address of the Company is not reflected in groupware contact for this Contact person. Is this True?
    4) If a Meeting request is created in Groupware with a Contact Person as invitee, his organization is NOT determined and added to the Business Activity.
    E.g. it is NOT possible to determine the account of the contact person and add this account as the Activity Partner in the Business Activity. Is this True?
    Points will be rewarded****************

    Hi
    1) Unread eMails are shown in the inbox. In standard nothing more, but you can read the inbox entries and from there on build your own functionality to create an activity from there (pretty difficult). Other than that, only activities and tasks are integrated.
    2) It can be done. A customer of mine did it together with SAP, but they both together spend some 100 days into this solution - obviously not a standard solution.
    3) Yes, it is not updated as the shown adress is only inherited and does not belong to the CP. The CP is only updated if its own CRM data is changed.
    4) This is not a standard functionality of the groupware integration. However you could customize a reverse partner determination from contact person to its BP and put that into the business partner. I would try and trigger it OnSave, otherwise you need to go into the BAPI_Order_Save and program it yourself.
    Hope this helps,
    Kai

  • Business Object XI 3.1 Integration with Siebel CRM 8.1.1.1

    Hi Experts,
    We are planning to Integrate Business Objects XI 3.1 with Siebel CRM 8.1.1.1.
    Our requirement would be creating BO Universes on top of Siebel CRM Business Layer (Business Components) and expose these Universe for Ad-hoc reporting using Web Intelligence at InfoView portal. In addition we would like to leverage Siebel CRM Authentication and authorizations (positions) as well with Integration Kit.
    Found some of docs on BO with Siebel integration using crystal designer. But not on creation of Universe and then WebI Reports.
    And also found that Siebel Web Desktop for Ad-hoc reporting within Siebel portal. Not sure how it is similar to BO Web Intelligence reporting.
    Can any one please guide us the different possible options to achieve this requirement.
    Regards,
    Ravi Kumar Garre
    Edited by: Ravi Kumar Garre on Jan 27, 2010 5:56 PM
    Edited by: Ravi Kumar Garre on Jan 27, 2010 6:03 PM

    Hi Paul,
    I've left SAP on March 31th, 2011, so my information may not be 100% accurate.
    As far as I know, in Business Objects Suite XI4.0, there will no longer be Siebel Integration kit.
    Instead, Siebel related integration features are moved back into core products such as Crystal Reports and BOE.
    This means, you no longer need to have an installer for Siebel integration kit, when you installed Crystal Reports, it will bring you to Siebel connectivity after you install Crystal Reports. So does BOE.
    The similar approach applies to other integration kits as well such as SAP, PeopleSoft, JD Edwards, Oracle EBS.
    In Crystal Reports and BOE XI4.0, the Siebel integration feature remains with some improvements (check the product document for detail when you get XI4.0 BOBJ suite.)
    For Webi/Universe accessing Siebel request, I have no further update since then.
    You may want to go through your sales representitive/support channel to raise enhancement request/new feature request officially and get feedback.
    Hope this helps.
    Thanks and Regards
    Carlos Chen

  • OPA Integration with PeopleSoft

    Hi,
    We'll be integrating OPA with PeopleSoft HRMS, Financials and CRM. Do you have any documents on how to do it? Thanks!
    Regards,
    Ann

    The Determinations Server is a component of the OPA Runtime which presents a web service for rulebases that are deployed. Information on the Determinations Server can be found in the Oracle Policy Automation Developer's Guide at (http://docs.oracle.com/html/E38272_01/toc.htm)
    Cheers
    Frank

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • OIM integration with MS CRM

    Guys,
    Anybody has ever done the MS CRM integration with OIM.
    MY requirement is as follows
    User initiates a self service request for the application and may populate some fields like country or primary service line (fields yet to be determined, but assuming the values for each field will be maintained in a lookup field)
    First Approval Step: User’s Manager must complete any missing required attributes that the user didn’t fill and must also populate the access level field (values will be something like local, country, regional or global), but again these will be pulled from a lookup field. Manager provides first level approval
    Second Approval Step: The owner approves/rejects the approval
    Provision the user to the application (notification sent to the user), also, provision user to AD group for the application
    Edited by: a73210 on Oct 28, 2009 10:42 PM

    I don have exp with MS CRM but if you have APIs then you can buid your custom connector. And for other things of your requirement.
    Just create an Object form with the fields as per ur requirement and use pre populate adapter to populate these fields.
    While creating form fields go to Properties tab and select property Required = true for required fields.
    And you can make fields mandatory while creating the form so OIM will validate automatically that whether required fields are filled or not.
    Create an Approval Process.
    Create two task Approval1 and Approval2 and assign both the tasks to two different approvers.
    Go to Approval1 > Responses
    Select Approve and below in Task to Generate select Approval2.
    You are done with 2nd level of approval.

  • Profit Center(Controling ) integration with SAP CRM Billing

    Hi,
    we are using SAP CRM5.O & R/3 4.7.
    Can you please some body give the information of Integration CRM Service billing integration with Controling(profit center).
    Regards
    Chandra
    Edited by: Chandra Sekhar Reddy.Botla on Apr 22, 2008 10:14 AM

    HI Anup,
    Thanks for your information .
    Here i will explain teh business senario.
    Here my client is doing service on behalf of  Actual service Provider(ex: cell repairs, On behalf of Nokia my client dong service for the End customers. warranty ).
    So that we creating service order  & billing on end customer, but payer will be the brand (nokia) .
    so here there is no expence relate transaction are posting. Here we are doing only billing (revenue  related transactions). This revenue has to be posted to concern profit ceneter. Where we will give teh profit center integration with CRM Service.
    Thanks in advance.
    Regards
    Chandra
    Edited by: Chandra Sekhar Reddy.Botla on Apr 22, 2008 7:27 AM

  • EIM integration with Siebel CRM

    Hi Folks,
    I have a customer who wants to integrate EIM solution with Siebel CRM solution and their basic requirement is to record all the chat, email conversation and other activities including the articles shoud save in Siebel CRM and Agent must be be able to get the info.
    EIM version is 4.3.x
    UCCE 8.5

    hi there
    Siebel does offer email functionality directly within Siebel CRM. so to have everythign within the CRM it would be the most straigth forward approach to handle all the medias from the beginning within Siebel --> having all contact history already at the place in the CRM where your customer requests to have it.
    for the voice and mail channel there is a multi channel adapter available integrating Cisco UCCE and Siebel CRM. Siebel does today not contain of a dedicated chat modul - so this isn't integrated (yet).
    is chat a requirement you do face today? or as you talk about EIM "only" voice and mail?
    if an approach for voice and mail would help to cover your customers requirements then i do auggest to have a look at http://www.bucher-suter.com/en/products/bucher-suter-software/siebel-integration.html.
    kind regards
    adrian

Maybe you are looking for

  • Video ichat with XL1

    From everything that I have read, I believe it should be possible to video ichat with my XL1. See old post: http://discussions.apple.com/thread.jspa?threadID=276831&tstart=30. I am connected via firewire, but under preferences>video, iChat AV 2.1 doe

  • Satellite L40-14F: No pic but sound playing DVD using WMP

    It is impossible to playback any DVD (no video), but there is sound. WinXP SP2 - WinMediaPlayer

  • Calculate the MAX without using a VIEW

    Is there a method to finding the Operator (OPERATORE) that respond at the maximus number of calls (CHIAMATE) without using a view like in the example? CREATE OR REPLACE VIEW MassimoChiamate as SELECT Operatore, Count(*) AS NUMERO_CHIAMATE FROM Chiama

  • JTree scrollbar problem - can't scroll back to top when some nodes hidden

    I have a problem which I cannot resolve: I have a JTree which has had 88 rows added to it, and which then has 15 or so rows set to be not visible; when I then scroll to the bottom of the pane I am unable to scroll all the way back to the top using ei

  • Receive HTTP POST XML file

    Hi all, I am working with Flex where a HTTP POST request with XML is sent from the client to the server (Java server, I am running JBoss) expecting a reply. Can someone point to example code of Java on the server side receiving POST request, and if p