You are currently reviewing an older revision of this page.
Performance of a specific application function (e.g., Failure Mode Copy) is poor.
This can often be attributable to slow execution of an underlying database query used by the function. The following steps can be used to profile database query performance. We recommend that this be done in a thick-client environment, to isolate to one user & the poorly performing function. However, if you do not have a thick-client readily accessible, a cleint-server environment may also be used.
2016-06-16 07:41:36.0642 Warn Roy.Suthers Ivara.Pers.Slice.Performance [20] File: oqtempl.h(1906) : Poor performance was detected for a slice. Fetchnext() took 2600ms to execute which exceededs 2000ms (Profile Slice Threshold setting). The slice query is:SELECT c.MaintenanceA_oi FROM (MNT.RiskEvalu r LEFT OUTER JOIN MNT.CriticalityEvaluat c ON r.EconEval_oi=c.CriticalityEvaluationoi) WHERE r.RiskEvaluationoi=?Context: ClientSide Cursor: false
NOTE: When you have finished profiling database queries, be sure to turn off Ivara.Pers.Slice.Performance logging, by setting the minlevel property to Off.
How to log APM messages to a custom file target