go to post Phillip Wu · Feb 12, 2023 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, 2023 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, 2023 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, 2023 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?
go to post Phillip Wu · Dec 5, 2022 Thanks for the suggestion. You mentioned "InterSystems internal interactive tools. So, most such tools have non-interactive endpoints". Could you please provide an example?Is there a listing of all such "tools"?
go to post Phillip Wu · Nov 2, 2022 Thanks. I cannot get this to work. I have a Linux server which has IRIS database. This file exists - /trak/base/tc/db/ct/IRIS.DAT However: BASETC:%SYS>set db=##Class(SYS.Database).%OpenID("/trak/base/tc/db/ct",,.sc) SET db=##CLASS(SYS.Database).%OpenID("/trak/base/tc/db/ct",,.sc)^<METHOD DOES NOT EXIST> *%OpenID,SYS.Database Do you have any idea why I'm getting this as %OpenID method is documented here:https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic....