go to post Vic Sun · Mar 2, 2022 Marco, did you figure this out? You can enable a user in the user settings through the portal or ^SECURITY. https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GAUTHZ_users#GAUTHZ_users_properties
go to post Vic Sun · Feb 28, 2022 PEM should be correct. I'm not sure then! Are there no other errors in the log? It may be time for a network trace.
go to post Vic Sun · Feb 28, 2022 What format are you using for your key/cert? Generally, our docs are fairly clear about which format to use - though not always! We're working on it and if you notice something missing, please report that using the "Feedback" button on the right side of the docs page.) https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCGI_oper_config#GCGI_config_serv In this case, the example we give is in pem format, not pkcs12.
go to post Vic Sun · Feb 28, 2022 Scott, the SSL error is fairly generic. Using REDEBUG as suggested in one of the comments might give you more info. Otherwise, a network trace would be the ultimate source of truth in terms of why the SSL handshake is failing.
go to post Vic Sun · Feb 28, 2022 As for the server unavailable error, I think you should review the instance's audit log and CSP log to see why that's happening.
go to post Vic Sun · Feb 28, 2022 It's tough to say without knowing your config and what exactly was done. For the second error at least it seems reasonably clear what could be causing it, maybe that will help to resolve the first error as well? I'm not an Apache expert so take my personal advice with a grain of salt, I just know that many people have found Mark's article to be helpful. https://stackoverflow.com/questions/24060620/error-starting-apache-httpd-configuration-error-more-than-one-mpm-loaded
go to post Vic Sun · Feb 28, 2022 Hi Scott, check out this article. Hope it helps! https://community.intersystems.com/post/apache-httpd-web-server-configuration-healthshare
go to post Vic Sun · Feb 8, 2022 Hi Scott, Did you look at Web Servers for UNIX, Linux, and macOS? That page explains how to configure Apache to serve CSP files. I'm not sure what you mean by calls to the management portal. If you have the standalone Apache / gateway set up appropriately, you can serve the portal through (presumably default) port 80, ex. go to http://<hostname>:80/csp/sys/UtilHome.csp, rather than attempting to use your private web server port. Really the independent Apache is the main piece, you can consider the standalone web gateway to be a module on that Apache web server. Hope that helps.
go to post Vic Sun · Feb 4, 2022 I'm not sure how exactly you are planning to connect or set up these machines. If your requirement is to avoid the SMP and you can use csession to access terminal, you can use ^SECURITY or Security.Services methods to modify the services. Perhaps those are of use to you?
go to post Vic Sun · Feb 4, 2022 Ben's right - for the docs on csystray.exe and some other Windows stuff, see "Using Caché on Windows": https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_using_windows#GSA_using_windows_start
go to post Vic Sun · Feb 4, 2022 Please try to avoid $zu commands wherever possible as they are subject to change and have been deprecated. The replacement for zu(110) for example is %SYS.System.GetNodeName(), as seen in the list of replacement functions here: $ZUTIL Function Replacements
go to post Vic Sun · Feb 3, 2022 Sergi, do you need Telnet specifically? What exactly are you trying to do? Can you use csession?https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_using_instance#GSA_using_instances
go to post Vic Sun · Feb 3, 2022 Interesting question. I didn't see anything for this in the class reference either. I'll be following this post.
go to post Vic Sun · Feb 2, 2022 That is an interesting idea, but I don't have too much experience with zf(-100). Hope you can find some help.
go to post Vic Sun · Feb 2, 2022 Hi Tim, That's kind of a confusing question! Isn't the point of /async so that you don't wait for the process to finish? Do you need to use /async for some other reason?
go to post Vic Sun · Jan 14, 2022 Connor, I'm not sure I understand what you're describing. Are you familiar with InterSystems mirroring? In short, it is a method of keeping two separate instances' data in sync, and can be used for reporting purposes. Do you really need just the deltas, and if so in what way would you be using them?
go to post Vic Sun · Jan 14, 2022 Hi Connor - is there a reason you can't use mirroring? I can imagine it would be possible to implement something custom where you capture the built-in online backup with Veeam snapshots, but it feels like there would be a lot more moving pieces.
go to post Vic Sun · Jan 10, 2022 Hello Scott, I think the following doc section "Deploying a Production" is relevant: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=EGDV_deploying#EGDV_exporting_production "If a production uses XSD schemas for XML documents or uses an old format schema for X12 documents, the schemas are not included in the XML deployment file and have to be deployed through another mechanism. InterSystems IRIS can store X12 schemas in the current format, in an old format, or in both formats. When you create a deployment file, it can contain X12 schemas in the current format, but it does not contain any X12 schemas in the old format or any XSD schemas for XML documents. If your production uses an old format X12 schema or uses any XSD XML schema, you must deploy the schemas independently of deploying the production. For the schemas that are not included in the deployment file, they can be deployed to a target system by either of the following means: If the XML or X12 schema was originally imported from an XSD or SEF file and that file is still available, import the schema on the target system by importing that file. XSD files can be used to import XML schemas and SEF files can be used to import X12 schemas. Export the underlying InterSystems IRIS global that contains the schema and then import this on the target system. To export a global, select System Explorer > Globals, select the desired globals and then select Export. The X12 schemas are stored in the EnsEDI.Description, EnsEDI.Schema, EnsEDI.X12.Description, and EnsEDI.X12.Schema globals. The XML schemas are stored in the EnsEDI.XML.Schema global. See “Exporting Globals” in the Using Globals guide for details on exporting globals."
go to post Vic Sun · Dec 13, 2021 Please see the following page for official InterSystems guidance! https://community.intersystems.com/post/december-13-2021-advisory-vulnerability-apache-log4j2-library-affecting-intersystems-products