COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: slj1989 on 28 Jun 2012 02:15:52 PM

Title: Cognos 10 Content Store Database Creation
Post by: slj1989 on 28 Jun 2012 02:15:52 PM
Does anyone have a good resource (such as script information) for creating the initial content store database for Cognos 10 in Oracle?  I need to build one, and I am really not sure what tables should be created and with what properties.

Thanks!

Title: Re: Cognos 10 Content Store Database Creation
Post by: CoolP on 29 Jun 2012 12:15:23 AM
Hi,

YOu should not create any tables, you just need to create a database (utf-8) and give sysadmin to a user (ex: cogoracle). In the Cognos Configuration, provide the database details and the sysadmin credentials.

When you attempt to start the cognos service, the tables are automatically created in the content store database.

Thanks
Prasan
Title: Re: Cognos 10 Content Store Database Creation
Post by: SomeClown on 29 Jun 2012 05:24:05 AM
There appears to be a new function in C10.1.1 where you can generate the DDL for the Content Store.  If you specify the connection, then right-click, there is a Generate DDL option.  I do not know what this does as I've not tried it before, but it might be what you are looking for.
Title: Re: Cognos 10 Content Store Database Creation
Post by: sir_jeroen on 30 Jun 2012 05:42:48 AM
Someclown, this option applies only to DB2 contentstores... Unfortunately... See: http://publib.boulder.ibm.com/infocenter/cbi/v10r1m1/index.jsp?topic=%2Fcom.ibm.swg.ba.cognos.inst_cr_winux.10.1.1.doc%2Ft_db2contentstorescript.html (http://publib.boulder.ibm.com/infocenter/cbi/v10r1m1/index.jsp?topic=%2Fcom.ibm.swg.ba.cognos.inst_cr_winux.10.1.1.doc%2Ft_db2contentstorescript.html)
Title: Re: Cognos 10 Content Store Database Creation
Post by: SomeClown on 30 Jun 2012 07:28:16 AM
Good to know - it did strike me as a bit pointless but the DB2 explains that.  I wonder if it exists for all possible content stores (notification, human tasks, etc) or if it's another half-finished feature.  If I get around to checking, I'll post findings here.  Tx.
Title: Re: Cognos 10 Content Store Database Creation
Post by: CoolP on 01 Jul 2012 08:32:07 PM
Yes, I reckon MFGF is correct. I have used the script to create the content store in DB2. We have to follow the same old process with the other databases.


Thanks
Prasan
Title: Re: Cognos 10 Content Store Database Creation
Post by: MFGF on 02 Jul 2012 04:06:08 AM
Quote from: CoolP on 01 Jul 2012 08:32:07 PM
Yes, I reckon MFGF is correct. I have used the script to create the content store in DB2. We have to follow the same old process with the other databases.

Hee hee. Much as I'd love to be correct, I can't take any credit for this - SomeClown and ReportNet Addict are the ones to credit :)
Title: Re: Cognos 10 Content Store Database Creation
Post by: sir_jeroen on 03 Jul 2012 06:00:17 PM
MFGF: You're replying too much... People are starting to think that every correct reply is made by you... :D
Title: Re: Cognos 10 Content Store Database Creation
Post by: slj1989 on 19 Jul 2012 01:28:11 PM
Thank you for the replies.  I just want to make sure I understand (this is my first install).  All that needs to be created in oracle is an empty database with no tables, but with a name (i.e. Cog10) and a user (i.e. cog10user) that has system admin rights to the database.  The database must have a utf-8 character setting.

Does this sound right?  It seems so crazy that it would be this simple, but I haven't done this before either.

RR