Runtime Output Connector Settings The following settings can be made in the Design Center Runtime Output Connector Settings dialog box. ByteOrder The byte order specifies the ordering of the most significant to the least significant bytes in the stream for multibyte binary fields. Choice name Description Big Endian A binary binding follows in the stream body where operator identifiers, attribute identifiers, and attribute values are expressed in a form where the most significant byte is the first byte in the binary field (from left to right) and the least significant byte is last (to the right). Little Endian A binary binding follows in the stream body where operator identifiers, attribute identifiers, and attribute values are expressed in a form where the least significant byte is the first byte in the binary field (from left to right) and the most significant byte is last (to the right). ErrorReport Indicates the method for how errors are reported to the user. Choice name Description Error Page Errors will be reported by printing or displaying an error page. No Reporting No error reporting will be performed. Back Channel Errors will be reported through the back channel (i.e. device dependent). Back Channel and Error Page Errors will be reported through the back channel and by printing or displaying an error page. No Warn. Back Channel Only errors will be reported (no warnings) through the back channel (i.e. device dependent). No Warn. Error Page Only errors will be reported (no warnings), only by printing or displaying an error page. No Warn. Back Channel and Error Page Only errors will be reported (no warnings) through the back channel and by printing or displaying an error page.