How to Integrate DERBY Database to XI?

I am tying to store an XML format data recieved from a web service to Derby Database of Netbeans Studio.
Is this possible then which XI adapter should I use in the Communication channel configuration?
Any help will be great?

Hi,
How are you planning to upload the database. Are you planning to go with direct DB access from XI oe any shared folder,where you store this data and then some batch program etc uploads the database..
First of all sender side, you can use SOAP adapter as you mentioned it is a Webservice.. But in the receiver I am not sure JDBC adapter does support this.. first of all you can find out about database properties, drivers etc.. like MS SQL etc..
Then you can think of JDBC adapter. Else, you can dump the file into database repository and then some other job will upload the data..
Just my views
Rgds,
Moorthy

Similar Messages

  • How to integrate mysql database using prerequisites in visual studio 2010

    how to integrate mysql database exe file using prerequisites in visual studio 2010  and it should be installed when my exe file starts installing.is it possible to integrate mysql database exe?
    S S Manne

    As your question appears to be about application deployment, and not about .NET Framework setup (this forum's topic), please ask here:
    https://social.msdn.microsoft.com/Forums/en-US/winformssetup/threads
    Thank you for your understanding.

  • How to use Derby database in embedded mode in WebLogic 12c?

    I have a JavaEE-6 application that uses Derby database in embedded mode. It uses JPA for persistence. Everything works fine in Glassfish but now I am trying to port it to WebLogic 12c and having issues setting up Derby database in WLS in embedded mode. The derby setup in WLS asks for Host/port and does not have the embedded mode option. Any help is appreciated.
    -Prantor

    I'm pretty sure this is the wrong forum. "Oracle Application Server" is iAS, not WebLogic.

  • How to integrate different database in SAP B1 into unique DB?

    Hello,
    In our landscape, we've SAP B1 System and we also build SAP BW on Hana reports using B1 as a source system.
    Currently, in SAP B1 system, we don't have unique database.  Rather, we have distinct database for different Sales Offices.  At present, we have 15 Sales Office and hence, we've 15 databases.
    If we make any changes on a single database table, we've to replicate it to each and every database manually.
    Hence it's difficult to solve if there occurs an issue on it's dependent system, as we've to check each and every database manually.
    Is there a possibility of integrating all these databases into a single(unique) database?  If so, how effectively & efficiently we do it?  Please suggest.
    As understood, using B1iF we can consider all the 15 DB as child and create one parent DB and integrate all the child with parent.  Can you help me on how can we achieve this?  How can we safeguard all the dependent applications if we do the same?
    I would appreciate if you can consider my discussion & help me in this regard.
    Regards,
    Antony Jerald.

    Hello,
    Can any one help me on this query in the discussion?
    Please suggest.
    Regards,
    Antony Jerald.

  • How to use Electroserver's built in Derby Database?

    hello. I am trying to create an online multiplayer game with electroserver like here:
    http://gamesfromjames.weebly.com/pickit.html
    I was looking at the source code from electrotank. Unfortunately, I cannot compile it in flash CS6 because the document class is in mxml.(if someone can help me figure out how to test these examples  in pure as3 that would be great)  I did find these two functions in hte mxml class:
                 * Increases your rank by the amount specified by sending a properly formatted message to the plugin.
                private function addToRankClicked():void {
                    var ipr:PluginRequest = new PluginRequest();
                    ipr.pluginName = "DatabasePlugin";
                    var esob:EsObject = new EsObject();
                    esob.setString(PluginConstants.ACTION, PluginConstants.TAG_ADD_TO_RANK);
                    esob.setInteger(PluginConstants.TAG_ADD_TO_RANK, rankDeltaStepper.value);
                    ipr.parameters = esob;
                    _es.engine.send(ipr)
                 * Loads your rank from the database by asking the plugin for it.
                private function getRank():void {
                    var ipr:PluginRequest = new PluginRequest();
                    ipr.pluginName = "DatabasePlugin";
                    ipr.zoneId = -1;
                    ipr.roomId = -1;
                    var esob:EsObject = new EsObject();
                    esob.setString(PluginConstants.ACTION, PluginConstants.TAG_GET_RANK);
                    ipr.parameters = esob;
                    _es.engine.send(ipr)
    Is this all that is needed to put things into the database and take things out or am I missing something?
    If I was going to try to save the chat history and show it every time a user enters the chat room, how would I go about doing it with electroserver's derby database?
    Thanks!

    Use Flex/Flashbuilder to compile mxml source code.
    There are many Flash Games on their Example site: http://www.electrotank.com/docs/es5/manual/

  • How to integrate 2 different database

    hi..
    how to integrate between 2 difference database?
    between oracle 10g and sql server.
    also in different pc.
    thanx.

    Ok ,
    In topology create connection to ORACLE as well as SQL SERVER by Inserting dataserver .
    Create physical schema , logical schema for Oracle and Sql Server and catalog for Sql Server .
    In Designer create models by reversing using the logical schema defined in topology .
    Create interface , you will be able to use Oracle and Sql Server as source as well as target .
    Thanks,
    Sutirtha

  • How to Integrate real time data between 2 database servers

    How to Integrate real time data between 2 database servers
    May 31, 2006 2:45 AM
    I have a scenario where the data base (DB2 400) is maintained by AS 400 application and my new website application based on j2ee platform access the same database also but the performance is very low. So we have thought of introducing new oracle data base which will be accessed by j2ee application and all the data from db 400 database will be replicate to oracle data base. In that scenario the only problem is of real time data exchange between 2 databases. How do we achieve that considering both the application As400 and j2ee website application are running in parallel and accessing the same information lying on DB2 400 database. We have to look at transaction management also.
    Thanks
    Panky
    DrClap
    Posts:25,835
    Registered: 4/30/99 Re: How to Integrate real time data between 2 database servers
    May 31, 2006 11:16 AM (reply 1 of 2)
    You certainly wouldn't use XML for this.
    The process you're looking for is called "replication". Ask your database experts about it.
    I predict that after you spend all the money to install Oracle and hire consultants to make it replicate the DB2/400 database, your performance problem will be worse.
    panks
    Posts:1
    Registered: 5/31/06 Re: How to Integrate real time data between 2 database servers
    May 31, 2006 11:55 PM (reply 2 of 2)
    Yeajh I now that its not a XML solution.
    Replication is one of the option but AS400 application which uses DB2/400 DB is highly loaded and proposed website also uses the same database for retrieval and updation purpose.All the inventory is maintained in the DB2/400 database so I have thought of introducing new oracle database which will be accessed by new website and it will have all the relevant tables structure along with data from DB2/400 application. Now whenever there is a order placement from new website then first it should update the oracle database and then this data shuold also migrate to db2/400 application at real time so that the main inventory which is lying on db2/400 should be updated on real time basis because order placement is aslo possible from As400 application. So the user from As400 application should not get the wrong data.
    Is it possible to use MQ products??
    -Panky

    Hi,
    the answer to your question is not easy. Synchronization or integration or replication data between 2 (or more) database servers is very complicated task, even though it doesn't look like.
    Firstly I would recommend to create good analysis regarding data flow.
    Important things are:
    1) what is primary side for data creation. In other words on which side - DB2 or Oracle - are primary data (they are created here) and on which side are secondary data (just copies)
    2) on which side are data changed - only in DB2 side or only on Oracle side or on both sides
    3) Are there data which are changed on both side concurrently? If so how should be conflicts solved?
    4) What does it mean "real time"? Is it up to 1 ms or 1s or 1 min or 1 hour?
    5) What should be done when replication will not work? I mean replication crash etc.
    BTW. The word "change" above means INSERT, UPDATE, DELETE commands.
    Analysis should be done for every column in every table. When analysis is ready you can select the best system for your solution (Oracle replication, Sybase replication server, MQ, EJB or your proprietary solution). Without analysis it will be IMHO gunshot into the dark.

  • How to access the database jar file using the derby 10.2.1.6 database ?

    Hi,
    How to access the database jar file using the derby 10.2.1.6 database ?
    I have used like below. And i am getting the following the error:
    "org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'org.apache.derby.jdbc.EmbeddedDriver'
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1136)"
    My context.xml file looks like this:
    <Context crossContext="true">
    <Resource name="jdbc/derby" auth="Container"
    type="javax.sql.DataSource" driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
    url="jdbc:derby:jar(\CalypsoDemo\database.jar)samples"
    username="xxx" password="xxx" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    </Context>
    What could be the reason.?
    Any suggestions will be appriciated.
    Thanks in Advance,
    Gana.

    ya, I have restarted. Can you please tell me whether the path which i am giving is right or not in the context file?
    Thanks,
    Gana.

  • How to integrate android application with oracle database using oracle mobile database server.

    Hi,
    I developed one web application using oracle database. I want to implement same web application in android. My problem is how to integrate android application with existing oracle database using oracle database mobile server. Can u please guide me how to install oracle database mobile server and how to integrate android app with existing oracle database..
    Thank you.

    In the Database Mobile Doc set there is an entire book that covers the Installation of Oracle Database Mobile Server.   Chap 4 of that book contains screen shots and all kinds of information that will help guide you through the installation.   We also have a doc on the different mobile clients.  Chap 2 of that guide covers installs and integration of an android app. 
    thanks
    mike

  • Apache Derby database not working

    I am running a Windows 2003 server with Coldfusion 8. I was attempting to update the Apache Derby database to the latest version. I copied the following files to the "\Coldfusion8\lib\" directory and replaced the existing files:
    derby.jar
    derbyclient.jar
    derbynet.jar
    derbyTesting.jar
    derbytools.jar
    After replacing these files, I haven't been able to get my Apache Derby embedded databases working. I've downloaded all of the versions of Derby from the Apache website and individually replaced the files in the "\Coldfusion8\lib\" folder. I shut down CF, replaced the 5 files, and restarted the server; all without any luck.
    Any ideas on how to restore Apache Derby functionality to my server would be greatly appreciated.

    how to restore Apache Derby functionality
    Restore the original files you replaced!
    If you want to use version of Derby other than the one CF ships with, install it separately.
    Adam

  • How to modify the database by Oracle-ridc-client

    How to modify the database by Oracle-ridc-client

    First of all, from your question it is not very clear what kind of modifications you intend to do - one correct answer to your question could be "call any non-read-only service", which will result as insert/update/delete to a table somewhere. My guess is that this is not the answer you are looking for.
    While working with RIDC (or CIS to answer your other thread at once) you have to understand that you integrate primarily with the application layer of your solution. If you want to modify the database scheme, you might, for instance, add a new metadata field - this is OK, because there is a service that you may call to achieve that. On the other hand you might want to change the db scheme directly (e.g. add a new column to a standard table); here neither RIDC, not CIS will help you unless you create a custom (server-side) service that you will call. Note, however, that you should be doing this only if you are really sure what you are doing.

  • How to Integrate SAP EP with SAP PI to send data for creating reports in BW

    Hi Gurus
    I am struck with an Object/Interafce Creation in my project. My requirement is to Integrated SAP Enterprise Portal and SAP BW using SAP Pi. I am working on SAP PI7.1. The SAP EP sits on the Oracle Database and it will send some data required for generating some reports in BW.
    My question is how to integrate the above systems by which adapters and which will be the best approach. If we use PI, the major advantage is we can Monitor the flow of the messages .
    Cant the BW System directly talk with the SAP EP System. If there is an approach, can we monitor the message flow with out PI involvement.
    All the above mentoined systems(SAPEP,SAPPI,SAPBW,SAPSRM,SAPABAP) are in the client landscape only.
    Please suggest me the approach.
    Thanking you

    Hi rajshekar
    Thanx for the reply
    In the current project we are having an Interafce which is a B pass sceanrio from MDM to BI; MDM is dat , pi is picking the data by Sender File CC and Posting the Data to BW by using Receiver File CC. this does not involve any developemnt of ESR Objects.
    My current requirement also seems to be the same Pick thhe date from SP Portal and give it to BW for generaiting reports.
    Can i use the SOAP at sender side and File at receiver side with out the involvement of ESR Objects.
    Does the By Pass aprroach work for this aprticular interafce.
    How can we integrate SAP EP with BW withour Pi?
    please share any blogs or forums
    please help
    Thank you
    Edited by: VArjun86 on Jan 4, 2012 10:27 AM

  • How to connect mysql database using xml

    welcome to all,
    here my doubt is how to connect mysql database using xml file, how to integrate xml file and jsp file and how to access data from dabase using jsp file. can any one help me
    regards

    Short answer: you wouldn't do any of those things. The first two are meaningless and the third is a bad practice. I have no idea what those ideas were supposed to achieve so I have no idea what tutorials I should suggest to you.

  • How to integrate weblogic 10 server in IBM rational software architect 7.0?

    Hi All,
    Please help me to resolve this issue!!!!!!!!
    I am trying to find it out how to integrate weblogic 10 server in IBM rational software architect 7.0?
    Thanks
    Harshad

    You're right: Weblogic supports Apache web server 2.0 and 2.2 to be a proxy server but you are using Oracle Application Server 10.1.3.1.0 which is based on Apache *1.3* as you can read in "Oracle® HTTP Server Administrator's Guide"
    10g (10.1.3.1.0) - Part Number B28948-01 - 1.1 Oracle HTTP Server Features, right under "Based on Apache - HTTP v1.1 Support" at
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28948/overview.htm#i1008837.
    As far as I know, the only OHS based on Apache *2.0* is available as a standalone release: "Oracle HTTP Server (Apache 2.0) (10.1.3.3.0) for Linux x86" - 32bit. You can download it from http://www.oracle.com/technology/software/products/database/oracle11g/111060_linuxsoft.html (as_101330_apache2_lnx.zip).
    I've tested it successfully.
    Edited by: Virgil on Jan 15, 2009 3:08 AM

  • How to disable derby for WebLogic 12.1.2?

    Previous versions of WebLogic did not automatically start the Derby database but now with 12.1.2 it is always starting it.
    This is happening all the time, no matter if this is a production domain or not.
    What is the reason behind this change of behaviour and what is the easiest way to disable that in a domain template without modifying multiple files?

    Basically there is a simple IF statement in the "$WL_DOMAIN_HOME$\bin\setDomainEnv.cmd" file:
    @REM Set DERBY_FLAG, if derby is available.
    if exist %WL_HOME%\common\derby\lib\derby.jar (
        set DERBY_FLAG=true
    So if you want to prevent derby form starting you have a couple of options:
    you can rename "derby.jar" to something else (this is what I have done and it works)
    you can delete the IF statement from start-up script
    maybe you could statically set the DERBY_FLAG to false in the startWeblogic.cmd script
    How to set this particular feature in a template I don't know. I hope this at least partially solves your problem.
    Regards, Goran

Maybe you are looking for

  • I delete emails but they do not show up in the trash folder, how do I make them visible?

    There are 2 trash folders one under my email address and one under local folders but the deleted emails do not show up in either. I have been using file>empty trash to keep things from getting too full but sometimes I would like to see what is the tr

  • Function Module to calculate pallets

    Hi, I need a Function Module to calculate pallets for free of charge articles while creating a sales order. can someone name any FM for this purpose. Thanks in advance

  • Right Mouse Button Menu Activation over JTextArea

    Hello JavaMasters !! I'm a little Shamy to ask you this silly question, but I don't manage to activate the right mouse button Menu over a JTextArea (to do Copy/Cut/Paste/Select All .. operations) as with a simple TextArea !! I hope that its just a bo

  • Aperture stacks

    Is it possible to create a stack with photos taken at different times? I have photos of the same object taken on different occasions and would like them together for purposes of comparisons, just like is done in stacks. In other words; they are not i

  • Computer is shutting down right in the middle of things rop

    It was doing this about a month ago. Just completely shutting down in the middle of the internet, iphoto,etc. and it wouldn't go to sleep, but kick off. I took it to the apple store and they said it was the power supply and fixed it. Then yesterday,