zoukankan      html  css  js  c++  java
  • cognos10.2.2使用ODBC连接oracle92数据库(BMT-IMP-0016)

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

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

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

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

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

    image

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

    image

    Cognos的ODBC配置页面

    image

    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

    • 相关阅读:
      前端的貌似不顺道整个 小程序,不是那么回事哈
      sql server 大批数据插入时,时间过长的问题
      web api 权限控制
      推荐一个测试Web API, web service工具
      ConcurrentDictionary的用法
      Socket
      微信小程序(一)
      List常用几种方式
      c# 文件下载
      自定义身份验证
    • 原文地址:https://www.cnblogs.com/benton/p/4798552.html
    Copyright © 2011-2022 走看看