GRC TCG - Importing a cusom business object via XML

Hi ,
  I am trying to import a custom business object into GRC TCG 8.6.5 Version using the XML file . But , the import job completes with the error message :
"oracle.apps.grc.common.job.JobExecutionException: Error occured during import" .
I tried to find a sample XML file in UG/IG , but could not find any . So , i am not sure if there is any problem with the XML file structure i am using .
Please let me know if you have any idea .
I am attaching the XML file i am using for import . Also listing it below for quick reference -
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Custom_BO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<record>
  <InvNum>100000</InvNum>
  <PayTerm>UPON RECEIPT</PayTerm>
</record>
<record>
  <InvNum>200000</InvNum>
  <PayTerm>UPON RECEIPT</PayTerm>
</record>
<record>
  <InvNum>300000</InvNum>
  <PayTerm>NET 30</PayTerm>
</record>
<record>
  <InvNum>400000</InvNum>
  <PayTerm>NET 45</PayTerm>
</record>
<record>
  <InvNum>500000</InvNum>
  <PayTerm>NET 60</PayTerm>
</record>
</Custom_BO>

Is this the first time you imported a custom business object? You followed the steps from the guide on how to create the proper XML from Excel to import, correct?
If you haven't seen how to do that yet, go to: Oracle Enterprise Governance, Risk and Compliance Documentation and download the Enterprise Transaction Controls Governor User Guide.
Go to page 2-5 and read the section on Using Custom Objects.  This should get you started in the right direction.
Also in the future you would want to post to the more active Oracle GRC forum at: Governance, Risk and Compliance (GRC) (MOSC)
I hope that helps!
Regards,
Yasir

