KO2R0123E START FAILED FOR DATA SET dsname - reason

Explanation

The capture server could not start the indicated capture data set for one of the following reasons:
ALLOCATION FAILED return code
The indicated data set could not be dynamically allocated.
NOT AUTHORIZED FOR UPDATE
The user does not have Update access to the data set.
NOT AUTHORIZED FOR READ
The user does not have Read access to the data set.
OPEN FAILED - CHECK DS TYPE
The data set may not be a linear data set; check the data set organization type.
DATA SET IS NOT LINEAR
The capture data set is not a linear data set.
PRIMARY EXTEND IS TOO SMALL
The capture data set is a linear data set; however the indexes and data portions could not be built.
DIV ERROR return code reason code
Data-in-virtual request failed with the indicated return and reason codes.
DATA SET IS ALREADY IN USE
An attempt to start the data set for Update access failed because the data set is already being used for Update access.

System action

The start request is terminated.

User response

Perform the action that corresponds to the indicated reason:
ALLOCATION FAILED return code
Correct the data set name, and restart the capture server.
NOT AUTHORIZED FOR UPDATE
Verify that the proper authority is given to the data set.
NOT AUTHORIZED FOR READ
Verify that the proper authority is given to the data set.
OPEN FAILED - CHECK DS TYPE
Check the data set organization; the data set must be defined as a linear VSAM data set.
DATA SET IS NOT LINEAR
Specify the name of a linear data set, and restart the capture server.
PRIMARY EXTEND IS TOO SMALL
Use a larger data set.
DIV ERROR return code reason code
Verify that the data set is a linear VSAM data set. If it is, contact IBM® support. Otherwise, redefine the data set as a linear data set.
DATA SET IS ALREADY IN USE
Verify that the data set is correctly being used by the capture server.