Failed to import CVS in HANA

I attempted to import a txt file into a table, which contains BLOB type fields, but it failed. Although the import statement ran successfully, the table was empty. The SQL statement is like below:
create table TEST
(ID int primary  key,
content blob);
IMPORT FROM CVS FILE '/home/XM/TEST.txt' INTO "XM_CN".TEST
WITH THREADS 10 RECORD DELIMITED BY '\n' FIELD DELIMITED BY '\t';
The content of the txt file is:
ID
CONTENT
1
something
If I replace the "something" with "1010", the table will be filled.
And using insert statement to insert record is also OK:
insert into TEST values(2, 'another thing')
Can someone help advice this issue?
Thanks,
Min  Xu

Spot on Krishna!
It is all about the LOB value encoding that is expected here.
To see what would a proper LOB value look like in an export of the table, I inserted a record (1 ;TEST) via SQL and exported it.
Then it was obvious, as this is how the file looks like:
more data.csv
1,"54455354"
We find that the LOB column is stored in the binary format - visibile as a string, but interpreted as a series of bytes.
Changing this file to use a TAB instead of the comma still works.
And another mystery solved!
There you go, now you know...
- Lars

Similar Messages

  • R3load -testconnection failed in import abap for EHP7-HANA

    Hi,
    Iam facing an error of r3load -testconnection failed in import abap step.The r3load is not able to communicate with my DB.
    Please find below the error message and log.We are using HANA db path 68 & its an distributed installation(Separate HANA box, Sepa APP box) SAP ERP6.0 EHP7
    R3loadexe.log
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20131105155710
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/740_REL/src/R3ld/R3load/R3ldmain.c#2 $ SAP
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.7 [UNICODE]
    Compiled Apr 10 2013 20:29:51
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load -testconnect
    DbSl Trace: Connect to database failed, rc=1, rcSQL=-10709
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Connect to database failed, rc=1, rcSQL=-10709
    (DB) ERROR: DbSlErrorMsg rc = 99
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load: job finished with 1 error(s)
    /usr/sap/Q10/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20131105155716
    -Vinodh

    Hi,
    Check this link for you issue..
    http://www.saptechies.org/hana-r3load-import-db-error-ddl-statement-failed/
    1931083 - system status of ECC 6.0 EHP7 system
    HANA R3load import: (DB) ERROR: DDL statement failed. Note : 1900445 Symptom
    SAP EHP 7 for SAP ERP 6.0 - Release Information Note : 1865866 
    BR,
    Prabhakar

  • Error while import schema in HANA DB

    Hi...
    I am trying to perform an export-import of a HANA DB user instance at schema level including all objects (in my case tables and synonyms) and data.
    Export and Import works very well except importing a schema which contains a synonym referred to other existing schema .
    Here is a test case
    - Schema A with a Table and Schema B to contain a synonym for schema A's table.
    - Exported both schemas to CSV which is done successfully and everything looked ok in export location.
    - Imported Schema A and then Schema B with the following command.
    Command:
    IMPORT "<bkup_schema>"."*" FROM '<bkp_location>' WITH RENAME SCHEMA <bkup_schema> TO <brand_new_schema>;
    The schema A (with table) imported fine.  Schema B (with synonym) gives the below error :
    "SAP DBTech JDBC: [2048]: column store error: table import failed:  [2003] An index already exists with the same name "
    When trying to use "REPLACE" clause in the command the error changes as below:
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    Has anybody faced this type of error before??

    Folks, I am running into the same issue. What I figure out was the following:
    1) I turn off the autocommit
    2) I run the import for the first time
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    rollback;
    3) I get the error as described
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    4) I run this import once again and commit and surprisingly the error is gone and the import is successful.
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    commit;

  • Advisor failed to import the latest advisor knowledge management packs

    Hello All facing this issue from couple of days, troubleshooted from every perspective but haven't got any successful result...
    Event Description: Failed to import the latest Advisor Management Packs to the Management Server.
    Reason: System.ArgumentException: The requested management pack is not valid. See inner exception for details.
    Parameter name: managementPack ---> Microsoft.EnterpriseManagement.Common.ManagementPackException: Verification failed with 1 errors:
    Error 1:
    Found error in 2|Microsoft.IntelligencePacks.OfflineUpdate|7.0.9401.0|Microsoft.IntelligencePacks.OfflineUpdate|| with message:
    Could not load management pack [ID=Microsoft.IntelligencePacks.Types, KeyToken=31bf3856ad364e35, Version=7.0.9401.0]. The management pack was not found in the store.
    : Version mismatch. The management pack ([Microsoft.IntelligencePacks.Types, 31bf3856ad364e35, 7.0.9366.0]) requested from the database was version 7.0.9401.0 but the actual version available is 7.0.9366.0.
    Summary
    The latest Management Packs for the Advisor connector have not been imported to the management server database.
    Causes
    Management Pack Update Failed (55032,55008), Management pack Update SCOM Error(55031), Management Pack Update Import Failed (55006)
    Resolutions
    Refer to the Operations Manager event log on the management server for more information
    NOTE: 
    Proxy settings are configured on server as well as on console...
    REGARDS DANISH DANIE

    Hi,
    According to the error message, "The management pack ([Microsoft.IntelligencePacks.Types, 31bf3856ad364e35, 7.0.9366.0]) requested from the database was version 7.0.9401.0 but the actual version available is 7.0.9366.0."
    We may need to check the management pack's version.
    Have you applied the SC advisor connector?
    System Center Advisor Connector for Operations Manager
    http://www.microsoft.com/en-us/download/details.aspx?id=38199
    Regards, Yan Li

  • IDES ECC 6.0 Installation failed at IMPORT ABAP -- Urgent pls....

    Hi Gurus,
    ecc6 installation failed at IMPORT ABAP step (to be precise - 16th step out of 19 steps) while importing  'SAPSSEXC' package .....
    snippets of following logs are below
    1> IMPORT_MONITOR.LOG
    2> SAPINST.LOG
    3> SAPSSEXC.LOG
    <h2>IMPORT_MONITOR.LOG</h2>
    ERROR: 2008-01-08 01:32:31 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process 'C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l
    SAPSSEXC.log -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPSSEXC.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
    INFO: 2008-01-08 02:42:03 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is successfully completed.
    WARNING: 2008-01-08 02:42:17
    Cannot start import of packages with views because not all import packages with tables are loaded
    successfully.
    WARNING: 2008-01-08 02:42:17
    1 error(s) during processing of packages.
    INFO: 2008-01-08 02:42:17
    Import Monitor is stopped.
    <h2>SAPINST.LOG</h2>
    WARNING 2008-01-08 02:42:21
    Execution of the command "C:\j2sdk1.4.2_16-x64\bin\java.exe -classpath migmon.jar -showversion
    com.sap.inst.migmon.imp.ImportMonitor -dbType MSS -importDirs
    F:\ECC6\InstExport1\EXP1;F:\ECC6\InstExport2\EXP2;F:\ECC6\InstExport3\EXP3;F:\ECC6\InstExp4\EXP4;F:
    \ECC6\InstExport5\EXP5;F:\ECC6\InstExport6\EXP6;F:\ECC6\InstExport6\EXP7;F:\ECC6\InstExport6\EXP8;F
    :\ECC6\InstExport6\EXP9;F:\ECC6\InstExport6\EXP10;F:\ECC6\InstExport6\EXP11 -installDir
    C:\PROGRA1\SAPINS1\ERP\SYSTEM\MSS\CENTRAL\AS -orderBy "" -r3loadExe
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -tskFiles yes -extFiles no -dbCodepage 4103 -jobNum 3
    -monitorTimeout 30 -loadArgs " -loadprocedure fast" -trace all -sapinst" finished with return code
    103. Output:
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 16, failed 1, total 19.
    Loading of 'SAPAPPL2' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 17, failed 1, total 19.
    ERROR 2008-01-08 02:42:23
    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-01-08 02:42:24
    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|in
    d|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigratio
    nMonitor was executed with status ERROR .
    <h2>SAPSSEXC.LOG</h2>
    (DB) INFO: D301T~A created
    (DB) INFO: D345T created
    (DB) INFO: D345T~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of D345T completed (6585 rows) #20080107180224
    (DB) INFO: DSYST created
    (DB) INFO: DSYST~0 created
    (IMP) INFO: import of DSYST completed (54353 rows) #20080107194721
    (DB) INFO: DYNPSOURCE created
    (DB) INFO: DYNPSOURCE~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of DYNPSOURCE completed (190478 rows) #20080107205002
    (DB) INFO: ENHSPOTCONTRACT~1 created
    (DB) INFO: ENHSPOTHEADER created
    (DB) INFO: ENHSPOTHEADER~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of ENHSPOTHEADER completed (4078 rows) #20080107205109
    (DB) INFO: INDTEXT created
    (DB) INFO: INDTEXT~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (DB) INFO: PERMISSION created
    (DB) INFO: PERMISSION~0 created
    (IMP) INFO: import of PERMISSION completed (112356 rows) #20080107214109
    (DB) INFO: PERMISSION~IF created
    (DB) INFO: REPOSRC created
    (DB) INFO: REPOSRC~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    ANY POINTERS WILL BE HIGHLY APPRECIATED
    THANKS IN ADVANCE

    no...loading was not finished....it aborted with 'Retry', 'View Log', & Stop options...i retried with no luck...
    this is 'Central system ' installation btw....
    it failed with below error
    ERROR 2008-01-08 02:42:23
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    <h2>IMPORT_MONITOR.LOG</h2>
    INFO: 2008-01-07 16:33:26
    Import Monitor is started.
    CONFIG: 2008-01-07 16:33:26
    Application options:
    dbCodepage=4103
    dbType=MSS
    extFiles=no
    importDirs=F:\ECC6\InstExport1\EXP1;F:\ECC6\InstExport2\EXP2;F:\ECC6\InstExport3\EXP3;F:\ECC6\InstExp4\EXP4;F:\ECC6\InstExport5\EXP5;F:\ECC6\InstExport6\EXP6;F:\ECC6\InstExport6\EXP7;F:\ECC6\InstExport6\EXP8;F:\ECC6\InstExport6\EXP9;F:\ECC6\InstExport6\EXP10;F:\ECC6\InstExport6\EXP11
    installDir=C:\PROGRA1\SAPINS1\ERP\SYSTEM\MSS\CENTRAL\AS
    jobNum=3
    loadArgs= -loadprocedure fast
    monitorTimeout=30
    orderBy=
    r3loadExe=C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2008-01-07 16:33:26
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-01-07 16:33:26
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL' template file is started.
    INFO: 2008-01-07 16:33:26 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\PROGRA1\SAPINS1\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2008-01-07 16:33:26
    Data codepage 4103 is determined using TOC file 'F:\ECC6\InstExport1\EXP1\DATA\SAPAPPL0.TOC' for package 'SAPAPPL0'.
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is started.
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL1' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPAPPL1.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPAPPL1.TSK MSS -l SAPAPPL1.log
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0' import package is started.
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL0' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPAPPL0.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPAPPL0.TSK MSS -l SAPAPPL0.log
    TRACE: 2008-01-07 16:33:26 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExp4\EXP4\DATA\SAPSSEXC.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSSEXC.TSK MSS -l SAPSSEXC.log
    TRACE: 2008-01-07 16:33:28 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast
    TRACE: 2008-01-07 16:33:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL1' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -loadprocedure fast
    TRACE: 2008-01-07 16:33:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL0' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -loadprocedure fast
    INFO: 2008-01-08 00:15:00 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is successfully completed.
    TRACE: 2008-01-08 00:15:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is started.
    TRACE: 2008-01-08 00:15:27 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPAPPL2' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExp4\EXP4\DATA\SAPAPPL2.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPAPPL2.TSK MSS -l SAPAPPL2.log
    INFO: 2008-01-08 00:15:31 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0' import package is successfully completed.
    TRACE: 2008-01-08 00:15:56 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2008-01-08 00:15:56 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExp4\EXP4\DATA\SAPSDIC.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSDIC.TSK MSS -l SAPSDIC.log
    TRACE: 2008-01-08 00:15:58 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL2' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -loadprocedure fast
    TRACE: 2008-01-08 00:16:02 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast
    INFO: 2008-01-08 00:49:00 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is successfully completed.
    TRACE: 2008-01-08 00:49:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPCLUST' import package is started.
    TRACE: 2008-01-08 00:49:40 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPCLUST' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExp4\EXP4\DATA\SAPCLUST.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPCLUST.TSK MSS -l SAPCLUST.log
    TRACE: 2008-01-08 00:50:11 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPCLUST' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -loadprocedure fast
    INFO: 2008-01-08 00:53:51 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPCLUST' import package is successfully completed.
    TRACE: 2008-01-08 00:54:21 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLEXC' import package is started.
    TRACE: 2008-01-08 00:54:40 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSLEXC' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport3\EXP3\DATA\SAPSLEXC.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSLEXC.TSK MSS -l SAPSLEXC.log
    TRACE: 2008-01-08 00:54:48 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSLEXC' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -loadprocedure fast
    INFO: 2008-01-08 01:02:26 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLEXC' import package is successfully completed.
    TRACE: 2008-01-08 01:02:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSRC' import package is started.
    TRACE: 2008-01-08 01:02:50 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSRC' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport5\EXP5\DATA\SAPSSRC.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSSRC.TSK MSS -l SAPSSRC.log
    TRACE: 2008-01-08 01:03:11 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSRC' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSRC.cmd -dbcodepage 4103 -l SAPSSRC.log -loadprocedure fast
    INFO: 2008-01-08 01:09:19 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSRC' import package is successfully completed.
    TRACE: 2008-01-08 01:09:46 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPPOOL' import package is started.
    TRACE: 2008-01-08 01:09:51 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPPOOL' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPPOOL.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPPOOL.TSK MSS -l SAPPOOL.log
    TRACE: 2008-01-08 01:09:55 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPPOOL' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -loadprocedure fast
    INFO: 2008-01-08 01:14:03 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPPOOL' import package is successfully completed.
    TRACE: 2008-01-08 01:14:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDOCU' import package is started.
    TRACE: 2008-01-08 01:14:18 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDOCU' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPSDOCU.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSDOCU.TSK MSS -l SAPSDOCU.log
    TRACE: 2008-01-08 01:14:21 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDOCU' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSDOCU.cmd -dbcodepage 4103 -l SAPSDOCU.log -loadprocedure fast
    INFO: 2008-01-08 01:15:50 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDOCU' import package is successfully completed.
    TRACE: 2008-01-08 01:16:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSPROT' import package is started.
    TRACE: 2008-01-08 01:16:19 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSPROT' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPSPROT.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSPROT.TSK MSS -l SAPSPROT.log
    TRACE: 2008-01-08 01:16:24 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSPROT' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSPROT.cmd -dbcodepage 4103 -l SAPSPROT.log -loadprocedure fast
    INFO: 2008-01-08 01:17:55 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSPROT' import package is successfully completed.
    TRACE: 2008-01-08 01:18:18 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLOAD' import package is started.
    TRACE: 2008-01-08 01:18:24 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSLOAD' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPSLOAD.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSLOAD.TSK MSS -l SAPSLOAD.log
    TRACE: 2008-01-08 01:18:31 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSLOAD' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLOAD.cmd -dbcodepage 4103 -l SAPSLOAD.log -loadprocedure fast
    INFO: 2008-01-08 01:18:43 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSLOAD' import package is successfully completed.
    TRACE: 2008-01-08 01:18:46 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is started.
    TRACE: 2008-01-08 01:18:48 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPUSER' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport5\EXP5\DATA\SAPUSER.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPUSER.TSK MSS -l SAPUSER.log
    TRACE: 2008-01-08 01:18:50 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPUSER' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -loadprocedure fast
    INFO: 2008-01-08 01:20:09 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is successfully completed.
    TRACE: 2008-01-08 01:20:15 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDDIM' import package is started.
    TRACE: 2008-01-08 01:20:16 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDDIM' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPDDIM.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPDDIM.TSK MSS -l SAPDDIM.log
    TRACE: 2008-01-08 01:20:16 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDDIM' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDDIM.cmd -dbcodepage 4103 -l SAPDDIM.log -loadprocedure fast
    INFO: 2008-01-08 01:20:26 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDDIM' import package is successfully completed.
    TRACE: 2008-01-08 01:20:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDFACT' import package is started.
    TRACE: 2008-01-08 01:20:45 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDFACT' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPDFACT.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPDFACT.TSK MSS -l SAPDFACT.log
    TRACE: 2008-01-08 01:20:46 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDFACT' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -loadprocedure fast
    INFO: 2008-01-08 01:20:51 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDFACT' import package is successfully completed.
    TRACE: 2008-01-08 01:21:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is started.
    TRACE: 2008-01-08 01:21:22 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPDODS' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAPDODS.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPDODS.TSK MSS -l SAPDODS.log
    TRACE: 2008-01-08 01:21:23 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDODS' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -loadprocedure fast
    INFO: 2008-01-08 01:21:25 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is successfully completed.
    TRACE: 2008-01-08 01:21:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER1' import package is started.
    TRACE: 2008-01-08 01:21:47 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPUSER1' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport5\EXP5\DATA\SAPUSER1.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPUSER1.TSK MSS -l SAPUSER1.log
    TRACE: 2008-01-08 01:21:52 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPUSER1' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPUSER1.cmd -dbcodepage 4103 -l SAPUSER1.log -loadprocedure fast
    INFO: 2008-01-08 01:21:53 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER1' import package is successfully completed.
    TRACE: 2008-01-08 01:22:16 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is started.
    TRACE: 2008-01-08 01:22:16 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAP0000' import package:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I F:\ECC6\InstExport1\EXP1\DATA\SAP0000.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAP0000.TSK MSS -l SAP0000.log -o D
    TRACE: 2008-01-08 01:22:16 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAP0000' import package into database:
    C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -loadprocedure fast
    INFO: 2008-01-08 01:22:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is successfully completed.
    ERROR: 2008-01-08 01:32:31 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process 'C:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPSSEXC.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
    INFO: 2008-01-08 02:42:03 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is successfully completed.
    WARNING: 2008-01-08 02:42:17
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2008-01-08 02:42:17
    1 error(s) during processing of packages.
    INFO: 2008-01-08 02:42:17
    Import Monitor is stopped.

  • Adobe Extension Manager CS5 - Adobe InDesign extensions failed to import on Mac OSX 10.9.3

    Purchased a new MacBook Pro in January and just now trying to load my copy of Adobe CS5 onto it. Everything installed okay, but when I launch Adobe Extension Manager I get an error message saying that certain extensions failed to import and to make sure they are valid extensions.
    I tried to install a 3rd party extension that I use and it will not import either. Not sure if this is a software or hardware issue.
    Error message reads as follows:
    The following extensions 'idcs5_AssetPubLibrary.zxp,idcs5_AssignmentUI.zxp,idcs5_Assignments.zxp,idcs5_AWS.zxp,idc s5_AWSUI.zxp,idcs5_BasicTools.zxp,idcs5_Book Panel.zxp,....' for product 'InDesign CS5' failed to be imported. Please make sure these are valid extensions.
    I tried to update the extension manager to version 5.0.3 and that did not work. I tried uninstalling the entire suite and reinstalling and same results.
    Any help would be greatly appreciated.

    My guess is that you're trying to use the Migrate feature from OSX. Unfortunately, this will not work reliably with Adobe Creative Suite/Creative Cloud applications.
    You'll need to run the Adobe Cleaner tool to delete all Adobe stuff you copied over:
    Use the CC Cleaner Tool to solve installation ... - Adobe
    Then you'll have to install  CS5 from your original discs or a backup of your original install files.
    Lacking that, you can download CS5 from this link:
    Download and Installation Help

  • 2 items: 1) importing cvs columns do not match t-bird columns 2) error msg when trying to add 2nd email account

    Hi and thanks in advance for lending a hand.
    Issue #1
    Followed instructions at https://www.youtube.com/watch?v=8Df8mRL3TBs to import cvs to t-bird – but
    My cvs headings are not name, email m chat name, org, additional email etc etc
    Why are my columns names not showing up?
    +++++++++++++++++++++++++++++++++++
    Issues #2
    Adding second email address in thunder bird
    email address #1 works fine - but trying to add 2nd one – having error msgs poop up.
    1st error msg is:
    [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMsgIncomingServer.verifyLogon]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/accountcreation/verifyConfig.js :: verifyLogon :: line 98" data: no]
    Pressing “done" again yields different error reply: Incoming server already exists.
    [end of error msgs]
    Have tried box1121.bluehost.com as well as mail.bikempowered.com for server hostnames - various ports and SSL’s
    The Tech at blue host claimed there this was a bug known to thunderbird – and that a solution is known to be needed.
    Seeking solutions - also I’m 90% Luddite - so please if at all possible, but things in “for Dummies” mode
    With gratitude and hope,
    Brian

    About .csv check your .csv-file as a text file.
    Is the first line your column-names separated with a "," ?
    It should be. When you import, mark that 1st line has column-names
    Then move Tbird's names around until they correspond with yours. Your names will not be imported.

  • Dev Workplace install failing on "import java dump"

    Trying to install the developer NW workplace(2004s) with maxdb(7.60) on windows XP pro (32 bits).
    I am using The following SAP dvd's: 51031374_dev_ws_04s,
    51031391_2004s_kernel7_lin_win and 51031410_maxdb_760.
    Installation is failing while importing the java dump (step 21).
    The relevant error is:
    SEVERE: DB Error during import of BC_SL_ACTIVE_PARTS
    Feb 21, 2006 4:08:55 PM com.sap.inst.jload.Jload printSQLException
    SEVERE: Message: The object of type java.sql.Date with the value
    '2005-10-06 15:00:00.0' assigned to host variable 5 is not normalized. It
    must not contain time components in the time zone running the virtual
    machine.
    Feb 21, 2006 4:08:55 PM com.sap.inst.jload.Jload printSQLException
    SEVERE: SQLState: SAP06
    Feb 21, 2006 4:08:55 PM com.sap.inst.jload.Jload printSQLException
    SEVERE: ErrorCode: 1001124
    I aslo tried upgrading maxdb to 7.60-21 (from the default -9) but that did not help.
    It seem like the dump is trying to import an improperly formatted timestamp inside a date field in maxdb (or something of that sort)
    I was thinkign of tryimg to fix the dump, but it's a 800MB binary dump so i guess that's out.
    Anyhow, anybody as a clue of what's going on ?? (ie: db setting or something).
    Thank you.

    Hello folks,
    Today I also tried to install SAP Netweaver 7.0 SR3 Developer Workplace on Windows Vista. But Installation process has stop at phace 20 ( Import Java dump) line. Even I already changed the timezone according to some of yours advice, but still the problem is same. I tried it 2nd time. I uninstalled MaxDb and uninstall SAP NW and restart system and resinstall it.
    Here is log view for reference:
    INFO 2008-03-25 01:42:43.963
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sql.connect.OpenSQLConnectInfo "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/tc_sec_secstorefs.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/DEVWP/MAXDB/install/sharedlib/jdbc20.jar" create_dr jdbc/pool/NW4 com.sap.dbtech.jdbc.DriverSapDB jdbc:sapdb://Obaid-PC/SNW?timeout=0&spaceoption=true&unicode=true SAPNW4DB XXXXXX NW4
    Obaid-PC/sapmnt/NW4/SYS/global/security/data/SecStore.properties
    Obaid-PC/sapmnt/NW4/SYS/global/security/data/SecStore.key" finished with return code 0. Output: Driver successfully created
    INFO 2008-03-25 01:42:44.494
    Execute step requestJavaDumpInStepPhase of component |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0
    INFO 2008-03-25 01:42:44.991
    Execute step exitStepIfParallelABAPImport of component |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_JExecute step exitStepIfParallelABAPImport of component |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_J
    Please help me what could be other reason, how can i resolve this issue. I need to install it.
    thanks
    Obaid.

  • Mail fails to import messages after 10.8.5 update

    After the update Mail fails to import my messages and then quits.
    First screen says: Welcome to Mail. To use the new features your existing Mail messages need to be imported....
    Then when I click continue it says: The import failed. An error occurred during the import. Make sure you have available space in your home folder and try again.
    I run mail from inside the container (MacOS folder) and here's what it reads:
    Last login: Mon Oct 21 22:39:50 on ttys001
    /Applications/Mail.app/Contents/MacOS/Mail ; exit;
    Gustavos-MacBook-Air:~ calazans$ /Applications/Mail.app/Contents/MacOS/Mail ; exit;
    2013-10-21 23:03:45.907 Mail[778:707] Using V2 Layout
    2013-10-21 23:04:43.483 Mail[778:9617] Copy from /Users/calazans/Library/Mail/V2/MailData/Envelope Index to /Users/calazans/Library/Mail/V2/MailData/Envelope Index-26 failed with 10: not an error
    logout
    [Process completed]
    I have already reinstalled combo 10.8.5
    I have already booted on recovery console and repaired permissions
    I have already installed the Supplemental update 10.8.5
    I have created another standard user and inside this new account Mail will work perfectly.
    Nothing worked so far. Cherry on the cake : I have a message saying I have a recall on my MBAir SSD drive.
    Please advise on how to solve this issue !
    Cheers,
    ZChef

    Intermediate answer: The app launched correctly and the import process has started.
    It is taking ages though. Over 3 hours for around 30K messages.
    The message count sometimes gets stuck for 20-30 minutes or so and then starts counting again...
    There are ~5K messages left to be imported. I'll let you know if it goes ok.
    Stay tuned for the next and hopefully last episode.
    Cheers,
    ZChef

  • Mail failed to import after Mavericks upgrade

    Just upgraded to Mavericks and have all current updates - went to open mail and got the following message:
    Mail failed to import.
    An error occurred during the import. Make sure you have available space in your home folder and try again.
    I have a pretty "clean" Macbook Air - not much on it so can't imagine I'm anywhere close to not having available space. Help!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Aperture fails to import albums from iPhoto

    I have been using the combination iPhoto/Photoshop for many years. For some time I have considered either Aperture of Lightroom. With the chopped price and supposedly improved interface with the new version, I decided to buy it today. So far it looks like a big mistake! One major reason for choosing Aperture rather than Lightroom was Apertures's advertised smooth import of the iPhoto library, and to import albums in iPhoto. I have spent a lot of time over several years to find a good system of album organization in iPhoto. It was consequently a big disappointment to discover that Aperture failed to import most of my some 30 albums and my slideshows from iPhoto. I have searched both the manual and help to find out how I can get my album organization of some 20 000 pictures into Aperture, but so far without success. Can anyone give me a clue. Both regular albums as well as smart albums are missing. I cannot figure out how I so totally have misunderstood what Aperture is capable of.

    There is always local issues involved. No two Macs are alike. Different files, temporary files, plug-ins etc. can and do cause problems. When software updates and upgrades are created, the developer, in this case Apple, need to test the software in different environments. Developers are pushed by steadily shorter deadlines, at the same time applications are also steadily becoming more complex. When I am critical to Apple, it is because there are only Apple applications involved in my case, on a brand new (2 weeks old newest version of MacBook Pro), and the very same issue has happened to too many others. Just take a look at Apple discussions. I have used iPhoto since it was launched the first time, and I have only experienced problems a couple of times before. I am not saying that the problem is iPhoto or Aperture alone, it is the two of them which do not handle the integration. Keep in mind also that most Aperture users are different than the average Mac user in that they work a lot with photo files. This is the environment that Apple has to take into account when launching upgrades and updates.

  • Ldif2db command fails to import data and deletes the root node

    ldif2db command fails to import data into LDAP.
    The command used was
    ldif2db -n userRoot -s "dc=example,dc=com" -i test.ldif
    The test.ldif conains the nodes under dc=example,dc-com
    eg: ou=test,dc=example,dc=com
    But on executing the command the root node "dc=example,dc=com" itself got deleted. The console output was like "Skipping entry uid=test001,ou=test,dc=example,dc=com" for all the entries present in ldif.
    What might be the reason for this ? Any clues ?
    The reason y i am trying to do this ldif2db is to preserve the createtimestamp and modifytimestamp while migrating data from one Directory Server to another. Any other ways of doing it ?

    ldif2db is the right command to migrate data and preserve those attributes like createtimestamp and modifytimestamp.
    However, when this command is used, it will first remove everthing before it load whatever you want. So you need to be very careful. I got this terrible problem as well.
    In my experience, if you use this command, don't use "-s". You can just use:
    ldif2db -n suffixName -i test.ldif
    If you only have one suffix (database), then you can use "-n userRoot".
    Also, if you migrate your data from server A to server B, you'd better dump the data using db2ldif -n userRoot -a test.ldif from server A. Then load it into server B using ldif2db -n userRoot -i test.ldif.

  • ITUNES FAILS TO IMPORT OLDER CDS AND FREEZES

    HI ALL--FIRST TIME POSTING LONG TIME READER!
    As the description heading indicates, my itunes has started failing to import older cds and hten freezes up? Anyway to circumvent this? How do i import these cds--should i burn same first to a nwer CDR? Please advise. Is this a common problem?

    You are getting the opposite of my problem. For me, newer CDs give problems not older ones. There are several options available. No particular order, not all options.
    Import as mp3 with another program. (Rip with another program, import with iTunes)
    Update drivers for current drive.
    Replace drive.
    Uninstall then reinstall iTunes/Quicktime.
    New computer. :-}

  • Import Server fails to import if repository has password

    Hi,
    I am using MDM SP05 Patch2 on Windows Server.
    I added a login password to my repository. Now what happens is the import server fails to import files for that repository giving the error :
    "<i>[MDS=MDM Repos=Repo]: CatMgrClientWorker.Connect() failed. RC: 0xffaa0200 Invalid logon credentials</i>"
    After changing the password, i restarted MDM Server and Import Server both.
    But if i remove the password from my repository, the import runs successfully.
    Someone pls suggest.
    Regards,
    Chintan

    Hi Danish,
    The process of changing the password in .ini files works till MDM 5.5 version.
    From MDM 7.1 version, the password Must be Changed only at the Auxilliary level. Changing it in the .ini file directly will have no effect.
    In MDM 7.1, configuration of some repository-specific MDIS/MDSS parameters moved from the repository sections of mdis.ini/mdss.ini to a new MDIS/MDSS-specific Repository Detail pane in MDM Console.
    When you connect to the Auxilliary servers, you fill find both the configurations for MDIS and MDSS:
    User: The user name MDSS uses to access the MDM repository.
    Password: The password MDSS uses to access the MDM repository.
    Use the same password that you have assigned to Admin in the Console.
    You can refer to the Console Reference guide : page number 263.
    If you have already done this, can you please check the log file and let us know if you find anything.
    Thanks,
    Priti

  • Import-CMDriver fails with "Import-CMDriver : Invalid object path "

    I am attempting to use Import-CMDriver but it fails with:
    "Import-CMDriver : Invalid object path "
    I can see that it is adding the driver to the catalog, but it is failing to add it to the package and I can't figure out why.  I have tried with different inf files and deleted and created different packages.  It just doesn't work.  Here is
    the command that I am running.  I don't see any reason why it wouldn't work.
     Set-Location abc:
        foreach($iniFile in $infFilesToDeploy){
            $cmDrivePackage = Get-CMDriverPackage -Name "PackageName"
            $cmDriverCat = Get-CMCategory -CategoryType "DriverCategories" -Name "PackageName"
            $cmDrivePackage
            $iniFile
            Import-CMDriver -UncFileLocation $iniFile -ImportDuplicateDriverOption AppendCategory -AdministrativeCategory $cmDriverCat -EnableAndAllowInstall $True -DriverPackage $cmDrivePackage -UpdateDistributionPointsforDriverPackage $false
    As I said, it is seeing the ini file since it it importing it into the catalog.  It just won't add it to the package.  It also leaves the package in a locked state if I try to modify it after I run this command.
    Anyone have any ideas why this command doesn't function?
    Thank you for your time.

    Hi,
    What's the version of your SCCM? I ran this command "Import-CMDriver -UncFileLocation... " on my SCCM 2012 R2 CU1. I didn't get the error above.
    I also tried the command below, it ran successful.
     $d=Get-CMDriverPackage -Id "..."
     Import-CMDriver -UncFileLocation "\\..." -DriverPackage $d -EnableAndAllowInstall $true
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Open PO by requisitioner in output

    I want to know the standard report to get open purchase orders based on requisioner. We can use ME2n by dynamic selection but in output also I need requisitiner field.

  • InDesign CS6 won't work with OS X Yosemite

    Has anyone else had this issue so far? I am running the late 2012 27" iMac and it will not open InDesign. I've just downloaded Yosemite this morning! Illustrator, Photoshop and Bridge all open with no problems after installing Yosemite. - is not happ

  • User Exit in ME21N Required

    Hi, Is there any user-exit for ME21N, thru which the below 3 values can be changed? Goods-Receipt (EKPO-WEPOS) Inv.Receipt       (EKPO-REPOS) GR-Based IV    (EKPO-WEBRE) Any pointers on this would be appreciated. Thanks in advance. Rgds, Bhargav.

  • Delete Outgoing Messages

    Can someone tell me how to delete messages which are pending in the OUTGOING queue. Because of what I expect are very large attachments, the files cannot be sent, thereby causing the Mail application to stall and then crash. When reopening the applic

  • Unable to connect to the content error!

    Hi Everyone, I am have followed some of the basic steps to achieve http dynamic streaming using default config of FMS 3.5 server. I am installed my Strobe media Playback on apache 2.2 htdocs folder and the sample html works perfect when i call it fro