Table of Contents

Search

  1. Preface
  2. PWX-00000 to PWX-00099
  3. PWX-00100 to PWX-00999
  4. PWX-01000 to PWX-01999
  5. PWX-02000 to PWX-04999
  6. PWX-05000 to PWX-06999
  7. PWX-07000 to PWX-09999
  8. Abend, Return, and Reason Codes in PowerExchange Messages

Message Reference Volume 1

Message Reference Volume 1

PWX- 02242

PWX-
02242

Array Insert conditions
conditions
. Affected rows
affected_rows
. Requested rows
requested_rows
.
An error occurred while inserting an array of rows into a Db2 for z/OS database that is in new function mode. The Array Insert
conditions
are the conditions returned from the Db2 for z/OS GET DIAGNOSTICS call, which typically correspond to the number of rows in error and the number of messages that follow. Duplicate key conditions are reported tersely in message PWX-02243. Other conditions are reported using error text from Db2 for z/OS. The
affected_rows
are the number of rows affected by the error. The
requested_rows
are the number of rows in the array passed to the insert call, which might be the same as the number of affected rows if they all failed.
All errors are reported in the log files for the PowerExchange Listener on z/OS. However, sometimes not all errors are sent across the network from a PowerExchange Listener on z/OS to a client application. The following factors can limit error messages that the client application receives:
  • The array size
  • A maximum of 1000 bytes for substitution values in messages sent across the network
If the sqlcode does not indicate a fatal error, processing continues. Otherwise, processing stops.
Adjust the workflow so that it does not attempt to load rows with keys, which duplicate existing rows.

0 COMMENTS

We’d like to hear from you!