OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: pstorr on May 15, 2023, 05:17:22 PM

Title: CMOD V8.5 -> 9.5 Upgrade Error message ARS4012E for arsdb -uv
Post by: pstorr on May 15, 2023, 05:17:22 PM
I have a client who is upgrading from 8.5 to 9.5
when executing the arsdb -uv -I INSTANCE command they get an error message:-
arsdb: ARS4012E Unable to initialize environment. The return code is 159

config files appear normal. Any ideas to cause? What does RC159 signify?
Title: Re: CMOD V8.5 -> 9.5 Upgrade Error message ARS4012E for arsdb -uv
Post by: Justin Derrick on May 15, 2023, 06:49:53 PM
It's a common error:  https://cmod.wiki/index.php?title=ARS4012E

Consider applying all available fixpacks to v9.5 before performing the upgrade:  http://cmod.co/95013

-JD.
Title: Re: CMOD V8.5 -> 9.5 Upgrade Error message ARS4012E for arsdb -uv
Post by: Ed_Arnold on May 16, 2023, 05:45:16 PM
Looking up 159 in /usr/include/errno.h  gives me

#define EMVSPFSFILE     159  /* Permanent file error       */
#define ECMSPFSFILE     159  /* CMS BFS file error         */

But I agree with Justin, get current on service.

Ed