Question Hannah Sullivan · Dec 30, 2024 Unique Index Open on Empty String I have a unique index on two properties in a class, and I want to open the instance by index key with one of the two properties is set to the empty string. Is this possible to perform? Take the example class here #Indexing #Key Value #InterSystems IRIS 0 2 0 59
Question Hannah Sullivan · Aug 14, 2024 ObjectScript ClassMethod when called from Python method always returns empty string If anyone has experience debugging Embedded Python or has insight into why an ObjectScript method when called from a Python method would not work but would work when called directly via ObjectScript or in a Python shell, your help would be appreciated! We have an ObjectScript ClassMethod called GetTemplateString() which takes in a templateName of String type and uses the template name to get the template object, access the Code, and read the code into a templateString. The string version of the Code is returned. #Debugging #Embedded Python #ObjectScript #Python #Terminal #InterSystems IRIS 0 2 0 113
Question Hannah Sullivan · Sep 14, 2023 Fixing IRIS "service did not start due to a logon failure" Error When I attempt to start my local IRIS instance (named LATEST) I am getting the below error "(111) Error starting service: LATESTReason: (1069) The service did not start due to a logon failure." Does anyone have experience with this or know how to resolve the logon credentials associated with this start? #Authentication #InterSystems IRIS 0 7 0 678
Question Hannah Sullivan · Aug 24, 2023 How to best cascade deletes for a property that is a list of a persistent class? I have a persistent class (GetOrgUpdatesResponse) that has a property which is a list of another persistent class (Organization). What would be the best way to cascade deletes so that on deletion of a parent row each object in the list property is then also deleted? I have included a sample of my classes here for clarity #InterSystems IRIS 3 11 1 391
Question Hannah Sullivan · Aug 3, 2023 How to reset password stored in VS Code Workstation Keychain for InterSystems Server Manager Hi community, I have an incorrect InterSystems Server Credentials password stored by the Workstation Keychain in VS Code. VS Code is trying to use this incorrect stored credential to access the server and does not prompt or allow me to input a different password. I do not see any settings associated with the Keychain or resetting those credentials. Does anyone know of the process to delete or replace a stored password here? Thanks! Hannah #Authentication #VSCode 2 1 0 733