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

Similar Messages

  • 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 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

  • Problem with IMPORT FROM DATABASE

    Hello Members,
          I have a program which reads content of INDX table (cluster table) using
    IMPORT tab = lt_ccris1 FROM DATABASE indx(xa) TO wa_indx CLIENT
    sy-mandt ID 'DETAILLIST'.
    sy-subrc return is 0.
    But internal table lt_ccris1 is not populated. I expect entries to be populated here as there is an raw data entry in the INDX - CLUSTD field of database.
    1)   Also I am intereseted to knoe where is the data exported to this INDX table? Usual searches does not show any export statement.
    2)   Is there a FM which can directly read content of INDX table?
            Your help is much appreciated.

    Hi Thomas,
        Thanks for the reply.
    //How do you know your IMPORT syntax must look exactly like this? //
    I did not write this custom report and IMPORT statement is exactly the same as I have given. It is correct as per syntax.
    In SE16 INDX does contain an entry for the given key.
    I searched for EXPORT stmt in varall ways including debugging (Please note there is a SUBMIT <program> before IMPORT and if at all there is an export it should be in there). Could not find from debugging as well.
    RS_ABAP_SOURCE_SCAN does not exist in my 4.7.
    Regards
    Ram

  • Import dmp database with EE8MSWIN1250 to AL32UTF8 (XE)

    I have problem with importing dmp database with EE8MSWIN1250 to AL32UTF8 (XE)
    I've tried to import my database dump with settings NLS_LANG=POLISH_POLAND.AL32UTF8 but it didn't work
    I had
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "MYDB"."AP_ARKUSZE_PRZECENY"."PRZEC_KOD" (actual: 26, maximum: 25)
    Column 1 1
    Column 2 Arkusz &#313;šredniowa&#313;&#317;on\$NR$
    Column 3 16-WRZ-2002:00:00:00
    so I exported my database with NLS_LANG=POLISH_POLAND.AL32UTF8 and next I tried to import this dump but it still didn't work.
    Anybody knows how to import dump database ??

    It isn't correct approach. Column size is one of database constraints and you compromised it, so beware.
    Correct approach is modifying columns to apply char length semantics, it means you should use following construct
    alter table tablename modify columnname varchar2(10 CHAR)
    In your code replace your execute immediate line with:
    EXECUTE IMMEDIATE 'ALTER TABLE ' || tn || ' MODIFY ' || cn || ' VARCHAR2(' || crec.data_length || ' CHAR )';
    Look at this example:
    This is your original table
    SQL>
    SQL> create table T2( c varchar2(10 byte) );
    Tabulka vytvo&#345;ena.
    SQL>
    SQL> insert into T2 values ('0123456789');
    1 &#345;ádka vytvo&#345;ena.
    SQL> insert into T2 values ('0123456789 few more');
    insert into T2 values ('0123456789 few more')
    CHYBA na &#345;ádku 1:
    ORA-12899: value too large for column "MIGR"."T2"."C" (actual: 19, maximum: 10)
    values longer then 10 characters are not allowed, it was your constraint, and now your modification
    SQL>
    SQL> alter table T2 modify c varchar2(20); -- 2*10
    Tabulka zm&#283;n&#283;na.
    SQL> insert into T2 values ('+&#283;š&#269;&#345;žýýáí');
    1 &#345;ádka vytvo&#345;ena.
    You solved the problem, you shoud be praised
    SQL> insert into T2 values ('0123456789 few more');
    1 &#345;ádka vytvo&#345;ena.
    But, you compromised your data model
    SQL>
    SQL> rem correct approach
    SQL>
    SQL> delete from T2 where length(c)>10;
    1 &#345;ádka vymazána.
    This solve both problems, and constraint is still valid
    SQL>
    SQL> alter table T2 modify c varchar2(10 char);
    Tabulka zm&#283;n&#283;na.
    SQL>
    SQL> insert into T2 values ('+&#283;š&#269;&#345;žýýáí');
    1 &#345;ádka vytvo&#345;ena.
    SQL> insert into T2 values ('0123456789 few more');
    insert into T2 values ('0123456789 few more')
    CHYBA na &#345;ádku 1:
    ORA-12899: value too large for column "MIGR"."T2"."C" (actual: 19, maximum: 10)

  • Problem with Importing database

    Hi everybody!
    I have a problem importing the database to my machine. I have Oracle 8i, and forms and reports on Windows XP home. When I import the dmp file to my database it asked me the dmp file name and buffer size. As soon as I enter the buffer size, some message came at the black screen and all my import process terminate. Also the dos screen goes out. I cannot read what error it gives because it is so fast. Actually, when I create the dmp file for SCOTT and import it to other user, it works. Does anybody guide me how to import the dmp file? Where can I look at those errors?
    Thanks for any quick advice.
    Regards,
    Sally.

    I can't answer your main question ("What is the problem?"), but maybe you can capture some information by creating a log file.
    First, create an imp parm file, e.g., imp.par, with contents:
    userid=username/password
    file=your_exp_file.dmp
    log=imp.log
    (plus any other parameters you need to specify, e.g., full=y)
    Then run imp using the command:
    imp parfile=imp.par
    Hope this helps, Tim

  • Problem while Importing database

    Hi all,
    While trying to import the database of size 11GB i am facing following errors.
    IMP-00058: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kcbnew_3], [1], [], [], [], [], [], []
    IMP-00028: partial import of previous table rolled back: 2628550 rows rolled back
    . . importing table "BT_BILLING_EVENTS_BKP16102003" 0 rows imported
    . . importing table "BT_BILLING_EVENTS_OLD" 0 rows imported
    . . importing table "BT_BILL_DETAILS" 0 rows imported
    . . importing table "BT_DEPOSITDETAILS"
    IMP-00058: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kcbnew_3], [1], [], [], [], [], [], []
    IMP-00028: partial import of previous table rolled back: 37821 rows rolled back
    . . importing table "BT_DUNNING" 0 rows imported
    . . importing table "BT_PENALTYTRANSACTION" 0 rows imported
    . . importing table "BT_REMINDERS" 0 rows imported
    . . importing table "BT_REMINDERS_CONTENT" 0 rows imported
    . . importing table "BT_UC_AGREEMENTS" 0 rows imported
    . . importing table "BT_UC_RATEPLANS" 0 rows imported
    . . importing table "BUS_GEO_INFO" 0 rows imported
    . . importing table "CALLENQHISTORY" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 600:
    "ALTER TABLE "CALLENQHISTORY" ADD PRIMARY KEY ("HISTORYID") USING INDEX PCT"
    "FREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 67584 FREELISTS 1 FREELIST "
    "GROUPS 1) TABLESPACE "MQSLOAD403" LOGGING ENABLE"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kcbnew_3], [1], [], [], [], [], [], []
    . . importing table "CAS_REQUESTS_LOG" 0 rows imported
    . . importing table "CATALOGUE_FACILITY_DEFS" 2 rows imported
    IMP-00017: following statement failed with ORACLE error 600:
    "CREATE UNIQUE INDEX "PK_CATALOGUE_FACILITY_DEFS" ON "CATALOGUE_FACILITY_DEF"
    "S" ("CATALOGUE_TYPE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL "
    "67584 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "MQSLOAD403" LOGGING"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kcbnew_3], [1], [], [], [], [], [], []
    IMP-00017: following statement failed with ORACLE error 600:
    "ALTER TABLE "CATALOGUE_FACILITY_DEFS" ADD CONSTRAINT "PK_CATALOGUE_FACILIT"
    "Y_DEFS" PRIMARY KEY ("CATALOGUE_TYPE") USING INDEX PCTFREE 10 INITRANS 2 MA"
    "XTRANS 255 STORAGE(INITIAL 67584 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "
    ""MQSLOAD403" LOGGING ENABLE "
    Table space configuration is :
    for default tablepsace i have given 16GB and added a datafile with 5GB and auto extent is YES
    for temporay table sapce 7GB and auto extent is on.
    what might be the problem?
    Thanks

    HI,
    The oracle version i am using is 9.2.0.1.0 .
    Previously with 6GB i have imported once.It was working properly.(4 months back)
    I didnt get wat is "search for kcbnew_3 on meta link"..please make it clear.
    Thanks.

  • Impdp - Problem with import database

    Hi Gurus,
    just a short question. What is the procedure for import oracle database ?
    I have exported dump file of my oracle instance and I would like to import it on some other servers.
    I dont know why I can import it correctly. My procedure is:
    1) export oracle instance using expdp from server A
    2) on the server B I`m creating clean oracle instance
    3) On server B I`m importing oracle file exported from server A using impdp
    Is this ok ? Should I create new oracle instance ? Or it will be installed automaticly.
    During import proces I have a lot of errors, mostly...
    Table allready exist (CTXSYS for example)...
    Who can tell me if its good procedure ?

    Dlugasx wrote:
    Hi Gurus,
    just a short question. What is the procedure for import oracle database ?
    I have exported dump file of my oracle instance and I would like to import it on some other servers.
    I dont know why I can import it correctly. My procedure is:
    1) export oracle instance using expdp from server A
    2) on the server B I`m creating clean oracle instance
    i hope you have created looking from the below errors you have described
    3) On server B I`m importing oracle file exported from server A using impdp
    Is this ok ? Should I create new oracle instance ? Or it will be installed automaticly.
    During import proces I have a lot of errors, mostly...
    Table allready exist (CTXSYS for example)...
    Who can tell me if its good procedure ?I think you are trying to do a full expdp and full impdb. you can ignore the already exist objects as when you insall oracle and create database it will have those objects too. when these exists it will through these errors. you may be interested to see the application objects reather. once import is completed you can query dba_objects and comapare with prod data whether all objects have imported or not.
    Anil Malkai

  • 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 of Teststand3.1 database and microsoft SQL Server 2000 personal edition

    I have a problem when using teststand database function with Microsoft sql server 2000. the error(seen in attached screenshot3.jpg) is:
    "An error occurred calling 'LogResults' in 'ITSDBLog' of 'DBLog 1.0 Type Library'
    An error occurred executing a statement.
    Schema: Generic Recordset (NI).
    Statement: UUT_RESULT.
    [Microsoft][ODBC SQL Server Driver][SQL Server]unable to insert NULL value to column "ID", table "test.dbo.UUT_RESULT";This column is not alowed to be blank. INSERT Failed. Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    [Microsoft][ODBC SQL Server Driver][SQL Server]terminated.
    Source: TSDBLog"
     Here I listed my proceess.
    1, Configure in SQL Sever, please see attached screenshot0.jpg
       a, Open SQL
       b, build a new database with the name of test
       c, import the data from "C:\Program Files\National Instruments\TestStand 3.1\Components\NI\Models\TestStandModels\Database\TestStand Results.mdb"
    2, Configure Microsoft SQL sever: please see attached screenshot1.jpg
       a, Open windows Control Panel and select "Data Sources (ODBC). Under system DSN tab, add a SQL server data source
    3, Configure teststand database option, see attached screenshot2.jpg
       a, configure logging option, enable
       b, configure datalink
       c, select schemas of "Generic recordset (NI)
       d, No change on the tabs of "statements" and "Columns/Parameters"
    4, run an seqence file with the proess model of SequentialModel.Seq.
    Attachments:
    Screenshot.zip ‏425 KB

    Thanks Scott,
      The database function is OK now after I changed imported tables in SQL Sever.
      Actually, I once tried anothor method that you refered by using the scripts
    located at: <TestStand>\Components\NI\Models\TestStandModels\Database\SQL Server Create Generic Recordset Result Tables.sql. Attached is the error screenshots, please help me on this.
    Thanks
    Jacky
    Attachments:
    Error.jpg ‏59 KB

  • Problem running oracle 9i database in archivelog mode - database freezes

    Greetings,
    I recently needed to change a (test) database to archivelog mode to make online back-ups of this database. This posed no real problem although I seem to be unable to set the database to automatic archiving eventhough I edited the init.ora file (translation of the "archive log list" output between square brackets):
    SQL> archive log list
    Databaselogmodus Archiveermodus [Databaselogmode: Archivemode]
    Automatisch archiveren Gedeactiveerd [Automatic archiving: Deactivated]
    Archiveerbestemming O:\oracle\ora92\RDBMS [Archivedestionation: O:\oracle\ora92\RDBMS]
    Oudste on-line logreeks 12306
    Volgende logreeks voor archivering 12306
    Huidige logreeks 12308
    I added this to my init.ora file:
    # Archvie Log Destinations
    log_archive_start=TRUE
    log_archive_dest_1=%ORACLE_HOME%\database\archive
    log_archive_format="%%ORACLE_SID%%t_%s.arc"
    However, this is not the real problem (maybe it has something to do with it, which is why I mention it aswell), the real problem is that my database freezes when the archive log file is "full". When the archive file reaches ~102.400Kb it just freezes up and I need to restart the database.
    The following error is written to the alert_sid.log file:
    Thu Apr 17 09:19:55 2008
    Thread 1 cannot allocate new log, sequence 12309
    All online logs needed archiving
    Current log# 2 seq# 12308 mem# 0: O:\ORACLE\ORADATA\O\REDO02.LOG
    The problem seems to be that the oracle service can't start a new logfile when the previous one is full. Does anybody know how I could fix this?
    Thanks in advance,
    Bram

    Hello Maran, thanks for your quick response.
    I added the output of archivelog list in the original post, but it's in dutch so here's the (loose) translation of the output:
    SQL> archive log list
    Databaselog mode Archive mode
    Automatic archiving Deactivated
    Archive destionation O:\oracle\ora92\RDBMS
    Oldest on-line logsequence 12307
    Next logsequence for archiving 12307
    Current logsequence 12309
    Maybe something that can help with the troubleshooting:
    The archivelog file is written to O:\oracle\ora92\RDBMS but only AFTER the reboot, I've checked SYSTEM rights to the folder and it has full control.
    Babu, thanks aswell for your quick response.
    The location exists and space is available but the database doesn't seem to load (that part of) the ora.init file because the output of archive log list still refers to %ORACLE_HOME%\rdbms instead of %ORACLE_HOME%\database\archive.
    I've now executed alter system archive log all; and am executing the import where the database usually freezes to see if it still happens. So far I already had this written to the alert_sid.log file after executing the command:
    Completed: alter database open
    Thu Apr 17 10:00:11 2008
    ARCH: Evaluating archive log 1 thread 1 sequence 12307
    ARCH: Beginning to archive log 1 thread 1 sequence 12307
    Creating archive destination LOG_ARCHIVE_DEST_1: 'O:\ORACLE\ORA92\RDBMS\ARC12307.001'
    ARCH: Completed archiving log 1 thread 1 sequence 12307
    ARCH: Evaluating archive log 2 thread 1 sequence 12308
    ARCH: Beginning to archive log 2 thread 1 sequence 12308
    Creating archive destination LOG_ARCHIVE_DEST_1: 'O:\ORACLE\ORA92\RDBMS\ARC12308.001'
    ARCH: Completed archiving log 2 thread 1 sequence 12308
    And new log files were written to the directory (O:\oracle\ora92\RDBMS) and this time I didn't have to reboot for it to happen. Both were 100mb files without the database actually doing all that much though.
    Message was edited by:
    user616266

  • Problem in importing Sales Order with udf in the rows

    Dear All,
    I am having problem in importing Sales Order with udf in the rows. I mean it is getting imported but the udf values in the rows is not getting updated. But the udf values in the header is getting updated. I am using SAP 8.8 Pl 10.
    Can anyone guide me what to do in this scenario?
    Regards,
    Gary

    So , Login to DTW .
    with the Desired Database and Login Credentials.
    Goto - > Templates - > Customized Templates
    Select The Object .
    Right Click on the object needed and choose Create Template for the Structure .
    Then use this template for import .
    Hope it helps
    Thanks
    Ashish Ranjan

  • Problem in importing calendar data

    Hi, I have a problem in importing calendar data, i.e. no national holidays are imported in the calendar (neither when I create the calendar nor later on using the settings). After waiting quite a while on the window "importing calendar data" I always get the message:
    "Unable to access calendar data - There was an error attempting to access a shared calendar using your internet connection. Check your connection settings and try again".
    That happens whatever the national holidays I choose.
    My internet connection works fine, so I don't understand where the problem is. Would anyone have useful hints?
    Thanks.

    Log into another account on you Mac and see if you can add holidays there. If not then a reinstall of iPhoto is indicated. To do so you'll have to delete the current application and all files with "iPhoto" in the file name that reside in the HD/Library/Receipts folder.
    If you can import OK in the other account then the problem is with your primary account. It could be a preference file other than iPhoto's. Here's how to determine if that's the case:
    Trouble Shooting Preferences in Leopard
    1 - Create a folder titled "Preferences A" on the Desktop.
    2 - Open the working Preferences folder, HD/Users/your_name/Library/Preferences, and move the contents to the Preferences A folder on the Desktop.
    3 - Make a duplicate copy of the Preferences A folder on the Desktop as a precautionary backup.
    4 - With the working Preferences folder empty run the application again and determine if the problems is fixed.
    NOTE: you may have to drag the contents of the working folder to the trash and empty if moving the contents to the A folder only copies them instead of moving.
    5 - If the problem is fixed:
    A - open the working Preferences folder (HD/Users/your_name/Library/Preferences).
    B - Open the Preferences A folder on the Desktop, select all of the contents and drag them into the working Preferences folder.
    C - When the Copy window pops up check the "Apply to All" check box and then click on the Don't Replace button as seen here.
    6 - If the problem is NOT fixed, empty the working Preferencess folder and move the contents of the Preferences folder on the desktop back into it.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Problem in importing ESS Component.

    Hi,
        We have problem in importing ESS component from hard drive into server.
    Here is the details
    Comaponent sap.com_SAP_ESS - 600 Level 6 Update ERP05VAL.09201316
    We are importing it through CMS. its been 2 days since we initiate import. but still running.
    Please find the log details below.
    Software Component sap.com/SAP_ESS
    Version MAIN_ERP05VAL_C.20060920131656
    Label 600 Level 6 Update ERP05VAL.09201316
    System XSSTrack-Development
    Step Repository-import
    Log /local/dsk/data1/sap/trans/EPS/in/CMSsapaudev06DD0/CMS/log/XSSTrack_D@DD0/[email protected]
    The Log file does not have any info. empty.
    Please give Ur suggestions
    Cheers,
    Senthil

    Hi,
    the problem seems to be connection to the database or may be database URL is incorrect.
    The problem can be solved via the Visual Administrator or by a manual modification of the data-sources.xml file.
    Visual Administrator --> Server --> Services  -->  JDBC Connector -->Select DataSource
    Change the URL given in the Database URL field with the appropriate one & save it.
    For step by step process refer
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/2f2c4142aef623e10000000a155106/frameset.htm
    Thanks
    Swarup

  • IMPORT from database with dynamic parameter list

    Hi Gurus,
    Iu2019m having problems during import from a cluster table.
    I wanu2019t to do an import with a dynamic parameter list, but I cannot get it to work.
    Sample code ********
    DATA: BEGIN OF st_key,
    report LIKE rsvar-report,
    variant LIKE rsvar-variant,
    END OF st_key.
    DATA dirtab1 LIKE cdir OCCURS 10 WITH HEADER LINE.
    DATA dirtab2 LIKE cdir OCCURS 10 WITH HEADER LINE.
    st_key-report = 'ZPRG'.
    st_key-variant = 'VAR1'.
    IMPORT DIRECTORY INTO dirtab1 FROM DATABASE vari(vb) ID st_key.
    IMPORT DIRECTORY INTO dirtab2 FROM DATABASE vari(va) ID st_key.
    DATA: tmp_var(100)   TYPE c.
    This works - P_BWTAR is a parameter from the selection screen registred in VARI
    I'm getting the content of the field in tmp_var
    IMPORT p_bwtar TO tmp_var FROM DATABASE vari(va) ID st_key.
    This does not work - the parameter P_BWTAR is in the dirtab2-name
    I'm not getting the content
    LOOP AT dirtab2.
        IMPORT dirtab2-name FROM DATABASE vari(va) ID st_key.
      ENDIF.
    ENDLOOP.
    I have tried the syntax IMPORT (dirtab2-name) ........
    but this fails the syntax check.
    Please - if you have any suggestions  :o)
    Best Regards,
    Vibeke

    Dear Vibeke,
    Could you please explain us how you solved the problem because you have the same issue ?
    thanks a lot
    KR
    véronique

Maybe you are looking for

  • How to access Apex environments that exist in multiple SID's on same Server

    HI, I've got a Linux Server which has 3 11gr2 Development instances (SID's), in each instance I'd like to setup Apex environment (I know Apex comes with the 11gr2 DB). How can I access a specific Apex environment (on one of the SID's) when all the da

  • Solaris 10 hanging at Configuring Devices during installation

    Hi All, I am trying to install Solaris 10 via cd or net, but it hangs at Configuring Devices. This is an upgrade to the current Solaris 8 OS that is running on this system. Does anyone have any insight to this problem? Thanks in advance, Brian

  • Changing application icons

    Hi, I had changed one of my application icons, and now I want to change back to the default icon. How do I do that? Thanks! Message Edited by bbdummy on 03-05-2009 02:37 PM Solved! Go to Solution.

  • Ho to pack my applicatoin in a .epa file

    Hi everyone, I am trying to develop a small iview, and the request is to send it as a .epa file. I dont really know how to do this. Can anyone please help me with a explanation? Thank you

  • Bonjour service tries to contact external site

    Since installing iTunes 8, when I start my PC my firewall report that 'Bonjour service is trying to establish UTP connection to 240.0.0.251:5353' This IP address is not on my network and I want to stop the connectivity. How?