Question Suman Samanta · Feb 12, 2020 Cache JDBC get row id of the table while inserting the data HI I am using below code to retrieve the last inserted ID of the table. It works when we do not set any custom column as IDKey. If we define any column as IDKey below code does not return any IDKey. I know when i am defining any column as IDKey its not auto generated , but whats the best way to get the ID column value #JDBC #SQL #Caché 0 1 0 712
Question Suman Samanta · Dec 24, 2019 JDBC connection issue I am using the below code in my REST service and it throws the error "java.lang.NoClassDefFoundError: com/intersys/jdbc/CacheDataSource] with root causejava.lang.ClassNotFoundException: com.intersys.jdbc.CacheDataSource" Surprisingly when i am using the same code in a static main method its running perfectly. package webapps.services.datamgmt.webapps; import java.sql.Connection;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement; 0 2 0 584
Question Suman Samanta · Jul 9, 2019 Atelier Installation issue I have installed photon R version and when i am trying to install atelier from eclipse market place i am getting below error.HTTP Proxy Authentication Required: https://atelier.jfrog.io/atelier/updates/stable/1.3/content.xmlProxy Authentication RequiredCan someone please help me on this. 0 2 0 221
Question Suman Samanta · Jun 24, 2019 Calling JOB from one REST service I have one REST service extending %CSP.RESTI am trying to call one method using JOB, its not getting called does anyone have any idea if i am doing anything wrong here.works : do ##class(TestFramework.API.E2E.Service).RunCases()does not work : JOB ##class(TestFramework.API.E2E.Service).RunCases() #Caché 0 6 0 335