Oracle - Salesforce Integration and xml/BI Reporting

Hi All,
Any one has done real-time data integration between oracle and salesforce.com.
We are using oracle E-Bunsiness suite 11i and salesforce and want to integration between these two applications so that we can generate BI/XML publisher report from salesforce data for users.
Thanks
Ravi

Hi Jorge,
This is good idea but we have to spend $ for this kind of application.
I have done with Oracle E-Business Suite 11i (Web service integration).
Now i can generate any report like Discoverer or BI Publisger report from salesforce data.
Now i am set.
Thanks
Ravi

Similar Messages

  • Oracle - Salesforce Integration and discoverer reporting

    Hi All,
    Any one has done real-time data integration between oracle and salesforce.com.
    We are using oracle E-Bunsiness suite 11i and salesforce and want to integration between these two application so that we can create discoverer report from salesforce data for management/sales team.
    Thanks
    Ravi

    I have no experience with this, but MOS Doc 1170314.1 (Does BIApps INFA include license for SalesForce.Com connect) seems to suggest that some built-in integration is available with OBIEE. Your Oracle salesperson may have more information.
    HTH
    Srini

  • Oracle - Salesforce Integration

    Hi All,
    Any one has done real-time data integration between oracle and salesforce.com.
    I am using oracle E-Bunsiness suite 11i and salesforce.com and want to integration between these two applications without any other third party application/services.
    Thanks
    Ravi

    Ravi,
    Please see these links.
    The Official AIA Blog
    http://blogs.oracle.com/aia/
    http://blogs.oracle.com/stevenChan/2009/08/recommended_database_parameters_updated_for_ebs_11.html -- Search for "salesforce".
    Thanks,
    Hussein

  • What are correct steps of integrating and using jasper report with ADF 11g?

    Hi,
    I am using JDev 11.1.1.2.0 with ADF 11g.
    I want to use jasperreports 3.7.0 along with ADF 11g to build reports in PDF on a button event. This is the first time I will be attempting it so before starting up I went through forum to get exact and clear steps on the jars and integration points of jasper with adf. There is exhaustive list but still it does not have the needed clarity.
    Can anyone help in listing down the jars and integration steps? and also want to know if there are any points in particular that I need to be aware of while running i along with ADF faces.
    Pls note the ver. of jasper and adf mentioned above.
    Thanks in advance.
    Edited by: user8925296 on May 14, 2010 4:06 PM

    Hi,
    Basically, you need to:
    - have all the jars in ViewProject/WEB-INF/lib, and include them to the project (Project properties -> Libraries and Classpath) - last time I did this was with version 3.1.3 and the necessary jars were jasperreports-3.1.3.jar, jcommon-1.0.0.jar and iText-2.1.4.jar (plus poi<+whatever is the latest version+>.jar if you want to generate .XLS reports)
    - call the code for generating reports from your backing bean (button's actionListener)
    - flush the report to the client (directly to HTTPResponse or by using af:fileDownloadListener)
    Those are the general steps, without going into the coding.
    Pedja

  • Oracle Hyperion Workspace and Hyperion Interactive  Reporting

    Hi All,
    I'm in a urgent need of downloading Hyperion workspace. I was able to download and install Hyperion Shared Services under "Hyperion Foundation Service". But There are no Hyperion Workspace to download under "Hyperion Foundation Service". Moreover the link to download Hyperion Interactive Report studio is not working and displaying "page not found" error. Can anyone suggest me how to download these two softwares?
    Thank you

    I do not know much about Hyperion either :-) I would go thru the Install docs at http://download.oracle.com/docs/cd/E12825_01/index.htm
    Also see http://www.ncoaug.org/NCOAUG%20Training%20Day%20Aug%202009/Amar%20Nettem%20-%20Hyperion%20101%20DBA%20Presentation.pdf
    HTH
    Srini

  • Oracle Object Types and XML

    Hi All
    I have oracle object types created.
    <code>
    CREATE OR REPLACE
    TYPE CONFIRM_APP_CONFIRM_ENQUIRY_AT AS OBJECT
    ENQATTRIBTYPECODE VARCHAR2(1000),
    ENQATTRIBVALUECODE VARCHAR2(1000),
    ENQATTRIBSTRINGVALUE VARCHAR2(1000),
    ENQATTRIBNUMVALUE NUMBER,
    ENQATTRIBDATEVALUE DATE
    </code>
    I m using this type for couple of columns in a table
    and then i try to use this procedure which generates XML
    <code>
    BEGIN
    MY_SQL :=
    DBMS_XMLQUERY.NEWCONTEXT
    ( 'Select Nvl(Enquiry_Number,9999) "EnquiryNumber",
    External_System_Reference "ExternalSystemReference",
    External_System_Number "ExternalSystemNumber",
    Service_Code "ServiceCode",
    Subject_Code "SubjectCode",
    Enquiry_Description "EnquiryDescription",
    Enquiry_Location "EnquiryLocation",
    Enquiry_Status_Code "EnquiryStatusCode",
    Assigned_Office_Code "AssignedOfficerCode",
    Logged_Time "LoggedTime",
    EnquiryX "EnquiryX",
    EnquiryY "EnquiryY",
    Site_Code "SiteCode",
    Central_Asset_Id "CentralAssetId",
    Contact_Name "ContactName",
    Contact_Phone "ContactPhone",
    Contact_Fax "ContactFax",
    Contact_Email "ContactEmail",
    Enquiry_Reference "EnquiryReference",
    Enquiry_Class_Code "EnquiryClassCode",
    Notice_From_Org_Code "NoticeFromOrgCode",
    Works_Reference "WorksReference",
    Job_Number "JobNumber",
    Address_Reference "AddressReference",
    enquiry_attribute1 "EnquiryAttribute",
    enquiry_attribute2 "EnquiryAttribute",
    enquiry_attribute3 "EnquiryAttribute",
    enquiry_attribute4 "EnquiryAttribute",
    enquiry_attribute5 "EnquiryAttribute",
    enquiry_attribute6 "EnquiryAttribute",
    enquiry_attribute7 "EnquiryAttribute",
    enquiry_attribute8 "EnquiryAttribute",
    enquiry_attribute9 "EnquiryAttribute",
    enquiry_attribute10 "EnquiryAttribute",
    enquiry_attribute11 "EnquiryAttribute",
    enquiry_attribute12 "EnquiryAttribute",
    enquiry_attribute13 "EnquiryAttribute",
    enquiry_attribute14 "EnquiryAttribute",
    enquiry_attribute15 "EnquiryAttribute",
    enquiry_attribute16 "EnquiryAttribute",
    enquiry_attribute17 "EnquiryAttribute",
    enquiry_attribute18 "EnquiryAttribute",
    enquiry_attribute19 "EnquiryAttribute",
    enquiry_attribute20 "EnquiryAttribute",
    enquiry_customer "EnquiryCustomer",
    enquiry_document "DocumentLink"
    FROM XXHCC_HOLDING_CONFIRM WHERE
    EXTERNAL_SYSTEM_REFERENCE ='
    || EXTERNAL_SYSTEM_REFERENCE
    || '
    AND message_status = ''FAIL'''
    DBMS_XMLQUERY.SETROWSETTAG (MY_SQL, 'Operation');
    DBMS_XMLQUERY.SETROWTAG (MY_SQL, 'NewEnquiry');
    L_XML := DBMS_XMLQUERY.GETXML (MY_SQL);
    DBMS_XMLQUERY.CLOSECONTEXT (MY_SQL);
    </code>
    when i get the xml as output, i get this..
    <code>
    <Operation>
    <NewEnquiry num="1">
    <EnquiryNumber>9999</EnquiryNumber>
    <ExternalSystemReference>4343017</ExternalSystemReference>
    <ExternalSystemNumber>1</ExternalSystemNumber>
    <ServiceCode>HWAY</ServiceCode>
    <SubjectCode>MAIN</SubjectCode>
    <EnquiryDescription>TAI-Highway Maintenance</EnquiryDescription>
    <EnquiryLocation>O/S Cheese Pub</EnquiryLocation>
    <LoggedTime>2008-04-09T08:33:36</LoggedTime>
    <SiteCode>19101890</SiteCode>
    <ContactName>MRS xyz</ContactName>
    <ContactPhone>3434343</ContactPhone>
    <EnquiryReference>CRMHUB</EnquiryReference>
    <NoticeFromOrgCode>ABC</NoticeFromOrgCode>
    <WorksReference>4343017</WorksReference>
    <EnquiryAttribute>
    <ENQATTRIBTYPECODE>CSPL</ENQATTRIBTYPECODE> <ENQATTRIBSTRINGVALUE>n.a</ENQATTRIBSTRINGVALUE>
    </EnquiryAttribute>
    <EnquiryAttribute>
    <ENQATTRIBTYPECODE>CSAI</ENQATTRIBTYPECODE>
    <ENQATTRIBSTRINGVALUE>Cracked Path-Loose Flagstone</ENQATTRIBSTRINGVALUE>
    </EnquiryAttribute>
    <EnquiryAttribute> <ENQATTRIBTYPECODE>CSDL</ENQATTRIBTYPECODE> <ENQATTRIBSTRINGVALUE>No</ENQATTRIBSTRINGVALUE>
    </EnquiryAttribute>
    <EnquiryAttribute>
    <ENQATTRIBTYPECODE>CSIM</ENQATTRIBTYPECODE>
    </EnquiryAttribute>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <EnquiryAttribute/>
    <ENQUIRY_CUSTOMER>
    <CUSTOMER_ALT_PHONE>00</CUSTOMER_ALT_PHONE>
    <CUSTOMER_PRIMARY_ADDRESS>,,0, ABC Street</CUSTOMER_PRIMARY_ADDRESS>
    <CUSTOMER_TOWN_NAME>UK</CUSTOMER_TOWN_NAME>
    <CUSTOMER_COUNTY_NAME>UK</CUSTOMER_COUNTY_NAME>
    <CUSTOMER_POST_CODE>AB1 3QT</CUSTOMER_POST_CODE>
    </ENQUIRY_CUSTOMER>
    </NewEnquiry>
    </Operation>
    </code>
    My question is i m transferring this XML to a third party webservice and it does inserting into a third party application.
    The problem is if you look under EnquiryAttribute tag ENQATTRIBSTRINGVALUE and ENQATTRIBTYPECODE i need this to be in lowercase.
    As the xml is getting automatically generated how do i achieve this. I feel them in the uppercase is causing problems at the other end.
    Any help appreciated
    Srini
    Message was edited by:
    sikhasrinivas

    Use "..." delimiters in the CREATE TYPE (and in all your code that references the type).

  • Oracle 11g Client and XML DB

    We have moved our applications in a mix environment (DB on Linux and App. Server on Windows) on Oracle 11g.
    On the past we have tested the applications and they were working, now seems nothing is ok, it is like the 10g instant client on Windows is unable to communicate with Oracle 11g DB working on XMLDB.
    May I ask if someone have seen the same problems?
    Testing on Windows all the environment it was all working, but it was installed all on the same machine.
    Stefano

    Ozark DBA wrote:
    Just need confirmation that the old 10g Java based Enterprise Manager is gone forever with 11g and there is no management console in the 11g client installation (at least I cannot find one). Confirmed. Same as in the Database install.
    And after searching the threads ond Oracle documentation, it appears that I can install 11g database on my local pc and then have a dbconsole (not grid control). Please confirm that this dbconsole only points to the specific database installed on the same local pc, and it cannot be used to manage remotely located 10 or 11g databases. Confirmed. The DB Console is tied to one ORACLE_HOME one one HOST for one INSTANCE. The HOST and INSTANCE are used in the directory naming (of all stupidity) and configuration file contents under the ORACLE_HOME.
    I am still in the planning stages for grid control installation and would like to use the smaller enterprise manager - java control. But again, there is no such Oracle application for 11g now? I must use grid control to manage multiple databases?Confirmed. Fortunately, the Grid Control is included in the Database license as per the database Licensing manual, and you can put the Grid Control on a separate machine. Since the Grid Control is fed using a single agent for all product (database, and anything else) on the target host, the Grid Control puts on a much smaller footprint on a database machine than even the old Java console.
    Note that the 11g Grid Control will be (at least) announced tomorrow by WebCast - check OTN.

  • Oracle 8i Lite and XML SQL Utility

    Can I use XML SQL Utility with Oracle 8i Lite
    using the Oracle 8i Lite Driver
    null

    There will be an version of the XML SQL Utility appearing here shortly. In the meantime you can download the current version of the XSQL Servlet which has the new v2 compatible oraclexmlsql.jar.
    Oracle XML Team

  • Oracle Data Integrator and API

    Hi everybody,
    I have to load datas from heterogeneous sources, including some datas which can be retrieved only by calling some API, or which must be parsed before.
    I would like to know if ODI is able to call APIs ? and how ?
    Thanks in advance for your responses.

    Hi everybody,
    I can't find any sample which shows the different steps to integrate some third party sources.
    I have to integrate Reuters and Bloomberg data sources (and other data sources), and I'd like to write wrappers to retrieve datas from these databases. These wrappers will be called by ODI like any data source. How can I do that ?
    If someone has any other idea, please let me know.
    Thx in advance.

  • Oracle Service Bus & Salesforce Integration

    Hi there,
    Does anyone know if there is an Oracle-issued or 3rd party adapter for use with OSB in integrating to Salesforce?
    I came across this thread created in February,
    Re: Adapters for Salesforce Integration
    and was wondering if anyone has any further updates or thoughts since then.
    This Oracle PDF does very briefly mention a salesforce.com adapter..
    http://www.oracle.com/technetwork/community/developer-day/otnvdd-soademo1-mediator-494868.pdf
    Any ideas as to how we could find more information?
    Thank you!

    interesting
    would like to know what functionality the adapter is supplying.
    we currently have integration from the soa suite with salesforce, but this is just for the authentication, the calls after this are plain webservice calls, so i'm wondering what functionality is build in the adapter itself.

  • Installing Oracle TEXT and XML DB Components on New Instance

    I was told this may be the best place to ask my quesion
    I have set up a New Instance or Oracle on a Solaris Unix box that already had Oracle 10g installed.
    The instance was created fine, however I need the Oracle Text Component and XML DB Component installed as well.
    Those are not installed with this instance. They are installed on the other instance on the box that was setup when oracle was first installed.
    How can I add these components to this new instance?
    DBCA was not used when the instance was created. The DBA here does not care for this tool.
    Thanks

    Hi,
    the installation of XMLDB is described in the XML manual: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/appaman.htm#sthref2372
    the installation of Text is described on Metalink in document 280713.1.
    A nice document to start is on Metalink, it is document 472937.1. It gives Oracle components and the links how to install the components on different versions of Oracle.
    Herald ten Dam
    Superconsult.nl

  • How to integrate Oracle Internet Directory and Microsoft Active Directory

    hai friends,
    I need to know how to integrate the OID with AD. the changes in both either one of the directory should reflect on both the directories.
    how can this be done in Oracle Directory Integration and Provisioning(DIP).
    Thank's in advance.

    Hi,
    The below links should get you started -
    http://www.oracle.com/technology/obe/obe_as_10g/im/index.html
    http://www.oracle.com/technology/obe/obe_as_10g/im/ads_export/export.htm
    http://www.oracle.com/technology/obe/obe_as_10g/im/ads_import/import.htm
    http://docs.huihoo.com/oracle/docs/B25553_01/collab.1012/b25490/ch_active_directory.htm
    And...Try using DipTester.

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • XML Publisher Report Fails While using Pivot Table in R12 Oracle EBS

    Hello All,
    Need your help. I am trying to create a report with a Pivot table. I have created the .rtf file using the Oracle BI Publisher Template Builder for word 10.1.3.4.1. the data comes correctly in preview but when i register it in EBS and run the concurrent program it competes in warning and no output is displayed.
    The error message looks like as follows.
    [9/3/10 4:03:17 PM] [19934:RT444621] Executing post-processing actions for request 444621.
    [9/3/10 4:03:17 PM] [19934:RT444621] Starting XML Publisher post-processing action.
    [9/3/10 4:03:17 PM] [19934:RT444621]
    Template code: XXECOHCGEN
    Template app: XXECO
    Language: en
    Territory: 00
    Output type: EXCEL
    [9/3/10 4:03:31 PM] [19934:RT444621] Output file was found but is zero sized - Deleted
    [9/3/10 4:03:31 PM] [UNEXPECTED] [19934:RT444621] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:599)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    would appreciate some pointers to fix this issue.
    Regards,
    Abhijeet K
    Edited by: Abhijeet K on Sep 3, 2010 8:10 AM

    HI, was there a Solution Ever found for this post other than the Workaround.
    I am at the Same issue now, Any Valuable inputs will Help me finish my Report ASAP, becos currently this is my only Show stopper
    we have Oracle Apps R12 realease 12.1.3  we use XMLpublisher built in R12
    The issue i have is .
    I created a XMLPublisher Report using PIVOT TABLE i would like to have my output to be in Excel, When i Preview it works fine, when i execute via Concurrent Program it gives the Following Log file
    XXTPC Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    TPC_ITEM_COUNT_RPT module: TPC ITEM COUNT RPT
    Current system time is 25-JUN-2012 11:00:39
    XDO Data Engine Version No: 5.6.3
    Resp: 21676
    Org ID : 101
    Request ID: 2149483
    All Parameters: report_name=RUN BY ORDER TYPE:org_name=HQF:org_choice=TPC US:item_selection=1001:order_type=k-us:pstatus=entered,waved,notwaved,shipped:transit_days=:first_receipt_date=01-jun-2012:last_receipt_date=22-jun-2012
    Data Template Code: TPC_ITEM_COUNT_RPT
    Data Template Application Short Name: XXTPC
    Debug Flag: N
    {first_receipt_date=01-jun-2012, org_choice=TPC US, item_selection=1001, report_name=RUN BY ORDER TYPE, pstatus=entered,waved,notwaved,shipped, org_name=HQF, last_receipt_date=22-jun-2012, order_type=k-us, transit_days=}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    29148
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2149483 on node HQTERPAS1LX at 25-JUN-2012 11:00:51.
    Post-processing of request 2149483 failed at 25-JUN-2012 11:00:52 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-JUN-2012 11:00:52
    I have requested my DBA to get me the OPP file..
    Thanks in advance for any solution.

  • Layout issue while trying Migrate Oracle Report to XML publisher Reports

    Hi
    I am trying to Convert Seeded Oracle Reports (rdf) to BI Publisher reports, in doing so encounter layout issues. The layout of the RTF , PDF or HTML generated by BI Publisher is different form the text, PDF or HTML outputs generated by the concurrent report. The problem with the BI Publisher template and out put
    Is, the lay out is getting distorted .
    Steps to archive the migration :
    -     download the rdf from the server to local m/c.
    -     execute Forms 9i Util rwconverter to generate a xml
    -     use the oracle.apps.xdo.rdfparser.RTFTemplateGenerator API to generate a RTF template of the report layout
    -     Then use this template to generate a XSL via oracle.apps.xdo.template.RTFProcessor API
    -     The Apply the XSL on the XML data output of the report using oracle.apps.xdo.template.FOProcessor to generate RTF , PDF & HTML files.
    Name of the Report used for migration “FSG - Report Detail Listing” , responsibility GL super User. This was just a random report we picked-up for trial.
    The layout of these files seems to distorted than the layout of the original report output as generated by the rdf report.
    Pls suggest some means to resolve this or any pointers towards what causing this could be of help.
    -     Shudipto

    The process of "converting" an old Oracle Reports rdf into a BIP report is more akin to writing a brand new report in BIP than to what most people would consider a true conversion.
    The conversion routine outlined by Oracle just gives you a starting point for converting RDF layouts into BIP, and nothing more. In regards to the data define it does somewhat better generating your queries and XML layout (but honestly, that is the easy part), but even for the data define it will lose your formula columns as well as report triggers.
    I have used the converter on several dozen rdf files and I have yet to see one that is better than 10-20% ready for use after the conversion process.
    I would strongly suggest that you only convert the reports that you have to convert (for enhancements, modifications, etc). If it ain't broke in old Oracle Reports, dont' try to fix it in BIP.
    Scott

Maybe you are looking for

  • Cannot send email from mobile devices in 2013

    We recently implemented our new Exchange 2013 server,everything ok except for mobile devices. In mobiles i can receive emails, but cant send or reply to any emails. I tried in both android and iphone, not working. Can anyone help to solve this proble

  • My (non Unibody) Mac book pro late 2007/08 does not want to turn on.

    Hello folks..  Last night I was working on my laptop and it started to run hot.. However, today I'm trying to boot up the computer and it will not turn on.  I see the little LED light undereith the bottom part of the laptop light up and I hear someth

  • Decision Tree training runtime error. Perform Pruning.

    Hello I get the error below when trying to train a decisio n tree model in RSANWB. The same model trained correctly before I selected Perform Pruning + Extended Pruning in the Parameters tab. Note 738285 seems to address a similar problem, but is not

  • Hi having a problem upgrading SCM 4.1 APO Live Cache

    Hi I am new to SCM and I came into a project that was already started, I am doing a SUM upgrade and its at the upgrade of Live Cache I need to run the report /SAPAPO/OM_LC_UPGRADE_70 and perform all steps in section A. when I try to run the report it

  • Windows 7 backup, windows 7 backup

    Long story short, I need to create a system image of my bootcamp Win7 drive. The built in backup/restore utility within Win7 will not work due to "Error Code: 0x80073BC3" which has to do with the system reserved partition not being marked as "Active"