Interfaces to Finanacial systems using OWB 9i

Hi,
We are in the process on designing a datawarehouse.
Please let me know if Oracle ware house builder provides interfaces to the follwing financial systems :-
1)Great Plains V6.0
2)Sun 4.2.6
3)Oracle Financials 11.5.8
4)Navision 2.6
5)Sage Line 100 6.1
6)Sage Line 100 7
7)CostPoint 4.0 Service Pack 3
8)JD Edwards
9)SAP
10)Exchequer 5.52.083
11)Agresso 5.4 Service pack 2
12)ACCPAC 5.1A & 5.2A
13)Hyperion Enterprise 5.1
Kindly help

Hi,
Unfortunately, currently there are no specific interfaces to the financial interfaces (more details, see below), which I guess is an opportunity if you are an Oracle partner(!).
1)Great Plains V6.0
Connect directly to tables.
2)Sun 4.2.6
Connect directly to tables.
3)Oracle Financials 11.5.8
Traditionally, Oracle Applications have provided EDW, which implements a model on top of Oracle Applications, including the Financials module. The current alternative solution (not on 11.5.8, but on later versions) uses Daily Business Intelligence (DBI). For more information, check out http://appsnet.oracle.com.
4)Navision 2.6
There is no template, but we are working on an implementation that generically connects to a metadata model, which is currently being tested against Navision. This will be production in our next major release in the autumn of 2004. Currently, you have to go directly against Navision's tables.
5)Sage Line 100 6.1
Connect directly to tables.
6)Sage Line 100 7
Connect directly to tables.
7)CostPoint 4.0 Service Pack 3
Connect directly to tables.
8)JD Edwards
Connect directly to tables.
9)SAP
Warehouse Builder provides direct connectivity to SAP, which enables you to read from the SAP Business Object Repository (BOR) directly. On top of that, Warehouse Builder can generate the ABAP for you to extract the data from SAP. However, there is no template solution. More information, check out this viewlet: http://otn.oracle.com/products/warehouse/htdocs/SAP_viewlet_viewlet_swf.html.
10)Exchequer 5.52.083
Connect directly to tables.
11)Agresso 5.4 Service pack 2
Connect directly to tables.
12)ACCPAC 5.1A & 5.2A
Connect directly to tables.
13)Hyperion Enterprise 5.1
Connect directly to tables.
When I state 'connect directly to tables', then I mean to say that I assume there is a way to get relational access to the application. That could be because the application runs on an Oracle database, or because you can get there through Oracle's transparent gateways (e.g. IBM DB2, SQL Server, Sybase, Informix, etc.) or because you can connect using ODBC.
Thanks,
Mark.

