go to post Muhammad Waseem · Nov 18, 2024 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, 2024 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, 2024 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, 2024 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, 2024 Thanks @Tani Frankel for sharing this! It's an insightful and informative article.
go to post Muhammad Waseem · Sep 11, 2024 Congratulations @Benjamin De Boe 🎉 and thank you for your invaluable contributions.
go to post Muhammad Waseem · Aug 12, 2024 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, 2024 Congratulations to all the winners and thank you for your innovative ideas and creative solutions👍
go to post Muhammad Waseem · Jul 20, 2024 Congratulations @Benjamin.Spead 👏 and thank you for your invaluable contributions.
go to post Muhammad Waseem · Jul 5, 2024 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, 2024 It is available at the below WRC site:https://login.intersystems.com/login/SSO.UI.Login.cls?referrer=https%253...Thanks
go to post Muhammad Waseem · May 30, 2024 Hi @Fakhriansyah Wijaya,Thanks for highlighting the issue. This is a known issue and has already been raised at the Streamlit site:https://discuss.streamlit.io/t/issues-with-chroma-and-sqlite/47950I attempted to apply the suggested solution but could not succeed. I will try to check it in more detail some other time.Thanks
go to post Muhammad Waseem · May 30, 2024 Hi @Olga Zavrazhnova Thank you for taking the initiative.I had the pleasure of attending last 2 year's InterSystems Global Summits, and it was a fantastic experience! The sessions were insightful, and I had the chance to connect with many industry experts. Here’s few of my best moments from the event. Thanks
go to post Muhammad Waseem · Mar 26, 2024 Yes, it can indeed be a good use case. I think ChatGPT may not replace dedicated linting tools entirely but it can certainly complement them and provide additional perspectives on the codebase.