Sibel TPM - Demantra Integration using Siebel Demantra integration Pack

Hi All,
I was working on Sibel TPM - demantra Integration.
I have Demantra 7.2 , Siebel 7.8 and Oracle Data Integrator : 10.1.3.4
In order to integrate Demantra and Siebel I wanted to Install "Siebel Demantra integration Pack " .
Is there any Installation document available in Metalink/Oracle Site.
What are the mandatory steps I need to follow before installing this software.
Also Is there any document ( Like Mapping Document) from where We can find out what Information we need to fetch from siebel and transfer to demantra and vice versa.
Please provide your inputs on this.
Thanks
AB
Edited by: ABA on Jul 20, 2009 7:49 AM

There is a note available for it in Metalink.
Let me know your email id , i can share the doc

Similar Messages

  • Demantra RTSOP Integration with Siebel

    Hi Gurus,
    I have come across a requirement in which Demantra RTSOP needs to be integrated with Siebel Application to collect the Sales and Marketing Forecast from Siebel.
    How can this be done? Do we need to use ODI or some other way is possible?
    Demantra Version is 7.3.1.2
    Thanks in Advance
    Sunil

    Hi,
    First create the series where you want to load the S&M forecast in Demantra. Create the Import integration interface (through business modeler) in terms of what levels you want the data to be brought it and map to existing levels in Demantra. This will create a staging table for you (BIIO type table) and it will create a workflow also to load the data from this staging table to base table of Demantra.
    All you have to do now is to create a custom program to extract the data and load it in this staging table and trigger the workflow to load the data in Demantra.
    Regards,
    Pradip
    Edited by: 914591 on 15 Feb, 2012 12:15 AM

  • Siebel On Demand Outbound Webservice integration using bpel question

    Hello everyone,
    I have a question I am hoping the forum can help me out with
    I am trying to do an integration using bpel with Siebel on demand as the begining point. The bussiness case is that I want qualified leads to be extracted out of the Siebel On Demand crm to be integrated into a back end system. This is put into a queue in the integration events. I have read the forum on all the session id and intermediate java code that provides the session id. I noticed that Siebel on demand is not a webservice requestor and only a webservice provider even for outbound messages. Since bpel always needs an input of some sort how would I kick off bpel to keep checking the queue not to mention getting the session id ect?
    Any help would be great :)
    Jaden

    Hi ,
    An integration even is something that is configured using a workflow. Like say when a Lead field is modified of r a particular Lead this even fires and will go and reside in Integration Even Queue.
    A separate bpel process is then required to read the Integration Queue (wsdl's available) and then process this even for the lead.
    Regarding extraction of Leads from SOD it need to have any Inegration events. Even without this we can do it. Just make a webcall using the Lead wsdl and then process th erecords usinga while Loop stucture. You can use a DB adapter to write to the target Database tables.
    Nyjil

  • 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

  • Issue with SIEBEL - XI Integration with SOAP

    Hi,
    I have an issue with the integration of SIEBEL and XI via SOAP.
    In the scenario Siebel calls a synch Web Service on XI. The provided WSDL was implemented on Siebel and when Siebel calls the Web Service the message is received correctly by the XI SOAP Sender Adapter and I can see the message in the Message Monitoring (SXMB_MONI).
    The issue is during the mapping as the payload does not seem to comply with the structure XI expects in the message interface. When I load the payload of the SOAP Request send by Siebel into the Message Mapping Test Tool, all fields below the Message Type are in red. I found out that the problem lies in the way the namespace is addressed.
    The payload I receive from Siebel that is not working in the mapping looks like this:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <MT_KUNDE_CRM xmlns="http://www.xyz.de/ariva/Kunden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <KUNDE>
    - <Account>
      <CRM_Account_ID>1-S3YU</CRM_Account_ID>
      <Customer_Segment>Other Account</Customer_Segment>
      <Target_Market>Other Markets</Target_Market>
      <Currency>DEM</Currency>
      <Inactive_Account>N</Inactive_Account>
      <Country />
      <Account_Name>ATK Test Company 1</Account_Name>
      </Account>
    - <Account_Address>
      <Country>England</Country>
      </Account_Address>
      </KUNDE>
      </MT_KUNDE_CRM>
    The structure that works looks like this:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <kun:MT_KUNDE_CRM xmlns:kun="http://www.xyz.de/ariva/Kunden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <KUNDE>
    - <Account>
      <CRM_Account_ID>1-S3YU</CRM_Account_ID>
      <Customer_Segment>Other Account</Customer_Segment>
      <Target_Market>Other Markets</Target_Market>
      <Currency>DEM</Currency>
      <Inactive_Account>N</Inactive_Account>
      <Country />
      <Account_Name>ATK Test Company 1</Account_Name>
      </Account>
    - <Account_Address>
      <Country>England</Country>
      </Account_Address>
      </KUNDE>
      </kun:MT_KUNDE_CRM>
    The ony difference between the two is that the second messages uses a prefix (kun) for the namespace while the first does not use it, although it is correct from an XML syntax perspective.
    Can anybody help?
    Thanks in advance.
    Alex

    Hi
    Why don't you try and create a schema (XSD) which will prefix kun to the input, instead of using the message type created by XI.
    Just a suggestion.
    regards
    Sameer

  • Oracle SOA Integration with Siebel 8.0 Call Center Application

    Hi Experts,
    I am trying to Integrate Oracle Fusion SOA and Siebel 8.0 and I have been following http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm as a reference.
    Here is what I have done so far:
    Created an Inbound Web service (Account Web Service) by login into Siebel Call Center Application. I was able to generate the WSDL file successfully. This WSDL has following operations :
    (a) AccountInsert
    (b) AccountQueryByExample
    (c) AccountQueryById
    If I understand it correctly, this is like any other wsdl file which can be consumed and operations can be invokved by consumers (web service clients)
    I have couple of doubts/questions :
    (1) Once WSDL is generated by the Siebel Client, it can be used in my BPEL process/composite apps to perform the integration. If this statement is true, why and where do we need Siebel Adapter?
    (2) While I was following the online tutorial @ http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm , I can see, WSDL was generated by using the Application Explorer (a swing based tool provided by Oracle as a part of Adapter framework). But I have used Siebel Call Center to generate the WSDL file. Which is the standard way of generating the WSDL file?
    (3) In the tutorial mentioned above, I can see request and response xsd files (i.e queryWithView_invoke_request.xsd queryWithView_invoke_response.xsd) . No where in the tutorial has mentioned, how these files were created. Are these hand written files by the developer, or it is something that can be created out of the wsdl itself?
    (4) Also, there is a .jca file (queryWithView_invoke.jca) which is also being used while configuring the Third Party Adapter. Where does queryWithView_invoke.jca come from? Is it something that is created from Application Explorer?
    Would really appreciate if someone can throw lights on these gray areas....
    Waiting for an eagerly reply...
    Thanks in Advance !
    Jameel

    Hi,
    If you are talking about configuring the outbound WS , then you need to go to Siebel > Administration-Webservices> Outbound Webservices
    Query for webservices there and give the <HOST>:<SOA PORT> in the URL.

  • 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

  • Siebel SSO Integration with Novell eDirectory

    I am wondering if anyone on this forum has worked with integrating a SSO solution using Novell eDirectory and Siebel. I have personally worked on SSO integrations with Siebel using Cleartrust and Siteminder and they are all basically the same concept however, I am facing issues trying to get the Novell SSO solution to work with Siebel.
    I am using the standard LDAP Security adapter and I can make a basic connection into Siebel using LDAP. When implementing SSO I am using a "header" value and a custom userspec name that is different then then "Remote_Use" name mentioned in the Siebel SSO documentation. With SSO turned on I am successfully able to authenticate and almost get all the way into the home page of Siebel before the IE browser crashes. The SWSE log files, interestingly enough, show that my userspecsource is equal to header and that my userspec is correct and then I see the SISNAPI connection occurring between the Siebel We Server and the Siebel AOM but then after the IE browser crashes I see the SWSE log which then tries to picks up Siebel's default userspec " Remote_User" value which is not confiugred or turned on anywhere from within the application. I was just wondering if anyone else had faced similar issues when integrating Siebel into Novell eDirectory for SSO. I have also reviewed the configuration on Novell's side and they are protecting the correct object manager and are also using the same exact userspec name as what we have defined within the eapps.cfg of Siebel. We are using Siebel 8.1.1 Any ideas or help would be greatly appreciated as I have not gotten much support from my open SR on this issue.

    I am wondering if anyone on this forum has worked with integrating a SSO solution using Novell eDirectory and Siebel. I have personally worked on SSO integrations with Siebel using Cleartrust and Siteminder and they are all basically the same concept however, I am facing issues trying to get the Novell SSO solution to work with Siebel.
    I am using the standard LDAP Security adapter and I can make a basic connection into Siebel using LDAP. When implementing SSO I am using a "header" value and a custom userspec name that is different then then "Remote_Use" name mentioned in the Siebel SSO documentation. With SSO turned on I am successfully able to authenticate and almost get all the way into the home page of Siebel before the IE browser crashes. The SWSE log files, interestingly enough, show that my userspecsource is equal to header and that my userspec is correct and then I see the SISNAPI connection occurring between the Siebel We Server and the Siebel AOM but then after the IE browser crashes I see the SWSE log which then tries to picks up Siebel's default userspec " Remote_User" value which is not confiugred or turned on anywhere from within the application. I was just wondering if anyone else had faced similar issues when integrating Siebel into Novell eDirectory for SSO. I have also reviewed the configuration on Novell's side and they are protecting the correct object manager and are also using the same exact userspec name as what we have defined within the eapps.cfg of Siebel. We are using Siebel 8.1.1 Any ideas or help would be greatly appreciated as I have not gotten much support from my open SR on this issue.

  • Integrating with Siebel

    Hi,
    I would like to know how BPEL can be integrated with Siebel. I Read how it could be done in Peoplesoft but can anyone provide any inputs on how it could be done in Siebel. Any kind of documentation in this would be highly appreciated.
    Thanks in advance

    Hi,
    The best way is probably using our Siebel Adapter which is actually the iWay adapter, You can find a tutorial in the adapters section in OTN. Search for it in Oracle or Google.
    You can also use Siebel EAI interfaces and sends the Siebel Business Object XML representation. They can call a BPEL process from their workflow, because their workflow can call web services (but only rpc web services). You can call Sieble in several ways I think. I've used their HTTP interface which is not very pretty but it works....
    hth,
    ~ronen

  • OBIEE integration with Siebel Sales 8.1.1

    Hi All,
    We are using Siebel sales version 8.1.1 and OBIEE 10.1.3. Can anyone help us with the steps to integrate OBIEE with Siebel Sales?
    Thanks in advance.
    Imtiaz.

    Will this help you http://boardreader.com/thread/Integration_between_Siebel_and_OBIEE_lme9Xmbbv.html
    See the comments section here http://oracle-bi.siebelunleashed.com/articles/differences-between-siebel-analytics-obiee/
    UPDATED POST
    Siebel sales and siebel marketing is a module in siebel.....so same way as marketing is done.....siebel sales also is integrated......its just a module difference.
    Specifically i dont have a document on this imtiaz
    Cheers,
    KK
    Edited by: Kranthi.K on Mar 7, 2011 12:56 AM

  • Outbound Integration in Siebel CRM On Demand

    As we know that only Inbound integration is possible in Siebel CRM on Demand.Has anybody ever done outbound integration in Siebel CRM on demand using Integration event or using ASP?
    Please repond soon.

    Hi Max,
    Thanks for your reply.
    I have built a workflow.
    Name : SH
    Record Type : Contact
    Trigger Event : When New record saved.
    Then created action .
    Name : Outbound Integration
    type : Integration Event
    I select 'Track Changes' for two fields named : First Name and Last Name as it will save changes in a file whenever any new record saved.
    Then I went to Webservice Administration and downloaded zip file for Integration event wsdl.Also I downloaded wsdl file for contact.
    There are few points where I am stuck.
    1) In pdf,they talked about one xml file which will save all changes whenever any new contact record saved because it is created as Integration Event.
    Which file is this?(Integration Event.wsdl???)
    2) Should I use any of the above downloaded wsdl files to create webservice in siebel as I am doing integration b/w Siebel ondemand and Siebel CRM??
    Can you give me a glimpse of the program to ping the queue ?Where do I need to write code in CRM on Demand?Which changes do I need to do in SIebel CRM?
    Thanks for your help.

  • Integration with Siebel is failing

    Hi All,
    Siebel is not able to create integration object, while consuming WSDL generated by our BPEL Process.
    We have EBMs in WSDL. EBM is referring other schema like meta.xsd etc.
    Can any one help in this regards.
    I am using Siebel 8.1
    Thanks in advance.

    Hi Vikky,
    Make sure that your BPEL wsdl has only one schema element.
    If you have many imports with each in one schema element ...modify them and put all in one schema element.
    And another thing is your request XSD should in same folder where you are placing BPEL WSDL.
    Regards
    PavanKumar.M
    Edited by: pavan4s on Aug 3, 2010 9:31 PM

  • ATG Integration with Siebel Product Configurator

    HI All,
    we are looking our the possibility to use Siebel Product Configurator with ATG. I have some questions for the same.
    1. Is ATG 10.1.2 provides OOTB integration with Siebel Product Configurator in such a way that ATG will be front end and order capturing system and SIebel Configurator to provide the configurable SKus and products
    2. As per documentation for we need to buy seperat license for Siebel Product configurator? is it correct ?
    3. Is it neccessar to buy Siebel CRM , if we have to use Siebel product Configurator ?

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

  • Source version control integration with siebel

    Hi All,
    I am trying to integrate siebel tools with third party version control i.e svn
    I have passed the required paramters in srcctrl bat & set the option in tools accordingly.
    Checout/checkin happening fine.But files not getting created in SVN repository
    Does any one has working srcctl bat file for the same
    Appreciate all your help

    Nothing much yet, but I found a website that has the batch file for integration with SVN.
    Guess I have to contact the author to get more details:
    http://arwaheem.wordpress.com/2008/04/30/siebel-version-control-source-code-integration-using-sub-version/

  • SEEBURGER integration using PI: BIS, BIC, AS2 Adapter, FTP ?

    Hi All,
    we are exploring on EDI project, where sap ecc is integrated with an seeburger edi partner via PI.
    the integration involves: EDI ANSI X12 documents like 850, 855, and UN/EDIFACT documents like DESADV
    for this while searching, i came across:
    1. the wiki content created by Prateek Raj Srivastava, http://wiki.sdn.sap.com/wiki/display/XI/SeeburgerSuiteforSAPPI
    2. a presentation by sam raju http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf?QuickLink=events&overridelayout=true
    I was trying to find out, what all we need in PI..
    in PI, what type of communication channel can be used,
    can we use FTP adapter, that is comes by default in PI.
    or is it necessary to buy something (adapter or content) from SEEBURGER.
    after searching little more on seeburger front, got to know that there are:
    BIS (Business Integration Server)
    BIC (Business integration Converter)
    AS2 adapter.
    is BIC is an adapter, that we can select as adapter type, while creating the communication channel.
    the presentation by sam raju, describes "Configuring BIC as Module", if BIS is configured as a module, what is the type of communication channel in ID.
    is AS2 adapter is part of BIS or BIC.
    for integration using PI, out of  BIS, BIC, AS2, what all is minumum required?
    what are the roles of BIS, BIC and AS2 in the context of integration using PI.
    thanks in advance.
    Madhu_1980

    >>in PI, what type of communication channel can be used,
    Any. Using Seeburger Adapter for EDI communication is not mandatory.
    >>can we use FTP adapter, that is comes by default in PI.
    Yes, you can use it to send even EDI files.
    >>or is it necessary to buy something (adapter or content) from SEEBURGER
    To convert EDI-xml file to EDI, you have to use Seeburger BIC module which has to be purchased.
    >>is BIC is an adapter, that we can select as adapter type, while creating the communication channel.
    No, it is an adapter module.
    >> BIS is configured as a module, what is the type of communication channel in ID.
    Don't get confused between BIC and BIS. BIC is a module and BIS is a separate middleware provided by Seeburger just like PI. You can use BIC module in any channel which supports use of adapter module.
    >>is AS2 adapter is part of BIS or BIC.
    AS2 can come with BIS middleware. It is type of adapter while BIC is module.
    >>for integration using PI, out of BIS, BIC, AS2, what all is minumum required?
    For EDI communication, BIC is required (if you don't want to create your own modules). AS2 is required only when some partner demands the use of AS2 protocol for communication.
    >>what are the roles of BIS, BIC and AS2 in the context of integration using PI.
    Already explained. Forget BIS when you already have PI.
    Regards,
    Prateek Raj Srivastava

Maybe you are looking for

  • Can we erase .dmg files once the program has been installed?

    Are the Disk Images and the .dmg files necessary to keep on your computer once you've installed the software? I mean does the program (any) have to access this 'placenta' in order to do it's job/ get more information? Is it continually exchanging dat

  • Amortize Adjustment Flag in Fixed Assets

    Hi, We have a requirement where we need to get all the assets for which the Amortize adjustment Flag is set. When we query a asset from Asset Workbench and then click on Books to see Cost, NBV etc. details,there is an option to make check mark agains

  • Does the Resource Profile LOGICAL_READS_PER_CALL count TEMP

    Does anyone know if the profile resource LOCIAL_READS_PER_CALL counts reads from the TEMP/SORT segment. The reason I'm asking is because we had an adhoc report user write a query that caused a huge cartiesian product that consumed all of the temp tab

  • After updates were installed, we are no longer able to play our games on facebook, why???

    The same apps we have been playing forever no longer will open or run. They just sit at the opening screen and don't progress. I'm not very computer savvy. I have gone back to using Internet Explorer for the time being, but I do not like IE and it ru

  • Crystal Reports Server

    <p>Hello:</p><p> Just wondering which forum is appropriate for discussing Crystal Reports Server? I don't think I saw one. (Perhaps the Business Objects Enterprise XI forum??)</p><p>Thanks,</p><p>Pete</p>