go to post Muhammad Waseem · Dec 2 Hi,For odbc cache 2016 driver, please check below FTP site. (login as Anonymous)ftp://ftp.intersystems.com/pub/cache/odbc/
go to post Muhammad Waseem · Nov 23 Hi @Oliver Wilms, Iris-fhir-Client does not currently support the Epic FHIR sandbox server. It is designed to work with open FHIR servers. Epic FHIR sandbox servers require specific configurations/authentication methods that are outside the scope of what Iris-FHIR-Client supports at this time.
go to post Muhammad Waseem · Nov 21 Please review the following documentation and article, which might be helpful:https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...https://community.intersystems.com/post/using-docker-your-intersystems-i...
go to post Muhammad Waseem · Nov 18 Thanks @Alexander Koblov, copying ojdbc8.jar to /tmp worked for me.
go to post Muhammad Waseem · Nov 18 The $JAVA_HOME environment variable is set, even I have added the driver path to the classpath. In the terminal, I am able to run the following code successfully:" import java.sql.DriverManager; public class OracleJDBCTest { public static void main(String[] args) { try { // Load the Oracle JDBC driver Class.forName("oracle.jdbc.OracleDriver"); System.out.println("Oracle JDBC Driver is installed and loaded successfully! } catch (ClassNotFoundException e) { System.out.println("Oracle JDBC Driver is NOT installed!"); e.printStackTrace(); } } } However, I’m still unable to connect from the IRIS SQL Gateway Connection.I’m getting the following error for the first time after restarting the IRIS instance:and after that I am getting the below error :Thanks
go to post Muhammad Waseem · Nov 18 Thank you for your suggestion! I have already checked the path and folder permissions, and everything seems to be in order.
go to post Muhammad Waseem · Oct 9 Awesome! Congratulations to @Olga Zavrazhnova and the IS team on the new release of Global Masters!The new design looks fantastic.
go to post Muhammad Waseem · Sep 26 Hi Evgeny,Thanks for sharing Technological Bonuses Results. Please note that iris-DataViz application does contain Embedded Python functionality.
go to post Muhammad Waseem · Sep 24 Thanks @Tani Frankel for sharing this! It's an insightful and informative article.
go to post Muhammad Waseem · Sep 11 Congratulations @Benjamin De Boe 🎉 and thank you for your invaluable contributions.
go to post Muhammad Waseem · Aug 12 I tried DC AI and found it quite impressive. Below is one of the questions I asked:https://community.intersystems.com/ask-dc-ai?question_id=177731Here are some suggestions for improvement:Session History: Having a history of asked questions, at least at the session level, would enhance convenience and allow users to track their inquiries more easily.Reference Links: Instead of displaying links always as "[1]", consider using more readable references like "Ref #1" or "Ref #2". This format would improve readability.
go to post Muhammad Waseem · Aug 5 Congratulations to all the winners and thank you for your innovative ideas and creative solutions👍
go to post Muhammad Waseem · Jul 20 Congratulations @Benjamin.Spead 👏 and thank you for your invaluable contributions.
go to post Muhammad Waseem · Jul 5 Hi Alexey,I'm glad you found the introduction to container data persistence helpful.I am not sure about ISC recommendations; however, a bind mount is located anywhere on the host filesystem and is directly tied to the host's directory structure. In contrast, a volume is located in a Docker-managed directory and is independent of the host's directory structure.
go to post Muhammad Waseem · Jun 1 It is available at the below WRC site:https://login.intersystems.com/login/SSO.UI.Login.cls?referrer=https%253...Thanks