目前我正在使用来自 SQL Server 2008 的数据库 IBM Cognos Express。但是当我尝试从 SQL Server 检索数据库到 IBM Cognos 时发生错误。如何将 IBM Cognos Express 连接到 SQL Server 2008?谢谢。
1 回答
What version of Cognos Express (9.0, 9.5)? Here are some generic instructions in the meantime;
Start SQL Server Configuration Manager
Go to Client Protocols and enable TCP/IP and Named Pipes
Go to Protocols for SQLEXPRESS and enable TCP/IP and Named Pipes
Then double click TCP/IP to go into its properties, click IP addresses tab, scroll to bottom for IPAll group
Make TCP dynamic ports setting to be blank
Make TCP port to be 1433
Restart SQLExpress service
In Cognos configuration you can then select SQL Server and COMPUTERNAME\SQLEXPRESS for database settings