go to post Tani Frankel · Jul 15 I think you mean something like this: https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?...
go to post Tani Frankel · Jul 15 For the machine you got the <WIDE CHAR> error for - did you install 8bit or Unicode? Your $ZV without the 'U' after the build number, suggests 8bit. I would recommend you install Unicode (8bit support is there more for customers who have legacy 8bit databases). For the machine you do see the web applications, but can't browse to the page - Did you enable the Web Applications? (https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...) Are you getting an error when you browse there? (you can check the Browser Debugger just in case) Might it be an authentication/authorization issue? (you can check the IRIS Audit, making sure you have Login Failure and/or Protect events enabled)
go to post Tani Frankel · Jul 15 For future reference, it does, as of 2023.2 See https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...
go to post Tani Frankel · Jul 15 Can you share the contents of the HS.Util.Installer.HSSYS-0.log file (it should be under the mgr directory of the IRIS installation). For example if it includes a line such as: 2024-05-01 13:58:46.077 HS.HealthConnect.FHIRSQL.Upgrade.V2:InstallOnce-HSSYS-1 Configured FHIRSQL Application endpoints Similarly also in ensinstall.log, with a line like this: HS.HealthConnect.FHIRSQL.Upgrade.V2:InstallOnce-HSSYS-1 Configured FHIRSQL Application endpoints
go to post Tani Frankel · Jul 14 Hi Ashok, Sorry for the silly question, but just to double check - did you deploy IRIS or IRIS for Health?
go to post Tani Frankel · May 28 There is also the topic of Search Parameters (if defined in the profile). See from the Docs here and this related video - Working with FHIR Profiles in IRIS for Health (from Virtual Summit 2020).
go to post Tani Frankel · May 22 Thank you KariI guess with a custom approach, you could also utilize for example the Vault REST API and use that when you want to access these kinds of credentials.
go to post Tani Frankel · May 21 Hi @Kari Vatjus-Anttila I was wondering if since this question you ended up using Vault for this purpose somehow? or what other alternative you used?
go to post Tani Frankel · Apr 8 Thank you, so this is clearer, and it is happening much earlier than I was thinking. You are not trying to connect via xDBC to your FHIR SQL Builder projected tables, but rather just trying to create the first Analysis step. This error "shouldn't happen", and I recommend you turn to our Cloud Support. What you could attempt doing before, is opening the browser debugger and see (perhaps under Network and the related HTTP requests you see) if you see some "interesting" error that could shed some light on what is happening.
go to post Tani Frankel · Apr 8 Perhaps you can provide more details as to what you are trying to do exactly and the way the error manifests itself. For example you say "in cloud" do you mean via the FHIR Server cloud SaaS service?If so you have to enable External Connections and setup External Rules. See from the Docs here. Then under the overview page you should be able to see xDBC Details for connecting. See also here. There is an article by @Iryna Mykhailova about connecting via xDBC to the IRIS Cloud SQL service, which should be very similar/identical. Per the above a connection refused error might have to do with the TLS setup required for this connection (which the article above does not cover currently, but the service xDBC details in the Overview page does provide detailed instructions for).
go to post Tani Frankel · Mar 5 Hi Yehuda,To answer your first question you would probably either use TLS or Kerberos between the Web Gateway and IRIS. But more to the point, from your second question what you seem to be desiring to accomplish is not securing/encrypting the communication between the Web Server (Web Gateway) and IRIS, but rather between the client (the browser for example) and the Web Server. For this you would define your Web Server (either IIS, apache or nginx for example) to accept TLS-based (HTTPS) connections/traffic. This configuration is done on the Web Server side, not on the InterSystems IRIS, or InterSystems Web Gateway side. And you can consult the relevant Web Server documentation to do that. You will also need relevant certificate/s. For your convenience here are some sample relevant 3rd party documentation references - IIS: https://learn.microsoft.com/en-us/iis/manage/configuring-security/how-to... Apache: https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html Nginx: https://nginx.org/en/docs/http/configuring_https_servers.html If you use containers, Kubernetes and our Operator (IKO) all of this can be auto-configured by some simple definitions (see for example here). (Note if you still want to also secure/encrypt the Web Gateway to IRIS communication you can of course do that as well, per the Docs you already looked at)
go to post Tani Frankel · Mar 3 Just in case - I assume you know that nowadays, in VS Code, you have a very good and easy way to debug a REST Service, see the docs here.
go to post Tani Frankel · Mar 1 If you want to use the XML Virtual Documents, you need to import an xsd (schema definition). See docs, and see the "Import" button in your screen shot above. Note there are other ways to work with XML in the product, depending on your use case. See also these docs.
go to post Tani Frankel · Mar 1 Did you try accessing the terminal web app via port 52773, like your Mgmt. Portal? 52772 used to be the default port for the Private Web Server, but this could change per installation.
go to post Tani Frankel · Feb 22 Thanks @Ben Spead, note the link @Azezur Rahman provided above - https://download.intersystems.com/download/login.cspDoes not work (and is not redirected). Though as you mentioned the more basic - https://download.intersystems.com/ would redirect to the newer Evaluation page.It would be great if, as you suggested, the original article could be updated.
go to post Tani Frankel · Feb 20 These screenshots are useful! tx! Just updating the download link, nowadays this is: https://evaluation.intersystems.com/ (see also this post) And the download page for the Community Edition could look like this -
go to post Tani Frankel · Feb 13 Here's the recording of this session - https://www.youtube.com/embed/uT5sqSwtF0k?si=AiFyEe46jahRm7SH[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Tani Frankel · Jan 28 I recommend participants who are not currently using VS Code yet, at least review our previous Webinar on the topic.
go to post Tani Frankel · Jan 27 Theo, as you see it is described as "beta" therefore it is not currently publicly documented. Internally you can see IF-1930. It states: "This should only be used with guidance from InterSystems Support."
go to post Tani Frankel · Jan 10 See also this post https://community.intersystems.com/node/548491 by @Guillaume Rongier