go to post Daniel Metcalfe · Mar 30, 2023 Hi Robert. Can you utilise the Merge command to transfer the old global data to the new? https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Daniel Metcalfe · Feb 24, 2023 Does the EnsLib.HL7.Adapter.TCPOutboundAdapter class exist in your namespace? (It should being a library class)If it doesn't I would recommend finding out how that could have happened. If it does make sure the class is compiled as Muhammad has suggested. The other thing to check would be the mappings.
go to post Daniel Metcalfe · Feb 21, 2023 Hi Madhu, Without knowing what data your sending across and how you're processing it, it's hard to diagnose further. Do you expect the processing to take longer than 30 seconds? If so, you can tweak the connection settings on the operation and service to allow for longer. Do you see the any errors on the service in the namespace you're sending too? If not it would be worth double checking the connection setup and the contents of the message to make sure everything is correct.
go to post Daniel Metcalfe · Feb 20, 2023 It might not necessarily fix the issue but have you tried increasing the FailureTimeout setting on the operation? Depending on the server spec / what your process is doing, it might be exceeding the 15 seconds. You can set it to -1 to keep trying.
go to post Daniel Metcalfe · Feb 14, 2023 Hi Abhishek Raj, What was the error/s in the console log before the system shutdown? I'd log this one with the WRC for advice: https://wrc.intersystems.com/
go to post Daniel Metcalfe · Oct 11, 2022 Thanks Kamal, I'm not sure if this is different though? Our Quality of Service Timeout is set to 8000 ms, but the failovers our occurring when the Journal Daemon has been inactive for 30 seconds. Thankfully we haven't seen any more since Friday
go to post Daniel Metcalfe · Oct 10, 2022 Thanks for the response Alexander, we aren't seeing any errors in the OS
go to post Daniel Metcalfe · Feb 5, 2021 Is there any clue in the cconsole.log in <install-dir>\mgr\? It might be worth a logging with InterSystems support: http://WRC.InterSystems.com if that doesn't provide any answers.