CATALOG & SCHEMA

What is CATALOG and SCHEMA??
What is the difference between them.
I read a note from IBM saying that the hierarchy of database
DATABASE =>> CATALOG ==>> Schema ==>> data base objects(table, view).
But one of my friends saying that catalog and schema are same.
Kindly clear my doubt.
Thanks

hello
Catalog and schema is not the same things.
catalog is used for storing the information regarding database for which you are taking backup.
while schema is like each teacher in your college. every user have different schema for it. Basically, it acts as the private cabin for each teacher in staff room.

Similar Messages

  • Steps to upgrade RMAN catalog schema from 10.2.0.4  to  11.1.0.7

    I am looking for steps to upgrade our catalog database schema from 10.2.0.4 to 11.1.0.7. We want to register our prod 11g target database into our EM Repository 10.2 catalog database.
    Can you please refer to doc / metalink note to upgrade 10.2 database catalog schema to 11g schema?
    Thanks in advance.

    See this article:
    http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmcatdb.htm#i1007125
    Werner

  • Is it possible to use JPA Catalog & Schema in MySQL?

    Dear All,
    Could anyone explain the difference between JPA Catalog and Schema when using MySQL database? Below is an example where I have successfully used both Catalog and Schema to reference different databases:
    @Table(name="CUSTOMER", catalog="catalogName", schema="")  // Worked
                                          or
    @Table(name="CUSTOMER", catalog="", schema="schemaName")  // Worked
                                       but NOT
    @Table(name="CUSTOMER", catalog="catalogName", schema="schemaName") which resulted the following database exception:
    JDO76609: Got SQLException executing statement "CREATE TABLE catalogName.schemaName....
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException...
    Not sure whether MySQL support the use of both Catalog and Schema at the same time, or do they both mean the same thing which is just database instances? In other word, it does not support the idea of defining a Catalog within a Schema, or vice versa. Likewise, MySQL seems to use Catalog/Schema as database instance interchangeably with both on the same level. This means that an application will likely be required to create many database instances to be used in place of Schema.
    My understanding of the use of Catalog and Schema would be: catalogName.schemaName.CUSTOMER or schemaName.catalogName.CUSTOMER but does not reflect how MySQL work.
    It would be interesting to hear from others who has used MySQL as the underlying JPA database.
    Thanks a lot,
    Jack

    I use Photoshop Elements 3 ("Elements" not "Album"). I wasn't aware of an upgrade to PSE 3.2. If I upgrade will the Catalog be converted to a form that is compatible with PSA SE 3.2?

  • How to upload Master Catalog Schema in Catalog Content Management SRM

    Hi All,
    Please provide the solution as we are in real trouble.
    We have to delete master catalog and upload it again. Deletion is done because the mapping and all are being corrupted. SAP has suggested to delete the catalog and again upload it and do all the mapping again related to supplier and procurement catalog.
    Can all of you guide us what to do:
    1. How to delete a existing Master catalog (can de-publish will do it?)?
    2. We have the master catalog schema with us. Please tell how to upload this schema. Which link we have to follow?
    3. After uploading the master schema how we can check that master catalog is working fine.
    The answers will be rewarded with valuable points
    Regards
    Praveen K Ghosh

    Sridhar,
    I am contacting you regarding the same problem with the CCM MASTER CATALOG, as Praveen said, SAP has suggested to delete the catalog and again upload it and do all the mapping again related to supplier and procurement catalog.
    I have read the documents that you refer to at http://help.sap.com/saphelp_srm50/helpdata/en/7f/9b62405c910272e10000000a155106/frameset.htm.
    In this link I found information really useful, however according to the document the CCM MASTER CATALOG should be created automatically by the SAP Catalog Authoring Tool, this happends the first time that you are using the system.
    Catalog Creation
    You use this function to create catalogs in SAP Catalog Authoring Tool.
    You can create the following types of catalogs:
    Supplier catalogs
    Procurement catalogs
    Model service catalogs
    Note
    SAP Catalog Authoring Tool creates the master catalog, the SRM product catalog, SRM contract catalogs, and the contract catalog for service specifications automatically.
    When SAP Catalog Authoring Tool is used for the first time, you must open the Edit Catalogs application once, before you create any catalogs. Choosing Edit Catalogs triggers the creation of the master catalog. If you do not do this, SAP Catalog Authoring Tool outputs an error message when you try to create a catalog.
    We have already the Master Schema and we know how to map the CCM MASTER CATALOG to the supplier and procurement catalogs. The main problem is that we need to delete the CCM/MASTERCATALOG and created again.
    1. How delete the CCM/MASTERCATALOG?
    In a Test enviroment I have delete the CCM/MASTERCATALOG using the "Edit Catalogs" mode then choosing the catalog and confirm the deletion.
    Once this has been done, all the catalogs has been erased including the CCM/MASTERCATALOG, so now we have the system in blank. I am not sure if this is the correct way to delete the catalog or there is an easiest way where the Procurement and supplier catalogs dont dissapear once the CCM/MASTERCATALOG is deleted.
    2. Once the CCM/MASTERCATAOG is deleted how to created again?
    According to the instructions the SAP Catalog Authoring Tool should created this automatically when is used for the first time, however how we can created the CCM/MASTERCATALOG again if the SAP Catalog Authoring Tool is not used for the fist time.
    Is there a way where the system can create the CCM/MASTERCATALOG for a second time?
    I follow the steps to create the CCM/MASTERCATALOG for the first time however i didnt get a positive result.
    Any help provided will be really appreciated.
    Thanks in advance
    Carlos

  • Master catalog schema.......

    Hi
    I have created Master catalog in CCM 1.0 through Edit Catalog link.
    When I tried to edit the Master catalog it says " No schema found for  catalog /CCM/MASTER_CATALOG.
    Now I want to upload UNSPSC achema for Master catalog.
    Where can I get the UNSPSC schema?
    Note : TREX is not installed.
    Thanks
    Jagdish

    Hi,
    To upload the UNSPSC as your catalog schema, you have to follow the CCM CSV 2.0 file format.
    Here is a sample of what it should be:
    SAP CATALOG CSV 2.0 <;> full;;;;;;;
    Defaults;EN-US;;;;;;;
    Model;;;;;;;;
    Catalog;;;<i>Your catalog name</i>;;;;;
    #Datatype & component definition;;;;;;;;
    DataType;MyDecimal;Exponent;{}MyDecimal;;;;;
    DataType;MyInteger;Integer;{}MyInteger;;;;;
    DataType;MyString;String;{}MyString;;;;;
    DataType;MyPrice;complex;{}MyPrice;ZC_PRIX_NET;ZC_DEVISE;ZC_PRIX_BRUT;ZC_QTE;ZC_REMISE
    Component;ZC_PRIX_NET;MyDecimal;false;MyPrice;{}Net Price;;;
    Component;ZC_DEVISE;MyString;false;MyPrice;{}Currency;;;
    Component;ZC_PRIX_BRUT;MyDecimal;false;MyPrice;{}Brut Price;;;
    Component;ZC_QTE;MyInteger;false;MyPrice;{}Lower Bound;;;
    Component;ZC_REMISE;MyInteger;false;MyPrice;{}% Discount;;;
    DataType;MySpec;complex;{}MySpecification;ZC_NAME;ZC_VALUE;;;
    Component;ZC_NAME;MyString;false;MySpec;{}Name;;;
    Component;ZC_VALUE;MyString;false;MySpec;{}Value
    #Specific characteristic definition;;;;;
    Characteristic;ZCATEGORY;/CCM/NAME;false;{}Supplier Category;
    Characteristic;ZCATEGORY1;/CCM/NAME;false;{}Hierarchy n+1;
    Characteristic;ZCATEGORY2;/CCM/NAME;false;{}Hierarchy n+2;
    #Catalog schema definition: schema name followed by all specific characteristics
    Schema;<i>MY_SCHEMA</i>;{}
    <i>MY_SCHEMA</i>;ZCATEGORY;ZCATEGORY1;ZCATEGORY2
    #Categories derfinition: for each UNSPSC "node" declare the node and its parentCategory;Root;;;{}UNSPSC Root;
    Category;Level 1 segment 1;Root;;{}Segment 1;
    Category;Level 1 segment 2;Root;;{}Segment 2;
    Category;Level 1 segment 3;Root;;{}Segment 3;
    Category;Level 1 segment 4;Root;;{}Segment 4;
    If you want you can send me your file, I'll start the work with few UNSPSC codes to show you (follow my BC link to get my email.)
    Regards.
    Vadim

  • HANA Studio: Filter more than one catalog schema

    Hi,
    Simply a usability question: Is it possible to filter a list of schemas in the catalog folder of HANA studio. I see only, that I can filter one pattern of a schema name. I would like to reduce the visible schemas in the catalog folder according to an arbitrary free to be chosen list of schemas.
    Did I miss something?
    Thanks,
    Ingo

    Hello Ingo Peter,
    Very interesting question but I really doubt if it is possible!
    Even giving 2nd Schema name will overwrite the earlier filtered Schema
    BR
    Prabhith

  • Column views in the catalog schema

    Hi Everyone,
    I know I might get pointers to some documentation regarding the "Column views" in the schema catalog. Can anyone tell me what is the "Column views" folder in the schema list should contain?
    I am trying to create new objects under my schema and does anyone know if there are any public schema in the sandbox? or any quick method to load tables into the schema?
    Thanks in advance.
    Happy exploring.
    Jero

    Hi,
    In addition to Tomas comments
    some points from TZHANA material
    Attribute View
    - What is an Attribute View?
    - Attributes add context to data.
    - Attributes are modeled using Attribute Views.
    - Can be regarded as Master Data tables
    - Can be linked to fact tables in Analytical Views
    - A measure e.g. weight can be defined as an attribute.
    Attribute View:
    Save and activate the view
    Create executable version of the view
    - Save the view
    - Save button in top-left corner of Studio
    - This saves the information model, i.e. the metadata
    of the view that has just been defined.
    - This information model itself is not visible to
    reporting tools
    - Activate the view
    - Right-click view and choose u2018Activateu2019 from context
    menu
    - This creates a database view in schema u2018_SYS_BICu2019
    (a so-called u2018column viewu2019)
    - Name of the column view:
    u2018_SYS_BIC.I_<PACKAGE>/<VIEW_NAME>u2019
    - This column view can be accessed from reporting
    tools
    Regards,
    Manoj.

  • Catalog Schemas

    Hi
    Can some one explain me, what exactly schemas means in SRM catalog content management

    The information is alreay there in help.sap.com. The links attached below for your reference.
    http://help.sap.com/saphelp_ccm20/helpdata/en/cb/b2891b094042d1a3ee1cf5b0d8bd33/content.htm
    http://help.sap.com/saphelp_ccm20/helpdata/en/84/6F13B1D603D511BCBC0800060D9C68/content.htm
    Regards
    Kathirvel

  • Master Catalog Schema  Upload

    Hi SRM Gurus,
    Can any one of us, please guide me in, uploading the schema for Master Catalog.
    I would like to upload UNSPSC schema.
    Thanks & Regards,
    Ramkumar

    Hi Ramkumar,
    Have you prepared the CCM Schema yet? IF NOT Check these links
    http://help.sap.com/saphelp_ccm20/helpdata/en/1f/d31a9fcb00459faa571f09e89a5cba/content.htm
    http://help.sap.com/saphelp_ccm20/helpdata/en/e1/eddebb4b63453cbf209027e0816b8c/content.htm
    Yes you can prepare your own UNSPSC Schema for your Catalog system.
    for more question post again..
    with regards,
    mahesh

  • Approved and published items are not shown in the catalog search

    Hello all,
    We are implementing SRM 4.0 SSP scenario .
    To support shopping of EBP we are also implementing CCM 2.0 as an add on.
    Please note CCM and EBP are on same client and CAT & CSE are also on the same client.
    No XI is involved. The catalog scheme was uploaded as CSV 2.0. The items for the catalog was created manually in CAT.
    Although the item has the status "approved" and the procurement catalog which is also the master catalog was published successfully the item is not shown after searching by CSE in EBP. Also the categories of the scheme are not shown in the catalog search.
    Do i have to approve the categories too and if yes can you  explain me how to do this?
    I think you see that I'm a newbie at srm and ccm and this problem is probably no real problem but I have not found any similar topics in the forum. So please can you help.
    Thanks a lot for your help.
    Best regards,
    Bernd

    Bernd: the reason I asked about views is that you don't have any error messages. This might indicate that (a) you have no items in the view, or (b) there's something wrong with view-role-user assignment.
    To check for (a), please go to the published procurement catalog, and go to Views tab. Check that your View is Active. Click on your View ID link to display view details. You should see a list of characteristics assigned to your view in Assign Characteristics sub-tab (the list should not be blank!). Go to Assign Items sub-tab. Navigate in your schema to find items that are supposed to be assigned to your view. You should see "Yes" in the "Assigned" column for those products. If you don't, then you simply don't have any items in your view.
    Another thing I'd like you to check: when the user calls your procurement catalog for search, do you see the name of the catalog displayed just below the drop-down "Select Categories Hierarchically"?
    Cheers,
    Serguei

  • How to upgrade RMAN catalog from 10.2.0.4 to 11?

    Hi, we are on Oracle 10.2.0.4, Solaris 5.10. Our RMAN catalog is 10.2.0.4 version and we have several 11g databases that need to connect to the catalog and obviously cannot. So we need to upgrade the catalog to 11. Does anyone have any docs on how to do it. Do I need to upgrade RMAN database to 11 via conventional upgrade and then do UPGRADE CATALOG? Really confusing, any help would be very appreciated.
    Thank you!

    You need to:
    1 - upgrade the recovery catalog database
    2 - upgrade the recovery catalog Schema
    Please check the details on note *452529.1 Recovery catalog for RMAN backup*.
    Normally newer databases (target) can be cataloged on previous version catalog database, but with 11g there is the bug 6756872 (RMAN REGISTER OF 11G TARGET INTO 10G CATALOG FAILS WITH ORA-04028) which force you to upgrade the catalog.
    You can also review RMAN Compatibility Matrix (Note 73431.1) which has all valid version combinations.
    If your scenario is simple enough, another option could be create a new 11g RMAN catalog and register there your databases, without importing data from the 10.2 catalog.
    Regards.

  • Error when installing BI catalog

    hello, i have dowload the lastest version of Bibeans 10.1.2.1
    and database release 2 for windows 2003 server.
    If i install the bi_catalog i have the following error :
    Exception in thread "main" java.lang.UnsatisfiedLinkError: t2cGetCharSet
    D:\>cd D:\Jdev9123\bibeans\bin
    D:\Jdev9123\bibeans\bin>set JDEV_ORACLE_HOME=D:\Jdev9123
    D:\Jdev9123\bibeans\bin>set JAVA_HOME=D:\Jdev9123\jdk\jre
    D:\Jdev9123\bibeans\bin>bi_installcatalog.bat SCENARIO_TEST SCENARIO_TEST -h DEV
    2 -po 1521 -sid ORC10GR2
    This procedure will upgrade your BI Beans Catalog schema. All existing catalog
    objects will be lost. Use the Import/Export utilities if you would like to pres
    erve your data. Press CTRL-C to abort.
    Press any key to continue . . .
    bi_installcatalog: BI Beans 10.1.2 Production Release (3.2.2.0.24.2)
    Persistence installation
    ========================
    Connection information:
    User / Schema: SCENARIO_TEST
    Password : SCENARIO_TEST
    Host name : DEV2
    Port number : 1521
    SID : ORC10GR2
    Exception in thread "main" java.lang.UnsatisfiedLinkError: t2cGetCharSet
    at oracle.jdbc.driver.T2CConnection.t2cGetCharSet(Native Method)
    at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:295
    4)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:318)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    365)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:141)
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtensio
    n.java:78)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:563)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at oracle.dss.persistence.storagemanager.bi.scripts.RunSQL.connect(RunSQ
    L.java:249)
    at oracle.dss.persistence.storagemanager.bi.scripts.InstallPersistence.i
    nstall(InstallPersistence.java:227)
    at oracle.dss.persistence.storagemanager.bi.scripts.InstallPersistence.m
    ain(InstallPersistence.java:132)
    D:\Jdev9123\bibeans\bi_checkconfig>bi_checkconfig -h DEV2 -po 1521 -sid orc10GR2
    -u SCENARIO_TEST -p SCENARIO_TEST
    BI Beans Diagnostics(v1.0.2.0) 26/10/05
    ===============================================================================
    JDEV_ORACLE_HOME .......................... = D:\Jdev9123
    JAVA_HOME ................................. = D:\Jdev9123\jdk\jre
    JDeveloper version ........................ = 10.1.2.1.0.1913
    BI Beans release description .............. = BI Beans 10.1.2 Production Release
    BI Beans component number ................. = 10.1.2.67.0
    BI Beans internal version ................. = 3.2.2.0.24.2
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 10.1.0.4.2
    JDBC JAR file location .................... = D:\Jdev9123\jdbc\lib
    Database version .......................... = 10.2.0.1.0
    OLAP Catalog version ...................... = 10.2.0.1.0
    OLAP AW Engine version .................... = 10.2.0.1.0
    OLAP API Server version ................... = 10.2.0.1.0
    BI Beans Catalog version .................. = 3.2.1.0.13
    OLAP API JAR file version ................. = "10.1.0.5.0"
    OLAP API JAR file location ................ = D:\Jdev9123\jdev\lib\ext
    Load OLAP API metadata .................... = Successful
    Number of metadata folders ................ = 0
    Number of metadata measures ............... = 74
    Number of metadata dimensions ............. = 26
    Metadata output location .................. = D:\Jdev9123\bibeans\bi_checkconfig
    \bi_metadata.txt
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: D:\Jdev9123\bibeans\bi_checkconfig\bi_checkco
    nfig.xml
    D:\Jdev9123\bibeans\bi_checkconfig>
    thanks

    Are you sure you are using the correct version of JDeveloper? To use BI Beans 10g you need to use JDeveloper 10.1.0.2 as per the documentation:
    You must install Oracle JDeveloper 10g 10.1.2.1 build 1913 prior to installing BI Beans 10.1.2.1
    From the information you have posted it would appear that you are using a very old version of JDeveloper 9i, which is not supported
    Thanks
    Keith
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • How to un-register target database in Catalog DB?

    I am using 8.0.5. I create a Catalog database and register a target database with it for online backup. How do I un-register a target database from the Catalog DB if I do not want to continue taking backup? Is there any 'unregister' command?
    Thanks in advance
    - Sanchayan RoyChoudhury
    Bangalore, India
    null

    Let me try...
    If u know your dbid (which can be found out by just logging into rman with the target databasse)
    login ot the catalog database throught sqlpplus as the catalog schema owner...
    run the following query..
    SELECT db_key, db_id FROM db WHERE db_id ="dbid just found";
    then run
    execute dbms_rcvcat.unregisterdatabase(db_key, db_id);
    This will unregister your database from the catalog. however keep in mind that you will lose all records of your old backups..
    HTH
    null

  • Using a local catalog outside of JDeveloper?

    Is it possible to establish a local catalog connection from outside of JDeveloper; that is as part of a deployed application?
    I have tried including the catalog XML files in my JAR file and specifying the relative path to the files in the BI configuration file (i.e., PersistenceType="FILE" RootFolder="bidefs/BIDesigner/"). However, it seems that whatever combination of file location and configuration setting that I try I receive a catalog root cannot be found error.
    Does anyone know if this is possible, and if so can you point me to an example?
    (Note: I realize that in an actual production application that it is much better to use the database catalog, however, currently I’m simply working on a proof of concept and may not be able to create the catalog schema on my target database instance.)
    Best Regards,
    Matt
    BI Beans Diagnostics(v1.0.2.0) 2/23/05
    ===============================================================================
    JDEV_ORACLE_HOME .......................... = C:\oracle\ora92Dev
    JAVA_HOME ................................. = C:\bea\jdk141_05
    JDeveloper version ........................ = 9.0.4.0.1407
    BI Beans release description .............. = BI Beans 9.0.4 Production Release
    BI Beans component number ................. = 9.0.4.22.0
    BI Beans internal version ................. = 2.7.5.31
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 9.2.0.4.0
    JDBC JAR file location .................... = C:\oracle\ora92Dev\jdev\lib\patche
    s
    Database version .......................... = 9.2.0.4.0
    OLAP Catalog version ...................... = 9.2.0.4.1
    OLAP AW Engine version .................... = 9.2.0.4.1
    OLAP API Server version ................... = 9.2.0.4.1
    BI Beans Catalog version .................. = 2.7.5.31
    OLAP API JAR file version ................. = 9.2
    OLAP API JAR file location ................ = C:\oracle\ora92Dev\jdev\lib\ext
    Load OLAP API metadata .................... = Successful
    Number of metadata folders ................ = 3
    Number of metadata measures ............... = 0
    Number of metadata dimensions ............. = 0
    Metadata output location .................. = C:\oracle\ora92Dev\bibeans\bi_chec
    kconfig\bi_metadata.txt

    If you download the latest BI Beans 10g samples from the BI Beans section on OTN there is a sample called Analyzer. This sample uses a local filestore to save and retrieve all reports, calcs, saved selections etc created by the user during a session.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Extending Resource Catalog: How to create subfolders.

    Hi,
    we are extending the webcenter spaces application as described in this document:
    http://www.oracle.com/technology/products/webcenter/pdf/owcs_r11_extend_spaces_wp.pdf
    We have succesfully extended the Resource Catalog for both the Personal Space and the Group Spaces to include a folder with our custom taskflows. Nevertheless we could not achieve to generate (non dynamic) subfolders in order to organize our tasflows based on functionality. I haven't seen if this is possible of not anywhere but we have tried with this and it didn't work.
    <?xml version="1.0" encoding="UTF-8"?>
    <catalogDefinition id="PersonalSpaceCatalog" name="Personal WebCenter Catalog"
    description="Resource Catalog definiton for Personal WebCenter"
    resourceBundle="oracle.webcenter.webcenterapp.resource.PersonalSpaceCatalogBundle"
    definitionFilter="oracle.webcenter.webcenterapp.internal.model.catalog.PersonalSpaceCatalogFilter"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog">
    <schema>
    <descriptor searchable="true" labelKey="TITLE.PROMPT_KEY"
    endUserVisible="true" shortLabelKey="TITLE.SHORT_PROMPT_KEY"
    attributeId="Title" multivalue="false"/>
    <descriptor searchable="true" labelKey="DESCRIPTION.PROMPT_KEY"
    endUserVisible="true"
    shortLabelKey="DESCRIPTION.SHORT_PROMPT_KEY"
    attributeId="Description" multivalue="false"/>
    <descriptor searchable="true" labelKey="SUBJECT.PROMPT_KEY"
    endUserVisible="true" shortLabelKey="SUBJECT.SHORT_PROMPT_KEY"
    attributeId="Subject" multivalue="true"/>
    <descriptor searchable="true" labelKey="WEBCENTER_SERVICE_ID.LABEL"
    endUserVisible="false"
    shortLabelKey="WEBCENTER_SERVICE_ID.SHORT_LABEL"
    attributeId="WEBCENTER_SERVICE_ID" multivalue="false"/>
    <descriptor searchable="false" labelKey="TOOL_TIP.LABEL"
    endUserVisible="false" shortLabelKey="TOOL_TIP.SHORT_LABEL"
    attributeId="ToolTip" multivalue="false"/>
    <descriptor searchable="false" labelKey="ICON_URI.LABEL"
    endUserVisible="false" shortLabelKey="ICON_URI.SHORT_LABEL"
    attributeId="IconURI" multivalue="false"/>
    </schema>
    <contents>
    *<!-- My Custom Task Flows Folder -->*
    <folder id="customTaskflowsFolder">
    <attributes>
    <attribute value="Custom Taskflows" attributeId="Title" isKey="true"/>
    <attribute value="A collection of custom taskflows"
    attributeId="Description" isKey="true"/>
    <attribute value="Taskflow" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.ps.taskflow"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/img/home_cs_ng.jpg" attributeId="IconURI"/>
    </attributes>
    <contents>
    *<!-- My SubFolder -->*
    <folder id="customNavigationTaskflowsFolder">
    <attributes>
    <attribute value="Navigation" attributeId="Title" isKey="true"/>
    <attribute value="Custom Navigation Taskflows"
    attributeId="Description" isKey="true"/>
    <attribute value="Navigation Taskflow" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.ps.taskflow.navigation"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/img/home_cs_ng.jpg" attributeId="IconURI"/>
    </attributes>
    <contents>
    <resource path="navigation-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+ps-local-toolbar.xml#ps-local-toolbar"
    repository="application.classpath" id="ps-local-toolbar">
    <attributes>
    <attribute value="Local Toolbar" attributeId="Title"
    isKey="true"/>
    <attribute value="Local Toolbar" attributeId="Description"
    isKey="true"/>
    <attribute value="Local Toolbar" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.navigation.localtoolbar"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    </contents>
    </folder>
    *<!-- Other Taskflows -->*
    <resource path="peoplefinder-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+people-finder-wide.xml#people-finder-wide"
    repository="application.classpath" id="ps-people-finder-wide">
    <attributes>
    <attribute value="People Finder (Inline results)"
    attributeId="Title" isKey="true"/>
    <attribute value="Look for people based on several attributes"
    attributeId="Description" isKey="true"/>
    <attribute value="People Finder" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.peoplefinder.wide"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource path="profile-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+profile.xml#profile"
    repository="application.classpath" id="ps-profile-taskflow">
    <attributes>
    <attribute value="Profile" attributeId="Title" isKey="true"/>
    <attribute value="Profile" attributeId="Description" isKey="true"/>
    <attribute value="Profile" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.profile"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource id="ps-personal-snapshot" repository="application.classpath"
    path="personalsnapshot-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+personal-snapshot.xml#personal-snapshot">
    <attributes>
    <attribute value="Personal Snapshot" attributeId="Title"
    isKey="true"/>
    <attribute value="Shows the personal snapshot"
    attributeId="Description" isKey="true"/>
    <attribute value="Personal Snapshot" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.personalsnapshot"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource id="ps-company-info" repository="application.classpath"
    path="companyinfo-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+company-info.xml#company-info">
    <attributes>
    <attribute value="Company Ingo" attributeId="Title" isKey="true"/>
    <attribute value="Shows the company info for a given user"
    attributeId="Description" isKey="true"/>
    <attribute value="Company Info" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.companyinfo"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    </contents>
    </folder>
    </contents>
    </catalogDefinition>
    Could anyone throw some light on this? Can this be done? Is there anything we may be missing in our XML?
    Many thanks.

    I'm migrating 10 years of mail from Thunderbird on a dusty Dell to my brand-new Mini. I've got tons of subfolders and filters, and I want to replicate the structure using Mail 3.0.
    No matter what I do, I can't seem to add a subfolder to the email accounts I have coming off of different servers (Yahoo, Gmail and 2 on Go Daddy.)
    The Mac help advice doesn't work -- I'm just given the options to place a new mailbox "On My Mac" or as an RSS feed.
    Any other suggestions? I'd keep T'bird, except that I heard that Mozilla's not going to continue developing it. This problem seems to be unique to Leopard. Or maybe just unique to me.

Maybe you are looking for