Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PGU-30309

TIP generation: call string parm string exceeds PGAXFER string limit (string)

Cause

The TIP function call cname at parm pname exchanges too many parameters for the type buffers on a PGAXFER RPC. The PGAXFER parameter limit is limit. The indicated type is either 'SEND' or RECEIVE'. Probable PGAU DEFINE CALL error, coding too many parameters. Note also that IN OUT mode parameters are present in both send and receive buffers and may be causing the excess.


Action

Revise the transaction and call to specify the excessive parameters on an additional function call and include that added call in the transaction definition.