发布新帖

查找

问题
· 八月 1, 2022

Mirror remote control command requested access to instance directory not found in registry.

Hi

This  morning I noticed that the ISCAgent.log for one of my high availabilty healthconnect servers has many entries that say:

"Mirror remote control command requested access to instance directory not found in registry."
Requested:d:\intersystems\healthconnect\

In addition, Messages.log has many of the following entries:

ValidateFailoverPartner: Failed: Server at SERVER:2188 (d:\intersystems\healthconnect\) sent /NE/ not /OK/...(repeated 20 times)

As far as I can see, nothing has changed on either server (01 and 02) and the arbiter they use is working correctly.

Any idea?

Andy

1 Comment
讨论 (1)2
登录或注册以继续
讨论 (5)2
登录或注册以继续
公告
· 七月 25, 2022

HealthConnect and InterSystems IRIS For Health Comparison

Hi Community,

There is a new PDF Resource published on our official site depicting key features and a comparison of InterSystems healthcare interoperability products: Health Connect and IRIS For Health.

>> https://www.intersystems.com/health-data-integration-chart.pdf

I think this could be useful for the Community.

2 Comments
讨论 (2)2
登录或注册以继续
问题
· 七月 24, 2022

InterSystems - Database Management / Remote Connectivity

Hi team,

I'll start with an apology as I am trying to wrap my head around the architecture of how InterSystems IRIS database management works. I am attempting to connect to the platform remotely through say a JDBC or ODBC connection in order to run queries, searches (through SQL statements) on my laptop and was trying to understand whether this would be possible? It is possible to setup an inbound client connection and wanted to better understand the architecture of how the database association works for IRIS database management. Does it use it's own internal SQL database or are we able to connect to our own database and which databases are certified to run against the platform?

Regards,

Eddie

2 Comments
讨论 (2)1
登录或注册以继续
文章
· 七月 20, 2022 阅读大约需 2 分钟

IRISの開始/停止の状態をファイルに出力する方法

irisコマンドのqlistまたはlistを使用して出力先をファイルにして出力することができます。

qlistの結果は、^を区切り文字としたテキスト形式で出力されます。

^で区切られた3番目の部分に稼働状況のデータがあります。

$ iris qlist IRIS > iris.log
$ cat iris.log

IRIS^/Applications/iris^2022.1.0.164.0^running, since Thu Apr  7 16:37:03 2022^iris.cpf^1972^52773^0^alert^IRIS^^^/Applications/iris

 

 

listの場合には、先頭にstatus:と表示された行に稼働状況のデータがあります。

 

Unix系のOSの場合

$ iris list IRIS > iris.log
$ cat iris.log

Configuration 'IRIS'   (default)

directory:    /Applications/iris

versionid:    2021.2.0.650.0

datadir:      /Applications/iris

conf file:    iris.cpf  (SuperServer port = 1972, WebServer = 80)

status:       running, since Thu Apr  7 16:37:03 2022

state:        alert

product:      InterSystems IRIS

 

Windowsの場合

state行が表示されません。

$ iris list IRIS > iris.log
$ type iris.log

Configuration 'IRIS' (default)

directory: c:¥InterSystems¥IRIS

versionid: 2021.2.0.650.0

datadir: c:¥InterSystems¥IRIS

conf file: iris.cpf (SuperServer port = 1972, WebServer = 80)

status:  running, since Thu Apr 7 16:37:03 2022

product: InterSystems IRIS
讨论 (0)1
登录或注册以继续