go to post Ben Spead · Sep 15, 2023 Thanks Bob - that's a great reference to be aware of (I hadn't seen it in the docs before)
go to post Ben Spead · Sep 14, 2023 @Julian Matthews - it is never too late :) Since you know the exact version that you were upgrading from / to, I think you're in the best position to still report this as a bug to the WRC. They can then test to see if it's still an issue on the latest versions and they can log an internal bug if that is that case. I would encourage you to still take a little time and ensure it is officially logged.
go to post Ben Spead · Sep 14, 2023 did you report this as a bug to Support? it seems to me that this value should always persist since an upgrade shouldn't change the function of the environment
go to post Ben Spead · Sep 13, 2023 @John Murray - the fix did go out last week and was just re-tested this morning, so you must be hitting something different. Please click on "Submit Feedback" in the Cloud Portal and include the specific details of what you are seeing and Support will take a look at why your attempts are still failing and will work with you directly.
go to post Ben Spead · Sep 12, 2023 In that case, install Python on your machine with the library you want to use, and call $zf(-100) to execute your python script. Later when you upgrade your environment you can move to using embedded Python directly.
go to post Ben Spead · Sep 11, 2023 This sounds like a classic example of leveraging embedded Python in IRIS to make use of the very large volume of python libraries that do just about anything :) Here is an article that I found on a quick Google search on how to do this in Python: https://www.geeksforgeeks.org/convert-pdf-to-image-using-python/ You could just leverage the Python capabilities of InterSystems IRIS to make use of how this problem has been solved in Python!
go to post Ben Spead · Sep 8, 2023 @John Murray - I was just informed that the cloud team is aware of the issue and they plan to push a fix this AM. No need to contact Support on this one :)
go to post Ben Spead · Sep 8, 2023 John - FYI ... you can reach out to Support to help with issues like this. Sounds to me like a bug that they we would want to jump on quickly. Thank you for bringing it to our attention!!
go to post Ben Spead · Sep 7, 2023 Thank you for all of your hard work ... it's amazing to see how far this ecosystem has come in the past couple of years :)
go to post Ben Spead · Aug 29, 2023 Ahh ... if they need to be used elsewhere then that is a different story. I forget off the top of my head exactly how this would work, but you could potentially subclass your Org class and just add the parent cardinality relationship. I *think* that should force the extent of the subclass to be embedded in the parent class ( @Dan Pasco?), which should automate the cascading delete for you without impacting the Orgs stored independently.
go to post Ben Spead · Aug 28, 2023 Thank you @Bernd Mueller - can you point me to which types of things would necessitate the restart of the hosting webserver?