PDQ functionality is not supported in IDS Growth Edition
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