Problem in importing the database

Hi
my team is new to htmldb..I am doing one module in a stand alone system and my teammate is doing another module in anothe system..I want to import my database into my teammate system..i used sql script for importing...But when I run the script..it gives me the following error...
unable to import script . Application ID and current security group id are not consistent...
Can anyone say what is the problem?
Fazila

when I run the script(got by uploading from another system),it gives me the following code..
Numbersort by this column Elapsed Statement Feedback Rows
1 0.06 begin wwv_flow.g_import_in_progress := true; end; Statement processed. 1
2 0.08 begin -- Assumes you are running the script connected to Statement processed. 1
3 0.02 begin wwv_flow.g_import_in_progress := true; end; Statement processed. 1
4 0.01 begin select value into wwv_flow_api.g_nls_numeric_chars fr Statement processed. 1
5 0.00 begin execute immediate 'alter session set nls_numeric_chara Statement processed. 1
6 0.00 begin wwv_flow.g_browser_language := 'en-us'; end; Statement processed. 1
7 0.00 begin -- This date identifies the minimum version required Statement processed. 1
8 0.00 begin wwv_flow.g_user := nvl(wwv_flow.g_user,'COMPTOOL'); en Statement processed. 1
9 0.06 begin wwv_flow_api.g_varchar2_table := wwv_flow_api.empt Statement processed. 1
10 0.03 declare l_name varchar2(255); begin l_name := 'F ORA-20001: Unable to import script. ORA-20001: Application ID and current security group ID are not consistent. -
11 0.02 begin wwv_flow_api.g_varchar2_table := wwv_flow_api.empt Statement processed. 1
12 0.01 declare l_name varchar2(255); begin l_name := 'F ORA-20001: Unable to import script. ORA-20001: Application ID and current security group ID are not consistent. -
13 0.00 begin execute immediate 'alter session set nls_numeric_char Statement processed. 1
Can you say what is the problem? what is type imp help=y to run options for import command ...i dont understand...can you explain?
Fazila

