I see it. I will check it.

My confusion was that I didn't realize the two different handles were used
with the SET function. Now I understand the 515.

On Thu, 26 Dec 2024 10:35:00 +0200 ITschak Mugzach
<[email protected]> wrote:

:>Binyamin, did you get my email?
:>
:>ITschak Mugzach
:>*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
:>for z/OS, x/Linux & IBM I **| z/VM coming soon  *
:>
:>
:>nbsp; *|*
:>
:>
:>
:>
:>
:>On Wed, Dec 25, 2024 at 9:58?PM Binyamin Dissen <
:>[email protected]> wrote:
:>
:>> Further developments:
:>>
:>> It appears that I was supposed to use RequestHandle instead of
:>> ConnectionHandle.
:>>
:>> Made the change and now the hwthset's are working.
:>>
:>> Thanks for the help.
:>>
:>>
:>> On Wed, 25 Dec 2024 19:36:24 +0200 ITschak Mugzach
:>> <[email protected]> wrote:
:>>
:>> :>Sure. Will send you privately tomorrow
:>> :>
:>> :>*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
:>> :>Platform* *|* *Information Security Continuous Monitoring for Z/OS,
:>> zLinux
:>> :>and IBM I **|  *
:>> :>
:>> :>*|* *Email**: [email protected] **|* *Mob**: +972 522 986404
:>> **|*
:>> :>*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*
:>> :>
:>> :>
:>> :>
:>> :>
:>> :>
:>> :>?????? ??? ??, 25 ????? 2024 ?-19:35 ??? Binyamin Dissen <
:>> :>[email protected]>:
:>> :>
:>> :>> No change.
:>> :>>
:>> :>> I did a HWTH_SLST_APPEND to verify sList is fine.
:>> :>>
:>> :>> Do you have a working version that you can share?
:>> :>>
:>> :>> On Wed, 25 Dec 2024 18:42:39 +0200 ITschak Mugzach
:>> :>> <[email protected]> wrote:
:>> :>>
:>> :>> :>Slist = '' not null.
:>> :>> :>
:>> :>> :>*| **Itschak Mugzach | Director | SecuriTeam Software **|**
:>> IronSphere
:>> :>> :>Platform* *|* *Information Security Continuous Monitoring for Z/OS,
:>> :>> zLinux
:>> :>> :>and IBM I **|  *
:>> :>> :>
:>> :>> :>*|* *Email**: [email protected] **|* *Mob**: +972 522
:>> 986404
:>> :>> **|*
:>> :>> :>*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*
:>> :>> :>
:>> :>> :>
:>> :>> :>
:>> :>> :>
:>> :>> :>
:>> :>> :>?????? ??? ??, 25 ????? 2024 ?-18:40 ??? Binyamin Dissen <
:>> :>> :>[email protected]>:
:>> :>> :>
:>> :>> :>> I did
:>> :>> :>>
:>> :>> :>>          sList = "00000000"x
:>> :>> :>>
:>> :>> :>> before the HWTH_SLST_NEW  call.
:>> :>> :>>
:>> :>> :>> I presume the sequence is first the hwthslst then the HTTPHEADERS
:>> call.
:>> :>> :>>
:>> :>> :>> I am confused as to why all the diag fields are zero.
:>> :>> :>>
:>> :>> :>> How can I debug this? Are you suggesting that there may be an abend
:>> :>> under
:>> :>> :>> the
:>> :>> :>> covers?
:>> :>> :>>
:>> :>> :>>
:>> :>> :>>
:>> :>> :>> On Wed, 25 Dec 2024 17:02:13 +0200 Itschak Mugzach
:>> :>> :>> <[email protected]> wrote:
:>> :>> :>>
:>> :>> :>> :>You need to nullify SLIST on the first call to initialize the
:>> list.
:>> :>> This
:>> :>> :>> is
:>> :>> :>> :>a list of settings. Then add headers you need.
:>> :>> :>> :>
:>> :>> :>> :>*| **Itschak Mugzach | Director | SecuriTeam Software **|**
:>> :>> IronSphere
:>> :>> :>> :>Platform* *|* *Information Security Continuous Monitoring for
:>> Z/OS,
:>> :>> :>> zLinux
:>> :>> :>> :>and IBM I **|  *
:>> :>> :>> :>
:>> :>> :>> :>*|* *Email**: [email protected] **|* *Mob**: +972 522
:>> :>> 986404
:>> :>> :>> **|*
:>> :>> :>> :>*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*
:>> :>> :>> :>
:>> :>> :>> :>
:>> :>> :>> :>
:>> :>> :>> :>
:>> :>> :>> :>
:>> :>> :>> :>On Wed, Dec 25, 2024 at 2:48?PM Binyamin Dissen <
:>> :>> :>> :>[email protected]> wrote:
:>> :>> :>> :>
:>> :>> :>> :>> Code is
:>> :>> :>> :>>
:>> :>> :>> :>>     address hwthttp "hwthset",
:>> :>> :>> :>>                     "ReturnCode ",
:>> :>> :>> :>>                     "ConnectionHandle ",
:>> :>> :>> :>>                     "HWTH_OPT_HTTPHEADERS" ,
:>> :>> :>> :>>                     "sList ",
:>> :>> :>> :>>                     "DiagArea."
:>> :>> :>> :>>
:>> :>> :>> :>> Result is:
:>> :>> :>> :>>
:>> :>> :>> :>> *ERROR* (hwthset) at time: 15:37:59
:>> :>> :>> :>> Rexx RC: 0, Toolkit ReturnCode: 515
:>> :>> :>> :>> DiagArea.Service: 0
:>> :>> :>> :>> DiagArea.ReasonCode: 0
:>> :>> :>> :>> DiagArea.ReasonDesc: Not a valid connect option.
:>> :>> :>> :>>
:>> :>> :>> :>> Unrelated to sList as when I put in QWERT I still get the 515.
:>> :>> Sadly
:>> :>> :>> :>> neither
:>> :>> :>> :>> VERBOSE option is providing anything. verified that
:>> :>> :>> HWTH_OPT_HTTPHEADERS
:>> :>> :>> :>> has a
:>> :>> :>> :>> value (73).
:>> :>> :>> :>>
:>> :>> :>> :>> Other hsthset's are working fine.
:>> :>> :>> :>>
:>> :>> :>> :>> Does the fact that Service & ReasonCode are zero mean anything?
:>> :>> :>> :>>
:>> :>> :>> :>> How can I debug this?
:>> :>> :>> :>>
:>> :>> :>> :>> --
:>> :>> :>> :>> Binyamin Dissen <[email protected]>
:>> :>> :>> :>> http://www.dissensoftware.com
:>> :>> :>> :>>
:>> :>> :>> :>> Director, Dissen Software, Bar & Grill - Israel
:>> :>> :>> :>>
:>> :>> :>> :>>
:>> :>> ----------------------------------------------------------------------
:>> :>> :>> :>> For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>> :>> :>> send email to [email protected] with the message: INFO
:>> :>> IBM-MAIN
:>> :>> :>> :>>
:>> :>> :>> :>
:>> :>> :>>
:>> :>>
:>> :>----------------------------------------------------------------------
:>> :>> :>> :>For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>> :>> :>send email to [email protected] with the message: INFO
:>> :>> IBM-MAIN
:>> :>> :>>
:>> :>> :>> --
:>> :>> :>> Binyamin Dissen <[email protected]>
:>> :>> :>> http://www.dissensoftware.com
:>> :>> :>>
:>> :>> :>> Director, Dissen Software, Bar & Grill - Israel
:>> :>> :>>
:>> :>> :>>
:>> ----------------------------------------------------------------------
:>> :>> :>> For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>> :>> send email to [email protected] with the message: INFO
:>> IBM-MAIN
:>> :>> :>>
:>> :>> :>
:>> :>>
:>> :>----------------------------------------------------------------------
:>> :>> :>For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>> :>send email to [email protected] with the message: INFO
:>> IBM-MAIN
:>> :>>
:>> :>> --
:>> :>> Binyamin Dissen <[email protected]>
:>> :>> http://www.dissensoftware.com
:>> :>>
:>> :>> Director, Dissen Software, Bar & Grill - Israel
:>> :>>
:>> :>> ----------------------------------------------------------------------
:>> :>> For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>> send email to [email protected] with the message: INFO IBM-MAIN
:>> :>>
:>> :>
:>> :>----------------------------------------------------------------------
:>> :>For IBM-MAIN subscribe / signoff / archive access instructions,
:>> :>send email to [email protected] with the message: INFO IBM-MAIN
:>>
:>> --
:>> Binyamin Dissen <[email protected]>
:>> http://www.dissensoftware.com
:>>
:>> Director, Dissen Software, Bar & Grill - Israel
:>>
:>> ----------------------------------------------------------------------
:>> For IBM-MAIN subscribe / signoff / archive access instructions,
:>> send email to [email protected] with the message: INFO IBM-MAIN
:>>
:>
:>----------------------------------------------------------------------
:>For IBM-MAIN subscribe / signoff / archive access instructions,
:>send email to [email protected] with the message: INFO IBM-MAIN

--
Binyamin Dissen <[email protected]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to