go to post Phillip Wu · Feb 12 Thanks. I have installed it on my OpenSUSE test server but when it tries to connect to the trakCare server, I get "Connection Refused". There is no firewall running on my OpenSUSE test server nor the trakCare server.I've tested this with firewall-cmd --stat. The trakCare server is SUSE Linux The main comms firewall is not blocking the transmssion either.Do you know what ports are being used between OpenSUSE test server and the trakCare server?
go to post Phillip Wu · Feb 9 My python version is 3.6.5 so it looks like it is too old. I do have an a test OpenSUSE server on Python 3.11.Would this be allowed to connect remotely to my IRIS/trakCare DB?If so is there anything special I would need to do this?
go to post Phillip Wu · Jan 23 Yes both TESTTC01 and TESTTC02 existed. Yes the process seems overly complicated but these were from some notes left by my predecessor Thanks for your advice
go to post Phillip Wu · Jan 20 set status=##Class(SYS.Mirror).AddDatabase("/db/iknow") I get a syntax error when I do:IF $$$ISOK(status) {w "OK"} else {w "not OK"} Although this works OK:IF status {w "OK"} else {w "not OK"} Any idea why this is so?