Author Topic: V9.5 to V10.1 upgrade - first arsdb command failing.  (Read 1458 times)

Pokal

  • Newbie
  • *
  • Posts: 3
    • View Profile
V9.5 to V10.1 upgrade - first arsdb command failing.
« on: April 02, 2020, 01:36:56 PM »
Hi, trying to upgrade one of our QA env to V10.1 from V9.5. Getting below error when tried to execute first arsdb command.

$ pwd             
/u/ars/V10R1M0/bin

$ ./arsdb -I CMODLHIQ -vu                                                       
CEE3501S The module DSNAO64C was not found.                                     
         From entry point ArsSQLAllocHandle at compile unit offset +000000003816
6ADA at entry offset +0000000000000042 at address 0000000038166ADA.             
Ý1¨ + Done(137) ls -alE /u/ars/V9R5MC/exits/qa/HCAQ                             
  17040244      Killed  ./arsdb                                                 

DSNAO64C module is present in linklist library and not sure why 'ls -alE /u/ars/V9R5MC/exits/qa/HCAQ' command is displayed. Any suggestions?

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: V9.5 to V10.1 upgrade - first arsdb command failing.
« Reply #1 on: April 03, 2020, 05:05:33 AM »
Make sure you're calling the correct version with the arsdb command.  While in OMVS type in: echo $PATH   and check the version of the bin directory that shows up.  If it's wrong you need to update your .profile.

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: V9.5 to V10.1 upgrade - first arsdb command failing.
« Reply #2 on: April 03, 2020, 09:50:24 AM »
Make sure you have both SDSNLOAD and SDSNLOD2 in your STEPLIB concatenation.

Ed
#zOS #ODF