Importing existing packages

Hi,
When I import packages in OWB from existing db, only the package specs are imported, not the package body. Any idea why?
thanks

Hi,
One reason would be if the PL/SQL packages you are importing are wrapped (encrypted). Are you following the same steps as outlined in the User Guide here: http://download-west.oracle.com/docs/html/B12146_01/maptransf.htm#sthref2031
Do you see CREATED next tho the Package Body in Action result after the import completes (as shown in Figure 9-7 Import Results)?
Nikolai Rochnik

Similar Messages

  • OWB Can't Import Existing Package with Collection Data Type as Arguments

    I created a package and compiled it successfully as the follows:
    +++++++++++++++++++++++++++++
    CREATE OR REPLACE PACKAGE PACKAGE_TEST AS
    TYPE Num_LIST IS TABLE of NUMBER INDEX BY BINARY_INTEGER;
    FUNCTION TEST_FUNCTION1 ( arg1 NUMBER, arg2 NUMBER) RETURN NUMBER;
    FUNCTION TEST_FUNCTION2 ( args NUM_LIST) RETURN NUMBER;
    END PACKAGE_TEST;
    CREATE OR REPLACE PACKAGE BODY PACKAGE_TEST AS
    FUNCTION TEST_FUNCTION1 ( arg1 NUMBER, arg2 NUMBER) RETURN NUMBER IS
    ln_sum NUMBER;
    BEGIN
    ln_sum := arg1 + arg2;
         RETURN ln_sum;     
    EXCEPTION
    WHEN OTHERS THEN
    RETURN -10000;     
    END TEST_FUNCTION1;
    FUNCTION TEST_FUNCTION2 ( args NUM_LIST) RETURN NUMBER IS      
         ln_sum NUMBER;
    BEGIN
    ln_sum :=0;
         FOR i IN 1.. args.COUNT LOOP
         ln_sum := ln_sum + args( i );     
         END LOOP;     
         RETURN ln_sum;     
    EXCEPTION
    WHEN OTHERS THEN
    RETURN -10000;     
    END TEST_FUNCTION2;     
    END PACKAGE_TEST;
    ++++++++++++++++++++++++++++++++++++++++
    Then I tried to import the package into OWB (9.2). The problem came: all the package body and
    the specification of TEST_FUNCTION1 were imported, but the package specification of
    TEST_FUNCTION2 couldn't be imported. The IMPORT FILTER gave an error message:
    "TEST_FUNCTION2: Argument Data type is not supported".
    How to resolve this problem? It is very import for our project, since we have to import some
    packages with user_defined collection data types as arguments.
    Thank you.
    Lushu

    Hi Lushu,
    Unfortunately this is indeed not supported and I would not know how to work around this one. The only way I guess that this would work is to not import it, and then use Expressions to call the function with inputs.
    Jean-Pierre

  • Import and package does not exist

    I have a program and I wish to import a package that I've made. I have tried to do this with:
    import clientcode.*;but I keep getting the error message java:8: package clientcode does not exist
    I am completely new to Java and have no idea how to get around this. Please help

    Do you use ide or compile classes from command line?
    Most likely it's a classpath problem.

  • Importing existing classes loses package identity in 9.0.2

    I have tried several ways, but everytime I import existing classes, they all go to Miscellaneous Files and won't display under their packages. This is from disk or from source code control (CVS). This works fine with the same exact classes and directories under JDeveloper 3.1.1. It seems simple, but it is frustrating. Any suggestions?

    Hi,
    This is normally because the Source Path setting (under Common->Input Paths in project settings) is not set to the correct directory. You should get a prompt asking if you want to add the correct path to the source path when adding files to a project.
    Thanks,
    Brian

  • SAP Ides ECC 6.0 Install: Import ABAP - Package SAPDODS Error - ORA-00903

    Experts,
    Good Morning!
    I'm trying to install SAP IDES ECC 6.0 version on a Windows 2008 R2 Server with Oracle 11g DB (11.2).
    System Info: 16GM RAM & 600GB Hdd. Prereqs passed.
    I'm getting the following error during the Import ABAP phase (16 of 29) in the sapinst log:
    "An error occurred while processing option Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central System > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. "
    Here's the dump of import_monitor.java.log
    java version "1.4.2_32"
    Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.012)
    SAP Java Server VM (build 4.1.012 1.6-b03, Oct 21 2011 14:18:45 - 41_REL - optU - windows amd64 - 6 - bas2:161688 (mixed mode))
    Import Monitor jobs: running 1, waiting 1, completed 141, failed 0, total 143.
    Loading of 'SAPDODS' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 141, failed 1, total 143.
    Here's the dump of import_monitor.log:
    INFO: 2014-07-05 13:42:53
    Data codepage 4103 is determined using TOC file 'C:\Target\Export1\DATA\D010TAB.TOC' for package 'D010TAB'.
    TRACE: 2014-07-05 13:42:53 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is started.
    TRACE: 2014-07-05 13:42:53 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPDODS' import package into database:
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error
    ERROR: 2014-07-05 13:42:54 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPDODS' import package is interrupted with R3load error.
    Process 'C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPDODS.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2014-07-05 13:43:21
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2014-07-05 13:43:21
    1 error(s) during processing of packages.
    INFO: 2014-07-05 13:43:21
    Import Monitor is stopped.
    Here's the log of SAPDODS...
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20140705134253
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/720_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: version R7.20/V1.4 [UNICODE]
    Compiled Aug 16 2011 02:26:36
    patchinfo (patches.h): (0.098) DB6: correction for R3load PL 91 on HP-UX and SOLARIS (note 1609719)
    process id 1488
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file C:\Target\Export1\DB/SQLFiles.LST
    (SQL) INFO: C:\Target\Export1\DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file DODS.SQL
    (SQL) INFO: DODS.SQL not found
    (SQL) INFO: Searching for SQL file C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: found C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: Trying to open C:\Target\Export1\DB/ORA/DODS.SQL
    (SQL) INFO: C:\Target\Export1\DB/ORA/DODS.SQL opened
    (DB) ERROR: DDL statement failed
    (DROP TABLE "/BI0/APERS_BOD00")
    DbSlExecute: rc = 103
      (SQL error 942)
      error message returned by DbSl:
    ORA-00942: table or view does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: Error 903 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-00903 occurred at SQL stmt (parse error offset=15)
    (DB) ERROR: DDL statement failed
    (  CREATE TABLE [/BI0/APERS_BOD00]         (  [TCTUSERNM] nvarchar(000012)          NOT NULL  ,           [TCTOBJVERS] nvarchar(000001)          NOT NULL  ,           [TCTSYSID] nvarchar(000010)          NOT NULL  ,           [TCTQUACT] nvarchar(000001)          NOT NULL  ,           [TCTOBJNM] nvarchar(000040)          NOT NULL  ,           [TCTTLOGO] nvarchar(000004)          NOT NULL  ,           [RECORDMODE] nvarchar(000001)          NOT NULL  ,           [TCTTIMSTMP] nvarchar(000014)          NOT NULL   )          WITH ( DATA_COMPRESSION = PAGE )   )
    DbSlExecute: rc = 99
      (SQL error 903)
      error message returned by DbSl:
    ORA-00903: invalid table name
    (DB) INFO: disconnected from DB
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20140705134254
    FYI - A retry does not help. Also tried to search for the error on scn, google but haven't been able to find the right solution.
    Can you help?
    Regards,
    Cobain.

    Divyanshu - sorry to ask but can you explain why i need to update r3load and r3trans to resolve this error? Just want to understand why I'm doing a correction so I can learn from the same.
    Also, can you clarify the file update process:
    For R3load:
    a) the r3load used by the command is dated 8/16/2011 (location:C:\usr\sap\AVV\SYS\exe\uc\NTAMD64\...)
    b) the r3load i have in my db folder is dated 10/23/2011 (location:C:\Final\Installer\BS7i2011_Installation_Master_\DATA_UNITS\BS2011_IM_WINDOWS_X86_64\ORA\UC\...)
    Do i replace (a) with (b)?
    For R3trans:
    How do I update this file?
    - Cobain.

  • Problem with importing jsp packages

    Hi guys. I'm having a problem compiling a class that imports jsp packages.
    I'm getting errors along the lines of:
    C:\>javac HelloTag.java
    HelloTag.java:4: package javax.servlet.jsp does not exist
    import javax.servlet.jsp.*;
    ^
    HelloTag.java:5: package javax.servlet.jsp.tagext does not exist
    import javax.servlet.jsp.tagext.*;
    - I've copied jsp-api.jar and servlet-api.jar to a folder that's in my path: C:\Program Files\Java\jre1.5.0_03\lib\ext
    Any suggestion?
    Thanks.

    U have to add the path into the classpath
    set CLASSPATH=%CLASSPATH%;jsp-api.jar ....
    the compile in the same cmd window
    Do not use the CLASSPATH environment variable. Use the -classpath option while compiling and specify the path to your jar file.
    javac -classpath <path to jar file> filename.javacheers,
    ram.

  • Sapinst import support package 19

    Hi,
    While I am doing import support package 19 though sapinst below error is occuring:
    ERROR 2007-06-15 03:34:44
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-06-15 03:34:44
    MUT-02041  SDM call of deploySdaList ends with returncode 4. See output of logfile
    /tmp/sapinst_instdir/PATCH/ORA/callSdmViaSapinst.log.
    Lofile error:
    Error: Exception occured during extractSingleFile: /usr
    /sap/GXI/DVEBMGS00/SDM/root/origin/sap.com/tc/eCATTPing/SAP AG/1/6.4019.00.0000.
    20041104140331.0000/eCATTPing.sda (Permission denied)
    Can some one help me in this regard
    Best Regards

    Hello,
    There are a coupel of things I would suggest checking here. From the logs I assuem that you are installing on a Unix system, what user are you calling sapisnt with? Is it the root user? Please also ensure that 777 permissions exist on the directories in question, and that the file itself is not corrumpted.
    Regards,
    David

  • Import a package in owb 10.2. with ombplus

    hi,
    we have a plsql-package wich evolves over time, created by a generator...
    i want to re-import a plsql-package with ombplus.
    i tried it that way:
    OMBDROP PACKAGE 'pckg1'
    OMBCREATE TRANSIENT IMPORT_ACTION_PLAN 'I1'
    OMBALTER IMPORT_ACTION_PLAN 'I1' ADD ACTION 'PCKG-IMP' SET REF SOURCE PACKAGE 'pckg1' SET REF TARGET ORACLE_MODULE 'mod1'
    i got a error indicating that 'PACKAGE' isn't the right object-type:
    PUB04201: Encountered an internal fatal error during processing of oracle module mod1: unsupported obj type.
    the documentation did not list valid object-types.
    does anyone know how to accomplish this task?
    when the object-type 'PACKAGE' not exists, is there an other way to re-import a package?
    thanks in advance
    tr

    OMB+> OMBCONNECT $connect_string
    Connected.
    OMB+> OMBCC $project_name
    Context changed.
    OMB+> OMBCREATE TRANSIENT IMPORT_ACTION_PLAN 'I1'
    Import action plan I1 is created.
    OMB+> OMBALTER IMPORT_ACTION_PLAN 'I1' ADD ACTION 'PCKG-IMP' SET REF SOURCE PACKAGE $package SET REF TARGET ORACLE_MODULE $module
    Import action plan I1 is altered.
    OMB+> OMBALTER LOCATION $loc SET PROPERTIES (PASSWORD) VALUES ($pwd)
    Location LOC altered.
    OMB+>
    OMB+> OMBIMPORT FROM METADATA_LOCATION FOR IMPORT_ACTION_PLAN 'I1'
    PUB04201: Encountered an internal fatal error during processing of oracle module mod1: unsupported obj type.
    OMB+> OMBREVERT
    Revert complete.
    OMB+> OMBDISC
    Disconnected.

  • Importing a package into OWB repository.

    Hi,
    there is a package existing in my OWB repository.
    Package ABC
    Procedure PQR(pram1 varchar2,param2 varchar2)
    now i have modified this package in my target schema, an extra parameter is added to the procedure PQR.
    Procedure PQR(pram1 varchar2,param2 varchar2,param3 number).
    now when I re import this package to my OWB repository module. it shows both versions of the procedures.
    Package ABC
    PQR(pram1 varchar2,param2 varchar2)
    PQR(pram1 varchar2,param2 varchar2,param3 number)
    PQR(pram1 varchar2,param2 varchar2) is still vsible in OWB repository though it is replaced with PQR(pram1 varchar2,param2 varchar2,param3 number) in target schema.
    Is there any way I can replace the old version of procedure with the new version in OWB repository.
    Regards
    RD_RBS

    Hi
    Standard approach to be followed for any object modification
    1. If you have created your package from OWB and deployed it into your DB, always do it that way i.e. Design center -->DB . Do not make any modifications on DB level and import in back to your Design center. OWB manages Ids for all objects on the repository and this will confuse it. That is why you see two versions of the same package . Any modifications should be done on Design center level and then do a replace on the package from control center
    2. If an object (package or procedure) is created on DB directly and is imported into design center, follow the same norm everytime you make any changes to that object. The status of that object will appear as "New" or "Not deployed" on control center but that is fine because OWB has no ID on its repository to maintain this information.
    3. If you need to rename any object already deployed from OWB, always drop it first, then rename it and then deploy it. That way OWB will maintain the name and ID on its end and not get confused.
    4. For your case, you can drop the older version of the package from OWB, delete the one imported from Database into OWB, make the changes on OWB level (adding parameter etc) and then redeploy the same package as replace from control center.
    Hope these tips help
    birdy

  • Having Problem With Importing Another Package

    Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
    All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
    I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
    Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
    However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
    import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
    import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
    Can anybody give me a clue? Thank you.

    user537770 wrote:
    Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
    All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
    I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
    Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
    However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
    import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
    import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
    Can anybody give me a clue? Thank you.Well, seems like your classpath doesn't include those folders you are trying to access.

  • Problem importing a package

    Hello all! I'm relatively new to Java programming, but an experienced programmer in other languages, which is why this problem is so disturbing.
    I'm running through an exercise in the Thinking in Java book that introduces you to packages and importing packages. The code runs fine if I explicitly import the package by name, but not if I use the "*" wildcard.
    I'm running on Windows NT, and my CLASSPATH variable is:
    CLASSPATH=.;D:\Java\Books
    Here are the programs that work:
    //P.java
    package tools;
    public class P {
      public static void rint(String s) {
        System.out.print(s);
      public static void rint(int i) {
           System.out.print(i);
      public static void rintln(String s) {
        System.out.println(s);
      public static void rintln(int i) {
           System.out.println(i);
    //PrintTest.java
    import tools.*;
    public class PrintTest {
      public static void main(String[] args) {
           P.rint("Test String print - No line feed...");
           P.rintln("---");
           P.rint(1);
           P.rintln("");  //Force line feed.
           P.rintln(2);
           P.rintln("---");
    }Both of these files reside in the D:\test directory, and I compile them from that directory.
    To compile the P.java program, I use the following statement: javac -d . P.java
    The P.class file ends up in the D:\test\tools directory, which is fine. When I try to compile the PrintTest.java file, I get an error for each reference to the P class as follows:
    PrintTest.java:6: cannot resolve symbol
    symbol: method rint (java.lang.String)
    location: class P
    P.rint("Test string print - No line feed");
    However, if I change the first line in the PrintTest.java program to:
    import tools.P;
    Then it works.
    Why is the import working with an explicit call to the class, but not with the "*" wildcard? Any help would be greatly appreciated. I've been through all of the forums, the documentation, etc. and can't find a definitive answer.
    Thanks in advance,
    Tim

    Here is the error that I'm getting when I compile the PrintTest.java file.
    PrintTest.java:6: cannot resolve symbol
    symbol: method rint (java.lang.String)
    location: class P
    P.rint("Test string print - No line feed");
    Actually, I get one error for each reference to the P class in the PrintTest code, so there are 6 errors total.
    The P.class file is in the \tools directory under the directory where the PrintTest.java file exists, so the "import tools.P;" command works and the file runs OK, but when I switch to the "import tools.*" command, I get these errors. I'm just confused as to why it works when it is explicitly imported, but not when it is wild-carded.
    Thanks for the help! I'll keep trying...

  • Import support package SAPKB70015 at PI System is stuck on IMPORT_PROPER

    Dear Expert,
    I have some problem when import support package SAPKB70015 at PI System.
    IT had shown as below.
    Main import
    Transport request : SAPKB70015
    System : CXI
    tp path : tp
    Version and release: 372.04.08 700
    sap_dext called with msgnr 4:
    db call info
    function: db_report_interface
    fcode: UPDATE_REPORT
    tabname: TEXT
    len (char): 40
    key: /OSP/CL_CJS_CONTEXT===========CP
    retcode: 4
    Main import
    End date and time : 20081120021353
    Ended with return code: ===> 12 <===
    And I checked the transport log,It shown as below.
    4 ETW690 COMMIT "360444" "53156878"
    3 ETW674Xstart import of "LIMUCLSD/OSP/CL_CJS_CONTEXT" ...
    4 ETW000 1 entry for TADIR updated (R3TRCLAS/OSP/CL_CJS_CONTEXT ).
    4 ETW000 REPOS /OSP/CL_CJS_CONTEXT===========CP A replaced.
    4 ETW000 dev trc ,00000 Thu Nov 20 02:13:53 2008 39924798 39.924798
    4 ETW000 http://dbsloci. ,00000 *** ERROR => Cannot update a LOB column for more than one row piecewise
    4 ETW000 85 39.924883
    4 ETW000 dev trc ,00000 sc_p=0x110f57d68,no=55,idc_p=0x110f70638,con=0,act=1,slen=125,smax=256,#vars=5,stmt=0x111e1f700,tabl
    e=REPOTEXT
    4 ETW000 66 39.924949
    4 ETW000 dev trc ,00000 prep=0,lit=0,nsql=0,lobret=1,#exec=1,dbcnt=2,upsh_p=(nil),ocistmth_p=0x111e20098
    4 ETW000 53 39.925002
    4 ETW000 dev trc ,00000 IN : cols=4,rmax=1,xcnt=1,rpc=0,rowi=0,rtot=1,upto=4294967295,rsize=84,vmax=32,bound=1,iobuf_p=0x111
    0a4220,vda_p=0x111e21a60
    4 ETW000 58 39.925060
    4 ETW000 dev trc ,00000 lobs=1,lmax=4,lpcnt=0,larr=0x111e22180,lcurr_p=(nil),rret=0
    4 ETW000 48 39.925108
    4 ETW000 dev trc ,00000 OUT: cols=1,rmax=0,xcnt=0,rpc=0,rowi=0,rtot=0,upto=0,rsize=0,vmax=32,bound=0,iobuf_p=(nil),vda_p=0x1
    11e222c0
    4 ETW000 55 39.925163
    4 ETW000 dev trc ,00000 lobs=1,lmax=4,lpcnt=0,larr=0x111e22220,lcurr_p=(nil),rret=2
    4 ETW000 47 39.925210
    4 ETW000 dev trc ,00000 UPDATE "REPOTEXT" SET "DATA" = :A0 WHERE "PROGNAME" = :A1 AND "R3STATE" = :A2 AND "LANGUAGE" = :A3
    4 ETW000 51 39.925261
    4 ETW000 dev trc ,00000 RETURNING "DATA" INTO :A4; 29 39.925290
    4 ETW000 dbrepolo ,00735 ***LOG BZY=>unexpected return code 2 calling dbrepolo#? @ 735
    4 ETW000 75 39.925365
    2EETW000 sap_dext called with msgnr "4":
    2EETW000 -
    db call info -
    2EETW000 function: db_report_interface
    2EETW000 fcode: UPDATE_REPORT
    2EETW000 tabname: TEXT
    2EETW000 len (char): 40
    2EETW000 key: /OSP/CL_CJS_CONTEXT===========CP
    2EETW000 retcode: 4
    1 ETP154 MAIN IMPORT
    1 ETP110 end date and time : "20081120021353"
    1 ETP111 exit code : "12"
    1 ETP199 ######################################
    System information
    SAP = NW2004s SR3
    Database = Oracle 10.2.0.2
    OS versions = AIX 5.3
    Tp version = 700 Unicode 179
    R3trans version = 700 Unicode 183
    PS.I checked tp connect return code 0 and R3trans u2013s return code 0
    Could you please suggest how to fix this problem?
    Thank you very much
    Jaturong

    Iu2019ve updated database statistics and then try to reimport the package again. But It canu2019t import package.
    Are you still getting the same error after you retry the statistics update?

  • Importing existing project to Project Online

    Hello, my company recently purchased Project Online to add to our existing Office 365 environment.
    From the Project Web App home page, I would like to use the Create or Import projects tile to add an existing .mpp project file that I have uploaded to my SkyDrive to Project Online, and manage this project from the Project Web app.
    However, I cannot figure out how to do this or if it is even possible. The tile itself says "Create new or import from Sharepoint sites and project files.".  To import an existing project you're then referred to this site: http://office.microsoft.com/en-us/project-server-help/more-ways-to-create-or-import-projects-HA102923810.aspx.
     On that site the only listed ways of importing an existing project are to import a Sharepoint task list (not what I want) or by connecting your local Project Pro to Project Online and publishing the project.
    Importing or uploading an existing project file directly to Project Online would seem to be a fundamental basic usage of Project Online. Do I really need to also purchase Project Professional in order to import existing project files to Project Online?
    Thanks

    Project Online cannot read mpp files, hence the reason for requiring Project Professional 2013 if you want to import these into Project Online - even if you only want to manage them via Project Web App from then on.  
    If you've not got Project 2013 Pro, you could cut and paste the existing task list from Project into a SharePoint list, and create the project from there.
    The way forward will depend on the complexity of your schedules, remember that PWA does not have all of the capability of MS Project 2013
    Ben Howard [MVP] blog |
    web

  • While Import support package getting error in R/3

    Hi All,
    I am getting one error following error while importing support package in R/3.
    Open data extraction requests
    The system has found a number of open data extraction requests.These should be processed before starting the object import process, as changes to DDIC structures could prevent data extraction requests from being read after the import, thus causing them to terminate. Call the Customizing Cockpit data extraction transaction and process all open extraction requests.
    Can Anybody aware of this error. How do I delete the open data extraction process specified here.
    Thx & Regds,
    SGK

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

  • Error getting while importing support package in R/3

    Hi All,
    I am getting one error following error while importing support package in R/3.
    Open data extraction requests
    The system has found a number of open data extraction requests.These should be processed before starting the object import process, as changes to DDIC structures could prevent data extraction requests from being read after the import, thus causing them to terminate. Call the Customizing Cockpit data extraction transaction and process all open extraction requests.
    Can Anybody aware of this error.
    Thx & Regds,
    SGK

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

Maybe you are looking for

  • Duplicate rows showing up in a table on the UI

    Hi All, We have a VO that returns 6 rows in a table on the UI. The rows become editable when a checkbox(a column in the table) is selected. On running it, sometimes we are getting 12 rows on the UI such that the first 6 rows are shown again in the ta

  • Photos on Nano - Can I get them back to my computer?

    I'll try to be brief. I recently re-installed the operating sys on my macbook. Before I did so I backed up everything (at least I thought I did). My back-up did not contain all of my photos. I thought they were gone, but they are still on my nano. Qu

  • MySQL lock table size Exception

    Hi, Our users get random error pages from vibe/tomcat (Error 500). If the user tries it again, it works without an error. here are some errors from catalina.out: Code: 2013-07-31 06:23:12,225 WARN [http-8080-8] [org.hibernate.util.JDBCExceptionReport

  • BAPI BAPI_OPPORTUNITY_CREATEMULTI - Problem with Quantity and Unit

    Hi, I have the requirement for creating multiple line items in Oppurtunity with BAPI BAPI_OPPORTUNITY_CREATEMULTI, I am able to create multiple line items in product tab in Oppurtunity. But now those line items are stored Without Quantity and Units.

  • Change nickname

    Hello all, I have just joined Kuler five minutes ago, after lurking there for a few months. One problem: my nickname. It is adobe. I thought it was funny, that when I signed up, that it automatically took my e-mail address name as my user name. Howev