Technote (troubleshooting)
Problem(Abstract)
AWSBCT401E and "Permission denied" error is received running the operation system command "ps -ef" for the Tivoli Workload Scheduler (TWS) user.
Symptom
ps -ef|grep twsuser
twsuser 19599 19598 0 18:01 ? 00:00:00 /bin/sh /home/twsuser/.jobmanrc /script.sh AWSBCT401E An error has occurred while opening the job table: type=5, Permission denied
Cause
The Jobtable file under the TWSHOME directory has incorrect permissions.
Diagnosing the problem
Incorrect permissions:
ls -al <TWSHOME>/Jobtable
-rw------- 1 root root 141792 Dec 24 09:39 Jobtable
Correct permissions (from a working system):
ls -al <TWSHOME>/Jobtable
-rw------- 1 <twsuser> <twsgroup> 74272 Dec 1 04:59 Jobtable
Resolving the problem
Change the permission of Jobtable to be owned by the TWS user. Jobtable should not be owned by root.
Product Alias/Synonym
Maestro
ITWS
TWS
TWA
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.