COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Framework Manager => Topic started by: raghav1206 on 17 Oct 2007 05:42:55 AM

Title: name space & folder
Post by: raghav1206 on 17 Oct 2007 05:42:55 AM
What is the difference between namespace and folder in Framework manager
Title: Re: name space & folder
Post by: rockytopmark on 17 Oct 2007 04:14:20 PM
Folder's do not play any part in the full path/unique name of an object, where namespaces do.

You can have a query subject named ABC in 2 different Namespaces, but you can't in 2 different folders that are under the same namespace.

Valid:
Namespace1 --> NamespaceA --> ABC
Namespace1 --> NamespaceB --> ABC

Invalid:
Namespace1 --> FolderA --> ABC
Namespace1 --> FolderB --> ABC
Title: Re: name space & folder
Post by: larsonr on 17 Oct 2007 08:17:33 PM
The other nice thing to remember is that folders will not break your reports.  they are merely a way to organize your metadata within a namespace.  By organizing using namespaces, you risk breaking your reports that are querying  against this metadata as it will now look for the namespace name in those query subjects that are moved.