User's Guide

Chapter 3 29
Troubleshooting
Process Group Error Codes
Process Group Error Codes
wq_get_proc_cls()
wq_set_proc_cls()
Error Code WQERR_NOTREADY
Description PRM is not installed or not configured on the system.
Action Install and configure PRM on the system.
Error Code WQERR_OTHER
Description If error logging to syslog is enabled (“error” level for all facilities), the error is logged to
the /var/adm/syslog/syslog.log log file.
Action Check the /var/adm/syslog/syslog.log log file for more information. If error
logging is not enabled, enable it and try running your application again to generate error
messages.
Error Code WQERR_BADSCOPE
Description The value provided for scope is not defined. WQ_SCOPE_PROCESS is the only defined
value that can be used.
Action scope can only be set to WQ_SCOPE_PROCESS.
Error Code WQERR_BADSVCCLASS
Description The value provided for class is not a defined process group.
Action Use one of the pre-defined process group values defined in
/usr/include/webqosapi.h. Currently, WebQoS does not support the customization
of process group definitions.