简体   繁体   English

无法在Informatica中连接ODBC 32位连接

[英]Unable to connect ODBC 32bit connection in Informatica

  1. Created a ODBC data connection 创建了ODBC数据连接
  2. Tested the coonection while creating and the alert box was displayed saying the connection was successful. 在创建时测试了连接,并显示警告框,表明连接成功。

  3. When opened the Source Analyzer 打开源代码分析器时 在此处输入图片说明 and tried connecting to Oracle driver created earlier, it throws architecture mismatch issue. 并尝试连接到先前创建的Oracle驱动程序,它将引发体系结构不匹配的问题。

4.Powercenter client is of 32bit architecture and oracle driver created was on 64bit. 4.Powercenter客户端具有32位体系结构,并且创建的oracle驱动程序位于64位上。

Please let me know how can I fix tihs....I am unable to fix this problem as the ODBC data source 32bit doesn't list the option of OracleDB2 drivers. 请让我知道如何解决此问题。...由于ODBC数据源32位未列出OracleDB2驱动程序的选项,因此我无法解决此问题。 Although this is available in ODBC data source 64bit when tried connecting the architecture mismatch errors pops up. 尽管在尝试连接体系结构时会在64位ODBC数据源中提供此功能,但会弹出不匹配错误。

Appreciate your valuable inputs. 感谢您的宝贵意见。

Regards, Dex. 问候,敏捷。

I too got the same error.Please follow the below to avoid this error. 我也遇到了相同的错误。请按照以下步骤操作,以避免出现此错误。

1.Go to: $INFA_CLIENT_INSTALLATION_DIR\\client\\bin\\ 2.Open powmart.ini file 3.Under the section ODBCDLL,add Entry = PMODBC.DLL or EXTODBC.DLL 1.转到:$ INFA_CLIENT_INSTALLATION_DIR \\ client \\ bin \\ 2.打开powmart.ini文件3.在ODBCDLL部分下,添加Entry = PMODBC.DLL或EXTODBC.DLL

Then try to connect again! 然后尝试重新连接! This should work for sure. 这肯定可以工作。

Thanks, Surya Prakash. 谢谢,Surya Prakash。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Oracle ODBC,64 位和 32 位,同名 - Oracle ODBC, 64bit and 32bit, same name 32位ODBC驱动程序连接到64位数据库 - 32 bit ODBC Driver to connect to a 64 bit Database 无法在X64计算机上连接Oracle 32位 - Cannot connect Oracle 32bit on X64 machine 在64位SQL连接上使用32位Oracle ODAC驱动程序 - using a 32bit Oracle ODAC driver on 64bit SQL connection 在无DSN的连接(Access 2013(32位))的连接字符串中为Oracle(32/64位)指定Microsoft ODBC的版本 - Specifying version of Microsoft ODBC for Oracle (32/64 bit) in connection string for DSN-less connection (Access 2013 (32 bit)) 具有32位C#应用程序的Oracle XE 64位ODBC连接 - Oracle XE 64 Bit ODBC connection with 32 bit c# application 是否可以在没有 tnsnames.ora 文件的 Windows 10 上拥有 32 位 ODBC 连接? - Is it possible to have a 32 bit ODBC connection on Windows 10 without a tnsnames.ora file? ODP.NET适用于32位和64位 - ODP.NET for both 32bit and 64bit Excel 32bit vs OLEDB vs Oracle - Excel 32bit vs OLEDB vs Oracle 在同一服务器上使用带有64位oracle客户端的php 7.3.4 64bit和带有32位oracle客户端的php 7.3.4 32bit - Using php 7.3.4 64bit with a 64bit oracle client and php 7.3.4 32bit with a 32bit oracle client on the same server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM