Runing a database outside of an IDE

Hello,
I am wondering if anyone could help me;
I am creating a java database application in netbeans 6.1 (with JDK 6). I can get the application along with the database to compile and run fine as long as I have started a connection to the database server in the netbeans runtime window. However I want to be able to run the application without having to connect to the database server inside the IDE i.e after the application has been 'built'. I have no set username and password, and have binded GUI elements to a database using the new database application shell in Netbeans 6.1
If anyone could offer me advice on how to have a working connection outside the IDE it would be appreciated greatly.

SilentScorn wrote:
Hello,
I am wondering if anyone could help me;
I am creating a java database application in netbeans 6.1 (with JDK 6). I can get the application along with the database to compile and run fine as long as I have started a connection to the database server in the netbeans runtime window. However I want to be able to run the application without having to connect to the database server inside the IDE i.e after the application has been 'built'. I have no set username and password, and have binded GUI elements to a database using the new database application shell in Netbeans 6.1
If anyone could offer me advice on how to have a working connection outside the IDE it would be appreciated greatly.I'll assume you mean Derby.
I think you'll need to figure out how to start and run Derby in server mode. You'll connect using a URL that includes the name of the host server, port, and database you wish to connect to. You'll still use JDBC, of course.
Sorry I'm not much help with the details. I don't use Derby myself, but I have run HSQLDB in both in-memory and server mode. I'm imagining that Derby is similar.
%

