MichaelC
MichaelC
Ouch, this is still an active bug? I just ran into it today using the latest 2.x version of zend-db coupled with SQL Server, PDO and ODBC - combined they...
We ran into something similar recently. Likely relates to the View change IBM did via PTFs: - [QSYS2.SYSTEM_STATUS_INFO](https://www.ibm.com/support/pages/qsys2systemstatusinfo) - from [SYSTEM_STATUS_INFO](https://www.ibm.com/docs/en/i/7.5?topic=services-system-status-info-view) `SYSTEM_STATUS_INFO.AVERAGE_CPU_UTILIZATION` - to [SYSTEM_ACTIVITY_INFO](https://www.ibm.com/docs/en/i/7.5?topic=services-system-activity-info-table-function) `SYSTEM_ACTIVITY_INFO.AVERAGE_CPU_UTILIZATION` Should be resolvable by...