OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: kbsiva on February 01, 2016, 05:15:35 PM

Title: ARS0116E Unable to stat file
Post by: kbsiva on February 01, 2016, 05:15:35 PM
Hi - I am on 9.5.0.0 on CMOD on AIX. The load is completing successfully. However when I try to view the PDF report from both Content navigator and Thick client it is giving me this error  ARS0116E Unable to stat file >/tmp/ARS.60358830.0000000000000913.CONVERT.TMP<.  The error number is 2  Srvr->. Has any one experienced this before?  Any thoughts. I am able to view excel and text reports just PDF.

Thanks
Siva
Title: Re: ARS0116E Unable to stat file
Post by: Justin Derrick on February 01, 2016, 05:20:47 PM
Are you converting from AFP to PDF?  Sounds like there might have been an error in translation.  Check your /tmp directory to make sure you have enough storage space, or create a specific directory for your conversions.
Title: Re: ARS0116E Unable to stat file
Post by: kbsiva on February 01, 2016, 05:22:56 PM
Hi - No I am not. I was just able to figure this one out,

Turns out my LIBPATH was not set correctly in aix.

export LIBPATH=/usr/lpp/ars/V9.5/lib64:$LIBPATH



Thanks
Siva
Title: Re: ARS0116E Unable to stat file
Post by: Alessandro Perucchi on February 02, 2016, 02:22:51 PM
Hello kbsiva,

did you also set the variable

ARS_INSTALL_SERVER_V95_DIR=/usr/lpp/ars/V9.5

and

ARS_INSTALL_ODWEK_V95_DIR=/usr/lpp/ars/V9.5

?

That helps if didn't install CMOD V9.5 on the default path.