HealthShare ATNA auditing would be named HSAUDIT by default, where IRISAUDIT is for IRIS level auditing.
- Log in to post comments
HealthShare ATNA auditing would be named HSAUDIT by default, where IRISAUDIT is for IRIS level auditing.
Looks like you're experiencing the same thing as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-index-task
My answer's the same - this is a bug, and should be fixed in the future.
I would go straight to support for this to be honest! They can look at the contents of IRISTEMP with you to help figure out why there's leftover data there.
How are you trying to access the ftp link? I tested and it should be publicly available. Try pasting the link into your file explorer on Windows, for example.
Howdy all,
Iain is right that you can get the ODBC driver from the WRC site directly if you are a customer of ours, but the new spot InterSystems hosts drivers for ODBC and so on is here:
https://intersystems-community.github.io/iris-driver-distribution/
edit: I realized this was asking for Cache, not IRIS drivers, so my answer doesn't address it.
Hi Rochdi,
There's no built-in way to do this, but WRC can help you stop the process if needed.
Smythe,
Did you have a chance to review the replies on your other post? Are you trying to use the managed alert framework? If so, I'd suggest reviewing that documentation to make sure your configuration is appropriate. It sounds to me you may just want a regular router, and not to use the AlertManager, in which case a simple business rule can do that routing (or if you don't need routing, you can just make the email operation the Ens.Alert component.)
I think the following Google page explains the SMTP settings you need:
Have you checked the CSP Gateway log / IIS logs?
Hey Maciej,
I'm not sure I follow the question. I don't know this for a fact but my general expectation is that an adapter on the service side would almost certainly have a corresponding adapter on the operation side. What are you looking for?
Hi Naveenkumar,
I think the first look does a great job of walking through this. Hope this is helpful:
https://docs.intersystems.com/iris20222/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_rest
Hi Smythe,
This should be pretty straightforward! The docs cover a few simple use cases such as setting up Ens.Alert as a router to the email operation, or just having the email operation be Ens.Alert itself. Basically, the system knows to send interoperability alerts to whatever component is called Ens.Alert.
https://docs.intersystems.com/iris20221/csp/docbook/Doc.View.cls?KEY=EGDV_alerts
(These docs are for IRIS but the concept is the same for Ensemble)
To build on Yaron's answer, our documentation is quite helpful to understand the role of journaling and the WIJ. The individual chapters on each item respectively of course go into further detail, but here's a brief section describing the 2.
I would also echo all of Mario's guidance - and to answer one of your specific questions above, the "warnvalue" is a configurable threshold for when a warning should be thrown, in your case I believe the default of 75% cpu usage.
Anything else I would say I think has been covered by other commenters.
Hi Gordon,
The docs refer to the $$NotifyBecomePrimary tag for becoming primary. I don't believe there's any reason this wouldn't work for promoting a DR async, as the async would necessarily need to be promoted to a failover member in order to become primary.
Hi Thembelani,
If I'm understanding your question right, I think you just need to change the settings on the IRIS web application for your REST service, modifying the allowed authentication methods so "password" is enabled.
This system task was present in the scheduler in IRIS 2020.1 but I'm assuming you upgraded to 2022. There's a known issue where this SQL cleanup and a few other tasks still appear in the task manager despite the functionality being moved to the work queue manager. This should be fixed in a future verison.
Hi Flavio - I ran into this some time ago. The language setting you need to change is not the display language, but the language for non-unicode programs you can acces via Control Panel > Clock and Region > Region > Administrative.
I might suggest you get the server running and verify that it is happy before trying to get in with Studio. It might be easiest to do it all from the cube - ie you can start iris from there. I mention that because I don't believe you're expected to call irisstart directly. You can call "iris start <instancename>" (distinction is using the iris command to call start).
If the cube fails to start IRIS it should throw an error (likely in the messages.log that the error will tell you to check).
Once you've started IRIS perhaps you can try accessing terminal and the management portal, then Studio. That could narrow down the communication error which may be generic.
I don't know if the picture is still uploading, but I can't see it. The fact you got prompted for USER implies to me that you had an existing connection to IRIS (likely with username/password autosaved) and that's why you immediately got to the namespace prompt.
When you install the community edition you get Studio and the server locally - so I'm not sure what the downside of connecting to that server is, unless I'm missing something.
How long ago is "some time ago"? I can't speak to forever but for at least the past several years I think it has worked this way. Is there a reason you don't want to connect to IRIS? What scripts are you trying to run?
I would think the community edition of IRIS which is presumably what you are using should do just fine for learning/experimenting.
Ah I think I missed that part of your initial question. Studio isn't like other IDEs where it will save to a workspace on the filesystem, Studio writes to the IRIS database hence why it's asking you to connect to a (running) instance. That's why the icon is grey I assume, because you're not running IRIS. Since you said you installed IRIS and not just Studio I'm assuming you do have that IRIS instance available, but I don't know if Studio matches what you are looking for exactly - a barebones IDE that doesn't need to connect to anything.
Hi Ben,
Are you sure the install completed properly? Under the bin directory you can use CStudio.exe to launch Studio. If the tray "IR" icon doesn't appear, you can launch it with iristray.exe.
edit: Relevant docs here:
https://docs.intersystems.com/iris20191/csp/docbook/Doc.View.cls?KEY=GSA_using_windows
https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?KEY=GSTD_Intro#GSTD_command
Hopefully you've figured this out by now but I'd suggest looking at the Filezilla logs to see if anythings stands out compared to the ssh log you get from IRIS.
My best guess is that the FTP server may not support specifically "key-pair" authentication or might require multiple forms of authentication and the other sftp methods you tried (Filezilla, sftp) may be succeeding with other auth methods. This is somewhat documented here:
You could reach out to the WRC with this.
What do you see in
/tmp/ssh.log
?
Hi Jun,
A <PROTECT> error indicates you don't have permission on something, in this case per the error it looks like you don't have permission on the HSCUSTOM database. I'd recommend checking this error with your admin to get that access, if appropriate.
As Alexander said, I would not recommend deleting journals from the OS. Worst case you make mirror syncing or transactions fail, or less bad but annoying you can orphan journals from the instance's record.
Journals are an important part of backup recovery as well (though a mirror covers some of that recovery role). How many days of journals are you keeping such that you fill your disk?
You could use $ZDATETIME (which is referred to in the $HOROLOG docs).
I would be careful about manually removing locks, particularly on IRIS-internal globals. Generally, I would expect those to be there for a reason, and if you remove that concurrency control there might be unexpected consequences. Not a direct answer to your question, just a caution!
Seems about right.
What kind of processes? Most user processes will need to be restarted on the other member. The mirror has some mechanisms to allow for, for example, productions to start automatically on failover, but for any given random process you probably need to handle that manually. You can use ZMIRROR.
Hi Paul,
This depends on the details of how your web server and gateway were set up. Are you unable to log in to the gateway management page? That would normally tell you where the gateway is installed (and thus where the event log and so on are).
Do you have a /webgateway folder under /opt?
https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?KEY=GCGI_altApUnix