Error is because Atelier was launched using java from JRE not java from JDK.
You need to have JDK and JAVA_HOME to run Eclipse/Atelier.
Try installing JDK and add JAVA_HOME variable to your system and launch Atelier again.
- Log in to post comments
Error is because Atelier was launched using java from JRE not java from JDK.
You need to have JDK and JAVA_HOME to run Eclipse/Atelier.
Try installing JDK and add JAVA_HOME variable to your system and launch Atelier again.
The link in the above post, https://beta.learning.intersystems.com/course/view.php?id=55, is not available. Is there an updated link? Thanks
Average Time column from Intersystems SQL Statements tab is in seconds
Thanks... giving this a try but not sure why MONLBL is always returning '(routine not found)' when entering any routine name. Using wildcard * is accepted but after executing csp, detail report written is empty. Will try other report and see...
Looks like csp.INT is not detected for monitoring:
.png)
The compiled class for the csp file.
We found the query that is causing CSP to timeout: "group by xyz" , the sorting was taking too long even with resultset just a handful.
adding the ID helps avoid timeout "ID like '%%%' group by xyz"