Similar Messages

  • Experiences with running brazilian B1-Database outside of Brazil?

    Hello experts,
    does somebody has experiences with running brazilian SAP B1 database (brazilian localization) on e.g. german (remote) server?
    We plan to transfer running local SAP B1 database of our brazilian subsidiary to our central server in Germany. Brazilian clients will connect to B1 via metaframe/citrix in future. Therefore I have some questions:
    - is it allowed by government/law to have business data (B1-database) outside of brazil?
    - is authorization with token/communication and sending "nota fiscal" (invoice/tax-declarations) to authorities possible? Experiences?
    - experiences with network-connection?
    Thank you for your help.
    Regards,
    GB

    I've done a great amount of my own reading, and if you had any sense of a life, you wouldn't not sit here and post in my question thread, when your especially not going to help me.
    And my question, isn't ide specific.
    Its just a general question that most of you might know.
    You know out of all the forums where I do seek help, this sun forum is
    about the most unfriendly, judgemental forum i've found.
    Edited by: rico16135 on Apr 21, 2008 7:13 AM
    Edited by: rico16135 on Apr 21, 2008 7:15 AM

  • Update database outside SAP using Abap program

    Hi guys, I have the following scenario:
    Today, I have an abap program that calls a RFC to update a database outside SAP using Business Connector.
    The problem is that I won't be allowed to use Business Conncetor (and can't use XI too) to access the outside database (SQL Server 05).
    Is possible to update the SQL Server 05 from an Abap program without a Java based connector? Because my main problem is that I can't use Java...
    Thank you
    Robert

    hi,
    you can use the database connection
    >exec
    > native sql statment
    >endexec
    check theese links for generating source code in ABAP
    [How to use INSERT in EXEC SQL ...... ENDEXEC ?;  insert data to external database
    [exec sql help;  read data from external database
    check theese links for configurating of DBCO (DataBase COnnection)
    [/thread/108422 [original link is broken];
    [http://help.sap.com/saphelp_nw04/helpdata/en/df/455ec9747111d6b25100508b6b8a93/frameset.htm]
    hope that is useful.
    Regards
    Marco

  • Asking database license for SAP IDES

    Hi all,
    My company is planning to install SAP IDES ECC6, and we are now filling the form for SAP Demo License Request. The form said that we need to fill the 'database license' that we currently has.
    - Does anybody know, do we need to have existing and separated database license to install IDES? I thought the database license (either Oracle, MS SQL, or DB2) is free/included in the IDES DVD that we're requesting?
    - Can anybody suggest how big is database size required for ECC6 IDES? As Oracle 10g special edition (XE) is free to be used up to 4 GB.
    Many thanks for your advice.

    Dear Sekhar,
    Please ensure, your SAPCRYPTO.DLL file is not corrupted     How to make sure it is not corrupted?
    1. Loon using SAP* and go to SLICENSE -> Edit -> Temporary License
    in the old license message came temporary license already installed
    in the new license screen message came
    There is a permanent license key for "NetWeaver_DB6" in the system but it has never been checked successfully. In this situation a temporary license key mustn't be installed.
    The temporary license key could not be installed.
    2. I suggest you to delete all licenses (including Temp), If Option 1 does not surve the purpose.
    Then Install the new license that you got. Generally there should not be any
    i tried to delete the new installed license installed after i select the license i got the following message
    "No matching license keys found."
    3. If option 2 does not surve the purpose, then
    Install Temp License in the New License
    already i tried in option 1
    Regards
    Ebrahime

  • How to edit iTunes database outside of iTunes

    Hello everyone,
    After a successfull (more or less) migration of my user account in Windows, I've found myself with a small problem concerning iTunes. The "My Music" folder of the user account was tranferred including the iTunes database & its Library folder. Outside of this folder I had another folder (located in D:\multimedia\lossless) which was also added to the iTunes database & now this folder is in E:\multimedia\lossless).
    A lot of songs contained in that external folder are used in playlists & I have stats & ratings on them that I don't want to lose. With that being said, how could I modify the iTunes database (after a careful backup of course) so that every occurence of the path d:\multimedia\lossless could be changed into the new location e:\multimedia\lossless ?
    I really need help on this so thanks in advance so anyone who could help.

    You can't edit the iTunes database directly. Which version of Windows are we talking about here? Can you move them back to D:\multimedia\lossless\, at least temporarily? iTunes reports the location of "missing" files as "unavailible" which makes it hard to write a script which does a search & replace on the missing files. I do however have a script which will move things that can be found to a new location and updates iTunes as it goes, thereby preserving all metadata.
    An alternative possiblity would be to create a "junction" so that D:\multimedia\lossless actually points to the folder on E:\ then create a script that updates the locations without needing to physically move the files. Once the update is complete the junction could be deleted. Or you could just create the junction and leave things as they are...
    tt2
    Oops, we talking Mac or PC? Talk of drive letters says PC but the sig says otherwise? Macs can also support junctions aka symbolic links... Ignore me...
    Message was edited by: turingtest2

  • JSP called database Bean - works in forte ide- not outside ide

    I am obtaining my Connection object from a Java bean so that I can change database connections (like development to production) by just changing the bean out. Inside forte for java 3.0 with its built in tomcat, it works fine. I have the same version of tomcat that I fire up outside of the ide. I used the ide to create a WAR file and I expand it under webapps so the external tomcat can see it. The initial jsp page works fine (so tomcat can see it fine).
    Now when I click a button that performs a form method=get action=\"operation.jsp\"> ... , the operation.jsp executes the following code:
    <jsp:useBean id="db" scope="request" class="dbConnectBean" />
    <%
    Connection adxcon = db.getDbConnection();
    Statement adxstmt = adxcon.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
    ... %>
    The dbConnectBean code looks like:
    public class dbConnectBean extends Object implements java.io.Serializable {
    public class dbConnectBean extends Object implements java.io.Serializable {
    private PropertyChangeSupport propertySupport;
    private Connection dbConnection;
    public dbConnectBean() {
    propertySupport = new PropertyChangeSupport ( this );
    public Connection getDbConnection() {
    setDbConnection();
    return dbConnection;
    public void setDbConnection() {
    this.dbConnection = dbConnection;
    try {
    Class.forName("org.gjt.mm.mysql.Driver");
    catch (Exception e) {
    System.out.println("Can't load JDBC Driver");
    return;
    try {
    dbConnection = DriverManager.getConnection("jdbc:mysql://localhost:3306/cs_dev?user=foo&password=bar");
    catch (Exception e) {
    System.out.println("Can't get connected: " + e.getMessage());
    return;
    return;
    Outside of the ide, when I click to perform the form action above, I get:
    Error: 500
    Location: /AddressBook/operation.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
         at _0002foperation_0002ejspoperation_jsp_3._jspService(_0002foperation_0002ejspoperation_jsp_3.java:140)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
         at org.apache.tomcat.core.Handler.service(Handler.java:286)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
         at java.lang.Thread.run(Thread.java:484)
    Any ideas??

    Error 500 signifies the following;
    "500 (Internal Server Error)
    500 (SC_INTERNAL_SERVER_ERROR) is the generic 'server is confused' status code. It often results from CGI programs or (Heaven forbid!) servlets that crash or return improperly fromatted headers."
    Check your headers.
    I wouls suggest that you do not Run your Servlets and JSPs through the Forte IDE. Download and install Tomcat 4 on your desktop (if you havent already) and test them there. You only need to mount the directories for the particular web app.
    You can use this guide on how to install and setup your Tomcat 4 and your development environment. http://www.moreservlets.com/Using-Tomcat-4.html
    Hope this helps

  • Database connection using code in IDE

    Anybody there please help me. I cannot connect to my database from within the Java Sun One Studio 5 IDE. This situation also happens in the Enterprise Edition; I cannot connect to the oracle database from within the IDE using code.
    Please can someone tell me what I am doing wrong. I have copied all the .jar files in the Oracle 8i Jar/lib folder into the c:\sun\studio5u1_se\lib\ext. I have equally included classes12.zip and classes111.zip into this same location: c:\sun\studio5u1_se\lib\ext
    Also I have mounted this folder c:\sun\studio5u1_se\lib\ext containing all the relevant files (to the best of my knowledge) in the IDE under the filesystem.
    When I compile from the IDE, it compiles fine without errors; also when I build, it builds the code without any problem. But when I execute the code, it throws the error: Driver Not Found: oracle.jdbc.driver.OracleDriver
    Please, can somebody help me, and tell me if there is something I am not doing well.
    I include here the code:
    * displayDepartment.java
    * Created on April 4, 2004, 11:23 PM
    * @author  macdonald
    // Java core packages
        import java.awt.*;
        import java.sql.*;
        import java.util.*;
        import java.lang.*;
       // Java extension packages
       import javax.swing.*;
    public class displayDepartment extends JFrame{
                // Create a connection to the database
            String serverName = "localhost";
            String portNumber = "1521";
            String sid = "istech";
            String url = "jdbc:oracle:thin:@" + serverName + ":" +
                portNumber + ":" + sid;
            String username = "macd";
            String password = "uchenna";
            String strDr;
        /** Creates a new instance of displayDepartment */
    // constructor connects to database, queries  database,
          // processes results and displays results in window
        public displayDepartment() {
            super("Departments");
            // connect to database istech and query database
            try {
                // load database driver class
       Class.forName("oracle.jdbc.driver.OracleDriver");
                // connect to database
            // Create connection from URL
               Connection conn = DriverManager.getConnection(url, username, password);
                // create Statement to query database
             Statement statement = conn.createStatement();
                // query database
               ResultSet resultSet =
                   statement.executeQuery( "SELECT * FROM DEPARTMENTS" );
                // process query results
                StringBuffer results = new StringBuffer();
                ResultSetMetaData metaData = resultSet.getMetaData();
                int numberOfColumns = metaData.getColumnCount();
                for ( int i = 1; i <= numberOfColumns; i++ ) {
                   results.append( metaData.getColumnName( i )
                     + "\t" );
                results.append( "\n" );
                while ( resultSet.next() ) {
                  for ( int i = 1; i <= numberOfColumns; i++ ) {
                      results.append( resultSet.getObject( i )
                         + "\t" );
                  // results += "\n";
                // close statement and connection
                statement.close();
                conn.close();           
                // set up GUI and display window
                JTextArea textArea = new JTextArea(
                   results.toString() );
                Container container = getContentPane();
                 container.add( new JScrollPane( textArea ) );
                setSize( 300, 100 );  // set window size
                setVisible( true );   // display window
             }  // end try
             // detect problems interacting with the database
             catch ( SQLException sqlException ) {
                JOptionPane.showMessageDialog( null,
                   sqlException.getMessage() + strDr, "Database Error",
                   JOptionPane.ERROR_MESSAGE );
                System.exit( 1 );
             // detect problems loading database driver
             catch ( ClassNotFoundException classNotFound ) {
                JOptionPane.showMessageDialog( null,
                   classNotFound.getMessage(), "Driver Not Found",
                   JOptionPane.ERROR_MESSAGE );
                   System.exit( 1 );
          // launch the application
          public static void main( String args[] )
             displayDepartment window = new displayDepartment();
            window.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );   
      }  // end class displayDepartment

    the problem is that the oracle jars are not in your execution classpath...higlight the file you are executing or go to tools-> option and in any case select the exection types -> external executer...in the advance tab you can add the jars to the "classpath" setting

  • Any ideas for an alternative to AppleWorks Database?

    I've always used the AppleWorks Database to keep a record of my self-employed income.  To be specific I use the 'Cheque Register' template which simply has four fields, one of which is the amount (paid to me, although I suppose the template's really for money spent - doesn't make any effective difference).  Can anyone suggest a similarly simple solution for me to use when I upgrade to Lion?  I don't need an all-singing all-dancing accounts package.  I am only interested in recording and totalling my income, noting who it's from, and adding any additional info I want to remember.  No expenses, no budgeting, just income.  I could (just about, I think) cope with creating a database, but have no idea how to make it user friendly.  I've got Office for Mac, but that doesn't have a database, does it?
    Thanks.

    Unless you're making use of the very flexible layout options provided by AppleWorks's database, I'd move it into a spreadsheet application, such a Numbers.
    I don't see a "Checkbook Register" template or assistant in AppleWorks 6. AppleWorks 5 did include a "Checkbook and Ledger" database template, which included the check register layout shown below.
    As far as I know, the only application that can open AppleWorks database files is AppleWorks. If, as Csound1 suggests, Bento is able to open AW database files, that ability will quite likely apply only to files saved as AppleWorks 6 files.
    To transfer the data to a new application, it will first be necessary to Save or Export the file as Text (or ASCII Text). This will produce a file containing the data (entered or calculated), but not the formulas that produced the data. You may also be able to transfer the data using Copy/Paste, with the same results. Use List view (in the Layout menu) to do this.
    Once it's in the new spreadsheet, you'll need to reconstruct the formulas.
    Regards,
    Barry

  • Kernel _In_Page error when installing database instance on IDES 4.7e

    Dear expert,
    I was installing the database instance of the IDES 4.7e database instance and after 3.5 hour I received the blue screen of death with kernel_in_page_error memory dump.
    The system was installed on one single physical sata drive with different partitioned.
    My system have dual core 2.8ghz and 1 gig of RAM.
    Does anyone have experience with this? Is it because I did not install the NT patch as required in the IDES 4.6c version?
    Your assistance is appreciated. Thank you.

    I have solved the problem and have successfully installed IDES 4.7e.
    There were a few things I did and so I am not fully sure what solved the problem.
    But I think it is related to one of this:
    - update of patches of OS
    - add %JAVA_HOME%\bin to the system path
    - copy all installation files and data to the C: hard
      drive instead of using the dvd rom for the kernel dvd.

  • Implementing A Group BY outside the database

    Guys,
    I have out today that I need to provide an implementation which allows dynamic Group by's to be proceessed in Java. I have looked at Hibernate but it does not support what I have in mind.
    Ideally I have a result set of 1000 rows (say). I need to be able to add group by as well as aggregation to this result set. This can not be done at the database level.
    Any ideas on how to approach - perhaps a database framwork which allows results to be processed.
    Thanks

    DuffyMo,
    I have been visiting this site for well over 2 years and it is good to see you still particpating.
    Thank you.
    Ideally Hiberante would be great but I could not get anything concrete to work - The reason I ask to do this way - is becuase we are using a Microsoft stored procedure which has all the data in a non aggregarted realtion (table).
    My application needs to display this data but there are rules like Grouping which need to be applied.
    I think it is very difficuklt to write a group by in Java - Do you have any knowledge of wether Hibernate can process a stored proecdrue, possible many times (since it might be a group by on multiple columns)
    Thanks

  • EPMA Deployment Issues (Rollback Database)

    I have seen some posts where users were able to rollback their EPMA databases. This could be helpful when running into deployment issues. Can anyone outline the steps that are needed to rollback an EPMA database?
    Thank you

    spring_patel wrote:
    i really appreciate you trying to solve my problem..
    but i think...my estion is fairly simple and straight forward...and i've provided every detail of my problem(if uv'e read my opening post of this thread)....
    and as far as that link goes...i've already checked it b4 u guys mentioned it... as it is provided right there in the tutorial i've provided link of...
    and i've tried my options b4 making use of this forum...and i didnt find a solution that's why i'm taking ur help..
    nevertheless...i repeat my question...
    there's a tutorial at this link...[http://www.netbeans.org/kb/docs/java/gui-db.html]...in it is described how to create a java desktop database applicaiton...
    at the end of the tuorial there is a section called: "Building and Deploying the Application"
    in that section they have instructed to exit netbeans IDE and try and run the application outside it...which is not happening
    the reason they say is that i've to start Java DB from outside of the IDE...that is wat my problem is ..
    i dont know how to start Java DB from outside the Netbeans ide...You are not telling us anything.
    If I tell you "my automobile doesn't work" how do you know what is wrong. Instead I need to tell you one of the following.
    1. The engine didn't start.
    2. The wheel fell off.
    3. The engine caught fire.
    4. When I went to the driveway the car wasn't even there.
    When you "run" something then something happens. When I run notepad from a console window if notepad is not in the path then I will get an error about command not found. if it is in the path then the command executes and notepad pops up. Even if I don't see notepad pop up I know that the command seemed to execute from the command window.
    The above are examples of describing what you did and what did happen. In detail.
    "It doesn't work" provides neither detail about how you ran it nor what did happen when you did attempt to run it.

  • Deployment issues-java desktop database application

    hello,
    i'm vasant...recently visited an online tutorial for creating java desktop database application
    here is the URL [http://www.netbeans.org/kb/docs/java/gui-db.html#running-outside-IDE] ...
    everything works fine...when building and executing the application from within the NetBeans IDE..6.7
    but as instructed in that tutorial...when I tried to run the .jar file after exiting the netbeans IDE, it didnt run...
    infact direction has been given in that tutorial for this in the last section....which says that i've to start Java DB from outside the Netbeans IDE...that's where difficulty arises....
    i've no idea how to start Java DB manually...
    i'd really appreciate if nybody der could...help me out plz
    thanx

    spring_patel wrote:
    i really appreciate you trying to solve my problem..
    but i think...my estion is fairly simple and straight forward...and i've provided every detail of my problem(if uv'e read my opening post of this thread)....
    and as far as that link goes...i've already checked it b4 u guys mentioned it... as it is provided right there in the tutorial i've provided link of...
    and i've tried my options b4 making use of this forum...and i didnt find a solution that's why i'm taking ur help..
    nevertheless...i repeat my question...
    there's a tutorial at this link...[http://www.netbeans.org/kb/docs/java/gui-db.html]...in it is described how to create a java desktop database applicaiton...
    at the end of the tuorial there is a section called: "Building and Deploying the Application"
    in that section they have instructed to exit netbeans IDE and try and run the application outside it...which is not happening
    the reason they say is that i've to start Java DB from outside of the IDE...that is wat my problem is ..
    i dont know how to start Java DB from outside the Netbeans ide...You are not telling us anything.
    If I tell you "my automobile doesn't work" how do you know what is wrong. Instead I need to tell you one of the following.
    1. The engine didn't start.
    2. The wheel fell off.
    3. The engine caught fire.
    4. When I went to the driveway the car wasn't even there.
    When you "run" something then something happens. When I run notepad from a console window if notepad is not in the path then I will get an error about command not found. if it is in the path then the command executes and notepad pops up. Even if I don't see notepad pop up I know that the command seemed to execute from the command window.
    The above are examples of describing what you did and what did happen. In detail.
    "It doesn't work" provides neither detail about how you ran it nor what did happen when you did attempt to run it.

  • ORA-02021: DDL operations are not allowed on a remote database

    Hi,
    While creating a trigger to keep track of every deletion on a remote table, I am receiving this error.
    I am not using any DDL within my trigger.
    My trigger code is:
    CREATE OR REPLACE TRIGGER neeraj.iuc_trig
    before delete on neeraj_test@iuc
    for each row
    DECLARE .........................
    Here iuc is public database link.
    Any idea ?
    Regards,
    Neeraj

    Hi Neeraj,
    you cannot define a trigger on a remote table.
    why don't you define the trigger just directly on
    the remote db.
    You can define some insert/update ... operations
    on "your" db in your trigger.
    you need a db_link for that on your remote-db
    to your "original"-db
    update emp@orig_db ...
    Regards
    Schoeib
    Message was edited by:
    schoeib

  • Need a Help with instalation SAP IDES 2005 SR2

    Hi All,
    I'm trying to install SAP IDES 2005 SR2 on my notebook HP (2GB RAM, 120GB HDD, 700 HDD external, dual core procesor), Win Server 2003 Enterpise, Oracle 10g (patch 2), jave 1.4.2.13, I've downloaded all installation files DVDs from SAP Marketplace.
    Everytime my installations stops on step 19 - Import ABAP, and I get message like this:
    (DB) INFO: T76MGE_CGROUP~0 created #20081023222635
    DbSl Trace: Error 604 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-604 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "T76MGE_CKI" ( "MANDT" VARCHAR2(9) DEFAULT '000' NOT NULL , "CHKL_ITEM" VARCHAR2(12) DEFAULT ' ' NOT NULL , "TASK_FOR" VARCHAR2(12) DEFAULT ' ' NOT NULL , "START_DATE" VARCHAR2(6) DEFAULT ' ' NOT NULL , "POSS_DUR" VARCHAR2(12) DEFAULT '0000' NOT NULL , "PSDUR_T_UNIT" VARCHAR2(9) DEFAULT ' ' NOT NULL , "NEC_IT" VARCHAR2(3) DEFAULT ' ' NOT NULL , "IS_DOC" VARCHAR2(3) DEFAULT ' ' NOT NULL , "START_DIFF" NUMBER(4,0) DEFAULT 0 NOT NULL , "START_TUNIT" VARCHAR2(9) DEFAULT ' ' NOT NULL , "END_DATE" VARCHAR2(6) DEFAULT ' ' NOT NULL , "END_DIFF" NUMBER(4,0) DEFAULT 0 NOT NULL , "END_TUNIT" VARCHAR2(9) DEFAULT ' ' NOT NULL ) TABLESPACE PSAPSR3 STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
    (SQL error 604)
    error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    G:\usr\sap\IDE\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    G:\usr\sap\IDE\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20081023222635
    and also:
    TRACE: 2008-10-23 22:22:48 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL2' import package into database:
    G:\usr\sap\IDE\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -stop_on_error
    ERROR: 2008-10-23 22:26:36 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is interrupted with R3load error.
    Process 'G:\usr\sap\IDE\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL2.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2008-10-23 22:26:48
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2008-10-23 22:26:48
    1 error(s) during processing of packages.
    INFO: 2008-10-23 22:26:48
    Import Monitor is stopped.
    Could anyone help me with this issue, what I am doing wrong?
    I'll appreciete any help, cause I'm going crazy  this is may be the 5th time that my installation stops on this stage.
    Thanks in advance

    Hi Eric
    These are values in init.ora:
    #Transaction processing
    #sort_area_size=524288                  
    #Datawarehouse
    sort_area_size=1048576                  
    large_pool_size=1048576                  #Transaction processing, Datawarehouse
    db_cache_size=50331648                   #Datawarehouse, Transaction processing
    java_pool_size=67108864                  #Datawarehouse, Transaction processing
    db_block_buffers =  200                 # INITIAL
    db_block_buffers=100                    #SMALL 
    db_block_buffers =550                   # MEDIUM
    db_block_buffers=3200                   #LARGE
    #shared_pool_size =  52428800             # INITIAL
    shared_pool_size = 67108864              # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    How I have to chenge the values?
    And in init<SID> values are:
    unit of shared_pool_size: bytes
    unit of db_block_buffers: number of cached blocks
    unit of log_buffer: bytes
    shared_pool_size = 160903987
    10% of shared_pool_size
    shared_pool_reserved_size = 16090398
    log_buffer = 1048576
    Please, let me know what are the correct values?
    Thank you in advance

  • Import ABAP error in ERP 2005 SR2 IDES installation

    Hi Experts
                   I am trying to install the SAP ERP 2005 SR2 ( OS is 2003 and Database is Oracle 10g )IDES which i downloaded from the SAP market place and got
    the following error at the IMPORT ABAP task
    INFO 2008-02-20 14:19:37
    Output of C:\Program Files\Java\j2re1.4.2_16\bin\java.exe -classpath migmon.jar -showversion
    com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "D:\ERP 2005 IDES\51032413_1\EXP1;
    D:\ERP 2005 IDES\51032413_2\EXP2;D:\ERP 2005 IDES\51032413_3\EXP3;D:\ERP 2005 IDES\51032413_4\EXP4;
    D:\ERP 2005 IDES\51032413_5\EXP5;D:\ERP 2005 IDES\51032413_6\EXP6;D:\ERP 2005 IDES\51032413_6\EXP7;
    D:\ERP 2005 IDES\51032413_6\EXP8;D:\ERP 2005 IDES\51032413_6\EXP9;D:\ERP 2005 IDES\51032413_6\EXP10;
    D:\ERP 2005 IDES\51032413_6\EXP11" -installDir C:\PROGRA1\SAPINS1\ERP\SYSTEM\ORA\CENTRAL\AS
    -orderBy "" -r3loadExe D:\usr\sap\SRD\SYS\exe\nuc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 1100
    -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2008-02-20 14:31:07
    Execution of the command "C:\Program Files\Java\j2re1.4.2_16\bin\java.exe -classpath migmon.jar -showversion
    com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "D:\ERP 2005 IDES\51032413_1\EXP1;
    D:\ERP 2005 IDES\51032413_2\EXP2;D:\ERP 2005 IDES\51032413_3\EXP3;D:\ERP 2005 IDES\51032413_4\EXP4;
    D:\ERP 2005 IDES\51032413_5\EXP5;D:\ERP 2005 IDES\51032413_6\EXP6;D:\ERP 2005 IDES\51032413_6\EXP7;
    D:\ERP 2005 IDES\51032413_6\EXP8;D:\ERP 2005 IDES\51032413_6\EXP9;D:\ERP 2005 IDES\51032413_6\EXP10;
    D:\ERP 2005 IDES\51032413_6\EXP11" -installDir C:\PROGRA1\SAPINS1\ERP\SYSTEM\ORA\CENTRAL\AS
    -orderBy "" -r3loadExe D:\usr\sap\SRD\SYS\exe\nuc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 1100
    -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103.
    Output: java version "1.4.2_16"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)Java HotSpot(TM)
    Client VM (build 1.4.2_16-b05, mixed mode)Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: ERRORImport Monitor jobs: running 0, waiting 18, completed 0, failed 1, total 19.
    ERROR 2008-02-20 14:31:07
    CJS-30022 Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2008-02-20 14:31:07
    FCO-00011 The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW
    CreateDBandLoad|ind|ind|ind|ind|10|0|NWABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor
    was executed with status ERROR .
    can anyone help me to fix this error. Installation of ECC 6.0 with SQL SERVER 2005 was done fine.
    Thanking you
    Regards
    Mrudul

    Hi Mrudul,
       Understood you have downloaded the completed IDES SAP 2005 SR2 package, i have also downloaded it several months ago, but i found the package not full good when i prepare to install it last week, 3 of 35 Exp unpackage CRC32 error(51032413_part15.rar & 51032413_part16.rar & 51032413_part17.rar) when unpackage them, can you do me a favor to share me the 3 rar files? As the original download address have been obsoleted away service.sap.com, i can tell you my FTP site to store them.
    51032413_part15.rar & 51032413_part16.rar & 51032413_part17.rar
    Or  51032413_3\EXP3\DATA\SAPAPPL1.009 & SAPAPPL1.010
    12/17/2006  02:32 AM     1,048,576,000 SAPAPPL1.009
    12/17/2006  02:42 AM       954,643,456 SAPAPPL1.010
    Tks!
    Best rds,
    Jeff
    msn: [email protected]

Maybe you are looking for