查找

公告
· 八月 8, 2023

Last chance to give your feedback on IRIS SQL exams

Hello Everyone,

Last month, we asked for input from the IRIS community regarding exam topics for our InterSystems IRIS SQL Specialist and Expert exams. We will close the window for providing feedback on the exam topics on Thursday, August 31st, 2023. Thus, if you would like to have your say in what topics are covered on the exam, this is your last chance!

To show our appreciation for helping us validate our exam design, we will hold a raffle where 15 survey respondents will be chosen to receive a $50 gift card. The gift card is a Tango Card that can be redeemed at any number of online retailers. The raffle is available for US-based, non-InterSystems, employees. VA employees are not eligible.

You can access the surveys here:

InterSystems IRIS SQL Specialist Exam

InterSystems IRIS SQL Expert Exam

Here are the exam titles and definitions:

InterSystems IRIS SQL Specialist Exam

An IT professional who has:

• Experience with standard ANSI SQL.

• 1 to 2 years of experience in designing and managing InterSystems IRIS SQL applications or expertise in other SQL platforms.

• 1-year experience in managing InterSystems IRIS SQL applications.

InterSystems IRIS SQL Expert Exam

A Developer or Solutions Architect who has the following:

• 4 to 6 years of experience developing and managing InterSystems IRIS SQL applications.

• 2 years of experience working with ObjectScript and globals in InterSystems IRIS.

So, how can you help? If you have 20-30 minutes to fill out a task survey, you can help us rate each exam topic based on your experience.

Thank you!

Ali Nasser, Certification Exam Developer, InterSystems

1 Comment
讨论 (1)1
登录或注册以继续
文章
· 八月 5, 2023 阅读大约需 3 分钟

第十三章 配置Production - 添加HL7业务操作

第十三章 配置Production - 添加HL7业务操作

添加HL7业务操作

要从production中发送HL7消息,必须添加HL7业务操作。要将HL7业务操作添加到production品中,必须创建它,将其集成到production中,并根据需要对其进行配置。以下小节提供详细信息。

创建HL7业务操作

HL7业务操作添加到production中:

1 Comment
讨论 (1)2
登录或注册以继续
问题
· 八月 4, 2023

Azure Databricks JDBC connection to Intersystems

We encountered difficulties while attempting to establish a JDBC connection to Intersystems using AZURE Databricks, resulting in an inability to retrieve data. The JDBC version utilized was intersystems-jdbc-3.3.1.jar. If anyone has successfully employed Databricks for establishing a connection, we would appreciate information regarding the libraries you used

 

Error Message:
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 3) (10.140.70.71 executor driver): java.sql.SQLException: [SQLCODE: <-25>:<Input encountered after end of query>]

7 Comments
讨论 (7)3
登录或注册以继续
问题
· 七月 27, 2023

Is it possible to get a list all active open TCP/IP connections made by IRIS ?

There is several classes that allow to create TCP/IP connections (eg: to connect to a service).

Example : %Net.FtpSession (port 21), %Net.HttpRequest (usually port 80 or 443)

AFAIK connection will stay open unless closed explicitly or if variable that hold the instance is garbage collected.

Is there a way to get a list of all active (open) TCP/IP connections IRIS is maintaining so far ?

I took a look at Portal (eg: in dashboard, "System Resource Statistics") but couldn't find anything. Web Gateway panel provide information about connections but this is incoming connections for CSP pages. I am look for external connections (the other way around).

If it's not available in Portal, some API / classes will be fine too.

I could of course run TCPView , netstat or something like that but I am looking for something built-in in IRIS.

6 Comments
讨论 (6)2
登录或注册以继续
公告
· 七月 20, 2023

GitLab is Now Supported on Open Exchange

Exciting news for developers using GitLab for their InterSystems applications repositories! Open Exchange has expanded its support to include GitLab, allowing you to submit your projects just as easily as you would do with GitHub repos. 

Submitting Your GitLab Repo app on Open Exchange:

  1. Start by navigating to Open Exchange and log in to your account.
  2. Head to the "Submit Application" 
  3. In the "GitHub/GitLab URL" field, include the link to your open GitLab repository.
  4. Make sure to check the "Use GitHub/GitLab README as long description" checkbox. This ensures that your project's README file serves as a a long description for the app.

Fetching App Data from GitLab

 

With the integration of GitLab on Open Exchange, the platform fetches application data from your GitLab repository, much like it does with GitHub:. This means you can take advantage of Open Exchange's wide range of features and services regardless of the repository hosting platform.
 

Please don't hesitate to share your feedback on this feature here in comments or DM me.

1 Comment
讨论 (1)3
登录或注册以继续