Workbook dependent missing in Folder properties

Hi,
I had encountered a problem. When I create a workbook in Discoverer Desktop and saved. In Discoverer Administrator, I am able to see the workbook name under the Folder's Properties, Dependents tab.
However, if I open the same workbook in Discoverer Plus(web-based) and just do a save. The workbook name will disappear under the Folder's Properties in Discoverer Administrator.
If I try to open the same workbook in Discoverer Desktop again and do a save. The workbook name will appear again under the Folder's Properties, Dependents tab.
I am using the same username to login both Discoverer Desktop and Plus. The Default EUL for both is the same.
Discoverer Administrator version 9.0.2.00.00
Discoverer Desktop version 9.0.2.0.0
Discoverer Plus version 9.0.2.54.01
Is there any settings I need to do in Discoverer Plus in order to solve this problem. Pls Advise. Thanks.

Problem solved. The file manifest.mf had vanished from the project. Replacing it with one copied from another project sorted it.

Similar Messages

  • Urgent: How to set content type on upload depending on target folder?

    Hi,
    i have to set the content type of a file uploaded via SMB depending on the folder the file is placed in. All files placed below a certain root directory have to be of my custom content type. All others should be stored as documents of type "Document". Is there an easy way to accomplish this task? I can't assume any specific file extensions and can therefore not register my custom content type to that extension.
    Any hints are welcome.
    Thanks.

    Hi,
    i have to set the content type of a file uploaded via SMB depending on the folder the file is placed in.All files placed below a certain root directory have to be of my custom content type.
    +++ Use an agent to verify the name and extension using the IfsEvent class and EVENTTYPE_CREATEINSTANCE
    All others should be stored as documents of type "Document". Is there an easy way to accomplish this task?
    +++ Those that aren't your custom content type move to a different folder using the agent.
    I can't assume any specific file extensions and can therefore not register my custom content type to that extension.
    +++I've found that registering content type only really affects things like how a browser knows what kind of file it's downloading/looking at (mime type) or how a renderer knows how to render it.
    Any hints are welcome.
    Thanks.

  • Object owner shown as NULL in Folder Properties

    Hi,
    Has anyone else come across an EUL where, when you open the folder properties window, the Owner property is null? This seems to be consistent across all BA's and all folders within the EUL. The EUL seems to work fine, but I'm concerned that if I make any changes, this will no longer be the case!
    EUL version is 4.1.14. Disco Admin is version 4.1.48.08.
    Cheers and TIA.
    David

    I was thinking about this and, of course, at first look, it would be a screwup.
    Basically, the owner identifies the schema if you're pointing to a view/table in the database.
    So, I quickly created a folder in an EUL using NEW and not from a file in the database and lo and behold, it shows the owner as NULL - which makes sense as it's not based on a table / view as such.
    Also, created a bogus custom folder but it doesn't even have the owner option in the properties.
    So, what I'm wondering is, if you create a complex folder, etc. will it keep the owner as NULL? And if so, is it possible you're looking at custom folders and not folders based directly on a database view / table?
    Just wonderin'
    Russ

  • Missing email folder icon on BBT 9800 - Where did it go and how to return it back?

    Missing email folder icon on BBT 9800 - Where did it go?
    The email icon on my BB Torch 9800 just disappeared. If I type email in the search button it shows me the greyed out email icon but I can't get the icon back on to my homescreen. How do I get my email icon back? And Unhide All is not an option so icant find it.
    Please consider the above on urgent basis as I can't see my work mails.
    Thanks,

    Hi hegazysource and welcome to the BlackBerry Support Community Forums!
    Are you using the BlackBerry® Internet Service or BlackBerry® Enterprise Server to receive your email on your device?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Code for setting KM Folder properties(standard & custom)

    Hi,
    How do I programatically set the KM Folder properties(standard as well as custom defined) ?
    Also, how do I programatically set KM Document properties(standard & custom) and its Permissions ?
    (I have NWDS setup to do the development)
    Any API references or code samples or documentation would be of great help
    thanks
    Ashish

    You could do something like this...
    path is the location of the resource in KM.
    namespace is the namespace of the property you would like to set.
    name is the id of the property you would like to set.
    value is what you want to set it to.
    public static boolean setPropertyValueOfResource(String path, String namespace, String name, String value)
            try
              RID file = RID.getRID(path);
              IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
              IResourceContext rContext = new ResourceContext(user);
              IResource fileResource = ResourceFactory.getInstance().getResource(file, rContext);
              IPropertyName pName = new PropertyName(namespace, name);
              IProperty prop = new Property(pName, value);
              fileResource.setProperty(prop);
              return true;
         catch(NullPointerException E)
         catch(UserManagementException e)
         catch(ResourceException e)
    You can also get the property value of a resource.
    public static String getPropertyValueOfResource(String path, String namespace, String name)
         try
              RID file = RID.getRID(path);
              IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
              IResourceContext rContext = new ResourceContext(user);
              IResource fileResource = ResourceFactory.getInstance().getResource(file, rContext);
              IPropertyName pName = new PropertyName(namespace, name);
              IProperty property = fileResource.getProperty(pName);
              return property.getValueAsString();
         catch(NullPointerException E)
         catch(UserManagementException e)
         catch(ResourceException e)
    You can also get the available values for the property
    public static String[] getAllowedPropertyValues(String propertyId, String namespace)
         try
              IPropertyConfigurationService propConfigService =(IPropertyConfigurationService)ResourceFactory.getInstance().getServiceFactory().getService("PropertyConfigurationService");
              IMetaModel metaModel = propConfigService.getMetaModel();
              IPropertyName propertyName = new PropertyName(namespace, propertyId);
              IMetaName metaName = metaModel.searchByPropertyName(propertyName);
              IMetaValueListIterator iterator = metaName.allowedValueIterator();
              String values = "";
              while(iterator.hasNext())
                   IMetaValue m = iterator.next();
                   values += m.getValue() + ";";
              return values.split(";");
         catch (ResourceException e)
         catch (PropertyConfigurationServiceException e)

  • How do I change Desktop folder properties?

    I recently purchased a macbook pro. I used migration assistant to transfer all files, from my g4, via firewire. Now, when I attempt to download from the internet, I get this error message: "Downloading/users/myname/Desktop/filename could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location". How do I change desktop folder properties?
    mac book pro Mac OS X (10.4.7)

    Control-click or right-click anywhere on your desktop picture, and select Get Info from the contextual menu. Then expand the Ownership & Permissions section. You need to set the drop-down menus like this:
    You can: Read and Write
    Owner: <your username>
    Access: Read & Write
    Group: Staff
    Access: No Access
    Others: No Access
    If that doesn't work, log in as an administrator, open Terminal, and enter these commands (assuming your username is "bigalive"; change appropriately:
    sudo chown bigalive:staff /Users/bigalive/Desktop
    sudo chmod 700 /Users/bigalive/Desktop
    That should fix it.

  • Sharing Access Roles in Folder Properties

    In CS, we set up sharing access roles in the folder properties. When I set up a user with an administrator access role, that person is not able to view the documents in that folder. Any information on sharing access roles?
    Thanks
    Sabine

    Hi Alejandro,
                    Try giving this permissions to the fallowing folders,
    <b>Folder</b>: /Portal Content/Content Provided by SAP/Collaboration
    Role: Super Admin [Owner/EU-on]
    Role: Content Admin [Full Control/EU-on]
    Role: System Admin [Read-Write/EU-on]
    Group: Everyone [None/EU-on]
    <b>Folder</b>: /Portal Content/com.sap.ip.collaboration
    Group: Everyone group [None/EU-on]
    Let me know if you need further information.
    Thanks,
    Vijay

  • Change folder properties?

    I have transferred from iMac with tiger to a new iMac with mountain lion. I had to do this via my back up drive/time machine.
    Mostly thats ok but I find that a file called "downloads" , I can no loger access because"i dont have the authority"!!!
    There is no-one else in the house.
    I am advised to "change the folder properties.........or try saving in a different location". How do you do this?
    I have worked out that my old computer was 501 and now that everything has been transferred my new identity is 503.
    The names of the accounts, and pass word remain the same.
    Will I spend the rest of my life without access to a file called "downloads"?

    This is what it should be
    Or
    Last login: Tue Aug 13 22:24:30 on ttys000
    Your full user name:~your_short_name$ ls -la /Users/your_short_name/Downloads
    total 126624
    drwx------+ 72 your_short _name staff     2448 Jun  4 23:21 .

  • 10g-Folder properties in Disc Admin wont show dependent Workbooks and Items

    Hi folks,
    Right click on folders and click on properties and then dependents doesnt show dependent objects. I am cleaning up my Business Area but too afraid that might delete something I am using already.
    Thanks,
    UrWhatUKnow

    I just checked in metalink and if you run a go to 'patches & updates', and search by 'product or family' and put in discoverer, then choose Disco Admin ... from the LOV, it'll show all patches, etc. for the 10g version.
    In the list (not too long), you'll see patch: 4901641 - Discoverer Administration or Desktop Edition: Patch, with a description of: IMPACT DIALOG IS NOT SHOWING ALL DEPENDENT WORKBOOKS.
    Wonder if that's the correct one - 4901641
    Russ

  • Xulrunner-1.8.0.1 dependency missing?

    Hi,
       I ran prelink -all today, and found that 2 of the libraries within the xulrunner-1.8.0.1 folder have missing dependencies. So I ran ldd on the two library, libxpcom.so and libgtkembedmoz.so respectively, and find that the they both have libxul.so missing, and libgtkembedmoz.so have libxpcom.so missing.
       Pretty strange, all were there in place, so i ldd libxul.so, and find that it have libmozjs.so missing, but again that in the very same directory with the other three. another ldd on libmozjs.so indicate that it have nothing missing.
       Can someone tell if this indicates a package dependency problem, or just ldd didn't detect it right. one last thing to note, firefox runs alright, with no problems so far.
       Below is the output from the 4 ldd.
    [kevin@solti133 ~]$ ldd /opt/mozilla/lib/xulrunner-1.8.0.1/libmozjs.so
    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/tls/libm.so.6 (0xb7e81000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7e7c000)
    libplds4.so => /usr/lib/libplds4.so (0xb7e79000)
    libplc4.so => /usr/lib/libplc4.so (0xb7e74000)
    libnspr4.so => /usr/lib/libnspr4.so (0xb7e42000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7e30000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb7d16000)
    /lib/ld-linux.so.2 (0x80000000)
    [kevin@solti133 ~]$ ldd /opt/mozilla/lib/xulrunner-1.8.0.1/libxul.so
    linux-gate.so.1 => (0xffffe000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7366000)
    libpng.so.3 => /usr/lib/libpng.so.3 (0xb7332000)
    libmozjs.so => not found
    libz.so.1 => /usr/lib/libz.so.1 (0xb7320000)
    libplds4.so => /usr/lib/libplds4.so (0xb731d000)
    libplc4.so => /usr/lib/libplc4.so (0xb7318000)
    libnspr4.so => /usr/lib/libnspr4.so (0xb72e6000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb72d3000)
    libdl.so.2 => /lib/libdl.so.2 (0xb72cf000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb71e1000)
    libXft.so.2 => /usr/lib/libXft.so.2 (0xb71ce000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb71c5000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7196000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7128000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb6e45000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb6dc6000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb6dad000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb6d97000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb6d8f000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb6d55000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb6d0b000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb6cd1000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb6cce000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb6c46000)
    libXt.so.6 => /usr/lib/libXt.so.6 (0xb6bf5000)
    libm.so.6 => /lib/tls/libm.so.6 (0xb6bcf000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6af2000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6ae7000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb69cd000)
    /lib/ld-linux.so.2 (0x80000000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb69ca000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb69c4000)
    libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb69a4000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb6996000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6993000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0xb698b000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6986000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb697d000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6978000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb6953000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6920000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb6916000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb68fe000)
    [kevin@solti133 ~]$ ldd /opt/mozilla/lib/xulrunner-1.8.0.1/libxpcom.so
    linux-gate.so.1 => (0xffffe000)
    libxul.so => not found
    libplds4.so => /usr/lib/libplds4.so (0xb7f54000)
    libplc4.so => /usr/lib/libplc4.so (0xb7f4f000)
    libnspr4.so => /usr/lib/libnspr4.so (0xb7f1d000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7f0b000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7f07000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e2a000)
    libm.so.6 => /lib/tls/libm.so.6 (0xb7e04000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7df9000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb7cdf000)
    /lib/ld-linux.so.2 (0x80000000)
    [kevin@solti133 ~]$ ldd /opt/mozilla/lib/xulrunner-1.8.0.1/libgtkembedmoz.so
    linux-gate.so.1 => (0xffffe000)
    libxpcom.so => not found
    libxul.so => not found
    libplds4.so => /usr/lib/libplds4.so (0xb7fc2000)
    libplc4.so => /usr/lib/libplc4.so (0xb7fbd000)
    libnspr4.so => /usr/lib/libnspr4.so (0xb7f8b000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7f79000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7f75000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c91000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7c12000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb7bf9000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7be3000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb7bdb000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7ba2000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb7b57000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7b1d000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7b1a000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7a92000)
    libm.so.6 => /lib/tls/libm.so.6 (0xb7a6d000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7990000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7984000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb786a000)
    /lib/ld-linux.so.2 (0x80000000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb777c000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb774d000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb773f000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7735000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7732000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0xb772a000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7726000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb771d000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7718000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb76f2000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7685000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7673000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7640000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb763d000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7637000)
    libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7617000)
    And here is the ls -la from that directory:
    ls -la /opt/mozilla/lib/xulrunner-1.8.0.1/
    total 13488
    drwxr-xr-x 9 root root 704 2006-05-16 14:46 .
    drwxr-xr-x 6 root root 232 2006-05-01 02:39 ..
    -rwxr-xr-x 1 root root 20740 2006-05-04 08:27 TestGtkEmbed
    drwxr-xr-x 2 root root 424 2006-05-16 14:46 chrome
    drwxr-xr-x 2 root root 5248 2006-05-16 14:46 components
    drwxr-xr-x 6 root root 160 2006-05-16 14:46 defaults
    drwxr-xr-x 2 root root 144 2006-05-16 14:46 greprefs
    drwxr-xr-x 2 root root 176 2006-05-16 14:46 icons
    -rwxr-xr-x 1 root root 79740 2006-05-04 08:27 libgtkembedmoz.so
    -rwxr-xr-x 1 root root 642236 2006-05-04 08:27 libmozjs.so
    -rwxr-xr-x 1 root root 10064 2006-05-04 08:27 libxpcom.so
    -rwxr-xr-x 1 root root 12636660 2006-05-04 08:27 libxul.so
    -rwxr-xr-x 1 root root 11908 2006-05-04 08:27 mozilla-xremote-client
    drwxr-xr-x 2 root root 120 2006-05-16 14:46 plugins
    -rwxr-xr-x 1 root root 32116 2006-05-04 08:27 regxpcom
    drwxr-xr-x 8 root root 1824 2006-05-16 14:46 res
    -rwxr-xr-x 1 root root 10492 2005-10-01 01:36 run-mozilla.sh
    -rwxr-xr-x 1 root root 83848 2006-05-04 08:27 updater
    -rwxr-xr-x 1 root root 20532 2006-05-04 08:27 xpcshell
    -rwxr-xr-x 1 root root 30656 2006-05-04 08:27 xpicleanup
    -rwxr-xr-x 1 root root 80636 2006-05-04 08:27 xpidl
    -rwxr-xr-x 1 root root 28900 2006-05-04 08:27 xpt_dump
    -rwxr-xr-x 1 root root 22952 2006-05-04 08:27 xpt_link
    -rwxr-xr-x 1 root root 18588 2006-05-04 08:27 xulrunner-bin
    -rwxr-xr-x 1 root root 28628 2006-05-04 08:27 xulrunner-stub

    Found this post usefull to make seamonkey stops to cry about "missing" libxpcom.so shared library.
    seamonkey started only after I added its /lib PATH to /etc/ld.so.conf. (I eventually added every missing PATH (from echo $PATH) to ld.so.conf)
    First I added the PATH but that didn't make any change.
    Now seamonkey finally starts
    Question is : may one edit /etc/ld.so.conf then run ldconfig just when one thinks he needs ?
    Réference :
    - Arch 64 with seamonkey-1.0.5 compiled from AUR's PKGBUILD.
    $ /opt/mozilla/lib/seamonkey/seamonkey-bin
    /opt/mozilla/lib/seamonkey/seamonkey-bin: error while loading shared libraries: libxpcom.so: cannot open shared object file: No such file or directory
    ldd /opt/mozilla/lib/seamonkey/seamonkey-bin
            libxpcom.so => not found
            libxpcom_core.so => not found
            libmozjs.so => not found
            libplds4.so => /usr/lib/libplds4.so (0x00002b9d7c900000)
    ls -l /opt/mozilla/lib/seamonkey-1.0.5/libxpcom*
    -rwxr-xr-x 1 root root   13048 2006-10-18 22:03 /opt/mozilla/lib/seamonkey-1.0.5/libxpcom.so
    -rwxr-xr-x 1 root root  148704 2006-10-18 22:03 /opt/mozilla/lib/seamonkey-1.0.5/libxpcom_compat.so
    -rwxr-xr-x 1 root root 1102568 2006-10-18 22:03 /opt/mozilla/lib/seamonkey-1.0.5/libxpcom_core.so

  • Several folder properties in one window

    Hello All!
    If there's one thing I really miss from Windows it's the ability to select several folders at once, right click, select properties and see the summery of all the folders (most importantly the total number of files) in one pop up window.  When I try doing something like that on my iMac, I get several windows opening up for every single folder, then I have to go through the whole process of closing each and every property window which is a real pain in the 'you know what'.
    So is there any way in OS X that you can select several folders and see the properties of those folders in ONE window?  The reason I'm doing this is because I'm copying over thousands of photos over to my network drive and to make double sure everything was moved over, I have to check the number of all the files from the source drive have moved over to the backup drive successfully.
    I appreciate (as always) any help the Mac community can give me!
    Thanking you all in advance,
    Chippathingy

    > Is it possible like the old versions?
    No.

  • How to inherit automatically folder properties

    Hi there,
    is there any automatism provided such that if I have a folder A, where for example State Management is activated, and I create folder B within folder A, that on folder B State Management will be activated (here: with the same step definitions as in folder A) too? The same question for the other properties depending on activated RepServices, like Manual Ordering, Versioning etc.?
    I know how to "inherit" this step by step programatically (not too less work), but isn't this a standard feature?!?! At least I imagin that it is a standard request?!
    If not, how about implementing in the future...
    - a boolean property on a folder of type "inherits" or so
    - or to implement a standard "inheritance" repository service?
    Thanks in advance
    Detlev

    Hi again,
    SAP has introduced now with KMC SPS 14 the "Inheritance of the Versioning Settings When Creating New Folders", see http://help.sap.com/saphelp_nw04/helpdata/en/3a/d60a15803111d5992f00508b6b8b11/frameset.htm for details.
    Advantage: It is implemented now
    Disadvantage: It is not customizable in any way; still, ApprovalWorkflow, ManualOrdering and TimeDependentPublishing inheritance are not supported.
    Hope it helps
    Detlev

  • Cannot edit folder properties more than once???

    If I edit a folder property so that the links opens in the same folder area, it gives me the following error if I try to edit the properties again.
    An Unhandled Exception has occurred. ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    And for the same folder I get the following error if I click to preview it while editing.
    Error: Call to utl_http failed (WWS-32136)
    ORA-1: User-Defined Exception (WWC-36000)
    If anyone has a workaround for these errors, it will be appreciated.
    -Viral

    Hi ell_ell_tee,
    I just checked it works fine for me. I used this page actually. Have you checked to see if it is just the particular website that you were looking at? It could be an isolated incident.
    You could also try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    Hopefully this helps!

  • Missing draft folder in mac mail

    My draft folders in my mac mail seem to have disappeared.  I have three email accounts and they all are missing.  How do I find them?

    If there is nothing in a draft folder, it is not present.
    If there was something in the folders, Time Machine would have a copy.
    Barry

  • Missing System Folder  in Classic

    I really need some help here
    Purchased an I BOOK G4 notebook .. mostly as a back up for some graphic programs.
    It is running a clean copy of OS X version 10.4.11
    Classic is missing the system folder and as a result i cant seem to install anything???
    Do not have any OS disks with the machine
    What are my options??

    Hello, and welcome to Apple Discussions!
    You will need a source for a valid and installable OS 9.2.2 system for use
    as Classic before you can install and use any pre-OS X applications...
    And you really need to have an OS X (tiger 10.4) retail or correct install
    disc set to support and maintain the system, and its license in the iBook.
    The computer model shipped with a machine specific series of install-restore
    discs and the OS 9.2.2 Classic would have been on one of them; usually not
    the main disc, that has OS X installers on it. Since that computer did not boot
    OS 9.2.2, the installer would be specific to the computer; about the only way
    to get an OS 9 from an optional OS X install disc, if you have software but no
    computer, the OS X has to see and recognize an appropriate installer, though.
    Since OS X is primary and OS 9 does not boot an iBook G4, you have to find
    a way to install OS 9.2.2 by drag and drop; or get ahold of a correct original
    install-restore disc set for that computer from some online source. There is a
    small chance that someone may have the right one for your build model iBook
    Used to be, you could call Apple sales support at 1-800-MY-APPLE and ask to
    speak to a product specialist about replacement original discs for the iBook G4
    and provide them with the product's serial number, and order a new replacement
    set of install discs, for a reasonable fee. The correct Apple Hardware Test is on
    those discs, so that was the best deal going. The original software could have
    been a version of Panther 10.3.9, and if the computer CPU was faster than
    800MHz it would not dual boot OS 9 and OS X. This is where details matter.
    You may be able to identify your iBook by serial number by using the search
    link in everymac.com, to help find which iBook G4 model it really is, and then
    know more about upgrading it, getting replacement or upgrade software, and
    other important facts. Such as what Apple Hardware Test was in original s/w.
    Any other OS 9.1 or 9.2(.1) install disc would not work, since they either would
    be for some other computer and made to install when booted (C key held on start)
    or, would be too old for the direct install method to work, it won't under OS X if
    not the correct disc set for the computer.
    You may be able to find a way to install an OS 9.1 or OS 9.2 on an external HDD
    or flash USB drive, and update it to OS 9.2.2 using download update files, and
    then copy (drag/drop) it into an iBook G4, for use as non-boot Classic 9.
    On a trial basis and to test some hardware, I was able to use a newer iBook G4
    second install disc which contained an OS 9.2.2 install, and use it as Classic in
    a different computer running OS X, by use of Pacifist utility. This takes a packet
    of data out of the disc and then installs it from the desktop, directly. It can work.
    But there are so many variables some of the things that Could Work, may Not.
    Some suggest you may be able to make a copy of a working OS 9.2.2 system
    folder and an Applications 9 folder from a working computer and use them as
    Classic in some other OS X PPC model of Mac that does not boot OS 9.2.2.
    You may be able to use a USB flash drive to copy an OS 9.2 system and its
    applications (9) folder. You may even be able to test it as a working idea,
    while it still is on the USB memory drive; by pointing the Classic preference
    panel (in System Preferences) to look for a Classic system there. Or drag
    and drop it into the computer. The good about old OS 9.2 & before, is the
    simple way to move a system around; and OS X won't allow that method.
    And of course, OS X 10.5 Leopard can't use an OS 9.2.2 Classic.
    The original install disc set would be the best bet. Is there any chance the seller
    may have misplaced the software set belonging to the computer you bought?
    These are considered a part number of the computer, as such, part of the sale.
    If bought from a company who fixes and resells computers, do they offer any
    optional software for an additional fee? The discs should be included, but in
    several instances, people buy a computer second-hand and have no software.
    You may have to contact resellers and maybe even auction sites, once you can
    identify the exact set of software you need; companies such as welovemacs or
    others you can search for may have something; most are overpriced, to me.
    The ebay auction tales are enough to scare me into keeping the original discs
    and include them when I forward the computer to some other future user.
    I have not bought any replacement software online, and OS 9.2.2 installers for
    a specific OS X running computer, to be used as Classic, narrow the field; since
    the OS 9 system installer on iBook disc media is often made for that model.
    Well, I have ideas. And they seem to work better for me in person than when
    I've told some persons about them online. Just as well, if there's some glitch
    you can avoid by finding the correct discs (in the land of plenty) that's good.
    To *search " OS 9.2.2 install CD " in google* may bring up some choices,
    but I have no experience with retail resellers of old or used software.
    In a few cases, if you get very good at identifying iBook G4s, you may
    be able to find a broken one exactly like yours with the original software.
    These should be relatively inexpensive; but have very limited use discs.
    Hope this may help, somewhat...
    Good luck & happy computing!
    +PS: I think I need a little more coffee!+

Maybe you are looking for

  • Having trouble setting up Oracle streams.  Help!

    I'm running Oracle 10g Enterprise server and am trying to set up a streams connection between two databases on the server. I'm using the Enterprise Manager grid control console to do this. I log into database_1 and I go to the streams section and pic

  • How do you use the bluetooth VIs with a Microsoft Bluetooth Driver?

    How do you use the LabVIEW Bluetooth VIs with the Microsoft Bluetooth driver?  I have been trying with no such luck.    I want to use 2 computers to talk to each other using the bluetooth VIs.  Eventually, I think we would like a PDA/phone to talk to

  • Fbs 10g error with ant make

    I got error when i do ant make 1. Is this normal to have exception like below. "[java] Exception during compile, trying again with shorter command line" 2. It says Pakage "oracle.j2ee.ws.common...." does not exist. Where to find these pakages or ...

  • Problem installing Adobe Connect Add-In

    Is there a secret to downloading and installing the Adobe_Connect_AddIn for Microsoft Outlook?

  • I need to learn about video streaming

    I would like to put a video on a site so that it can stream. The file I have been given is a 4.5 minute .wmv file of nearly 29 MB, and I have not worked with video before. I imagine that the file size will need to be reduced (?) and so I would like s