Similar Messages

  • Importing BW objects via XML

    Hi,
    CRM 7.0 comes with Data Warehousing workbench. I need to make some reports in CRM which are already present in BW system. The idea is to make cubes in CRM and load from BW and make reports in CRM system.
    I am planning to import the objects (characteristics, key figures, cube etc) via XML import in transport connection.
    I would like to know the limitations of it. Is there any restriction on file size?
    Regards,
    Gaurav

    Hi Dirk,
    thank you for your fast reply!
    I'll check the possibility of using BAPIs.
    The advantage of the approach with exporting, editing and re-importing xml metadata definitions is that I just have to rename the objects in the xml file, which should be a matter of a few hours. But what to do with tags like
    <XMISAPBI:com.sap.bw.cwm.core.InfoObject.descriptionLong xmi.idref="com.sap.bw.cwm.core.Description::81DD390D55F1A048AC444F945"/>
    where the GUID refers to the description later in the xml file. Can I just create my own GUID?
    Some more background information: my first idea was to use the xml export as a helper for automated documentation. And then I thought, why don't develop a small two way tool, which can comfortably create or edit a metadata xml file.
    Kind regards,
    Martin

  • Saving business objects into xml file

    I have the following XML file parsed into a DOM tree, with 2 different types of nodes "TestCase" and
    "RealCase". Then I mapped each type to a different type of business object, TestCaseObj and RealCaseObj.
    Now, there may be addition of new objects, or modifications to the data stored in the business objects
    by my application. Eventually when I save the business objects back into the XML file, how should I go
    about doing that?
    <ROOT>
    <TestCase TestID="T1">
         <Element1>Data1</Element1>
         <Element2>Data2</Element2>
    </TestCase>
    <TestCase TestID="T2">
         <Element1>Data1</Element1>
         <Element2>Data2</Element2>
    </TestCase>
    <RealCase ID="R1">
         <Element1>Data1</Element1>
         <Element2>Data2</Element2>
         <Element3>Data3</Element3>
    </RealCase>
    <RealCase ID="R2">
         <Element1>Data1</Element1>
         <Element2>Data2</Element2>
         <Element3>Data3</Element3>
    </RealCase>
    </ROOT>

    The DocumentBuilder class does not allow you to parse a portion of the xmlfile. Therefore, it will not be possible to read "TestCase" into the DOM without bringing in "RealCase" nodes as well. As such, these codes will parse the entire xml file into DOM:
    DocumentBuilder builder = builderFactory.newDocumentBuilder();
    Document document = builder.parse( xmlFile );
    However, your problem can be solved by reading only "TestCase" nodes in DOM, as follows:
    NodeList elementNodeList =
    elementNode.getElementsByTagName("TestCase");
    Your codes will then change the data in the elementNodeList, without affecting "RealCase" although it is loaded into DOM. You can be sure that elementNodeList contains only "TestCase" nodes.
    Once you have made your changes, save the DOM back to the XML file, using the serializer method as discussed earlier.
    Good luck.

  • DI: Update Business Object using XML

    When I try to update a Business Object I loaded from XML, I keep getting an error "1107 - Wrong Object State". Any idea, what's wrong ? I can add objects without any problem.
    Sample Code (VB.NET):
    Dim bp As SAPbobsCOM.BusinessPartners
    bp = cmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
    cmp.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
    cmp.XMLAsString = True
    Dim xmlstr As String
    bp.GetByKey("20001")
    xmlstr = bp.GetAsXML
    bp = Nothing
    Dim bp2 As SAPbobsCOM.BusinessPartners
    bp2 = cmp.GetBusinessObjectFromXML(xmlstr)
    bp2.CardForeignName = "TEST"
    Dim errNo As Integer = bp2.Update

    Hi,
    See you this post:
    Update XML
    Best Regards.

  • How get data from business object to xml file

    Hi all,
    My new problem is ,,
    In my application, I have check list of selected business partners. In that , I want to save the checked oBusinessPartners complete information to an XML file(created dynamically),
    How to do?
    Thanks in advance
    shashi kiran

    Shashi Kiran,
    Can you explain me detail where
    you want to save check business partners in xml ?
    Jeyakanthan

  • Business Objects Scheduler Jobs Monitoring

    Hi,
    Is there a management pack available for integration with System Centre (SCOM) such that we can monitor failed scheduled jobs in Business Objects via SCOM?
    Is there any other way to monitor failed scheduled Business Objects jobs straight from the database or via any other method?
    Thanks,
    Chandan

    Hi Chandran,
    I'm not a SCOM expert but I understand it is basically a monitoring tool.
    Normally you would check for failed schedules in Business Objects using the Instance Manager, to filter for failed scheduled reports. Alternatively you could use the Query Builder to report directly against the XI3.1 Repository and return a list of failed instances.
    Above workflows can also be coded into the SDK to provide customised feedback on schedule failures
    The final option would be to simply set up email Notifications on the schedules to simply email the Administrator in the event of a schedule failure.
    With any of the above options it should be possible to link in your SCOM system to read\monitor from this output.
    I hope this helps.
    Kind regards,
    John

  • Reg Business objects

    DA,
    What are Business objects & how it is useful pertaining to SD ?
    Regards,
    Ramesh.

    Business object
    Represents a central business object in the real world, such as a purchase order. R/3 business objects describe complete business processes. By invoking methods known as BAPIs (Business APIs), external applications can access and manipulate the business objects via the Internet, DCOM or CORBA.

  • Use a dynamic list of email addresses to email a report via Business Objects Server 11

    Post Author: wolfgang666
    CA Forum: General
    I use Business Objects Server version 11 to distribute reports via email but was asked if there was a way to only send the reports to those people listed in the report (which changes daily) instead of the entire distribution list. I can create a list of email addresses as a variable within the report but can't find any way to pass it to the Business Objects server "To:" field located in the destination screen. I would expect to see some option for sending to some value located in the report but alas no such option is evident. This seems like a feature the product should be capable of doing as it is so basic. Any other way to do this that anybody can think of? Any help is greatly appreciated. Thanks.
    Matt Frazier

    Hi Alan,
    The simplest thing would be to simply use the Import Wizard to create a BIAR file and then back up the required CR's and instances to the BIAR file. So for instance you would use the "Import Folders and Objects" option. So the source system would be the system you are decomissioning and the Destination would be the BIAR file. Once that is done you can use the BIAR file to import the report content into another system in the future.
    <<Text removed>>
    Kind regards,
    John
    Edited by: Matt on Oct 10, 2011 10:20 AM

  • Unable Import "WSDL URL" in Dasboard Business Object 4.1

    Dear Expert,
    I do Dashboard via Web service as a Query, version: 4.1 SP3,  but I import WSDL URL, error : " Microsoft Visual C++ Runtime Library" as image . Please, help you solve!

    Hi Ngunyen,
    Please see Note 1676695 - Assertion Failed Exception for shared_ptr.hpp when installing .NET runtimes for Business Objects
    This can happen if you do not have the VS 2005 C++ Runtimes installed.(If already installed then uninstall it)
    Download the VS 2005 C++ runtimes (http://www.microsoft.com/download/en/details.aspx?id=3387) and install, then run the .NET runtimes installer again.
    Login with administrator in the system and perform the below activity.
    Re Install the Microsoft Visual Studio
    Re Install the Dashboards.
    Please let me know.
    Thanks,
    Arvind Shukla

  • Best practice "changing several related objects via BDT" (Business Data Toolset) / Mehrere verbundene Objekte per BDT ändern

    Hallo,
    I want to start a
    discussion, to find a best practice method to change several related master
    data objects via BDT. At the moment we are faced with miscellaneous requirements,
    where we have a master data object which uses BDT framework for maintenance (in
    our case an insured objects). While changing or creating the insured objects a
    several related objects e.g. Business Partner should also be changed or
    created. So am searching for a best practices approach how to implement such a
    solution.
    One Idea was to so call a
    report via SUBMIT AND RETURN in Event DSAVC or DSAVE. Unfortunately this implementation
    method has only poor options to handle errors. Second it is also hard to keep LUW
    together.
    Another idea is to call an additional
    BDT instance in the DCHCK-event via FM BDT_INSTANCE_SELECT and the parameters
    iv_xpush_classic = ‘X’ and iv_xpop_classic = ‘X’. At this time we didn’t get
    this solution working correctly, because there is always something missing
    (e.g. global memory is not transferred correctly between the two BDT instances).
    So hopefully you can report
    about your implementations to find a best practice approach for facing such
    requirements.
    Hallo
    ich möchte an der Stelle eine Diskussion starten um einen Best Practice
    Ansatz zu finden, der eine BDT Implementierung/Erweiterung beschreibt, bei der
    verschiedene abhängige BDT-Objekte geändert werden. Momentan treffen bei uns
    mehrere Anforderungen an, bei deinen Änderungen eines BDT Objektes an ein
    anderes BDT Objekte vererbt werden sollen. Sprich es sollen weitere Objekte geänderte
    werden, wenn ein Objekt (in unserem Fall ein Versicherungsvertrag) angelegt
    oder geändert wird (zum Beispiel ein Geschäftspartner)
    Die erste unserer Ideen war es, im Zeitpunkt DSAVC oder DSAVE einen
    Report per SUBMIT AND RETURN aufzurufen. Dieser sollte dann die abhängigen Änderungen
    durchführen. Allerdings gibt es hier Probleme mit der Fehlerbehandlung, da
    diese asynchrone stattfinden muss. Weiterhin ist es auch schwer die Konsistenz der
    LUW zu garantieren.
    Ein anderer Ansatz den wir verfolgt hatten, war im Zeitpunkt
    DCHCK per FuBA BDT_INSTANCE_SELECT und den Parameter iv_xpush_classic = ‘X’ and
    iv_xpop_classic = ‘X’ eine neue BDT Instanz zu erzeugen. Leider konnten wir diese
    Lösung nicht endgültig zum Laufen bekommen, da es immer Probleme beim
    Übertragen der globalen Speicher der einzelnen BDT Instanzen gab.
    Ich hoffe Ihr könnt hier eure Implementierungen kurz beschreiben, dass wir
    eine Best Practice Ansatz für das Thema finden können
    BR/VG
    Dominik

  • Unable to import Business Object in DQE

    I've some prob with "importing business Objects" in SAP Enterprise Portal
    I've EP6.0 SP16 installed.
    While importing the Business Object from "BW" System
    I expand the BW Node but alas! dont get any BO in it..
    It shows a message "Loading...." and hangs..
    I've read some of the discussion Forum on SDN...
    I've given the DQE Admin UserID and Password correctly.
    Also I've done the User Mapping for BW System and gave the same UserID and Password as given in DQE in the "Personalize" section
    I've tested the "BW" Connection using the option "Connection Test".
    It gives "DQE Connection Succeeded'.
    Please let me know where i'm wrong..
    Thanks..

    First thing dear Actually you are using the wrong term it is not exactly import it is EXPORT the existing BC4J component in Jdev.
    Just run the export command it will automatically create the package in the Home directory.
    Create a new JWS and Project and add related PG or Region there.[[Which you have exported]]
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Importing business objects in SAP

    Hi,
    I am working in Newgen Software Technologies LTD., a New Delhi Based company. We have our products in Document Management, Business Workflow  and imaging. we are also technology partners of SAP. Currently we are trying to integrate SAP with our Document Management System, OmniDocs. Actually we want to archive the documents generated in SAP to our DMS. The problem is we have miniSAP at our side, but we do`nt have business objects to work with. We have downloaded the business objects from the site
    www.it-minds.com/goto/abapobjects
    The problem is we are following the instructions in the readme.txt in order to import the business objects in SAP through 'tp' command but it is giving the error message as  
    Warning: unknown parameter SAPSID in parameter file (line 1).
    Warning: unknown parameter SAPSYSTEM in parameter file (line 2).
    Warning: unknown parameter SAPSID in parameter file (line 1).
    Warning: unknown parameter SAPSYSTEM in parameter file (line 2).
    tp finished with return code: 208
    Please help!!
    If there is any other method to import business objects in miniSAP please suggest..
    Vibhor Jain
    Sr. Software Engineer
    Newgen Software Technologies LTD.
    New Delhi

    hi
    Do u have any relavant SAP system running in your company? if so, you will definitely have a SYS-ID and a SYSTEM-NAME in your system. i guess this error shouldn't pop after that.
    Regards
    Arun.
    PS: Kindly reward useful answers.

  • Upgrading CE 10 to Business Objects XIR3 by using Import Wizard

    Hi Guys,
    We are upgrading Crystal Enterprise 10 to Business Objects XI3, I have installed Business Objects XI3 on a new server, I will be using Import Wizard to import Objects, groups, Users ect... Do I need to copy the contents of the CE10 FRS input and output directories to the BOE XI3 FRS input and output directories?
    Please help.
    Thanks,
    Burhan

    Do I need to copy the contents of the CE10 FRS input and output directories to the BOE XI3 FRS input and output directories?
    No. Do not do this. The import wizard will migrate your objects and copy them to the FRS in 3.x format for you, nothing manual like this is needed.
    Regards,
    Tim

  • Can Business Objects Web Intelligency reports access NearLine Storage data Via BW Bex Query

    Hi Gurus,
    I am aware BEX queries can access NearLine Storage data for reporting but can Business Objects Web Intelligency reports access NearLine Storage data Via BICS connection ( Bex Query as a Source).
    Thanks,
    Shak.

    I would recommend to let your SAP Basis guys do a security trace on the SAP BW side and see if some authorization check for the user fails when trying to fetch data over the universe.
    Regards,
    Stratos

  • Business Object importer doesn't display objects

    Hi,
    I have done required configuations in R/3 system .If I go to DQE --> metadata improter and select the R/3 system it list all Business Objects.
    But if I go to Business Object importer and select the system it doesn't show any BO.
    Any idea ??
    Regards,
    Abdul Raheem .S

    HI
    DOn't know if it can help you.  From the available business object list, don't attempt to expand your sysmet aliase but only highlight this and execute "Add" that should have been sufficient enough.
    But I find SAP's documentation is really bad in unification part on how to get drag and relate functional.  Really very bad and waste customer's lot of valuable of time to try and test.
    Rgds
    Stephen Lee

Maybe you are looking for

  • Mouse antics

    Hi all - my little mighty mouse has a mind of his own, or perhaps feet. Every time I wake the machine up (imac, 24") and the box comes up with the users, the cursor will not go into the box. As I move it towards the user name, it bolts back to the bo

  • Share same display calibration

    I just got two Dell LCD monitors and I calibrated one of them using Apple's display calibration and saved it. For some reason the calibration doesn't show up in the other displays lists of choices. How can I get it to share the exact same calibration

  • Problem in intermedia Please help me!

    I am University student in South Korea. I'm major in Computer Engineering. I'm using Oracle 9i. And then I'm using 'intermedia' package. I'm interesting in Content-based retrieval. Among them, I'm interesting in Image retrieval. But problem is happen

  • Can't launch photoshop debug

    I'm trying to trick extension builder 3 under eclipse to work as a debug environment for photoshop cc 2014.  I followed the advice at Adobe Extension Builder and Creative Cloud 2014 to change path names etc. When I try to debug-as a photoshop extensi

  • Have test cases but no test numbers

    sorry if this sounds confusing because it is. I have a test report generated that says in general which test cases passed and which test cases failed. i.e. charging mode pass power up fail I then have to transfer this data to another sheet in which t