Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

GSBUFSIZE Statement

GSBUFSIZE Statement

The GSBUFSIZE statement enables you to increase the maximum internal buffer size for PowerExchange processing of a row of data when the default buffer size is not adequate. Add this statement if you receive error message PWX-03034.
All
No
GSBUFSIZE={
buffer_size
|
32768
}
For the
buffer_size
variable, enter the maximum internal buffer size, in bytes. This value should be at least twice the size of the longest row in your data sources. Valid values are from 16384 through 8388608. Default is 32768.
Usually, the default value is sufficient. If you get the following error message, add this statement with a value greater than the default:
Group Source
type
record is too long:
length_in_bytes
This message reports the length of the row that exceeded the buffer size. Ensure that the GSBUFSIZE value is at least twice this length.

0 COMMENTS

We’d like to hear from you!