COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: kanch on 07 Dec 2005 09:57:17 AM

Title: customizing cognos connection welcome page
Post by: kanch on 07 Dec 2005 09:57:17 AM
Hi All,

I want to customize cognos connection by removing welcome page and making public folders as default home page, Replace Cognos Connection name with compnay name.

any thoughts or help how to do it in detail. Thanks in advance.

--Kanch
Title: Re: customizing cognos connection welcome page
Post by: kanch on 07 Dec 2005 02:58:10 PM
has any one gotton idea??

Thanks.
Title: Re: customizing cognos connection welcome page
Post by: sys2674 on 08 Dec 2005 10:58:57 AM
Hi Kanch

To make Public Folder as Home
Do the following steps
1.htpp://localhost........../crn(open Report net)
2. Go to prefernce
3.Set prefences screen will appear
4.Change Home page Menu to Public folder.
    This will not show welcome page.
To change Cognos Connection Name to company name.
  1.Do this where you installed Reportnet
   2.Stop reportnet services.
   3. Go to c:\Program Files\cognos\crn\templates\ps\portal\system.xml
   4. Open system.xml in notepad
   5. find <param name="OEMmessages"> 
                    <!-- Messages/markup to appear in the top left corner of the CRN header -->
      <banner></banner>
      <!-- Messages/markup to appear in Cognos Connection title bar -->
      <title></title>
      <company>Cognos</company>
      <company_title>Cognos Incorporated</company_title>
      <product>Cognos ReportNet</product>
      <portal>Cognos Connection</portal>
                    <associatedProducts>
                              ----------
</para>
6.In this change <portal>Cognos Connection</portal> to Ur company name.
7.Or what i advice is put this in comment like this
<!--<portal>Cognos Connection</portal> -->
                <portal>UR Company Name </portal>
8. save the File
9.start the services.
and try.This will solve ur problem



Title: Re: customizing cognos connection welcome page
Post by: pmcghiey on 08 Dec 2005 05:20:12 PM
To make the change for the public folder to be the default option globally you would change the system.xml file mentioned above.Ã,  Look for the following:

      <pref name="home">welcome</pref> <!-- [welcome | public | personal ] -->