cauexpr command provides an empty output file
search cancel

cauexpr command provides an empty output file

book

Article ID: 32481

calendar_today

Updated On:

Products

Unicenter Job Management Option

Issue/Introduction

UNISH 11.2 SP2 on AIX

cauexpr -a command provides an empty output file.

Resolution

A possible reason could be due to a shared memory segment key that still exists.

Just run: ipcs -m | grep caa
 
If it is there, remove it with ipcrm -m <SHM ID of key "caa">

As an example:

ipcs -m | grep caa

m 368050183 0x00000caa --rw-rw-rw- shemic staff

ipcrm -m 368050183

run 'cauexpr -a '  

It should give the correct size of the export of all jobs.