Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cognos 8 - Local with SQL Server

Status
Not open for further replies.

bradrhine

MIS
Aug 17, 2006
3
US
Cognos 8 and Personal Sql Server are loaded on my notebook. Cognos services will not start, as it does not recognize seem to recognize the instance of MS SQL Server.

Error Msg:
CM-CFG-5063 A Content Manager configuration error was
detected while connecting to the content store.CM-SYS-5003 Content Manager is unable to access the content store. Verify your database connection parameters and then contact your database administrator.Failed Logon:com.jnetdirect.jsql.g: TCP/IP connection failed to host:localhost java.net.ConnectException: Connection refused: connect url:jdbc:JSQLConnect://localhost:1433/cm.

Any suggestions would be helpful.
 
A default installation of sql server (just hitting next during install) will put the system on allowing windows validation only.

Open sql enterprise manager, right click the server select properties, go to the security tab and put the option on both windows and sql validation.
Then try to start the service again.

Stefan
 
i dont' believe cognos supports sql server personal edition. check on their support site just to be sure.
 
The personal edition is the same as the full version with some performance caps. (2 concurrent queries and some more)

Maybe not officially supported for performance issues, but works perfectly fine.

Stefan
 
Thank you for the suggestions and discussion points. It's all good, but I am still having issues connecting to the (local) on Sql Server.
I sign on to my laptop as a user who has admin rights on the machine.
I think it may have something to do with my laptop name.

Any thought?
 
If you are running SQL Server 2000 Personal Edition, you will also need an update to SQL Server to get it to be recognised by Cognos 8. SP3a or above is required.

Regards,

MF.
 
Brad,

Have you tried the local ip address: 127.0.0.1 instead of localhost? Give it a try.

Also do this test. Can you connect through MS-Query Analyser using the localhost as well as 127.0.0.1

Use the one that works. I've ran into such problem before and resolved it through the IP address.

JP
 
Thanks for the tips. Final solution was to reload the JDBC drivers. Somehow ... I had removed them (one of those phantom deletion episodes). Went to the Microsoft site and downloaded and re-installed them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top