How to setup 64-bit ODBC data source in UiPath?

徘徊边缘 提交于 2019-12-11 15:37:48

问题


I am trying to set up a 64-bit ODBC data source connection in UiPath, but it's not visible and only showing 32-bit data sources.

Is it because UiPath is a 32-bit software? Please suggest an alternate workaround.


回答1:


A 32-bit application can only load 32-bit ODBC drivers.

Your options are to --

  • find a 64-bit version of your "UiPath" application
  • find a 32-bit version of the 64-bit "Oracle in XE" driver
  • find a 32-bit ODBC Driver for 64-bit ODBC Data Sources (such as this, from my employer, available for immediate download with free two-week trial license)



回答2:


Connect activity in UiPath drops down only 32bit data sources. I solved this using following method.

  • Go to Oracle official website and download Oracle Instant Client 32 bit. (Link1)
  • Download Basic Package (in Base section), SDK Package and ODBC Package (in Develpoment and Runtime section).
  • Extract them in a directory.
  • There will be folder created similar to instantclient_19_3. Open this folder and run odbc_install.exe (Might prompt for administrator privilegs)
  • Sometimes there might be messages stating that "This program is not installed correctly". Ignore this message.

That's all. Create a data source using ODBC Data Source Administrator Application(32 bit) in Windows machine.There you will be able to create an Oracle data source using Oracle instantclient_19_3 driver.

Refer image

After successful creation of this data source, now you will be able to see your data source from UiPath Connect activity.



来源:https://stackoverflow.com/questions/54181871/how-to-setup-64-bit-odbc-data-source-in-uipath

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!