Can not extend Package ZBI7

Hi all,
I created a package ZBI 7 as Main Package and application component as BW in SE80.
I created a view in R/3 system.But while assiging this view to the the package ZBI7, it says "Can not extend Package ZBI7".
Any idea on resolving  this problem
regds
Ramu

Hi Ram,
Could you check the attributes of the Package in SE80?  - Right Click>>Display.
'Allowed object types' should have No restrictions.
'Package not extendable' should NOT be checked.
Assign a standard Transport Layer.
BR/
Mathew.

Similar Messages

  • HT4259 I have a Netgear wndr3400 and I can "join a wireless network" but can not "extend a wireless network" on my Airport express.  Does anyone know why?

    I have a Netgear wndr3400 and I can "join a wireless network" but can not "extend a wireless network" on my Airport express.  Does anyone know why?

    Sorry, but "Extend a wireless network" is a proprietary Apple setting that will only work if you have another Apple router.
    It is not compatible with devices from other manufacturers.

  • (SOLVED)Problems during installation, can not refresh package database

    I have been using Arch for a year (dual boot) but for some reasons I had to do a reinstall. It worked fine, but I did some things wrong and I had too reinstall (again, befor even entering the system).  This time (and all the other times i've tried today) I can not complete the "select packages" step, it either freezes at "Refreshing package database" or gives me a message that it just can not be done (sorry, I do not have the exact words atm). I have internet and I've been trying a million different mirrors (including the one I used when it worked). What to do, what to do?
    Worth noting is that I had the same problems a year a go, but it solved it self, no idea what I did then.
    I would really appreciate if some one knew what was going on - it is driving me crazy beyond comprehension!
    EDIT: maby this should have been pasted in the installation section?
    EDIT2: Title
    Last edited by elprofundo (2011-12-18 16:15:29)

    I am sorry, it is during the installation and no command is in use (correct me if I'm wrong) - the tty7 is just reading "Synchronizing package database", the last times i've tried it didbn't 't continue for hours, other times it gives me an error message (which I haven't written down, sadly). I'm trying again atm.
    EDIT: The error message I get is just
    "error: failed retrieving file 'core.db' from mirror.optus.net
                 //                                           mirrors.kernel.org : Connection timed out
    Last edited by elprofundo (2011-12-15 21:47:59)

  • Can not compile package

    Hi,
    I have package and it is invalid. When I try to compile it starts to compile but not stop. I think it is locked or something else. I renamed it and compiled and it worked. Functions in package runned also.
    But I want the orginal package to run.
    Does anyone has idea about this problem?
    Thanks in advance.

    If you have killed all the session using this package, it may take sometime to rollback the transactions. Mean while also make changes in the package, so that it commits its transaction at the end of logical transaction end otherwise you will face this issue again. After sometime you can compile the package.
    Other option may be to restart the database in restricted mode. Make your changes, compile the package and then put the database in normal mode.
    Regards
    Edited by: skvaish1 on Apr 9, 2010 10:27 AM

  • Powerpill portable, pacman -Su , can not upgrade packages

    in home I do not have internet  connection . so I use powerpill portable and I download all packages I need in work place and move thme to home and I run sync and after run sync , I run pacman -Su for upgrade all packages and it work for me good and everything was good , but yesterday when I run pacman -Su , I see message about first need upgrade pacman , and I choose yes for upgrade pacman , but I see error about dependency and pacman can not upgrade and other packages can not upgrade ,
    when I run this command
    pacman -Su
    I see this error
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: perl-xyne-arch: requires pacman<3.5
    and pacman can not upgrade and I can upgrade other packages
    Last edited by mfaridi (2011-03-30 14:30:00)

    karol wrote:
    mfaridi wrote:How I can safely do this and remove powerpill with all dependency and do not loose my system ?
    Try the usual 'pacman -Rns powerpill'.
    I run that command , when I run this
    pacman -Su
    I see these error
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    :: Starting full system upgrade...
    there is nothing to do
    I go to this directory
    var/lib/pacman/sync/
    and I can not find db files

  • Can not extend an application module

    I have been trying to extend an application module in AP. At first when I created the new am and clicked on the extends button the window did not include any of the payment modules, just the ones from the tutorial. I tried a bunch of things to get the payments module (PsrAM) to appear in the window. I finally changed the path for an application module in the Base Classes screen to oracle.apps.ap.payments.psr.server.PsrAMImpl. Now it appears in the window for selection however, when I select it I get the message: Unable to extend from this object. Application Module oracle.apps.ap.payments.psr.server.PsrAM has an invalid view instance TemplateFullVO1. The code was copied right from the server and I can run the application in jDeveloper so I doubt that it is actually invalid.
    First was I right in changing the base classes to point to it? And if I should not have done that then how do I get the am to appear on the screen to extend from.
    Second, do I need to fix that before I worry about the error message?
    Glad for any help you can give me.

    Dennis
    1) when you try to extend any file you should get the calls files from sever which releated to your extend file and also placed in your jdev myclass folder.
    2) in myprojects folder create your custom path placed your java files (which you get class files from server you need to convert to java those files need to place).
    then you falow the steps bellow.
    - Identify the requried AM for extension
    - download all the requried class & xml files from server
    - configure the JDev in local PC for extension
    - create new AM, which extends the existing AM
    - do the requried changes in AM java file. (Override the methods in new AM for functionality change)
    - specify the subtution for new AM & existing AM in project .jpx file
    - compile the newly created java files to class files
    - copy .class & .xml files back to server as per the package strecture
    - import the .jpx file to server MDS repository
    - test changes
    please let me know if any required.
    Regards,
    Chandra

  • Can not find package.....

    hi,
    I have one crazy problem..I am very confused
    I write some programs in which i import package interfax;
    and i store all files in interfax folder.
    but when i am trying to compile there are errors like...
    ArrayOfFaxItem.java:15: cannot find symbol
    symbol  : class FaxItem
    location: package interfax
        public interfax.FaxItem[] getFaxItem()what is the reason behind this problem......can u tell me
    how to solve this problem.......
    thanks in advance....

    thanks for reply....
    hi I am working on fax server project... I am download this package form interfax site.....
    in that download file there is two files
    1.source.jar
    2.interfax.jar
    in source.jar contains .java files and interfax.jar files contais .class.......
    but when I am going to compile java files in interfax.jar then there is this error.....
    C:\java\interfax>javac InterFax.java
    InterFax.java:10: package javax.xml.rpc does not exist
    public interface InterFax extends javax.xml.rpc.Service {
                                                   ^
    InterFax.java:13: cannot find symbol
    symbol  : class InterFaxSoap
    location: package interfax
        public interfax.InterFaxSoap getInterFaxSoap() throws javax.xml.rpc.ServiceE
    xception;
                       ^
    InterFax.java:13: package javax.xml.rpc does not exist
        public interfax.InterFaxSoap getInterFaxSoap() throws javax.xml.rpc.ServiceE
    xception;
                                                                           ^
    InterFax.java:15: cannot find symbol
    symbol  : class InterFaxSoap
    location: package interfax
        public interfax.InterFaxSoap getInterFaxSoap(java.net.URL portAddress) throw
    s javax.xml.rpc.ServiceException;
                       ^
    InterFax.java:15: package javax.xml.rpc does not exist
        public interfax.InterFaxSoap getInterFaxSoap(java.net.URL portAddress) throw
    s javax.xml.rpc.ServiceException;
                   ^
    5 errorsis there need to set classpath.....?
    how to solve this problem?

  • Can not extend Entity with  OAPlsqlEntityImpl

    I want to make an entity that extends OAPlsqlEntityImpl so that i can do the updates and inserts in PLSQL procedures.
    However , when i am trying to create a new entity object i am not able to select the
    "oracle.apps.fnd.framework.server.OAPlsqlEntityImpl" in the Extends Entity field. What do i have to do or include in my project to be able to create an entity that extends OAPlsqlEntityImpl ?

    Please create a standard EO and then make sure the EOImpl extends OAPlsqlEntityImpl. This should suffice.

  • Can not extend BaseFileUploadManager

    Dear Sirs...
    i am trying to extend the BaseFileUploadManager, so i worte the following:
    import oracle.cabo.servlet.io.BaseFileUploadManager;
    public class myuploadmanager extends BaseFileUploadManager
    public myuploadmanager()
    Jdeveloper keeps telling me that imported class oracle.cabo.servlet.io.BaseFileUploadManager; not found
    what is the problem???
    what should i do.
    I am running JDeveloper 10.1.2.1.0 and writing ADF UIX application
    thanks for any help
    best regards

    Hello there...
    i found the prolem & fixed it, the upload is working fine into any directory i want, the problem now is: where should i put the code to transfere the file from the server's disk into the blob field?
    best regards

  • Af:selectOneListbox - can not extend to 100% widthway in jsff.

    Dier Gurus,
    I am not able to extend af:selectOneListbox to width = 100% of my jsff (popup) where af:selectOneListbox is placed.
    I was playing with inlineStyle, contentStyle attributes, I also wrapped it into af:panelStretchLayout - but this did not help too.
    Any restrictions for the component - ? Was anyone successful in this?
    Thanks,
    Ivan
    Edited by: Loon on 28.02.2012 22:08

    Hello, Frank,
    just to clarify my intentions: I want to expand the item (selectOneListbox) from the Left to the Right (of jsff where it is placed).
    In my case - I have <af:selectOneListbox>, then <af:table> below it - the table is perfectly expanded for 100% per width of jsff where it is placed (due to AFStretchWidth probably, + columnStretching). But selectOneListbox is not..
    The page is coded as:
    <af:panelGroupLayout layout="vertical" id="pgl1">
    <af:panelGroupLayout layout="horizontal" id="pgl2" styleClass="AFStretchWidth"
    inlineStyle="width:100%;">
    <af:selectOneListbox value="#{bindings.DrFio.inputValue}"
    styleClass="AFStretchWidth"
    label="#{bindings.DrFio.label}"
    simple="true"
    required="#{bindings.DrFio.hints.mandatory}"
    shortDesc="#{bindings.DrFio.hints.tooltip}"
    id="correlatedDepsList_SOL"
    autoSubmit="true"
    valueChangeListener="#{PayoffsTransRef.currBean.correlatedDepsListValueChangeListener}"
    visible="#{!PayoffsTransRef.currBean.applicationNumberFound}">
    <f:selectItems value="#{bindings.DrFio.items}" id="si1"/>
    </af:selectOneListbox>
    </af:panelGroupLayout>
    <af:table rowSelection="single" id="table1" var="row"
    value="#{PayoffsTransRef.currBean.correlatedDepsDetailsTable}"
    styleClass="AFStretchWidth"
    summary="table data"
    partialTriggers="::correlatedDepsList_SOL"
    columnStretching="column:c2"
    autoHeightRows="6"
    visible="#{!PayoffsTransRef.currBean.applicationNumberFound}">
    <af:column sortable="false" headerText="Проверяемые элементы сведений о вкладчике" id="c1">
    <af:outputText value="#{row.attrName}" id="ot1"/>
    </af:column>
    <af:column sortable="false" headerText="Результат проверки элемента" id="c2">
    <af:outputText value="#{row.measureOfSimilarity}" id="ot2"/>
    </af:column>
    </af:table>
    </af:panelGroupLayout>
    Thanks in advance.
    Edited by: Loon on 29.02.2012 0:45
    Edited by: Loon on 29.02.2012 0:59

  • PSCA can not find package

    Hi,
    when PSCA try to download it fails with :
    Download Change Packages
    Started: Thu Apr 15 11:02:37 CEST 2010
    Logging status in D:\Psoft\source\download.log
    Download to: D:\Psoft\source
    [Thu Apr 15 11:02:37 CEST 2010] requesting ... Package ID=783944
    Failed: Unable to find file (404) for Package ID=783944
    Ended: Thu Apr 15 11:02:38 CEST 2010
    Failed.
    Any idea ?
    Thank you.
    PS : during upgrade PSCA asked for pre-requisit with ID=783944

    what db is it.
    is the CA correctly configured.
    has the directories been created by while mapping up the source. r u using it only for download directly, or have u uploaded ur env.
    are the PSEM agents started on all the servers.

  • Extend an existing WebLogic domain can not extend just for odi11g console

    hi,
    Friend,i have troubles that the log as following:
    2011-1-24 14:56:26 oracle.sysman.omsca.core.Core11gR1EMOMSConfigAssistant doPreDeployConfig
    严重: WlsPreDep: error in creating statedirs
    2011-1-24 14:56:26 oracle.sysman.omsca.framework.OMSConfigAssistantDriver preDeploy
    严重: PreDeployment failed...
    帖子经 user10922940编辑过

    i managed to solve the problem. what i did was the following:
    1. go to your middleware home directory and acces the user_projects subdirectory
    2. go to applications/your_domain and delete the folder em if this one exists
    3. go back to user_projects and enter domains/your_domain/sysman4. from here delete the folders state and mds
    4. start the config.sh script and extend your domain only for the EM.
    5. instalation should complete!
    6. extend your domain with other features with previously also needed EM.

  • Can not filter the data with the extended class

    Hi,
    I have a quick question about PortableObject format. I have created a class which extends PortableObject interface and implemented serializer methods as well. I have updated it in the pof-config.xml file as well. If I insert the objects of this type of object in the cache, they get inserted properly and I can filter the values based on the getters defined in the class. Everything works fine here.
    Now, I am trying to extend the existing class that I have. We have our custom API which we have built for our domain objects. I need to store these objects in the cache. So, naturally I need to implement PortableObject interface to do that. So, instead of creating a new class with new set of getters and setters and local fields, I am extending our domain class to create a new class which implements PortableObject interface. Instead of defining the local fields and getters and setters i am reusing the ones provided by my existing class. Now, I can insert the objects of the new class to the cache. But I can not filter the values for the objects of this new class.
    Let me show you what exactly I am trying to achieve by giving a small example:
    Domain Class:
    class Person
    private String person_name;
    *public String getPerson_name() {return person_name;}*
    *public String setPerson_name(person_name) {this.person_name = person_name;}*
    The new class implementing PortableObject interface:
    class ExtPerson extends Person implements PortableObject
    public static final PERSON_NAME = 0;
    *public void readExternal(PofReader reader) throws IOException{*
    setPerson_name(reader.readString(PERSON_NAME));
    *public void writeExternal(PofWriter writer) throws IOException{*
    writer.writeString(PERSON_NAME, getPerson_name());
    *// And HashCode, Equals and ToString methods, all implemented using the getter from the Person class*
    So, if I create a new class ExtPerson without extending the Person class and write all the methods, store the objects in the cache and perform the following query, I get the size printed
    System.out.println((cache.entrySet(new EqualsFilter("getPerson_name","ABC"))).size());
    But if I use the extended class and insert the values into the cache and if I use the same query to filter, I get 0 printed on the console.
    System.out.println((cache.entrySet(new EqualsFilter("getPerson_name","ABC"))).size());
    So, can anyone tell what exactly is causing this?
    Thanks!

    Well, just a quick question. It seems that I can not get ContainsAnyFilter or ContainsAllFilter working.
    EqualsFilter is actually working properly.
    I am preparing a Set of Strings and passing it to ContainsAnyFilter or ContainsAllFilter and it is returning me 0 records.
    E.g.:
    Set<String> setStr = new HashSet<String>();
    setStr.add("ABC");
    setStr.add("DEF");
    System.out.println((cache2.entrySet(new ContainsAnyFilter("getPerson_name", setStr))).size());
    I get 0 in my output
    If I try this:
    System.out.println((cache.entrySet(new EqualsFilter("getPerson_name","ABC"))).size());
    System.out.println((cache.entrySet(new EqualsFilter("getPerson_name","DEF"))).size());
    I get 1 for each of the query.
    If I club all these EqualsFilter in a Filter[] array and create an AnyFilter or AllFilter and pass it to the query, it works fine.
    List<Object> lst = new ArrayList<Object>();
              lst.add("ABC");
              lst.add("DEF");
    Filter[] filter = new Filter[lst.size()];
         for(int i=0;i<lst.size();i++)
              filter[i] = new EqualsFilter("getPerson_name",lst.get(i).toString());
    AnyFilter fil = new AnyFilter(filter);
    System.out.println((cache4.entrySet(fil)).size());
    I get the desired result here, which is 2.
    Am I missing something here?

  • Can not see the menu of New Business Components Package in jdeveloper

    I am just follow the developer guide.
    and when I create the Business Components Package, the guide said that
    ========================================
    In the JDeveloper Navigator, select the OA Project where you want to create your package.
    From the main menu, choose File > New to open the New Object Gallery.
    In the Categories tree, expand the Business Tier node, and select Business Components (BC4J).
    In the Items list, select Business Components Package to open the Business Components Package Wizard. You can also right-click on the OA Project and select New Business Components Package to navigate directly to the Business Components Package Wizard.
    =====================================
    In fact I can not see the menu about Business Components (BC4J) in the File/new/buisness tier/Business Components (BC4J).
    I can only see the File/new/buisness tier/ADF Business Components.
    And can not find the "Business Components Package" under ADF Business Components either.
    I am using the JDev Extension for OA (p5856648_R12_GENERIC.zip) and EBS 12.0.0.
    And I create an OA Workspace and OA Project.
    can anyone help?

    James,
    Use search facility on forum. Chk thread Re: OAF Toolbox Tutorial Help - Search
    --Shiv                                                                                                                                                                                                                                                                       

  • Can not see running jobs from, package

    I have a problem with processing parallely runing jobs:
    I am creating another immediately runned jobs in a main job. Those two parallel jobs (2 loads from different databases) have to be finished before I run next operation (working out loaded data). Problem is that, after starting those 2 parallel jobs, I can not see them by select from ALL_SCHEDULER_RUNNING_JOBS that is executed immediately after I create those jobs in a package. If I take a look into ALL_SCHEDULER_RUNNING_JOBS from anonymous statement I can see all my running jobs. Let's sum it up:
    1/ Start of main job
    2/ Running 2 immediately created jobs (load data)
    3/ Checking in loop if jobs created in step 2 are still running
    3.1/ Jobs are running (ALL_SCHEDULER_RUNNING_JOBS check) - sleep for a
    while - It never happens - can't see any running jobs from select executed in
    package but can see them in
    anonymous statement
    3.2/ Jobs finished - start processing loaded data
    Can somebody help me with this task?
    Thanks alot!
    Jakub

    Hi,
    There is no reason a job should be visible from an anonymous block but not from inside a job. There are two things that may be happening here.
    - jobs scheduled to run immediately my not start running as soon as they are created/enabled, you may need to wait a bit before they start running (they will appear in all_scheduler_jobs immediately but maybe not all_scheduler_running_jobs immediately)
    - you may be running into privilege issues. Is the user that executes the anonymous block the same as the user that the job is running as (the job's schema) ? If not maybe the job user does not have privileges to see the job (you can grant alter on the job to the user to ensure this).
    Can you see the jobs in the all_scheduler_jobs view from within the job with status RUNNING ? If you can see jobs in all_scheduler_jobs as RUNNING but not in all_scheduler_running_jobs then this is a bug of some sort.
    Thanks,
    Ravi.

Maybe you are looking for

  • Where can I find the .exe file?

    I'm looking for the .exe file of Acrobat Reader, under which directory can I find it and what is the exact file name?

  • 4G iPod Touch Wi-Fi overheat + Screen Problem

    I recently acquired this 4th gen iTouch, and it's safe to say that I'm in love with the product (I'd had a 2nd gen itouch before). However, after a couple of hours of messing around with it (just downloading apps/browsing websites) I noticed the back

  • Safari Printing defalt

    Hope someone can help. Every time I go to print in Safari the default print is in landscape instead of portrait. I have goggled the problem the forums I have found acknowledged others have the same problem. The fixes were go to page set up change and

  • How to choose what is backed up in icloud?

    Hello, I would like to find out how to choose what is backed up in iCloud. Mine is full but i dont think everything on my phone needs to be in there. Can you please help me filter what should be backed up and what doesn't. Thanks, Julie

  • TS2771 I message not working/password user id incorrect?

    My imessage stopped sending messages. I tried to reactivate in and it prompted me for my password which I entered. It then told me that my user id or password is incorrect, meanwhile I JUST used it last night to install an app. I went to support and