Read-only .cls?
Hi, could someone tell me please how can I "unlock" a .cls file which author is Intersystems? I want to make some modifications and add some trace messages there. The file resides in the HS.FHIRServer namespace and it looks like read-only
Product version: IRIS 2022.3
At your own risk!
You can set the Code DB of your namespace to R/W.
Hi Dmitrii Baranov,
I think that a better approch is that you create a new class that extends the original class and change only the method that you need.
I need to find a reason of a performance bug in the source code of the original class :)
You can try %MONLBL to dig into the performance. The related article by @Sergei Sarkisian
Try to uncheck "Mount Read-Only" in IRISLIB database configuration.
If the source class is in deployed mode, there is no way to modify the source code.