Author Topic: CMoD V9.5 to 10.1 Upgrade - ARS0161E arsuupdt return code 6  (Read 1723 times)

Pokal

  • Newbie
  • *
  • Posts: 3
    • View Profile
CMoD V9.5 to 10.1 Upgrade - ARS0161E arsuupdt return code 6
« on: February 26, 2020, 10:05:09 AM »
Hi, we are in process of upgrading CMoD V9.5 to V10.1.

We are currently converting one of our QA environment. Completed the SMPE steps successfully. Then executed the arsdb commands mentioned in the README document successfully. We compiled the customized the exits arsuperm, arsodfxb and ARSUUPDX. And then just recompile arsuupdt.

STCs are coming up and staying up pointing to V10.1 bin directory. But when trying to load a report, getting below error in SOCK,
ARS0161E ADMIN The userexit >/u/ars/V10R1M0/exits/qa/FESQ/arsuupdt<  735
failed. The return code is 6  Srvr->   
non-SSL<-                                                               

And getting below error in load job,
ARS0161E ADMIN The userexit >/u/ars/V10R1M0/exits/qa/FESQ/arsuupdt<  025
failed. The return code is 6  Srvr->CMODFESQ<-                         

Not finding explanation for ARS0161E return code 6. Anybody incurred this situation? or Am I missing something?

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: CMoD V9.5 to 10.1 Upgrade - ARS0161E arsuupdt return code 6
« Reply #1 on: February 26, 2020, 12:42:20 PM »
Unfortunately, that's a rather ambiguous return code, can be from multiple places.

Here's my recommendation to start:

1. Ref:

https://www.ibm.com/support/knowledgecenter/en/SSQHWE_9.5.0/com.ibm.ondemand.configuringzos.doc/dodzc650.htm

double check APF attribute, using -E, XPLINK

2. Do you have a debug or trace facility in your ARSUUPDT source that you can turn on?

Ed
#zOS #ODF

Pokal

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: CMoD V9.5 to 10.1 Upgrade - ARS0161E arsuupdt return code 6
« Reply #2 on: February 26, 2020, 02:45:06 PM »
Thanks Ed. APF attribute looks OK.
$ ls -lE /u/ars/V10R1M0/exits/qa/FESQ/arsuupdt                                 
-rwxr-xr-x  a-s-  1 LYI7847  MIDOPSUP   57344 Feb 26 15:17 /u/ars/V10R1M0/exits/qa/FESQ/arsuupdt

We are using -E in load job and using ARSUUPDC (Source), ARSUUPDJ (Compile JCL) from SARSINST. No changes are done for ARSUUPDC program.

To give you more information about Load job - it ends in 0C1 before issuing ARS0161E,
SYSTEM COMPLETION CODE=0C1  REASON CODE=00000001                 
 TIME=15.28.22  SEQ=31178  CPU=0000  ASID=0067                   
 PSW AT TIME OF ERROR  078D0001   B936B3B8  ILC 2  INTC 01       
   ACTIVE LOAD MODULE           ADDRESS=38100000  OFFSET=0126B3B8
   NAME=ARSLOAD                                                 
   DATA AT PSW  3936B3B2 - A7F40003  0000B904  003FE320         
   GR 0: 00000648   1: 3A18C9B8                                 
      2: 3C125BC8   3: 3A18BF08                                 
      4: 3C1190B8   5: 0000001B                                 
      6: 00000000   7: 3C125C54                                 
      8: 086253D0   9: 0BDFFB58                                 
      A: 0BFFD3C8   B: 00000000                                 
      C: 3936B3E8   D: 3A18BF08                                 
      E: 3936B392   F: 00000000                                 
 END OF SYMPTOM DUMP                                             
BPXP018I THREAD 3896680000000000, IN PROCESS 67436828, ENDED  504
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 840C1000             
, AND REASON CODE 00000001.                                     
ARS0161E ADMIN The userexit >/u/ars/V10R1M0/exits/qa/FESQ/arsuupdt<  505
failed. The return code is 6  Srvr->CMODFESQ<-                         

Is there is anything I am missing?

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: CMoD V9.5 to 10.1 Upgrade - ARS0161E arsuupdt return code 6
« Reply #3 on: February 26, 2020, 03:43:31 PM »
Is there is anything I am missing?

2. Do you have a debug or trace facility in your ARSUUPDT source that you can turn on?

Ed
#zOS #ODF