go to post Tony Beukes · Oct 20, 2021 You have Security Settings > Allowed Authentication Methods > Password unchecked in your Web Application definition. Have you tried No Auth in Postman?
go to post Tony Beukes · Jul 15, 2020 Hi Oliver, I suspect the note is there because InterSystems IRIS Interoperability does not have healthcare related functionality like InterSystems IRIS for Health and HealthShare Health Connect does and %UnitTest.TestProduction has implied support for healthcare use cases like receiving and sending HL7 messages. For example it has properties HL7InputDir, HL7OutputDir etc. However, I agree with you, I cannot find anything in %UnitTest.TestProduction that specifically precludes it from being used in InterSystems IRIS instances.
go to post Tony Beukes · Dec 18, 2019 Hi Nigel, Not sure this will help but is this the documentation you may have seen? https://docs.intersystems.com/irisforhealth20194/csp/docbook/DocBook.UI.... Regards Tony
go to post Tony Beukes · Sep 23, 2019 This needs confirmation but it looks like the com.rabbitmq.examples package is deprecated. Have you tried https://www.rabbitmq.com/tutorials/tutorial-one-java.html? Am I understanding your last question? You are not interested in trying RabbitMQ adapter because you do not need to connect to Rabbitmq using Ensemble; you only need to connect to Rabbitmq using Caché?
go to post Tony Beukes · Jan 9, 2019 I managed to install the update by uninstalling and reinstalling the Atelier plug-in:Close the Atelier perspective (see notes below)Navigate to the Eclipse Marketplace Installed tab, Help > Eclipse Marketplace > InstalledScroll to the InterSystems Atelier plugin and click on the Uninstall buttonClick on the Restart Now buttonNavigate to the Eclipse Marketplace; Help > Eclipse MarketplaceEnter "atelier" in the Find text box and either press the Enter key or click on the Go buttonClick on the InterSystems Atelier plug-in Install buttonAccept the terms of the license agreements and click on the Finish button Click on the Restart Now buttonNotes:I noticed multiple ghost <Atelier> perspectives, the label Atelier surrounded by < and >.Unconfirmed, but could they be the root cause of the automated update failing?Closing the Atelier perspective before uninstalling the Atelier plug-in seems to eliminate this side effect.I deleted the ghost <perspectives> by doing the following (this is macos): Eclipse > Preferences > General > PerspectivesSelect the ghost <Atelier> perspectiveClick on the Delete buttonRepeat if necessary
go to post Tony Beukes · Dec 26, 2018 I get the following after attempting to update from Atelier 1.2.117 on Photon 4.8 on macOS High Sierra 10.13.6:Is anyone else experiencing these errors?
go to post Tony Beukes · Jul 11, 2018 Thanks Doug,It would be great if we could have access via the InterSystems Terminal.Any idea when we could expect it to be available?
go to post Tony Beukes · May 21, 2017 Hi Nigel, does this help:https://community.intersystems.com/post/ensemble-rabbitmq-java-client-qu...Ensemble to RabbitMQ Java Client Quick Start Guide
go to post Tony Beukes · Apr 2, 2017 Typically you would configure SSL/TLS support on your production web server: In addition, if required, configure the Caché Superserver to use SSL/TLS: References:Apache SSL How-ToUsing SSL/TLS with CachéConfiguring the Caché Superserver to Use SSL/TLS
go to post Tony Beukes · Mar 25, 2017 You can use %SYSTEM.Security ChangePassword. Example:Set tSC = $$$OKSet tPasswordChanged = $system.Security.ChangePassword(pUsername,pNewPassword,pOldPassword,.tSC) Assuming a web client has previously been authenticated, and the web service method called post the password expiring returns a SOAP authentication fault:The caller could catch the authentication fault and then assume that the password has expired,call the password change web service method,and then retry the original call again.
go to post Tony Beukes · Oct 31, 2016 Finally: https://community.intersystems.com/post/ensemble-rabbitmq-java-client-qu...Ensemble to RabbitMQ Java Client Quick Start Guide
go to post Tony Beukes · Oct 31, 2016 Thanks Evgeny, The difference in Markdown render engines makes it difficult to work offline, where you think the rendering is fine and then when pasting here you find that the Wordpress render differs making it somewhat challenging. A fair amount of trial and error to get a final cut. Heres an example of tables are not rendering with enough padding: Description Value This is a long description the value Are you able to adjust the css to improve padding?
go to post Tony Beukes · Oct 30, 2016 I'm having difficulty publishing the article so please have a look at the github version:https://github.com/toncat/ensemble2rabbitmq
go to post Tony Beukes · Oct 30, 2016 I'm having difficulty publiishing the article so in the meantime please have a look at the github version:https://github.com/toncat/ensemble2rabbitmq
go to post Tony Beukes · Oct 20, 2016 I have a quick start guide that I will publish. I should be able to do this next week.
go to post Tony Beukes · Sep 7, 2016 It depends on a number of factors including the version of Caché, the processors, the number of cores, whether your OS changes, bitness changes etc and whether it is a perpetual or subscription license.You are best to engage with the WRC and your InterSystems sales representative so that they can guide you through the process.