The vector log file dump displays the flow of data between CICS
applications and a virtual terminal.
The vector file dump can contain the header structures, the inbound
and outbound vectors, and optionally the vector data.
- Review the header of the vector file dump to find the context of
where the error occurred. For example, it will tell you the request
name that was being processed when the error occurred, the name of the Link3270
server adapter program, the BTS process type and name that the server adapter
was running under. This header is then followed by the vectors and flow of
data that occurred.
- Check each inbound and outbound vector message structure (BRIV). Each one is preceded by the Link3270 bridge header structure, BRIH.
- Check the Return code fields to see if the value is zero or
another number. If it is not zero, the Link3270 bridge mechanism has reported
an error. This is as the result of a prior inbound ALLOCATE facility
message, DELETE facility message or inbound vector message (BRIV) sent from CICS® Service Flow Runtime to the Link3270 bridge
mechanism (DFHL3270).
- Check the completion and reason codes. If these are
not 0, look the codes up in the CICS External Interfaces Guide Version
2 Release 2. This will give you an indication of what error occurred.