Similar Messages

  • Problem in getting the database connection from a connection pool

    Hai All,
    I am facing a problem in getting the database connection from a connection pool created on weblogic server 8.1.
    I am using the Oracle database 8.1.7.
    I have configured my connection pool, datasource and JNDI in weblogic.
    In my java program i have the following code to retrieve the connection.
    import java.sql.*;    
    import java.util.Hashtable;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    class jdbcshp1 {
        public static void main(String[] args) {
         Connection connection = null;
         try {
               Hashtable ht = new Hashtable();
               ht.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");  // Wanna get rid of this.
               ht.put(Context.PROVIDER_URL,"t3://localhost:7001"); // wanna get rid of this.
               // Get a context for the JNDI look up
               Context ctx = new InitialContext(ht);
            javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup ("myjndi1");
              //Create a connection object
              connection = ds.getConnection();
         The above code is working fine but, the two ht.put statements are creating problem.
    The problem is, after converting the application into WAR file it can be deployed
    on any machine or different port on same machine. My application fails if its deployed on
    weglogicserver which is at different port.
    Is there any way that i can get rid of those ht.put statements or any other way to solve the problem.
    any help is appreciated.
    Thanks in advance
    Pooja.

    Hai All,
    Firstly, thanks for ur reply.
    Even i have seen some code which uses context constructor with out any parameter and works fine.
    i dont understand why its not working for my code.
    When i remove those ht.put code and use context constructor with out any parameter, it giving an error.
    Context ctx = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup ("ocjndi");
    connection = ds.getConnection();The error is as follows:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    the above error is forcing me to include those code but if the port number is changed the code will not work. Plz let meknow if some setting have to be made.
    I appreciate all ur valuable help.
    Thanks once again.
    Pooja.

  • Problem in importing the type and jobs

    Hello ,
    Actually i am having problem in importing the jobs and types from a dump ,during import it gives an error for both jobs and types and after the import completes ,when i check the job and type in the schema it does not exist ,,
    Kindly give me any suggestion regarding this problem or suggest me any way through which i can import these jobs and types on the same server but in different schema ..or is there any way though which i can make the dump by using export,in which i can exclude the jobs and types in dump file.
    Plz reply me as soon as possible..
    thanks in advance.
    Regards,
    Omer.

    What can be done in this senario when table name in source and target schema are different.
    What other approaches i can follow.
    Please let me know.

  • Problem in accessing the database through VPN

    I am having problem connecting to the database through VPN but it is working perfectly fine if i connect to the network directly.
    It would be really great if you could help me to resolve this issue.
    Thanks

    I am having problem connecting to the database through VPN but it is working perfectly fine if i connect to the network directly.Fix the VPN problem.
    Check the logfiles.
    For better advice provide any meaningful detail.
    If I do not poke myself in the eye, it does not hurt.
    Tell me to to stop feeling pain.

  • Problem in bringing the database up

    Hi,
    I am facing this problem while bringing the database up :-
    ORA-01190: control file or data file 21 is from before the last RESETLOGS
    ORA-01110: data file 21: '/fnb/dbdevices2/ora10g_scmb/scmbdata06.dbf'
    What i did just before that was i brought two datafiles ONLINE one of them is :-
    '/fnb/dbdevices2/ora10g_scmb/scmbdata06.dbf' as given in the error.
    I have been able to mount the database and when i try to bring these datafiles offline it gives same error
    and also i tried to drop the datafile and on doing that i get disconnected from Oracle.
    Can anyone please help in this.
    Regards,
    kapil

    you'll want to log an SR to go through this with support. It looks like you took the file OFFLINE a while ago, then did an open resetlogs whilst the file was offline, and then tried the operation you described. In the case of READ-ONLY datafiles where the file header details don't get updated and a similar issue arises then there is a supported procedure to restore the file to the database. In your case I'm not sure if there is a supported route for you to go down.
    Niall Litchfield
    http://www.orawin.info/

  • Import the database dmp file

    hello friend
    what is the process import the database dmp file into oracle application express.
    i want to import the database dmp file into the http://apex.oracle.com/ online workspace .
    it is possible ? please help me how to complete this process .
    regards
    vicky........
    Edited by: vicky....... on Dec 5, 2010 9:30 PM

    Hi,
    You can't import dump file to apex.
    For importing you have to take your database in sql script and run it on apex.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Importing the database from ocs 9 to ocs 10.1.2

    I am working on setting up oracle collaboration suite 10g at work, and we have a seperate version of oracle collaboration suite 9i running now. I was wondering if I could import the database tables from ocs 9i into ocs 10g. If that is possible would I then have all the mail, files and lists that have been created on the old ocs server in the new ocs server.. If it is not possible do I then have to manually create new post lists, move mail with imap2imap and what about the files that are stored now on the previous version of ocs?

    Hi Andreas.
    No, I did not post this question before, but I did post a question about transfering the migration tool that is refered to in the oracle collaboration manuals. Unfortunately, the tool refered too is not readily available and I ended up looking for it for more than two days.
    I could not upgrade because we are switching hardware and the upgrade referred to in the installation manuals is an inplace upgrade, which is not a possiblity because of our decision to migrate to a better hardware platform. Thank you for taking time to answer my enquiry.

  • Problem while importing the application in application express 3.0

    Hi Friends
    We have developed an application in a workspace say X. I imported the complete application in different workspace Y and the import was successfully. Now if I export a single page from that application in workspace X and import in workspace Y, then it gives me error as
    "This page was exported from a different application or from an application in different workspace. Page cannot be installed in this application."
    Also I tried changing the application id in the export file but did not work.
    Is their a workaround for this?
    (We are using application express 3.0.0.00.20)
    Thanks
    Minakshi

    Hi Scott
    1 ) Page exports are to be imported into an application having the same ID as the source application in the same named worskpace.
    But the problem is I cannot have same application id in the same workspace or in different workspaces even. I exported the complete application from workspace X with application id as 555 and tried importing the application in workspace Y with the same application id. But that does not work since it throws the error message as the same application id cannot reside in 2 different workspaces.
    2) You don't say whether workspaces X and Y are in the same or different databases.
    Both the workspaces X and Y are in the same database. The database user/schema that is associated with workspaces X and Y are different.
    3) Also I tried changing the application id in the export file but did not work.
    Following is the extract of the page that i tried importing. The places wherever it is marked BOLD, i modified them in the original page export sql file.
    --application/set_environment
    prompt APPLICATION 500 - Load_Factor_System
    -- Application Export:
    -- Application: 500
    -- Name: Load_Factor_System
    -- Date and Time: 15:52 Wednesday May 16, 2007
    -- Exported By: ADMIN
    -- Flashback: 0
    -- Export Type: Page Export
    -- Version: 3.0.0.00.20
    -- SET APPLICATION ID
    wwv_flow.g_flow_id := 500;
    wwv_flow_api.g_id_offset := 0;
    null;
    In case you need further clarifications, please let us know.
    Regards
    Minakshi

  • Problem with "import sabasrv.database.*;"

    Hi there..
    I am new to the Java game so this is probably a very easy problem to fix.
    I am using the Forte IDE and My code has the following imports :
    package sabasrv.user;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.lang.*;
    import java.sql.SQLException ;
    import sabasrv.database.*;
    The problem is that whenI try to compile I get the following error:
    src/sabasrv/user/User.java [8:1] Package sabasrv.database. not found in import.
    import sabasrv.database.*;
    ^
    src/sabasrv/user/User.java [16:1] Class DbSql not found in type declaration or import.
    DbSql sql ;
    ^
    2 errors
    Any ideas why I am getting this? My CLASSPATH environment variable is :
    CLASSPATH=C:\jdk1.1.8\jsdk23.jar;C:\old_Saba_servlet\src\sabasrv\database
    I hope this is enough info to go on.
    Your fwend.
    Korwin

    You classpath should probably be
    C:\old_Saba_servlet\src
    instead of
    C:\old_Saba_servlet\src\sabasrv\database
    if you have classfiles in that directory and not just the source files. Try that. The package name is "appended" to the classpath, so sabasrv.user will be /sabasrv/user when it looks for class files in that package.

  • Problem in Restoring the database the database

    Hi guys,
    I am new to oracle , I am facing one problems is that , i having the backup of one oracle database in .dmp format.
    I have to restore it to 9i database. for that i have created on database , how to restore the backup file over the new database using oracle management server.
    Please give me the clue to do the things.

    1. setup your oracle environmentals and path. Usually this is easy to do if your database name is in your oratab file. From the command line type . oraenv -- that is dot-space-oraenv. When prompted enter the database sid in the same case that it is in the oratab file.
    2. from the command prompt enter
    imp file=<your dump file name> log=<your import log file name> full = y, ignore = y
    You will be prompted for username and password.
    More detailed information is available in the database administrators guide, and I thing the utilities guide.

  • Error while importing the database of Oracle 10.2g to MaxDB - DB Migration

    Hi,
    We are testing the data migration from Oracle 10.2g to MaxDB 7.6. First i have exported the oracle database without any errors. But while importing to MaxDB i am getting error as below,
    tail -f ImportMonitor.console.log
    java.class.version = 49.0
    java.home = /opt/java1.5/jre
    java.ext.dirs = /opt/java1.5/jre/lib/ext
    java.class.path = migmon.jar
    java.library.path = /opt/java1.5/jre/lib/PA_RISC2.0W:/opt/java1.5/jre/lib/PA_RISC2.0W/server:/opt/java1.5/jre/../lib/PA_RISC2.0W:/tmp/sapinst_exe.18812.1291025270:/usr/sap/BE1/SYS/exe/run:/sapdb/programs/lib/lib64:/usr/lib
    java.io.tmpdir = /var/tmp/
    Import Monitor jobs: running 1, waiting 1, completed 72, failed 0, total 74.
    Loading of 'SAPAPPL1_11' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 72, failed 1, total 74.
    And tail -f SAPAPPL1_11.log
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 26, table "VBRK"
    ERROR : Prepare/modify for GetPages failed(dbrc=26).
      (SQL error 0)
      error message returned by DbSl:
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "VBRL" ( "MANDT" VARCHAR2(3) UNICODE DEFAULT '000' NOT NULL , "VBELN" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "POSNR" VARCHAR2(6) UNICODE DEFAULT '000000' NOT NULL , "VBELN_VF" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "NETWR" NUMBER(15,2) DEFAULT 0 NOT NULL , "MWSBP" NUMBER(13,2) DEFAULT 0 NOT NULL , "KWERT_RL" NUMBER(13,2) DEFAULT 0 NOT NULL , "MWSBP_RL" NUMBER(13,2) DEFAULT 0 NOT NULL , "KUNAG" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "UVPRS" VARCHAR2(1) UNICODE DEFAULT ' ' NOT NULL , "LOGSYS" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL  ) NO FIXED LENGTH COLUMN )
    DbSlExecute: rc = 102
      (SQL error -955)
      error message returned by DbSl:
    I tried multiple time by modifying the loadArgs=-nolog -c 10000 -merge_bck . But still same error "(SQL error -955)"
    Thanks,
    Narendra

    Hi,
    it is not astonishing that the error occurs every time you try this create table statement.
    A table with this name already exists. And error -955 tells us exactly this.
    What to do?
    As I do not know if there is data in this table and/or if there are views / other database objects
    using this table, I cannot decide, if dropping this table would be a good idea.
    But what I do not understand is, why during one (?) loading in a clean (?) database this
    table is tried to create more than once. Or was the database you are loading into not clean,
    fresh and empty? Then it will happen that not only this table, but some others will result in an error
    because they exist already.
    Elke

  • Facing problem while changing the database at runtime

    hi everyone,
    Before posting this thread, i have gone through the various posts addressing the problem....but still iam unable to get the solution for this problem.
    The report has been generated in one system, so the database properties (connection string....) are hardcoded in the report file...
    Now when iam trying to change the database, it is still connecting to the system where the report file was created.
    I have tried the changeDatasource() method, but it didnot worked....
    here is the code for changeDatasource() method
    public static void changeDataSource(ReportClientDocument clientDoc,
                    String reportName, String tableName,
                    String username, String password, String connectionURL,
                    String driverName,String jndiName) throws ReportSDKException {
            PropertyBag propertyBag = null;
            IConnectionInfo connectionInfo = null;
            ITable origTable = null;
            ITable newTable = null;
            // Declare variables to hold ConnectionInfo values.
            // Below is the list of values required to switch to use a JDBC/JNDI
            // connection
            String TRUSTED_CONNECTION = "false";
            String SERVER_TYPE = "JDBC (JNDI)";
            String USE_JDBC = "true";
            String DATABASE_DLL = "crdb_jdbc.dll";
            String JNDI_DATASOURCE_NAME = jndiName;
            String CONNECTION_URL = connectionURL;
            String DATABASE_CLASS_NAME = driverName;
            // The next few parameters are optional parameters which you may want to
            // uncomment
            // You may wish to adjust the arguments of the method to pass these
            // values in if necessary
            // String TABLE_NAME_QUALIFIER = "new_table_name";
            // String SERVER_NAME = "new_server_name";
            // String CONNECTION_STRING = "new_connection_string";
            // String DATABASE_NAME = "new_database_name";
            // String URI = "new_URI";
            // Declare variables to hold database User Name and Password values
            String DB_USER_NAME = username;
            String DB_PASSWORD = password;
            System.out.println("DB_USER_NAME......."+DB_USER_NAME);
            System.out.println("DB_PASSWORD......."+DB_USER_NAME);
            // Obtain collection of tables from this database controller
            if (reportName == null || reportName.equals("")) {
                Tables tables = clientDoc.getDatabaseController().getDatabase().getTables();
                System.out.println("Tables in reports........"+tables.size());
                for(int i = 0;i < tables.size();i++){
                    origTable = tables.getTable(i);
                    System.out.println("origTable........"+origTable.getQualifiedName());
                    if (tableName == null || origTable.getName().equals(tableName)) {
                        newTable = (ITable)origTable.clone(true);
                        // We set the Fully qualified name to the Table Alias to keep the
                        // method generic
                        // This workflow may not work in all scenarios and should likely be
                        // customized to work
                        // in the developer's specific situation. The end result of this
                        // statement will be to strip
                        // the existing table of it's db specific identifiers. For example
                        // Xtreme.dbo.Customer becomes just Customer
                        newTable.setQualifiedName(origTable.getQualifiedName());
                        System.out.println("newTable........"+newTable.getQualifiedName());
                        // Change properties that are different from the original datasource
                        // For example, if the table name has changed you will be required
                        // to change it during this routine
                        // table.setQualifiedName(TABLE_NAME_QUALIFIER);
                        // Change connection information properties
                        connectionInfo = newTable.getConnectionInfo();
                        // Set new table connection property attributes
                        propertyBag = new PropertyBag();
                        // Overwrite any existing properties with updated values
                        //propertyBag.put("Trusted_Connection", TRUSTED_CONNECTION);
                        //propertyBag.put("Server Type", SERVER_TYPE);
                        propertyBag.put("Use JDBC", USE_JDBC);
                        propertyBag.put("Database DLL",DATABASE_DLL );
                        propertyBag.put("JNDI Datasource Name",JNDI_DATASOURCE_NAME );
                        propertyBag.put("Connection URL", CONNECTION_URL);
                        propertyBag.put("Database Class Name", DATABASE_CLASS_NAME);
                        //propertyBag.put("Server Name", SERVER_NAME); //Optional property
                        // propertyBag.put("Connection String", CONNECTION_STRING); //Optional property
                        // propertyBag.put("URI", URI); //Optional property
                        connectionInfo.setAttributes(propertyBag);
                        // Set database username and password
                        // NOTE: Even if the username and password properties do not change
                        // when switching databases, the
                        // database password is *not* saved in the report and must be set at
                        // runtime if the database is secured.
                        connectionInfo.setKind(ConnectionInfoKind.SQL);
                        connectionInfo.setUserName(DB_USER_NAME);
                        connectionInfo.setPassword(DB_PASSWORD);
                        // Update the table information
                        clientDoc.getDatabaseController().setTableLocation(origTable,newTable);
    Also i tried with replaceConnection() method...........it displayed the report, but with not column names and data
    need help regarding.......
    Edited by: abhishek.c1984 on Jun 25, 2009 10:02 AM

    In the report i have two tables.............so before changing the database properties for each table iam printing their names.
    The names are dispalyed correctly.......but once i set the table location...i.e through the following method..
    clientDoc.getDatabaseController().setTableLocation(tables.getTable(i),newTable);
    every time i can see only one table i.e. properties are set for the first table ........and each time the properties are being set for the first table only.....i dont no what is happening to the rest of the tables..
    I have posted the method in the above post.....can any one please trace out the problem
    Note: when i comment the following code, i can see all the tables
    clientDoc.getDatabaseController().setTableLocation(tables.getTable(i),newTable);
    when i uncomment it, i can see only first table repeating every time...
    Edited by: abhishek.c1984 on Jun 25, 2009 1:03 PM

  • Importing the Database from 10.2.0.4 to 11.1.0.7 w/o system Tablespaces.

    Hi DBAs,
    I need to import a database from 10.2.0.4 (RHEL 5.1) to 11.1.0.7 (RHEL 5.1). At source database there are 3 schemas with many defined roles for which I am interested in. I tried to do exp/imp at schema level but there were many defined roles and permissions which were giving IMP as well ORA error. If I do the Full database exp/imp , it is also importing the system/sysaux TS as well DBSNMP etc schemas which I dont want.
    Please advise in above scenario, how should I import these schemas to the target which is running Oracle 11g.
    Thanks
    -Samar-

    You can do this also
    1. Export 3 schemas with grants=y rows=N and import the data schema structure with grants
    2.Check the log file for missing roles and create those roles using from dba_role_privs..etc
    3. Import the data ignore=y option
    Hope this helps
    http://www.oracleracexpert.com
    Click here to learn [Oracle data pump export/import with examples.|http://www.oracleracexpert.com/2009/08/oracle-data-pump-exportimport.html]
    Click here to learn [Data Pump Export modes and interfaces|http://www.oracleracexpert.com/2009/08/data-pump-export-modes-and-interfaces.html]

  • Problem in starting the database

    hi for all
    i have installed successfully 10g on my redhat system and it is just work fine , but after the first reboot it gives me this error on sqlplus
    Enter user-name: system
    password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    when trying to login via isqlplus gives me this error
    TNS:listener does not currently know of service requested in connect descriptor
    so i run dbca and i have deleted the database and created a new one and it's again work fine i reboot the system again the above errors again occurs.
    thanks

    The problem here is that neither your database nor your listener are started. You should use regular commands to start them up.
    sqlplus /nolog
    conn / as sysdba
    startup
    exit
    lsnrctl start
    export ORACLE_SID=instanceName
    emctl start dbconsole
    If you want to start services automatically, then you should configure your linux environment to start processes automatically at OS start time.
    For automatic startup / shutdown you may want to check Oracle documentation: 2.2 Automating Shutdown and Startup
    ~ Madrid.

  • Problem in Importing a database ?

    hi All,
    I am importing my database but all the rows are not comin some of the data is missing from each tables. I am using this command
    imp userid=user/password full=y recordlength=65535 file=\\172.19.57.151\backup\21022007\fulldump21022007.DMP
    log=21-feb-2007.log
    Log file is also not generating. Wat can be the Reason?
    Regards
    Appu

    HI,
    SQL> host imp scott/tiger file=\\192.168.100.255\tajsoft\emp.dmp log=\\192.168.100
    .9\tajsoft\emp.log full=y
    Import: Release 10.1.0.2.0 - Production on Sun Feb 25 17:24:04 2007
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing SCOTT's objects into SCOTT
    . . importing table                          "EMP"         14 rows imported
    About to enable constraints...
    Import terminated successfully without warnings.
    C:\>dir \\192.168.100.255\tajsoft\*.log
    Volume in drive \\192.168.100.255\tajsoft is Backup
    Volume Serial Number is 7A8B-A1E4
    Directory of \\192.168.100.255\tajsoft
    02-25-2007  01:23 PM            32,464 alert_oramfe.log
    02-18-2007  01:56 PM            28,591 db_18-02-2007.log
    02-25-2007 05:24 PM 482 emp.log
                   3 File(s)         61,537 bytes
                   0 Dir(s)  17,231,794,176 bytes freeregards
    Taj

Maybe you are looking for

  • Images no longer showing in Project Manager panel, but in project RH8

    In a project with 2400 topics and 3400 images we decided to move the images to a project_images folder so we could just remove the html folders in Production when we update.  Drag & drop images from previous location to new folder...forever!  All was

  • Creating a Standard Button

    I'm creating a basic navigation bar for my site and I want to create a common set of buttons that will be used to link to different sections on the site. I have no problem creating a rectangle with text, converting it to a symbol (button), and then d

  • Home hub manager

    Why can't I access a list of details like noise ratio and attenuation any more. Clicking on troubleshooting says that these details are.available and may be needed if the helpdesk is contacted, it used to be possible to get to it from a link at the t

  • Problem with unlock the Q10 - incorrect password

    Hello, When type the password to unlock the BB Q10 got the following message: you have entered  an incorrect password 5 times. After 10 unsuccessfull attempts  your device data will be erased. with press OK return to the form to type the password, wh

  • Sw plugin-container.exe application error on closing Firefox

    The displayed message is - The instruction at "0x0158609c" referenced memory at "0x00000014". The memory could not be "read". Click on OK to terminate the program.