首页 技术 正文
技术 2022年11月6日
0 收藏 378 点赞 364 浏览 2098 个字

对于Cognos Server 64位Windows系统,注意!请下载32位程序。即:

 

因为Cognos只认32位ODBC程序。这里千万要注意。对于64位的Windows系统的ODBC有两个程序,即:

Odbcad32.exe 文件的 32 位版本位于 %systemdrive%\Windows\SysWoW64 文件夹中。

Odbcad32.exe 文件的 64 位版本位于 %systemdrive%\Windows\System32 文件夹中。

我们安装后,要打开%systemdrive%\Windows\SysWoW64中的ODBC程序进行配置。千万不要到控制面板中计算机管理中的ODBC中配置,因为这个是64位的ODBC。

cognos10.2.2使用ODBC连接oracle92数据库(BMT-IMP-0016)

ODBC配置后如下图(详细参数,非常简单,这里不给出了,注意db的编码要在Detail中设置一下。)

cognos10.2.2使用ODBC连接oracle92数据库(BMT-IMP-0016)

Cognos的ODBC配置页面

cognos10.2.2使用ODBC连接oracle92数据库(BMT-IMP-0016)

BMT-MD-6001 or BMT-IMP-0016 error when running Metadata Wizard in Framework Manager

Technote (troubleshooting)

Problem(Abstract)

When creating a new project using the Metadata Wizard, modelers are presented with the following error message after selecting a Data Source:
BMT-MD-6001 Connection to the data source ‘great_outdoors_sales’ failed because a valid connection string was not specified.
ODBC data source connections will return the following error:
BMT-IMP-0016 The provider type OD is not supported in this mode.

Cause

The Framework Manager project is configured to use Dynamic Query Mode but no JDBC connection details have been entered in the Data Source connection in Cognos Administration. For more details regarding configuring connectivity for Dynamic Query Mode, please refer to the "Data Sources and Connections" section of the Administration and Security Guide.

Dynamic Query Mode does not support ODBC connections.

Resolving the problem

To resolve this issue, there are two possible steps:

    Switch to Classic Query Mode

    1. If creating a new model, uncheck the "Use Dynamic Query Mode" option in the New Project window.
    2. If updating an existing model, select the Project item (the highest level item in the Project viewer panel) and in the Properties pane set the Query Mode property to Compatible.

    Configure JDBC Connection Details in Cognos Administration

    1. Using a web browser, navigate to the Cognos Connection URL.
    2. Log in as a user with Administrative privileges.
    3. Click Launch -> Cognos Administration.
    4. Click the Configuration tab.
    5. Click the name of the data source to be modeled.
    6. In the Actions column, click the Set Properties icon next to the appropriate Data Source connection.
    7. Click the Connection tab.
    8. Click the pencil icon next to the Connection String entry.
    9. Click the JDBC tab.
    10. Ensure "Enable JDBC connection" is checked and fill in the details for the data source connection.
    11. Click OK.
    12. Open Framework Manager and run the Metadata Wizard.

Related information

Data Sources and Connections – Administration and Secur

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,487
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,903
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,736
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,487
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,127
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,289