go to post Oliver Wilms · Apr 4 I see there is a discrepancy between the resource and the Application role. I need to remove extra percent sign.
go to post Oliver Wilms · Apr 4 Here is the Namespace configuration in Installer class: Class App.Installer{ XData setup{<Manifest> <Default Name="SourceDir" Value="/opt/feeder/src"/> <Default Name="Namespace" Value="FEEDER"/> <Default Name="Resource" Value="%DB_DEFAULT"/> <Namespace Name="${Namespace}" Code="${Namespace}" Data="${Namespace}" Create="yes" Ensemble="1"> <Configuration> <Database Name="${Namespace}" Dir="/voldata/irisdb/feeder" Create="yes" Resource="${Resource}"/> </Configuration> I see the resource is %DB_DEFAUILT with all UPPERCASE.
go to post Oliver Wilms · Mar 26 I would use an out of the box File Service and send a StreamContainer to a BPL process. The BPL can read one line at a time and call a process...
go to post Oliver Wilms · Jan 19 Hi, Julius. Thank you for responding to my question. I work for Department of Veterans Affairs. I believe the coding standard including prohibiting argumentless or exclusive NEW is not new. Someone modified old code to become non-interactive. Unfortunately they did not follow coding standard and now it is up to me to fix it. I found where variables are killed. I think a class method using procedure block should be equivalent to exclusive new. All variables are hidden except parameters or public list.
go to post Oliver Wilms · Jan 19 I found the code responsible for Killing variables. I understand why I get <UNDEFINED> when I run the original legacy code WITHOUT the Exclusive NEW.
go to post Oliver Wilms · Jan 17 I recently watched the video and I want to implement something like what is in the demo: https://community.intersystems.com/post/video-selecting-right-source-con...
go to post Oliver Wilms · Jan 13 <assign name="context.SourceName" property="context.SourceName" value="process.%PrimaryRequestHeader.SourceConfigName" action="set" xpos='200' ypos='750' />
go to post Oliver Wilms · Jan 11 I have installed ZPM into %SYS namespace on my IRIS instance running on my work laptop. When I tried zpm "install git-source-control" in %SYS namespace, I see this: ERROR! 'git-source-control' not found in any repository.
go to post Oliver Wilms · Dec 16, 2024 I got this error, because I had the wrong value for Authentication signing algorithm. I changed it from ES512 to RS384.
go to post Oliver Wilms · Dec 15, 2024 I think Code Quality is not working what I copy from iris-interoperability-contest.
go to post Oliver Wilms · Dec 15, 2024 If images do not show in the above Article, please follow this link: iris-http-calls/Setup_OAuth2_Client_for_Epic_on_FHIR.md at master · oliverwilms/iris-http-calls
go to post Oliver Wilms · Dec 13, 2024 I would try something like this: Set tRequest.Https = 1 Set tRequest.SSLCheckServerIdentity = 0 Set tRequest.SSLConfiguration = "ISC.FeatureTracker.SSL.Config"
go to post Oliver Wilms · Nov 20, 2024 I see there is a difference between base64 and base64url encoding ... url - String based data encoding: Base64 vs Base64url - Stack Overflow I added this line in my code: Set jwt = $Translate(jwt,"+/=","-_")
go to post Oliver Wilms · Nov 20, 2024 I have updated flags to 1 to remove CR/LF. I still see Invalid Signature warning in jwt.io
go to post Oliver Wilms · Nov 20, 2024 When I paste the jwt at https://jwt.io/, I see: invalid signature