go to post Phillip Wu · 22 hr ago Thanks for everyone's suggestions.Veeam after calling the 'freeze' script was doing some unnecessary processing so delaying the VMWare snapshot and the subsequent call to 'thaw' script.
go to post Phillip Wu · Jan 21 Thanks. That seems to have done the trick.pri_ref.valuehas'\x1c\x01SERVERA.FOO.BAR.ORG/STAGE\x14\x01SERVERA.foo.bar.org|2188\t\x01Primary\x08\x01Active\x15\x01172.31.33.69|1972\x15\x01SERVERA.foo.bar.org|1972' The field separator appears to be \x01. However there is smattering of \x1c\x14\t\x08\x15 Not sure why there are these hex characters?
go to post Phillip Wu · Jun 26, 2024 Thanks to all.I have used the copy all IRIS.DAT files on production to test. The only gotcha is that production the files are from a mirrored system and test is not mirrored so I needed to clear the mirror flags!
go to post Phillip Wu · Mar 30, 2024 Thanks.Would I put this put it into my DB using VS CODE using the same procedure as putting a class [as shown in the youtube videos]?
go to post Phillip Wu · Mar 22, 2024 How do I enter the competition? This is what I have done: 1. https://community.intersystems.com/contests/5 2. "Join the contest"I get to this url: https://community.intersystems.com/node/add/post?edit%5Bfield_post_type%... With the button "Article" highlighted Is this the correct entry way?What do I put into the "Group"?
go to post Phillip Wu · Jan 18, 2024 Thanks. I was hoping for a quicker way to do what I was doing already!
go to post Phillip Wu · Jan 14, 2024 Thanks for that detailed answer. My situation is slightly different. My client is a PC running Windows 10. My server running IRIS is a Linux SUSE 15 VM.iristerm will be running on my Windows 10 PC and connecting to IRIS on a Linux box.I'm not sure that the iristerm(only available for Windows) can support ssh with certificates.
go to post Phillip Wu · Jan 4, 2024 Thanks to everyone's reply. I was actually trying to run this example [right triangle example class] on an IRIS in the cloud https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Phillip Wu · Jan 3, 2024 Hi, When I try that url: http://base01:52773//api/atelier/I get this error message:The requested URL //api/atelier/ was not found on this server.Any idea how to fix this?
go to post Phillip Wu · May 29, 2023 Thanks to everybody's suggestions.I fixed it this way: I removed TEST_NODE2 as a failover memberI removed TEST_NODE1 mirror configurationI stopped IRIS on TEST_NODE2 & TEST_NODE1I removed all the journals as DB files IRIS.DAT are identicalI started IRIS on TEST_NODE1 then TEST_NODE2 I configured the mirror on TEST_NODE1I configured TEST_NODE2 as a failover memberNow Mirror Monitor in SMP[System Management Portal] GUI is showing no errors
go to post Phillip Wu · Mar 16, 2023 Thanks to everyone for their great feedback!! I think I used the wrong term - by "gateway" I should have used "productions" [In System Management Portal (SMP) , GUI menu "Interoperability"-> "Configure" -> "Production"] By "interfaces" - In IRIS command line you can run do ^SSADMIN, which has "6. Interfacing" which when selected gives me a list of "interfaces". What is the difference between "productions" that connect systems and "interfaces" which also appear to connect systems?
go to post Phillip Wu · Mar 13, 2023 That's a great reference with lots of details. Would you happen to know what the difference between an 'interface' and an 'gateway'