Question Robert Driver · Jul 21, 2024

Installed IRIS Health but unable to create 'anything' due to 5002 <PROTECT> error

I installed this to 'try' to learn the Ensemble (Interoperability module). I selected the Developer install, which ran without issue. I have all of the tray options, and, they run without issue. However, when I try to simple 'create' a new BPL or DTL, I get the 5002 <PROTECT> error-

*
I have no idea if there was a problem with the install, or if there are more things I need to do, to get this application to work. Any suggestions would be welcome.

Product version: IRIS 2024.1

Comments

Robert Driver  Jul 22, 2024 to Luis Angel Pérez Ramos

Thank you Luis.. I did confirm that the user 'admin' had %All permissions:

0
John Murray · Jul 21, 2024

You are trying to create your test entities in InterSystems library packages that are mapped to/from a readonly database. 

0
Robert Driver  Jul 22, 2024 to John Murray

Thank you John.. Is there some other location where my local Db could be marked 'readonly'? Because, it is not set that way on the configuration page:

0
John Murray  Jul 22, 2024 to Robert Driver

But your earlier screenshots show you trying to create entities in the INFORMATION.SCHEMA package and in the %Api package. These are always mapped to the IRISLIB database (see the error dialogs), which is always readonly.

You should enter a non-percent package name of your own (e.g. Robert).

0