COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: kabularasa on 25 Jul 2016 05:56:42 AM

Title: Cognos 10.2.2 [Content Manager database connection]
Post by: kabularasa on 25 Jul 2016 05:56:42 AM
Hi folks,

So the password expired for the cognos username and I changed it. Now the IBM Cognos -service is not starting and
I'm receiving following error:

[Content Manager database connection]
[ ERROR ] The database connection failed.
[ ERROR ] Content Manager is unable to connect to the content store. Verify that the database connection properties in the configuration tool are correct and that when you test the connection, the test is successful.

I've checked the tcp/ip -port and its correct. Only the password change affected this.

Any help is sought after and appreciated

Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: Kiran P on 25 Jul 2016 05:59:41 AM
Hi,

Is that the same user you are using for content manager datastore connection as well? If so, go to IBM Configuration > Content Manager. Test your content store and make sure test is successful. You may need to check the credentials being used to connect.

Thanks,
Kiran
Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: kabularasa on 25 Jul 2016 06:02:18 AM
Yes, It's the same one, I receive following error when testing:

[Content Manager database connection]
[ ERROR ] The database connection failed.
[ ERROR ] Content Manager is unable to connect to the content store. Verify that the database connection properties in the configuration tool are correct and that when you test the connection, the test is successful.

Do I have to reset someking of store in order to cognos to update the new password?
Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: Kiran P on 25 Jul 2016 01:18:57 PM
Quote from: kabularasa on 25 Jul 2016 06:02:18 AM
Yes, It's the same one, I receive following error when testing:

[Content Manager database connection]
[ ERROR ] The database connection failed.
[ ERROR ] Content Manager is unable to connect to the content store. Verify that the database connection properties in the configuration tool are correct and that when you test the connection, the test is successful.

Do I have to reset someking of store in order to cognos to update the new password?

Hi

You need to update the content store binding credentials with the new password in cognos configuration.

And also make sure the database mentioned for content store in the configuration is in fact accessible with the credentials you are using. For this you can try connecting to the data base from SQL server mgmt studio if you are using SQL server or a similar tool for other databases.

Thanks
Kiran

Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: RubenvdLinden on 25 Jul 2016 04:12:58 PM
Which database platform are we talking about?

If you reset an expired Oracle password, make sure you also UNLOCK the user. Resetting the password is not enough!

ALTER USER <username> IDENTIFIED BY <password> ACCOUNT UNLOCK;
Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: kabularasa on 26 Jul 2016 01:18:39 AM
I Changed the credentials in the content store, do I need to reset them from elsewhere aswell and how it's done?

Environment:

SQL Server 2008 R2

Title: Re: Cognos 10.2.2 [Content Manager database connection]
Post by: RubenvdLinden on 26 Jul 2016 04:33:16 AM
On the Cognos server, start Cognos Configuration, go to Data Access > Content Manager > [Your content store database].
Change your credentials.