Problem importing packages via ICE??

Hello,
I am running Portal 6.0 on Windows Server. For one of the business package that is to be implemented in my Portal, i have to deploy two files as a pre-requisite that are associated with SAP Note 660777(https://service.sap.com/sap/support/notes/660777). I have imported the "com.sap.pct.crm.kmconfig40.par" file but having problems deploying "fullupdate_completeBP602.zip". I must admit that i haven't got much idea about importing packages via ICE as i have never used it before.
I tried to import it via, Portal->System Administration->System Configuration. In there, Actions->Import. When i point to the "fullupdate_completeBP602.zip" file and say Preview, i get a error message saying "Enter a valid configuration archive name". Isn't this the right way to import this package? Please guide. Thanks.
Regards,

I suggest you also ask in the KM forum about ICE. There is also some information in the SAP help pages about ICE. For example an overview of it can be found
<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/63/42aa17425c514f85ad5ecd45988509/frameset.htm">here</a>
Cheers

Similar Messages

  • Problem Importing KM via ICE

    Hello,
    I was able to use ICE to fullbackup my files of my EP 5.0.
    Now I want to import this ZIP-File in my new EP 7.0 SP8
    but I don't see the navigation points as described in help.sap.com (In the top-level navigation area, choose Content Management ® Content Exchange and then choose Package Upload from the detailed navigation area.)
    I am logged in as Administrator... I also browsed through System Administration >> System Configuration >> Knowledge Management >> Content Management
    I don't the "Content Exchange" or "Package Upload" point anywhere!
    Please advise! Thank you very much!
    Philipp
    Message was edited by: Philipp Krapp
    Okay, I got it. As the user "Administrator" I need
    the role "content_administrator". Then I get a new
    navigation tab.

    Hi Philipp,
    you need the ContentManager role in order to be able to navigate to "Content Management" -> "Content Exchange" -> "Package Upload".
    Just search under available roles for contentmanager and add the role to your user.
    Hope this helps,
    Robert

  • Visual age problem - importing packages

    Hello,
    I have created a Java client NT application on Visual Age which interacts with Oracle database thru JDBC driver.
    when i give
    import oracle.jdbc.driver.*;
    the visual age editor is not able to find the above package, whereas when i export the same application and execute it on DOS environment there are no problems.
    I want to know the best way to import packages in Visual Age because when I added the required packages to my application, "no suitable driver" error occurred.
    Not as familiar with Visual Age. Any help would be appreciated. Thanks :-)
    Raj

    Thanks! Got it fixed.
    Giving the duke dollar to myself ;)
    raj

  • Problem importing packages...

    hello!
    I am learning Java for a while. I have a very strange problem with packages. The problem is the next one:
    When I import the complete package like this:
    import ThePackage.*
    I got the following the next errors:
    main.java:8: cannot resolve symbol
    symbol : constructor Class1 ()
    location: class Class1
    Class1 C1=new Class1();
    ^
    main.java:9: cannot resolve symbol
    symbol : constructor Class2 ()
    location: class Class2
    Class2 C2=new Class2();
    ^
    2 errors
    In order to use this packages, I have to use it this way:
    import ThePackage.Class1;
    import ThePackage.Class2;
    My question is if I have to import every class I am going to use per package? Or why I can�t import using asterisks ('*')
    My other problem is when I use class within the same package, I have to import them too. I have to put the "import ThePackage.*;" in every class within it.
    Thanks,
    Santiago (A Java Newbie)

    You can try to compile with javac -verbose and see what happens. It's because the class you want to compile is not in a package, and you want to import a whole package. But how would the compiler know if you want to use the Class1 and Class2 that is not in a package or those that are in a package?! First it checks if there are those classes which are not in a package. It doesn't find them, but it finds the java source code, so it attempts to use that (which will fail becuase you have package declaration in them). So sudha_mp is right about that you have to remove the source code, then you should be able to compile your code (or the class you want to compile has to be in a package).

  • Oracle: Problem creating package via CF

    G'day
    I've got a <cfquery> that creates a package header,
    another that creates
    the body, and then a <cfstoredproc> which calls one of
    the procedures in
    the package.
    I am getting this error, when my code comes to execute the
    procedure:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1,
    column 7:
    PLS-00905: object myDB.myPkg is invalid ORA-06550: line 1,
    column 7:
    PL/SQL: Statement ignored
    However if I go into Oracle SQL Developer, and examine the
    package, it's
    all present and accounted for, and indeed works fine.
    If I manually recompile the package, I get no errors
    (right-click > compile
    on both the header and the body).
    If having manually recompiled the package, I re-execute my
    <cfstoredproc>
    call, it works fine.
    If I re-run the process, and the simply recompile the header
    before trying
    the <cfstoredproc>, I get this error:
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-04068: existing
    state of
    packages has been discarded ORA-04063: package body
    "myDB.myPkg" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at
    line 1
    If I then recompile the body too, and then call my
    <cfstoredproc>, it all
    runs fine.
    I have added the following two addition <cfquery> calls
    after my first two:
    <cfquery name="qTemp" datasource="#dsn#">
    alter package pkg_tree compile package
    </cfquery>
    <cfquery name="qTemp" datasource="#dsn#">
    alter package pkg_tree compile body
    </cfquery>
    And they execute fine, but do not affect the results (ie: I
    still get the
    same erroing behaviour).
    If I copy and paste my <cfquery> code into Oracle SQL
    Developer and execute
    it, it all works fine.
    Anyone encountered this before, and know what I'm doing wrong
    (or what -
    additionally - I need to do to complete the job)?
    Cheers for any thoughts.
    Adam

    PS: The user I am using to connect to the DB is the same one
    whether via CF
    or Oracle SQL Developer, in both cases, and said user has
    full DBA
    priveleges.
    Adam

  • Problem importing package

    hi,
    i need to import my own package into my project i am building using Jdev11.1.1.0.1 on windows....i tried by File-->Import-->java classes-->package....it is showing the package in left side under application navigator but it is not able to find the classes in package.....i also tried by inserting pkg in Libraries and Classpath option in project properties.......what should be the value of JDEV_USER_HOME....please help

    Hi,
    Did you try adding the jar file contains your packages to the Libraries and Classpath of your Project Properties?
    -Arun

  • Argument Order Reversed Importing Package into OWB

    I'm having a problem importing Packages into OWB. It recognizes the Functions contained in the Package, however the order of the arguments for each Function are reversed after I complete the import into OWB. This causes execution of the mapping to fail... Additionally, after importing into OWB, OWB doesn't seem to recognize any optional parameters or default values in the signature of the Function. I must be doing something wrong... Can anyone help...
    Thanks
    Alan

    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

  • I am having problems importing from a DVD or a CD to my Ipod nano via windows 8.  I initially set everything up on a computer with windows 7, and authorized the windows 8 computer as well.  Howevre, the oly thing that comes up on windows 8 is my purchases

    I am having problems importing to my Ipod nano via windows 8.  I usually do this from a windows 7 computer and have had no problems; hoever in windows 8 I can only see items purchased in the Itunes store.  I do not have access to my entire library, which includes song uploaded from CDs and some videos.  As a result, I'm having problems uploading any new items from CDs or DVDs.  The computer with windows 8 is an authorized computer, so I don't understand why I'm having the problem.

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Problem in importing package

    i am new to java and facing problems in importing package which are self made.
    secondly does JDK 1.1.3 can support swing

    Hi,
    I had some problems myself. I will add few lines, maybe it helps:
    OK, let's assume that you work in a directory. In this case, set classpath to this hierarchy as well as to "." ('this' hierarchy - like in DOS).
    Now, assume that you want to use packages MyPack1 and MyPack2. The source files of classes belonging to MyPack1 must:
    - start with command
    package MyPack1;
    - be located all in the directory MyPack1
    (and the same for MyPack2, of course)
    If you want to use MyPack1 within MyPack2, you have to include:
    import MyPack1.*;
    even though MyPack1 is, in fact, located on path: ../MyPack1/*
    (trust the classpath is important here)

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

  • Problema ao executar create package via C#

    Estou tentando executar create or replace packgae via C# através do command. Consigo executar normalmente, vou no oracle e o metadata se encontra atualizado. Porém quando executo a package via oracle ela está desatualizada. Alguém saberia dizer qual o motivo? E como posso resolver esse problema?

    Olá, boa tarde.
    É o mesmo usuário que você cria via C# e que você tenta executar via Oracle?
    Poderia enviar a chamada da execução da package de dentro do Oracle?
    Tentou executar a Package via C#?
    No aguardo, espero conseguir ajudar.
    Abraços
    capin

  • Import package problems

    hi:
    if my program need to import package A which store in :
    C:\Documents and Settings\sharon\My Documents\project
    and my java file also store in the same folder, but i always got this error:
    C:\Documents and Settings\sharon\My Documents\project\test.java:36: package A does not exist
    import A;
    can anyone please tell me what happen? i m a newbie to java, pls help.

    Assuming you have the following: C:\project\A\Class1.class
    C:\project\A\Class5.class
    C:\project\test.javaand assuming all the Class1.java-Class5.java files start with package A; and assuming test.java starts with import A.Class1; And assuming javac.exe is in a directory that's on your path (NOT classpath), then if you do, in a DOS promptjavac -classpath . test.java
    or
    javac -classpath C:\project test.java it will work.
    You say you're using an IDE. Somewhere in that IDE's preferences/options will be a place to set the classpath. It must include . (a dot, meaning the current directory) OR the full path up to and including ...\project. (Dot may actually not work, since the IDE might not have the same notion of "current directory" as you would in a DOS prompt. There may also be a setting for "project root" or something. It really depends on the IDE.)
    Side note: Convention in Java is for package names to be all lowercase, and for class names to start with uppercase.

  • Import package (synonym) from db

    Hi,
    in our DWH we use a dedicated user (owbread) to read all data from all source databases . Tables are granted to this user in the source databases via synonym. The user does noown any tables , vies or packages himself.
    With tables this works fine. I can import them via obi and extract data in the etl processes.
    We want to do exactly the same with packages (and procedures or functions). We have created synonyms for the packages in the source database, but when we want to import the packages, we cannot see them in the import wizzard.
    Do we really need to copy these packages over to the data warehouse or how do we import them ?
    Regards,
    Knut
    P.S. OWB 11.1.0.7.0
    source db Oracle 9i
    Edited by: knherzog on 25.01.2011 02:16

    I faced the same problem long ago. may be you can raise a SR.
    the alternate is to create the location pointing to that schema.
    Unable to import private Synonym for procedure  in OWB
    Cheers
    Nawneet

  • Error while running import package

    Hi,
    Transformation file was validated successfully. But after running import package i am having following error on MS-BPC-7.0.
    Invalid character in the given encoding. Line 1, position 1.
    When i try validate and process trans file i am having the following error message. But same data file and same trans file was working till couple of days ago. After that whatever changes i have made to file, i did revert them to have it working like beofre.
    Warning: Some records were rejected.
    Rejected records reference either calculated members or invalid members.
    Actually rejected record is only, one, but even other data was not loaded.
    Thanks in advance for sharing your ideas or similar experiences.
    Thanks,
    KK

    Hi,
    There is definitely some problem with one of the records there. Do you have header? What is the delimiter? Do you have the same delimiter in the transformation file? You need to take a look at all the possibilities.
    Hope this helps.

  • Problem importing from JVC MG 155 (videcam with hard disk drive)

    I had a problem importing video from my videocam Jvc MG 155.
    I tried when there was only few record in the videocam and everything gone right.
    Otried when there were 520 movies and over 4 hour of video (I went to holiday and made also underwater movies) and the program crach before importing the movies.
    I can import the moviesw only via firewire but in this way i import in DV mode (so I have near 60 gigabytes occupied by that movies insted of the original size in the hdd of the camera of 18 giga).
    Someone have a solution?
    If I import by firewire I reach the same quality (the camera record directly in mpeg 2 and via firewire I import in dv way)?
    Any idea?
    Jvc don't support mac because they don't give you software compatible (the cd inside is win only).

    You are right.
    But the first time I imported with imovie 08 (the time when there was only few movies on the camera and everything gone right and the program don't crash) i notice that the program imported the movies in compress format (mpeg2) and the size was the same of the videocamera (more or less ..but I'm sure it's not in DV format).
    Maybe the prgram crash because of the hight number of the miniature it must generate to let me choose witch I want import.
    Certantly Apple mus resolve this bug because the model of this videocamera is one of the fews they assure like compatible directly with imovie 08.

Maybe you are looking for

  • Report reqd for list of Billing or Invoices Created Daily

    Dear All, Where can I find the report  in SAP which gives me the no of invoices that I have created in a particular date and what are the inputs I need to give to take out this report say for e.x. we give va05 for open sales orders similarly were can

  • Customized reports

    Dear experts, Can any one explain me regarding Customized reports. I have not involved while creating Customized reports. Plz explain me in stepsu2026u2026by taking an exampleu2026.COSTPLAN/BUDGET. With TCodes. So it will be helpfull easy to understa

  • Which firewire to buy?

    I have a new iMac, i am trying to work out which firewire cable i should buy to transfer files from my macbook (15inch). I don't know how many pins are in the macbook socket and how many are in the iMac.

  • Pls help me asap

    col1 id user rate ========================== x 31206 a 1000 x 31207 b 2000 31206 a 3000 31207 b 4000 y 31208 a 1000 y 31209 b 2000 31208 a 3000 31209 b 5000 i want output in this format like: col1 rate ========================== x 10000 y 11000 Messa

  • SmartSync Error: Record not on device?

    Hi, I'm developing a JSP MI Client SmartSync application. This application can add a record successfully. The source code is more or less following the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/porta