Similar Messages

  • How to run a PLSQL mapping without using OWB Interface

    Hi there, does anybody know how to call a PL/SQL mapping <mapname.main> function without using OWB interface. We will have to create some other mechanism to call those generated mappings....
    Thanks in advance

    Hi Marcelo ,
    You can use the following code at the sql prompt to the run the mapping .
    DECLARE
    RetVal NUMBER;
    P_ENV WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    BEGIN
    RetVal := <Mapping Name>.MAIN(P_ENV) ;
    COMMIT;
    END;
    Regards,
    Shashin

  • Measurment through a vibration sensor interfaced with Ni-PXI is very low & less responsive. I wana know any frequency limitations is there for PXi or the system uses any clipping ckts inside ???

    Measurment through a vibration sensor interfaced with Ni-PXI is very low & less responsive. I wana know any frequency limitations is there for PXi or the system uses any clipping ckts inside ???

    It would be helpfull to know what PXI hardware and what sensor you are using.
    Up to now I only found mechanical limitations ....
    (Creating a 100kHz sinus exitation with 160nm amplitude need more than 63km/s² (>6400g) acceleration  )
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interfa

    Hi
    i am try do
    Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interface
    With The help of SDN Contribution
    link----
    ( have look on it)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4943f2b7-0a01-0010-37af-faff35b2f08c
    I am getting error in
    Partner system as HTTPLOG and "Execute" to check the results
    Error is --  Port could not be created
    RFC destination HTTPLOG Not specified for system HTTPLOG
    any 1 have any idea  if plzzzzzzzz...........
    Thank u
    Ram

    Hello .
      we are also in  process of implementing the same
    could you share the knowledge pl?
    1)is it a separate add on with ALE to saphr
       or using ECC ??
    2)can u share the configuration part ??
    we are trying it on webas as addon 3.0 .

  • How to load flatfiles using Owb?

    Hai all,
    I would like to access a flat file (.csv files) using owb. I am able to import the files into source module of owb. But while executing the mapping , I got the following error...
    Starting Execution MAP_CSV_OWB
    Starting Task MAP_CSV_OWB
    SQL*Loader: Release 10.1.0.2.0 - Production on Fri Aug 11 16:34:22 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Control File: C:\OWBTraining\owb\temp\MAP_CSV_OWB.ctl
    Character Set WE8MSWIN1252 specified for all input.
    Data File: \\01hw075862\owbfiles\employee.csv
    File processing option string: "STR X'0A'"
    Bad File: C:\OWBTraining\owb\temp\employee.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 200 rows, maximum of 50000 bytes
    Continuation: none specified
    Path used: Conventional
    Table "OWNER_STG"."EMP_EXCEL", loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    "EMPNO" 1 * , CHARACTER
    "EMPNAME" NEXT * , CHARACTER
    value used for ROWS parameter changed from 200 to 96
    SQL*Loader-500: Unable to open file (\\01hw075862\owbfiles\employee.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    Table "OWNER_STG"."EMP_EXCEL":
    0 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 49536 bytes(96 rows)
    Read buffer bytes: 65536
    Total logical records skipped: 0
    Total logical records read: 0
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on Fri Aug 11 16:34:22 2006
    Run ended on Fri Aug 11 16:34:22 2006
    Elapsed time was: 00:00:00.09
    CPU time was: 00:00:00.03
    RPE-01013: SQL Loader reported error condition, number 1.
    Completing Task MAP_CSV_OWB
    Completing Execution MAP_CSV_OWB
    could you please help me..
    thanks and regards
    gowtham sen.

    Thank you my friends.
    As you said, I gave the file name as wrong.
    Its solved. Thank you....
    I have another probem.
    How to load data from excel file to owb? Is it possible the way we do for flat files?
    I did using ODBC + HS Services.
    But after creating a mapping , and its deploying I got the following error.
    "error occurred when looking up remote object <unspecified>.EmployeeRange@EXCEL_SID.US.ORACLE.COM@DEST_LOCATION_EXCEL_SOURCE_LOC
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    Could you please help me..
    Thanks and regards
    Gowtham

  • WM interface to external system

    Have anybody ever configured WM interface to external system (t-code OMKY)?
    I have a question here and hope you can help:
    What's the naming rule when define Logical System, RFC destination, Port and Partner Profile? Should all be defined under one name? In my test, if I only define logical system and partner profile under same name (for example "ABC"), and maintain Port and RFC destination under another name say "XYZ", then I can only sent IDOC but I can't receive the IDOC sent from external system (for example, confirmation of transfer order).
    Can anybody shed some light on this question? Your input is highly appreciated.

    Hi,
    Why should the port and RFC destination also use same name as logical system and partner profile? Would you please kindly show me the rule? I’ve checked online help and searched extensively on websites without any clear instruction.
    In my experinces, usually I setup using the names and make easy for other developer to identfy the interface problems in production as well as for enhancement in the future. Just imagine if you are dealing with hundred interfaces (inbound and outbound) and you have different names for same interface.
    Again, you could setup with different names for logical system, RFC and so on.
    In case of different name between logical system and port, would you please tell me why we can’t receive IDOC sent back by external system? Can’t they find the correct partner and port then send IDOC anymore?
    Well ... you need to tell the external system what names to use for partner profile and port as part of EDIDC data.
    Regards,
    Ferry Lianto

  • Transfer the Pur Order Info through BAPI's between SAP R/3 Systems Using XI

    How to Create a Purchase Order for the Vendor and transfer this data through BAPI's between SAP R/3 Systems Using "Exchange Infrastructure(XI)".
    Please kindly let me know the procedure for creating BAPI's and how to transfer this information between SAP R/3 systems. Please kindly mention the NAVIGATION for this scenario.

    Hi Revathi,
    If you want to do an IDOC to IDOC scenario, then the Points to be noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. You do not need a sender IDOC adapter, and no sender agreement, but a receiver IDOC adapter and a receiver agreement is needed.
    IDOC -> File scenario ref:
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    File -> IDOC ->
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    (It concentrates on XSLT mapping but also gives an idea about the configuration part. Do go thru that, it might help you.)
    Apart from this if you need any info on how to configure your ALE, partnet profile,etc  drop me a mail, I have excellent tutors that can help you in the same.
    Regards,
    Bhavesh

  • Mapping XML into 3rd party system using XIF adapter

    Hi Gurus,
    First of all let me thank all of you for a tremondous contribution you are making for these kind of topics(CRM XIF) in SDN. I could solve half my problems by looking into your replies.
    But I have a new & similar problem now. I am able to create and send XML file of order data into 3rd party middleware system using XIF & SOAP framework. But the 3rd party system(business connector) is unable to parse this XML file in their system. They keep getting the error message invalid XML file. I tried testing that myself and it gives me the error 'SOAP-ENV' error. They even tried some workarounds using some SOAP wrappers but it still didn't work. They are asking me to provide a DTD (data type definition) to this XML file generated out of SAP. Not sure if anyone has seen a similar problem like this but our interface is stuck at this point.
    Any suggestions would be helpful.
    Thanks,
    Sunil

    Hi,
    We have figured out this problem for ourselves. The 3rd party system gets this error because SAP generated 2 XML tags in the beginning of the XML file which cannot be interpreted by XML spy or many XML parsing software’s. When we deleted the first 2 tags we stopped getting that error. But it wasn't a feasible solution for us to delete the first 2 lines in the XML file and then save it and then parse it. We preferred an alternative approach via IDOC's instead of processing XML files directly. Its also better because the size of XML file is much bigger (15 mega) than Idoc ( max of 4 mega bytes). But if you have to process  XML files only then you cannot do that for real time or near real time processing as the parsing of XML file nearly takes more than 10 min. And it is definitely not preferred way especially if your middleware system has the capability to process Idocs from a middleware architectural stand point.

  • Setting up the HR-PDC  interface to ext. system without direct RFC

    Hello,
    Setting up the HR-PDC  interface to external system without direct RFC - Uploading time events
    Following note number 647145, I tried to set up connection to external time collection system. As the external system isn't able to work with RFC, I setup a fileport using transaction WE21. When an outbound IDOC is created with transaction PT80, it will be stored at the outbound path. The IDOC then will be transfered to the external system with a unix script triggered by event.
    For inbound IDOCS, the fileport cannot be used as I don't see any way to configure it as the time events that  should come in via RFC port, will be uploaded and processed according the ALE distribution model. The BOR object "PTManagerExtPEvent" of type "BUS7014" with method "Insert" is used to insert the time events into the interface table CC1TEV from an HR-PDC certified subsystem. The message type is "HRCC1UPTEVEN".
    As standard process won't work in our case, I'd need alternative solution. Actually the time events are send via ftp to the SAP directory that points to incoming IDOC path setup on WE21.
    Maybe there should some way to setup RFC connection to own SAP system that points to the SAP directory where the inbound files are stored.
    Maybe using the FM IDOC_INPUT_HRCC1UPTEVEN can be used to trigger the upload manually but first the files have to be uploaded from file similiar to report RSEINB00. Testing this report using the SAP directory and port where the inbound files are located I get error message that IDOC control record is missing, that seems to be understandable as this report is used to upload IDOCS from file but HR-PDC upload file HRCC1UPTEVEN01 has no specific IDOC segments in this moment as it was created according specific HR-PDC interface description. The IDOC in the standard process will be created with the BAPI.
    As I'm new in HR and ALE, I'd be grateful for any help on this matter.
    Best regards
    Andreas

    Hello Andreas,
    thanks for Your contribution. Recently I've got the trial version and made some tests and found out that the bapi-handler works perfectly for managing HR-PDC interface.
    Nevertheless actually there's no compilation for OS/400 and the AS/400 I'm working with has an old OS release without C compiler and furthermore RFC libraries of SAP cannot be installed on this release.
    The Bapi-handler for testing runs on Windows
    and I'd need an intermediate machine to manage the data between AS/400 and SAP. I'd prefer direct connection between timecollection subsystem and SAP for obvios reason.
    Regards
    Andreas

  • Using OWB in MOC map i am getting error:java.lang.reflect.invoc

    Hi All,
    When i am trying to deploy any of the ammping using OWB for oracle MOC.
    As part of the deployment, when I tried for the first following mapping:
    using MTH-->MTH_TARGET--> Mapping
    · List of deployable objects and category (EBS-Specific / Non-EBS Specific)
    · EBS Specific-Maps : MTH_WO_OI_INIT_DMF_MAP
    I am gettinge the following error while opening the map :
    java.lang.reflect.invocationtargetexception
    Because of that its not deploying at all for any of the mapping.
    I am sometimes getting error nested transactions are being carried out .But if I logging in and logging out this error doesn't comes but the error which I mentioned comes. (java.lang.reflect.invocationtargetexception)
    Will appreciate, if anybody gets teh same error or have some solution.
    Regards,
    Ashok.

    your error seems to indicate that your embeddedLdap isnt in sync with the Database ? Did you either delete files from your file systems or cleanup the portal db or finally used a copy of some existing database for your domain?

  • Error connecting SAP BW System using EP6.0

    Hi All
    I am trying to connect EP6.0 with SAP BW 3.1, using ITS.
    I have created a 'system' in portal and my ITS test connection is successful. I chose 'SAP BW' as sytem instead of SAP R/3.
    When I try to preview/access an iView which internally execute BW workbook, I am getting following error. Can anyone please guide me the possible solutions. As this is urgent, please provide help.
    Sapgui 640 error window with the following message:
    connection to partner broken
    Time Wed Dec 12 16:15:03 2005
    Component NI(Network interface)
    Release 640
    Version 37
    Module ninti.c
    Line 756
    Method NiPRead(192.168.64.103/3320, hdl 1)
    Return Code -6
    System Call recv
    Counter 1

    Hi,
    let me try to sort this out.
    You want to use an ITS against a BW system using a SAP GUI for HTML. If you use the system type SAP R/3 everything is OK but if you use the system type SAP BW it doesn't work and you get a error message from your SAP GUI for Windows.
    I'm not much aware of this but for me it looks like the portals iview is trying to use your SAP GUI for Windows to connect to your BW System (which is, as far as I understood, not what you intended).
    If all my assumtions above are correct you should create a ITS iview (SAP IAC iView) against your BW system and everything should be OK then.
    Regards Ralph

  • Extract Image in thrid-party System using Image Location

    Hi All,
    I am working in an Interface project. I need your help in one of the requirement.
    The data will flow from third-party system as an XML file and we are using Webservice to extract the data.
    The requirement is the third-party system will send the image location in the XML file and we need to extract the Image stored in the third-party system using that Image Location.
    Is this feasible and if so how?
    With Regards,
    Gurulakshmi

    Hi,
    No. We will store the image in Livelink(Third-party Storage Location) and attach that image against SAP Notifications which is created using T.code: IW21
    With Regards,
    Gurulakshmi

  • Difference Inbound Interface at business System Service...

    Hello everybody,
    if I open a business system service I see tabs:
    a) receiver --> inbound interfaces
    b) sender   --> inbound interfaces
    But there a also interfaces I see when I open the INTERFACE DETERMINATION.
    My Question:
    I configured a INTERFACE DETERMINATION with a INTERFACE,
    but <b>I CAN'T</b> see the interface if I got to a) or b) (double click on Business System Service) .
    Why? Is there a difference between INTEFACES shown under the Business System Service and INTERFACES shown under the INTERFACE DETERMINATION?
    In my opinion the INTERFACE DETERMINATION belongs to a BUSINESS SYSTEM SERVICE and so should be seen under BUSINESS SYSTEM SERVICE.
    Thanks in advance
    Regards Mario

    hi,
    this means that while specifying your interface
    determination you've choosen ALL interfaces
    from all systems (ALL button in the interface det creation)
    because you've specified all XI didn't use the one which belongs to your business system that you check in a) and b)
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • To run a mapping using owb 10g expert

    Hi All,
    My requirement is to run the mapping in OWB using an expert.I created an expert using OWB and associated the mapping with the expert using Add/Remove expert option.I validated and generated the expert.But when i run the expert through start option in design center then my target table in the mapping does not get loaded.This shows that i am unable to associate my expert with mapping.
    In expert editor, i linked start_task with custom_dialog_task which is again linked with the end_task.It seems i am missing some steps.Please let me know what all steps need to be followed in expert editor interface to run the mapping.Response is awaited.
    Thanks

    You're better off asking that question in the [OWB forum|http://forums.oracle.com/forums/forum.jspa?forumID=57].

  • How to import ORacle 7 database to Oracle 10g by using OWB?

    Hi, I have an old Oracle 7 database that I want to import into an Oracle 10g database by using OWB. I have made an odbc connection to the Oracle 7 database, and the dblink is working when I test it through SQL Plus, and I also manage to see the source tables in the import wizard. But after I have selected the tables I want and "execute", then an error comes up that I can not figure out.
    I am using Microsoft Oracle odbc driver on a Windows 2003 Server. I tried to use the ORacle 10g odbc driver, but then I could not connect to Oracle 7. I got a message about a specified driver that could not be loaded due to system error 127.
    Anyway, I can connect and see the tables by using the Microsoft ODBC driver, but it will not import the metadata.
    Is there a tutorial or something about how to import through an odbc connection?

    Ronny,
    It's not possible to create a database link from 10g to 7. See the following Metalink article:
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=207303.1
    To use the database link approach you'll need to create a 9.2 'hop' database -- a database who's sole purpose is to allow connections from 10g and from which you can connect to 7.
    However OWB itself won't read metadata out of a 7 database, so you'll need to do some manual work -- eg create views on the 9.2 database for the tables on the 7 database that you want to read from.
    Another potential solution is to use the heterogenous data services to connect via ODBC to the Oracle 7 instance; again OWB might not be able to read the metadata in which case you should create views somewhere where OWB can read from.
    I hope my ramblings make some sort of sense :-)
    Cheers,
    Colin

