BI Beans outside of Oracle

I would like to use BI Beans in a customers project but have some questions.
Is it possible to use BI Beans with a Microsoft SQL Server 2000 Database (Client requirement)?
Is it possible to create a J2EE app using BI Beans on a Tomcat JSP container? (Also Client requirement) I am currently using JDeveloper 9.0.4 for all developement.

Michelle,
Can you post your code?
Regards,
Geoff

Similar Messages

  • Java Heap Error when using Stateless Session Timer Bean deployed in Oracle

    Hi,
    Am getting following Java Heap Error when using Stateless Session Timer Bean deployed in Oracle 10g AS R3 (Oracle Containers for J2EE 10g (10.1.3.0.0) (build 060119.1546.05277) ):
    06/08/02 14:58:43 javax.ejb.EJBException: java.lang.OutOfMemoryError: Java heap space
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:304)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:67)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:45)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:71)
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1624)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:92)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:184)
    06/08/02 14:58:43 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    06/08/02 14:58:43 at java.lang.Thread.run(Thread.java:595)
    06/08/02 14:58:43 Caused by: java.lang.OutOfMemoryError: Java heap space
    I had tried using -Xms / -Xmx options (upto 1 GB).
    The trace of exception gets delayed (from being displayed on the console) as the memory size is increased; but after sometime it starts getting displayed on the console.
    Even though this exception is displayed on the console, the Timer Bean continues to execute upto sometime before it finally crashes!
    If anyone has encountered such problem; would appreciate if you could share the solution.
    Regards, Vidyadhar

    Hi guys, I have the same problem. I have an application EAR file with two modules (EJB and WAR starting in this order). The application can schedule a process via EJB timer. In this case restarting the server I receive the error above. If I change the modules start order --> WAR - EJB the server start correctly, but the application scheduler fails (the persistency is not working) with this error:
    07/10/09 10:30:54 FINISSIMO: TimerTask.runBeanTimer java.lang.NullPointerException; nested exception is: java.lang.NullPointerExceptionjavax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
    java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    javax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
         at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:309)
         at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:73)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:55)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         ... 9 more
    Any idea?
    Thx Auro

  • Can information in cache accessed outside of Oracle DB after shutdown?

    Hi All,
    I read that the information in caches can be accessed outside of Oracle DB and the buffered Cache must be emptied at shut down of Oracle DB.
    Questions:
    1. Is it possible to access cache outside of Oracle DB? If yes, how can one read it?
    2. Is the information in the cache stored on a persistent storage (file) and can be accessed if the user has permissions on the OS?
    Thanks,
    Hozy
    Edited by: Hozy on Jul 3, 2009 12:38 PM

    1. It is possible to access SGA of a running instance with C code but this is not supported by Oracle. See http://oraperf.sourceforge.net/presentations/SGA_access.ppt
    2. I don't think this is possible.
    Edited by: P. Forstmann on Jul 3, 2009 9:13 AM

  • Create EJB 3.0 Message Driven Bean on a Oracle JMS (AQ)

    Hi, I need to develop a EJB 3.0 Message Driven Bean. The MDB has to work on a Oracle AQ using Oracle JMS. Is there any how-to document giving an example about this issue. Can you give an example how to create the JMS destination in OC4J (how to configure the Oracle JMS AQ in OC4j), issue the JMS destination via annotions (resource injection) in the MDB. Please give me a working example of the MDB and a test client to produce a message. Regards, Arjan Jorritsma

    Check your ejb-jar.xml and see if it has the version of "2.1" there...
    If the application was depending upon EJB 3.0 annotations but it had a ejb-jar.xml that had version set to "2.1" and there was no oracle specific descriptor (orion-ejb-jar.xml) to designate it use the resource adapter; It would expect JMS destination and connection factory that is required for a JMS-MDB set in the ejb-jar.xml. So try to change the ejb-jar.xml to update the version to "3.0", OC4J would have parsed the annotation and combined the metadata with ejb-jar.xml and it would work.
    -Frances

  • Can I deploy ADF outside IAS & Oracle RDBMS ?

    Hi all,
    We are exploring JDev 10g to be our standard J2EE IDE.
    But I am wondering whether ADF can be deployed outside IAS (e.g : Tomcat, JBoss) ? for production ?
    Also what If ADF on SQL Server 2000 as backends ?
    We need to make sure about this because we are not dedicated to Oracle RDBMS and IAS. We just look for an best J2EE IDE to speed up development.
    Thank you for any help,
    Krist

    Yes both are possible.
    In the JDeveloper tools menu the ADF Runtime installer has options to be installed on JBoss and Tomcat and Weblogic with a single click.
    We also know of people using other application servers.
    ADF is also database independent - for example in the how-to section of JDeveloper on OTN you'll find instructions for using ADF BC with MySQL.
    Toplink (another ADF persistence option) can also work with multiple databases.

  • How to embed excel in java bean area on oracle forms 9i?

    Hi,
    I am trying to embed excel in oracle forms 9i using java bean. I want to open excel sheet in the bean area not as seprate application. Means i donot want to excel running separately from forms on the machine.
    If any body knows the solution please reply.
    Best regrads,
    Shiraz

    Hi
    Is it possible to create a java bean, with a click event which populates data from database table to an excel sheet.
    The data(can be obtained in a string format with delimiters, but can anyone help me in exporting this into an excel sheet). and also to provide user to take prints of the data in the excel sheet.
    If Print of the JTable could be done(by settin printable as this), but this involves unwanted buttons to be printed, and entire table is not available in the spread sheet format.
    Thanks in Advance
    Deepa

  • How to use BEAN in an oracle forms at client side

    Hello,
    I am new in oracle forms.I am using
    OS-Windows 7.
    Forms [32 Bit] Version 11.1.2.1.0 (Production)
    weblogic 10.3.5
    Now I want know that how to use bean item in an oracle forms.
    Thank You.

    Hello,
    You copy the corresponding JAR file that contains the Java BEan in your <DEVSUITE_HOME>/forms/java folder, then you add its name to the archive tags of the forsweb.cfg file.
    This done, you add a Bean Area to your canvas, set its Implementation Class property with the full class name, then you can communicate with the bean via the GET_CUSTOM_PROPERTY() and SET_CUSTOM_PROPERTY() built-in.
    Google could also give you more information.
    Francois

  • To make BI Beans work with Oracle 9i Database for Windows...

    I have tried the following combination
    Oracle Database 9.0.1.2 + Patch 3(Patchset:2227410)
    Jdevelper9i RC
    BI Beans RC
    But, when I tried to create a new calculation or new presentation, I got "Connection information is incomplete, Service Name is not specified." error. So, I added " <oracle.dss.addins.wizard.connection.serviceName>OLAPServer</oracle.dss.addins.wizard.connection.serviceName>" in IDEConnections.xml. After this, it ended up with the "BIB-16601" error again:(
    Please let me know whether I have to wait for another patch or not. Because, if the cause of this error is my configuration and all the Oracle Products are fine, I have to check my configuration again to make it work. But, if I simply have to wait for a new patch, I can do something else till then:)
    Thank you.
    Seiji
    P.S. If someone could make BI Beans work with Jdeveloper9irc and Oracle OLAP Services on Windows, PLEASE let me know.

    I found an answer for my question in the JDeveloper 9i forum ( The title is "OLAP Patch"). I will wait for the new patch.

  • XQuery works outside of Oracle JDeveloper but fails in JDev

    Hi,
    I created an XQuery script that transform an XML file. It works fine in XMLSpy and Stylus, but fails with error in Oracle JDev 10.1.3.1:
    XPST0008: It is a static error if an expression refers to an element name, attribute name, schema type name, namespace prefix, or variable name that is not defined in the static context, except within an ElementTest or an AttributeTest.
    Detail: invalid type 'xs:anyAtomicType'
    Does that mean Oracle JDev doesn't fully support XQuery 1.0?
    Thanks.

    Michelle,
    Can you post your code?
    Regards,
    Geoff

  • How to run EJB session beans outside of a container

    Hello,
    I m trying to run in a testcase some EJB such as Session stateless, Session stateful of entities. For this last one, everythin works fine. Unfortunately, I cant figure out how to run and retrieve by JNDI my session beans.
    I itried to run my beans in the JBOSS embedded EJB runtime, and it works fine.
    It would be nice I anyone could give me some explanations or a link about this subject :)
    Thanks
    Regards,
    Alexandre

    Three things I would want to know before considering answering your question.
    1. What version number to 3 decimal places?
    2. Why?
    3. Why? And this time make it a full and complete explanation. <g>
    Sorry but this is not a normal thing to ask and I am rather concerned about the motivation.

  • How can a non dba user manipulate the dump file outside of oracle ?

    I have a business request to allow a none DBA database user to dump his tables and he can move his dump file on the Unix box from a file system to another file system. This user has a none oracle unix account. When using traditional exp, this is not a problem. But in expdp, all dump files are owned by oracle. Does anybody know how to change the ownership without a DBA involved?
    Unix: Sun Solaris
    DB: 10g
    Storage: sand disk

    Betty wrote:
    following option 1, problem is now the command in the shell script like chmod 744 doesn't allow this none dba user to change the permission, since he doesn't own the file. you can test yourself:
    changepermit.ksh 755
    chmod 744 dump.dmpSo have the script owned by oracle:dba change the owner!
    $ echo "" > bla
    $ ll bla
    -rw-rw-rw-   1 jeg    users            1 Nov 10 16:53 bla
    $ chmod 640 bla
    $ ll bla
    -rw-r-----   1 jeg    users            1 Nov 10 16:53 bla
    $ chown smk bla
    $ ll bla
    -rw-r-----   1 smk    users            1 Nov 10 16:53 bla
    $ echo "" > bla
    /usr/bin/ksh: bla: cannot createNote you'll have to move it unless you let oracle write to it.

  • Address from outside the oracle process' scope

    Hi,
    Doing research a problem in oracle I've got an memory address which "not exists". I'm not an linux architecture expert so maybe somebody knows simply answer how to recognize this address.
    Oracle 10gR2, Oracle Enterprise Linux 2.6.18-128.el5
      1* select * from x$kqfta where indx=0
    SQL> /
    ADDR           INDX    INST_ID   KQFTAOBJ   KQFTAVER KQFTANAM                         KQFTATYP   KQFTAFLG   KQFTARSZ   KQFTACOC
    0C49BF20          0          1 4294950912          2 X$KQFTA                                 1          0         60         10Column ADDR points to memory where the record data is kept.
    Let's check it.
    SQL> oradebug setmypid
    Statement processed.
    SQL> oradebug peek 0x0C49BF20 100
    [C49BF20, C49BF84) = 24580007 5446514B 00000041 00000000 00000000 00000000 00000000 00000000 00000001 0000003C 00000000 0000000A 00000000 FFFFC000 00000002 ...Data seems to be ok.
    Next I tried to find what kind of memory is pointed by ADDR? (sga, pga, ...) and I failed.
      1* select spid from v$process where addr=(select paddr from v$session where sid=(select sid from v$mystat where rownum=1))
    SQL> /
    SPID
    20067
    [oracle@node0 ~]$ pmap -x 20067
    20067:   oracleorcl (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Address   Kbytes     RSS    Anon  Locked Mode   Mapping
    +<cut>+
    00d59000    7028       -       -       - r-x--  libjox10.so
    01436000     260       -       -       - rwx--  libjox10.so
    01477000       4       -       -       - rwx--    [ anon ]
    08048000   77032       -       -       - r-x--  oracle
    0cb82000     324       -       -       - rwx--  oracle
    0cbd3000     120       -       -       - rwx--    [ anon ]
    0ce3b000    1088       -       -       - rwx--    [ anon ]
    20000000  528384       -       -       - rwxs-    [ shmid=0x55000d ]
    b7ab7000     640       -       -       - --x--  zero
    b7b57000     128       -       -       - rwx--  zero
    b7b77000    1280       -       -       - --x--  zero
    +<cut>+
    b7fb0000      28       -       -       - rwx--  zero
    bfac6000     200       -       -       - rwx--    [ stack ]
    total kB  627220       -       -       -The question is:
    Where is memory pointed by ADDR? How to find it by linux tools?
    Thanks for any help,
    Bartek

    Er, no, address 0x0C49BF20 is within the process:
    $ pmap -x 20067
    20067:   oracleorcl (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Address   Kbytes     RSS    Anon  Locked Mode   Mapping
    08048000   77032       -       -       - r-x--  oracle
    0cb82000     324       -       -       - rwx--  oracleSo, there is a memory region at 08048000 that is 77032K long making the memory
    region span addresses 0x08048000-0x0CB81FFF and 0x0C49BF20 is within that
    range. The next question is "what is at that memory region" and for that you
    should look at:
    $ less /proc/20067/smapsand find that region.
    HTH

  • Is it possible to call Oracle standard OA page from outside EBS

    Hi,
    We are trying to call a OA page (Contract Terms page in Quoting User responsibility) from ADF page (outside the Oracle Apps).
    What does it take to implement it ? In general how do we get the session Oracle session ? Is it possible in first place ?
    Thanks
    Saikrishna

    Thanks Gyan,
    I read somewhere that if we can pass the jfn token would help to redirect the control to OA page. For example to open a view quote page:
    http(s)://<host>:<post>/OA_HTML/qotSZzdPopup.jsp?qotFrmDspFile=qotSSbcAcctQuotes.jsp&qotHdrPtyId=%%%External_System_Id%%%&qotHdrPtyNm=%%%Name%%%&jfn=<<jfn token >>
    But this is redirecting control to EBS login page, If my ADF program is aware of username password, how can we get rid of the login page and directly open up the OA page?
    Thanks
    Sai

  • How to use Java Beans in Oracle Forms 11g at 64 bit windows7

    Hello Experts,
                  I am using Oracle forms 11.1.2.2.0 with weblogic 10.3.6 generic at windows 7 64 bit.
    My java version is jdk1.7.0_51.
    Now I have a htmlbutton.jar (which is for bean item in oracle form and this jar file works well for oracle forms 11g 32 bit windows 7 environment).
    I have takken steps:
    1:-Put jar file in home\java folder.
    2:-add this jar file into archive in formsweb.cfg.
    3:-Add this this jar file(which is in my home- java folder) in form_class path in registry.
    Now when I try to locate this jar file in my oracle form.There is no such jar file.what are the steps to use this jar file in oracle forms bean item.
    Please told me what is wrong here.
    thank you
    regards
    aaditya.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • Run Report outside Oracle Application on Unix box

    i want custom repot output outside Oracle Application on Unix box. How could i get output, which command i have to use. i can run on PC.

    Hi,
    Do you want to print the report NOT from the application? If so, you can use lp or print commands to do this (Output files can be found under $APPLCSF/$APPLOUT directory).
    Note: 106186.1 - How to Test an Initialization String Outside of Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=106186.1
    You can also print the report from the OS using CONCSUB.
    Note: 167224.1 - How to Run a Report from the Operating System Using CONCSUB
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=167224.1
    Regards,
    Hussein

Maybe you are looking for

  • All data is wiped from my iphone after internet was serverely hacked, hence transfered to my iphone and everyone elses iphones in the house

    Our internet was hacked really bad, whatever virus/ trojan it was, my two housemates & I didnt realise straight away, by then we had synced our iphones to itunes on our computers, it wasnt long before we noticed our iphones acting strange, they would

  • Problem in P.O Printing

    Hi All,      I have a problem while printing P.O from me23n. i have copied medruck to zmedruck and assigned to me23n. and when go to preivew the condition like PBXX     Gross Price R000     Discount: Percentage R001     Discount: Quantity R002     Di

  • Removing the approval stage in the process of creation / maintenance roles (BRM)

    Gentlemen, Would help to change my process of creating and maintaining Roles via BRM. I want to remove the last phase of my process is approval. Thank you very much.

  • New source system and 0logsys

    hello, We already have a BW production system connected to a unique SAP R/3 system. Our infoproviders (ODS and infocubes) and our infoobjets are not compounded with 0logsys or 0sourcesystem. We have to connect a second R/3 system to our BW systems. O

  • Sap idm

    Hi all, kindly suggest can we implement or configure sap idm for  r/3 ecc5 on windows 2003 and dabase sql.if yes whats the procedure and what are the prerequsites for it  and if  no why.