検索

InterSystems公式
· 2025年1月3日

InterSystems IRIS、InterSystems IRIS for Health 和 HealthShare Health Connect 2025.1 的首个开发者预览版面世

InterSystems IRIS® 数据平台、InterSystems IRIS® for HealthHealthShare® Health Connect 2025.1 的首个开发者预览版已发布到 WRC 开发者预览网站

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください
お知らせ
· 2025年1月2日

2024 年度回顾_ 与开发者社区一起庆祝今年的收获!

各位社区成员,大家好

🎉 2024 年已接近尾声,是时候庆祝大家的贡献了! 请在开发者社区上查看您的个性化 2024 年回顾,了解您今年的成就、活动和影响。

深入了解您产生的影响! 💫

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください
ディスカッション (0)2
続けるにはログインするか新規登録を行ってください
質問
· 2025年1月2日

Need information

Hello everyone,

How can i download the iris odbc for linux ubuntu in order to recover the file 'libirisodbcu.so'.

thanks in advance

3 Comments
ディスカッション (3)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年1月2日

How can I create a SQLGateway connection using code?

Hi everyone,

I’m currently experimenting with the SQL Gateway Connection, CREATE FOREIGN SERVER, and the THROUGH command (IRIS Documentation). To speed up my tests, I’ve combined several DemoDataSets in a Docker container and would like to automate the creation of SQL Gateway Connections using code. 

(By the way, if you’re interested, the Docker container is available here: Demo DBs IRIS.)

To achieve this, I’m using SQL to create a connection by running a command like INSERT INTO %Library.sys_SQLConnection. While this successfully displays the connection in the Management Portal, it cannot actually be used.

Testing the connection results in this error: Connection failed. <ILLEGAL VALUE>decode+1^%apiGTW

After some investigation, I traced the issue to how the password is handled. Specifically, if I manually enter something into the password field in the Management Portal (even though the DuckDB InMemory DB doesn’t require a password), save it, and then test the connection again, it works perfectly.

It seems like there’s some sort of processing happening in the UI—possibly encrypting the password—that isn’t applied when the connection is created directly via SQL.

Has anyone encountered this before, or does anyone know how to handle this? I’d love to hear your insights or any possible solutions!

Thanks! 😊

3 Comments
ディスカッション (3)2
続けるにはログインするか新規登録を行ってください