go to post Tirthankar Bachhar · Oct 17 I am not sure why this site is blocked in my org - Optum/UHG. This page is blocked due to United Health Group policy. Access to the web site intersystems.customershome.com has been blocked because it considered Uncategorized or a Parked Domain and are not allowed based on UnitedHealth Group's access policies.
go to post Tirthankar Bachhar · Jun 9, 2022 %RemoteResultSet has been removed in later version. Not available anymore.
go to post Tirthankar Bachhar · May 25, 2021 I could get it working. Additionally i had to add additional jar i required for more code i have added just after /shared/FirstDemo.jar. It worked. Fantastic. Thank you so much.
go to post Tirthankar Bachhar · Apr 14, 2021 Hi @Eduard Lebedyuk / @Alberto Fuentes, I am trying to use PEX / Java without docker. So i have a jar containing the FirstOperation class and its all dependencies. When i configure the object gateway and uses the same it never identifies the JAVA class. Gives error as below, Terminating Job 95839 / 'FirstOperation' with Status = ERROR #8104: Gateway Exception: <GATEWAY> java.lang.ClassNotFoundException java.net.URLClassLoader.findClass(URLClassLoader.java:382) workshop.pex.FirstOperation, %QuitTask= Can you please guide me on, how do it use pex without docker. Why the class Loader can't find the java class within the jar? I'll really be grateful to you, and wait for your response. Regards, Tirthankar
go to post Tirthankar Bachhar · Mar 7, 2021 bash-3.2$ docker login Authenticating with existing credentials... Login Succeeded bash-3.2$ docker-compose build Building jgw Step 1/9 : FROM openjdk:8 AS builder ---> 9324460525ca Step 2/9 : ARG APP_HOME=/tmp/app ---> Using cache ---> 89bfa3325c80 Step 3/9 : COPY src $APP_HOME/src ---> Using cache ---> 34b6e7d671c2 Step 4/9 : COPY --from=intersystemscommunity/jgw:latest /jgw/*.jar $APP_HOME/jgw/ ERROR: Service 'jgw' failed to build: invalid from flag value intersystemscommunity/jgw:latest: pull access denied for intersystemscommunity/jgw, repository does not exist or may require 'docker login': denied: requested access to the resource is denied bash-3.2$ Seems like 'intersystemscommunity/jgw' is not available anymore.
go to post Tirthankar Bachhar · Jul 9, 2020 This was not the exact requirement i had. But using JOB there are issues handling files, specially in APPEND mode. Using this workMgr, its fantastic. Its the best way to SPAWNS multiple jobs and get your work done. A big THANK YOU! Save my last 2 weeks of effort.
go to post Tirthankar Bachhar · Mar 7, 2019 Thanks so much, made my day. I have been searching for this one exactly!!! This forum is so great, I’m glad to be part of it!
go to post Tirthankar Bachhar · Feb 5, 2019 Thank you. What is ODS Namespace?But i can only see below but not FHIR Annotations,HL7 AnnotationsSDA/CDA Annotations
go to post Tirthankar Bachhar · Dec 4, 2018 Thank you, this helps. Because the number of classes are huge. Also, I don't think we need to create a new datatype as Vitaliy Serdtsev mentioned about the class %VarString.
go to post Tirthankar Bachhar · Dec 3, 2018 Setting MAXLEN="" or MAXLEN=5000 absolutely resolves the issue related to that specific property. But what about other potential huge list of properties within SDA3 structure?Please read my whole notes.
go to post Tirthankar Bachhar · Dec 3, 2018 Setting MAXLEN="" or MAXLEN=5000 absolutely resolves the issue related to that specific property. But what about other potential huge list of properties within SDA3 structure?Please read my whole notes.
go to post Tirthankar Bachhar · Aug 24, 2017 I'm trying to find the part one - Tracking Data Changes - Audit Log - 1 of 2Can anyone help me?
go to post Tirthankar Bachhar · Aug 24, 2017 Thanks for your response, that helps! Its a great benefit indeed.
go to post Tirthankar Bachhar · Aug 24, 2017 Thanks for your response, that helps! Is there any out of the box utility to deploy cache.dat or code?What would be your recommended deployment process/aaproach? using manifest?
go to post Tirthankar Bachhar · Feb 28, 2017 Agreed. Default collation for String is SQLUPPER. You can't define the collation of a index if its defined as Unique as below. Below is prohibited, but you can mention any collation on property instead of specifying in Index.Index ValueIndex On UniqueStringValue As SQLUPPER [ Unique ];On the other hand, I mentioned another solution to the actual problem above. Please review/comment on that.