博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cognos10.2.2使用ODBC连接oracle92数据库(BMT-IMP-0016)
阅读量:7102 次
发布时间:2019-06-28

本文共 2420 字,大约阅读时间需要 8 分钟。

对于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。

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

Cognos的ODBC配置页面

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

转载于:https://www.cnblogs.com/benton/p/4798552.html

你可能感兴趣的文章
Android color(颜色) 在XML文件和java代码中
查看>>
提交表单注意事项<script>11111</script>
查看>>
利用SoapUI 测试web service的方法介绍
查看>>
Spark环境搭建遇到的问题
查看>>
(译)你应该知道的jQuery小技巧
查看>>
关于Boot应用中集成Spring Security你必须了解的那些事
查看>>
绑定到列表的指定元素
查看>>
Android RecyclerView使用GridLayoutManager导致间隙变大的问题
查看>>
如何使用jackson美化输出json/xml
查看>>
如何实现测试系统题目的自动推荐?
查看>>
JAVA通过oshi获取系统和硬件信息
查看>>
oracle的case when的用法和decode函数的用法
查看>>
在Unity中对Lua进行调试
查看>>
01-老马jQuery教程-jQuery入口函数及选择器
查看>>
查看端口被占用的情况以及如何解除端口占用
查看>>
matlab练习程序(最终腐蚀)
查看>>
新年互联网领头行业随想,互联网营销
查看>>
华尔街日报:网络广告销售为病毒敞开大门
查看>>
利用 ICallbackEventHandler接口 实现客户端回调
查看>>
javascript模板系统 ejs v9
查看>>