Problem(Abstract)
Customer is getting warning messages when AUS is executed even if PDQPRIORITY is 0 in onconfig
Symptom
online.log messages:
Warning: PDQ functionality is not supported in IDS Growth Edition.
The value of PDQPRIORITY cannot be set to 10. It is reset to 0.
Cause
the default PDQ priority configured to run AUS is 10%
Environment
IDS 11.50.FC8GE Growth Edition. C is getting warning messages in the online.log after the following tasks are executed.
Auto Update Statistics Evaluation
Auto Update Statistics Refresh
PDQPRIORITY is set to 0 in the onconfig
Diagnosing the problem
If the following select retunr integer bigger than zero ( 0 ):
select value from ph_threshold where name="AUS_PDQ";
Resolving the problem
Execute the following sentences in dbaccess
database sysadmin;
update ph_threshold set value=0 where name="AUS_PDQ";
http://www-01.ibm.com/support/docview.wss?uid=swg21569243
'Informix > informix troubleshooting' 카테고리의 다른 글
Message Referencing return code 126 or 127 and alarmprogram.sh in your online.log File (0) | 2015.06.11 |
---|---|
online.log 에서 SCHAPI Estimate Compression 메시지가 표시되는 경우 (0) | 2015.06.03 |
KAIO: out of OS resources, errno = 11 _aiowrite() returning EAGAIN (0) | 2015.05.07 |
KAIO: out of OS resources (AIX 6 이상) (0) | 2015.05.07 |
Preventing Informix Servers system overload from intensive I/O activity (0) | 2015.04.22 |