Maybe you are looking for

  • Adding a custom "destination"

    I want to add my own type of destination as an option within the Crystal Reports Server.  Right now when I schedule a report the destination options are Default, Unmanaged Disk, FTP, Email (SMTP) and Inbox. We are creating a custom web portal for peo

  • Launching external link from E-Business suite

    Hi, I have a requirement to launch an external application from Oracle Application. I have a responsibility say 'Launch External App Responsibility' . When i click on that, it should launch my application (assume i have the URL of my external Applica

  • Deferred Tax not in RFUMSV00

    HI Experts, in our Italian company we have deferred tax and according to our legal consultant this should appear in the "Tax on Sales/Purchases" report RFUMSV00. But it doesn't! But when I execute report RFUMSV10 the additional list, I can see these

  • XSL Extension Functions

    Is it possible to write our own xsl Extension Functions in Java using the oracle 9i xsl translator? If yes, how would I write the namespace to point to my class? I was able to do it with xalan, but unable so far with the oracle xslt. TIA.

  • RSL Error 3 of 3 - Is this problem to do with Flash Player?

    In trying to access sailing screens on www.sailonline.org I get the message "RSL Error 3 of 3", with the following at the foot of the page. "Flex Error #1001: Digest mismatch with RSL http://www.sailonline.org/static/windy/framework_3.5.0.12683.swf.