REP-01423: Maximum rows of a query cannot be set after the query started executing in program unit {2}.
Cause: SRW.SET_MAX_ROW was used to reduce the number of rows fetched by a query. However, SRW.SET_MAX_ROW was called after the query was already fetched.
Action: Move SRW.SET_MAX_ROW to the Before Report trigger.
Level: 1
Impact: Other