SD-5p3_SEQ-766_PAT-912 Installation

32 views
Skip to first unread message

Benjamin Irwin

unread,
Sep 27, 2025, 10:58:29 PM (2 days ago) Sep 27
to Hardhats
If there is anyone out there still installing patches on Linux GT.m you might want to make the following changes to the patch file before trying to install.

This code is trying to test a Web Service using code that isn't functional on GT.m.

Before:
GET()  ; -- Send a test to the Web Service and compare the Result
"RTN","SDCCRP912",71,0)
 N SERVER,SERVICE,RESOURCE,REQUEST,SC,RESPONSE,RESPJSON,DATA,CCRAERR
"RTN","SDCCRP912",72,0)
 S SERVER="CCRA NPI SERVER"
"RTN","SDCCRP912",73,0)

After:
GET()  ; -- Send a test to the Web Service and compare the Result
"RTN","SDCCRP912",71,0)
 Q 0 N SERVER,SERVICE,RESOURCE,REQUEST,SC,RESPONSE,RESPJSON,DATA,CCRAERR
"RTN","SDCCRP912",72,0)
 S SERVER="CCRA NPI SERVER"
"RTN","SDCCRP912",73,0)

Sam Habiel

unread,
Sep 28, 2025, 1:36:00 PM (2 days ago) Sep 28
to hard...@googlegroups.com
I changed that line too. And it's also needed for the MOCHA 3.0
patches which try to do a similar logic.

PS: Since there are post install routines, you can edit them on the
fly on disk after the KIDS build fails. No need to edit the KIDS file.

--Sam
> --
> --
> http://groups.google.com/group/Hardhats
> To unsubscribe, send email to Hardhats+u...@googlegroups.com
>
> ---
> You received this message because you are subscribed to the Google Groups "Hardhats" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to hardhats+u...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/hardhats/ef69b0b8-41f9-4a52-bc2d-eced133a9ce1n%40googlegroups.com.

Benjamin Irwin

unread,
Sep 29, 2025, 12:31:39 AM (yesterday) Sep 29
to Hardhats
Thanks Sam.  It sounds like there are multiple ways to accomplish the same outcome.  I have done extensive work deconstructing kids builds and am most comfortable modifying within the kids file.
Reply all
Reply to author
Forward
0 new messages