OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: Pokal on April 02, 2020, 08:36:56 PM

Title: V9.5 to V10.1 upgrade - first arsdb command failing.
Post by: Pokal on April 02, 2020, 08: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?
Title: Re: V9.5 to V10.1 upgrade - first arsdb command failing.
Post by: Greg Ira on April 03, 2020, 12:05:33 PM
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.
Title: Re: V9.5 to V10.1 upgrade - first arsdb command failing.
Post by: Ed_Arnold on April 03, 2020, 04:50:24 PM
Make sure you have both SDSNLOAD and SDSNLOD2 in your STEPLIB concatenation.

Ed