Re: CSNBENC rc=8 rsn=X'271C'

2022-10-11 Thread Eric D Rossman
What gave you the impression that this was related to KDFAES? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lennie Dymoke-Bradshaw Sent: Tuesday, October 11, 2022 6:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: CSNBENC rc=8 rsn=X'271C' Pierre, I

Re: CSNBENC rc=8 rsn=X'271C'

2022-10-11 Thread Lennie Dymoke-Bradshaw
Pierre, I think you need to understand that KDFAES is not just basic AES encryption. There are other parts of the process designed to slow down dictionary attacks. https://www.ibm.com/docs/en/zos/2.5.0?topic=des-racf-kdfaes-algorithm Lennie Dymoke-Bradshaw https://rsclweb.com ‘Dance like no

Re: CSNBENC rc=8 rsn=X'271C'

2022-10-11 Thread Pierre Fichaud
I used the ICSF panels. I'll switch to CSNBSAE call. Thanks, Pierre. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: CSNBENC rc=8 rsn=X'271C'

2022-10-11 Thread Eric D Rossman
How did you use the ICSF panels to create the key? If you used KGUP, you will need to refresh the CKDS to see the updates. Also, once you get that sorted, the call is going to fail anyway. CSNBENC uses DES/TDES keys. It doesn't support AES keys. You will need to switch to CSNBSAE for AES key

CSNBENC rc=8 rsn=X'271C'

2022-10-11 Thread Pierre Fichaud
Using the ICSF panels, I created an AES DATA key (128 bits) called MY.DATA.KEY I fed this into a CSNBENC call and got rc=8 rsn=x'271C'. I'm not sure what I am doing wrong. key-identifier (or label) is MY.DATA.KEY padded with blanks to 64 bytes init-vector is XL8'00' rule array is

Re: ICHEINTY, R_admin and RACROUTE EXTRACT

2022-10-11 Thread Pierre Fichaud
On Mon, 10 Oct 2022 at 14:06, Pierre Fichaud wrote: > To All, > I want replace userid passwords in the RACF database. > I have encrypted password in a flat file. > Where did you get such an encrypted password? --> The password was encrypted using a CSNB*** call. > I labored to get

Re: Can I supress BPXF024I ?

2022-10-11 Thread Colin Paice
Sheila, Thanks for your reply. I also found I needed to have syslogd running! I'll go and change my trace options Colin On Tue, 11 Oct 2022 at 13:38, Shelia Chalk < 03d9384cc8f1-dmarc-requ...@listserv.ua.edu> wrote: > Look in etc/pagent_TTLS.conf there is a trace option under >

Re: MARS - Details Manuals

2022-10-11 Thread Mike Schwab
http://www.helix-int.com/ is the company site. Google search results: Helix MARS Real Time Viewer - IBMhttps://www-50.ibm.com › gsd › solutiondetails Nov 3, 2020 — Real Time Viewer (RTV) is an add-on to Data Migration services offered by HELIX International. It allows federated retrieval and

Re: Can I supress BPXF024I ?

2022-10-11 Thread Shelia Chalk
Look in etc/pagent_TTLS.conf there is a trace option under ttlsgroupaction. What do you have it set to? This will get rid of some of them. Then we suppress the messages using a/o from coming out on the syslog but they still come out on tcpip started task. Hope this helps. Shelia c

MARS - Details Manuals

2022-10-11 Thread Gilson Cesar de Oliveira
Hi everyone, I´d like to know if someone from this group have details about this software (HELIX MARS). We have a new customer using it but there is nobody who knows the details about it. This customer is facing issues related to transfer data using MARS for huge file

Re: DFSORT: Get part of a file between to records

2022-10-11 Thread Jack Zukt
Hi Mike, I did not know about that. I will look into it. Thank you for the info. Regards, Jack On Mon, 10 Oct 2022 at 18:35, Mike Schwab wrote: > IEBGENER RECORD statement? > https://www.ibm.com/docs/en/zos/2.1.0?topic=statements-record-statement > > On Mon, Oct 10, 2022 at 10:17 AM Jack Zukt

Re: DFSORT: Get part of a file between to records

2022-10-11 Thread Jack Zukt
Thanks Kolusu, It worked just as needed Best regards Jack On Tue, 11 Oct 2022 at 05:25, Sri h Kolusu wrote: > >> I am trying to use DFSORT to get part of a dataset. > > Jack, > > Please use the following untested JCL which will give you the desired > results > > //STEP0100 EXEC PGM=SORT >