Previous Topic

Next Topic

Book Contents

Book Index

Messages CTT100 through CTT1xx

This group includes messages for the Control-M/Tape product.

CTT100A msgText

Explanation: A tape mount request was detected. This MVS message is displayed when waiting for a tape to be mounted. The tape can be specific or nonspecific (scratch). This message may contain additional information added by means of the MSGFMT parameter defined in the CTTPARM member.

The message ID was changed from the original MVS message ID by means of the CNGMSGID parameter in the CTTPARM member. The original IBM message ID was IEC101A, IEC501A/E, or IEF233A/D. See the appropriate IBM documentation for more information.

Corrective Action: Mount the requested tape.

CTT101A msgText

Explanation: A request was made to mount a scratch tape from a specific pool. This MVS message is displayed when waiting for a nonspecific (scratch) tape with the volser field containing a specific pool name, instead of SCRTCH or PRIVAT, to be mounted.

The message ID was changed from the original MVS message ID by means of the CNGMSGID parameter in the CTTPARM member. The original IBM message ID was IEC101A, IEC501A/E, or IEF233A/D. See the appropriate IBM documentation for more information.

Corrective Action: Mount a tape from the requested pool.

CTT102A msgText

Explanation: A request was made to remove the specified volume from the tape device. This MVS KEEP message is displayed when the tape must be removed. This message may contain additional information added by means of the MSGFMT parameter defined in the CTTPARM member.

The message ID changed from the original MVS message ID by means of the CNGMSGID parameter in the CTTPARM member. The original IBM message ID was IEC111E, IEC502E, or IEF234E. See the appropriate IBM documentation for more information.

Corrective Action: Remove the specified volume from the tape device.

CTT103A msgText

Explanation: A request to mount a tape was detected. This JES3 message is displayed when waiting for a tape to be mounted. The tape can be specific or nonspecific (scratch). This message may contain additional information added by means of the MSGFMT parameter defined in the CTTPARM member.

The message ID was changed from the original JES3 message ID by means of the CNGMSGID parameter in the CTTPARM member. The original message ID was IAT5210.

Corrective Action: Mount the requested tape.

CTT104A msgText

Explanation: A request was made to mount a scratch tape from the specified pool. This JES3 message is displayed when waiting for a nonspecific (scratch) tape with the volser field containing a specific pool name, instead of SCRTCH or PRIVAT, to be mounted.

The message ID was changed from the original JES3 message ID by means of the CNGMSGID parameter in the CTTPARM member. The original message ID was IAT5210.

Corrective Action: Mount a tape from the requested pool.

CTT105A msgText

Explanation: A request was made to remove the specified volume from the tape device. This JES3 KEEP message is displayed when a tape must be removed. This message may contain additional information added by means of the MSGFMT parameter defined in the CTTPARM member.

The message ID was changed from the original JES3 message ID by means of the CNGMSGID parameter in the CTTPARM member. The original message ID was IAT5410.

Corrective Action: Remove the specified tape from the tape device.

CTT106S INTERNAL ERROR IN CONTROL-M/TAPE SVC. CODE: rc

Explanation: An internal error occurred during Control-M/Tape real-time processing.

The job or task is abended.

Corrective Action: Have your INCONTROL administrator notify BMC Customer Support.

CTT107E unit, FILES WITH HIGHER SEQUENCE NUMBERS EXIST ON VOLUME volser (ddName, seqNumber)

Explanation: An attempt was made to write a file with sequence number seqNumber on a tape volume while another data set with a higher file sequence number exists on the volume.

The job is abended.

Corrective Action: Correct the JCL and rerun the job.

CTT108E unit, PREVIOUS FILE DOES NOT EXIST ON VOLUME volser (ddName, seqNumber)

Explanation: An attempt was made to write a file with a specified sequence number (seqNumber) on a tape volume but the preceding file sequence number does not exist on the volume.

The job is abended.

Corrective Action: Correct the JCL and rerun the job.

CTT109E unit, CONFLICT WITH MDB DSN: dsn (volser, seqNumber)

Explanation: An attempt was made to read a data set with a different name than the name (dsn) recorded in the Control-M/Tape MDB.

The job abends.

Corrective Action: Correct the JCL and rerun the job.

CTT110E unit, DATASET NOT FOUND IN MDB: dsn (ddName)

Explanation: An attempt was made to read a data set that is not in the Control-M/Tape database, and dynamic data set definition is not allowed (DYNDS is set to N in the CTTPARM member).

The job is abended.

Corrective Action: Correct the JCL, and rerun the job.

CTT111E unit, JOB FAILED BY USER EXIT #3 (ddName)

Explanation: An abend was requested from local exit #3.

The job is abended.

Corrective Action: Notify your system programmer.

CTT112A unit, jobName, VOLUME volser NOT IN MDB. REPLY Y - DEFINE, E - EXTERNAL, I - IGNORE OR N - action

Explanation: A mount request was issued for a volume (VOLSER) that is unknown to Control-M/Tape. The specified volume is probably not on-site. This message is issued only if the DYNVOL parameter is set to P (Prompt) in the CTTPARM member.

The jobName job waits for a reply.

Corrective Action: Reply with one of the following values:

CTT113A unit, jobName, VOLUME volser IN VAULT vault. REPLY U - USE OR A - ABEND

Explanation: The database indicates that the volume (volser) requested for mounting is in a remote vault, and the mount request is probably a user error.

Job jobName waits for a reply.

Corrective Action: Reply with one of the following values:

CTT114A unit, ENTER VOLSER FOR {NL | BLP} REQUEST

Explanation: A tape without a label is mounted on the specified unit. This message requires confirmation that the correct volume is mounted, since there is no label information.

Control-M/Tape waits for a reply.

Corrective Action: Specify the VOLSER of the volume mounted on the unit. If this is the same VOLSER as that specified in the user JCL, the job continues normally. Otherwise, after another confirmation, the volume is rejected and the correct volume is requested.

See the section that describes the NL and BLP options for volume processing in the chapter on organization and administration of the Control-M/Tape User Guide.

CTT115S INVALID RETURN CODE (rc) FROM USER EXIT exit_num

Explanation: An invalid return code was returned from the specified exit. The exit in this message can be Exit 3, 4, or 5. The return code (rc) was not in accordance with the documented interface.

If the invalid return code was sent by Exit 4, the job continues. If the invalid return code was sent by either Exit 3 or Exit 5, the job abends.

Corrective Action: Have your system programmer check the specified exit.

CTT116S ABEND IN USER EXIT exit_num

Explanation: The exit_num user exit abended.

The job is abended.

Corrective Action: Have your system programmer check the specified exit.

CTT117S ABEND IN MODULE modName, E.P: add OFFSET: offset

Explanation: An abend occurred in the Control-M/Tape real-time environment. This message identifies the module, its entry point, and the offset of the error.

The job is abended.

Corrective Action: Notify BMC Customer Support.

CTT118E unit, FILE ALREADY EXISTS: dsn (ddName)

Explanation: An attempt was made to overwrite an existing data set with a different name than its current name (dsn). A recreate was requested for a DSNAME on a label that has a different DSNAME than the requested DSNAME.

The job is abended.

Corrective Action: To recreate, correct the JCL and rerun.

CTT119E unit, RECREATE WITH DISP=NEW: dsn (ddName)

Explanation: An attempt was made to recreate an existing data set with DISP set to NEW. Recreate is permitted only with DISP set to OLD.

The job is abended.

Corrective Action: If recreate is desired, correct the JCL and rerun.

CTT120E unit, RECREATE ON A PERMANENT DATASET: dsn (ddName)

Explanation: An attempt was made to recreate a data set with Permanent retention. Recreate is permitted only with other types of retention.

The job is abended.

Corrective Action: If recreate is desired, change the retention specification of this data set.

CTT121I LAST CHKPT IN SVC: svc INTERCEPT: id RELEASE: ver LEVEL: lev

Explanation: This information message identifies the last checkpoint in the Control-M/Tape real-time environment module, and may be accompanied by additional messages.

The variables in this message are:

Corrective Action: Look for previous error or warning messages.

CTT122E unit, NON-POOL REQUEST RECEIVED VOLUME volser FROM POOL: poolName

Explanation: A nonspecific request (scratch request) received a volume from the indicated pool although the request was for a non-pool volume.

The volume is rejected and another volume is requested.

Corrective Action: Mount a scratch volume which is not part of a pool or check the DO POOL statement in the matching rule.

CTT123E unit, NON-POOL VOLUME volser FOR POOL REQUEST: poolName

Explanation: A nonspecific request (scratch request) for the specified pool received a volume that does not belong to any pool.

The volume is rejected and another volume is requested.

Corrective Action: Mount a scratch volume from the specified pool.

CTT124E unit, REQUEST FOR POOL poolName RECEIVED VOLUME volser FROM POOL poolName

Explanation: A nonspecific request (scratch request) for the specified pool received a volume from another pool.

The volume is rejected and another volume is requested.

Corrective Action: Mount a scratch volume from the correct pool.

CTT125E unit, volser NOT A SCRATCH VOLUME

Explanation: A nonspecific (scratch) request on the specified unit received a non-scratch volume.

The specified volume is rejected and another volume is requested.

Corrective Action: Mount a scratch volume.

CTT126E unit, volser MARKED DELETED

Explanation: A nonspecific request (scratch request) on the specified unit received a volume which is marked as deleted (out of service).

The specified volume is rejected and another volume is requested.

Corrective Action: Mount another scratch volume.

CTT127I unit, volser, TEMPORARY DATASET (ddName)

Explanation: This information message indicates that a temporary data set is being written on the specified volume.

Corrective Action: Return the volume to the scratch pool right after its use.

CTT128E ddName INVALID EXPDT VALUE expdt. RC: rc

Explanation: An invalid expiration date (EXPDT) was specified in the JCL. Usually this message is caused by setting EXPDT to 970 xx, which is not supported by Control-M/Tape.

The variables in this message are:

Possible values for rc are:

The EXPDT value is ignored and the data set is given a default retention.

Note:

The EXPDT value is expressed in internal format.

Corrective Action: No action is required.

CTT129I unit, VOLUME volser IN {LOCAL VAULT: vaultName, SLOT: slotNumber| OUT LOCATION: loc }

Explanation: This information message indicates that the tape requested for mounting (volser) is located in the specified location.

Corrective Action: No action is required.

CTT130E unit, VOLUME volser NOT IN MDB

Explanation: The specified volume is not defined in Control-M/Tape's Media database. Possible causes are:

Corrective Action: Specify EXPDT=98000 in the JCL, or define the volume in the Media database using CTTDLD utility, and rerun the job.

CTT131W unit, VOLUME volser IN USE BY JOB jobName

Explanation: The indicated volser is marked in use by the specified job. Possible causes are:

Corrective Action: Do the following:

CTT132E unit, EDM TRYING TO WRITE ON NON-EDM VOLUME volser

Explanation: An EDM (External Data Manager) is trying to write a data set on a non-scratch volume which is not marked as an EDM Volume. An EDM can only write data on scratch volumes afterwards marked as EDM Volumes, or non-scratch volumes already marked as EDM Volumes.

The job is abended.

Corrective Action: Check the rules regarding EDM. Verify that they have not been changed in a way that caused this problem.

CTT133E unit, NON-EDM TRYING TO WRITE ON EDM VOLUME volser

Explanation: A job that is not an EDM (External Data Manager) is trying to write on a volume that is marked as an EDM Volume. Only an EDM is allowed to write on volumes that are marked as EDM Volumes.

The job is abended.

Corrective Action: Correct the job and rerun.

CTT134A unit, jobName, CONTROL-M/TAPE ENVIRONMENT DOES NOT EXIST. REPLY A - ABEND, R - RETRY OR U - CONTINUE

Explanation: A job is trying to process data on tape, while the Control-M/Tape real-time environment does not exist or is still initializing. Control-M/Tape real-time environment is started by the CTTINIT procedure. No tape processing is allowed while Control-M/Tape is down, unless Control-M/Tape MVS intercepts are disabled.

The job waits for a reply.

Corrective Action: Reply with one of the following values:

CTT135A unit, jobName, 98000 REQUEST FOR MDB VOLUME volume, REPLY ‘U’ - IGNORE, ‘A’ - ABEND OR ‘F’ - FORCE

Explanation: A job specified EXPDT=98000, Control-M/Tape bypass, for a controlled volume. Specifying EXPDT=98000 for a controlled volume is not recommended, because Control-M/Tape cannot enforce data integrity.

The job waits for a reply.

Corrective Action: Reply with one of the following:

CTT136E unit, volser MARKED IN AN OUT LOCATION

Explanation: The operator mounted a volume marked “out of the library” in response to a request to mount a scratch tape.

The volume is rejected. The operator is prompted to mount another volume.

Corrective Action: Mount a scratch tape.

CTT137S CSECT IN ERROR csect, EP: add OFFSET: offset

Explanation: An abend occurred in one of the Control-M/Tape real-time environment modules. This message identifies the CSECT in the module, its Entry Point, and the offset of the error. This message follows message CTT117S.

The job abends.

Corrective Action: Notify BMC Customer Support.

CTT138W unit, DATASET BYPASSED. REASON: rsn VOLUME: volser

Explanation: Control-M/Tape is bypassing the data set on the specified volume. As a result of this bypass, no information regarding this data set is recorded in the MDB.

Valid values for rsn are:

rsn

Explanation

LBL-ERR

An invalid label was used when accessing a SL tape in the Media Database (MDB). For example, a tape, identified as SL in the MDB, was accessed using BLP.

READBACK

The data set is read backward (READBACK processing).

RULE-REQ

A Control-M/Tape rule requested that this data set be bypassed by setting DO BYPASS to Y.

VOLMISS

The specified volume was not controlled by Control-M/Tape and either:

  • the DYNVOL parameter is set to I (ignore) in either the CTTPARM member or a rule.

or

  • the user answered message CTT112A with I (ignore).

This reason is also given if User Exit CTTX004 was used to temporarily override the setting for the DYNVOL parameter.

UX03

User Exit CTTX003 requested that this data set be bypassed.

UX05

User Exit CTTX005 requested that this data set be bypassed.

The job continues without Control-M/Tape involvement.

Corrective Action: No action is required.

CTT139I unit, VOLUME volume DYNAMICALLY DEFINED

Explanation: The specified volume was dynamically defined in the Media Database by Control-M/Tape. This volume was not known to Control-M/Tape before this job. The DYNVOL installation parameter determines whether or not such volumes will be defined dynamically.

The job continues.

Corrective Action: No action is required.

CTT140E unit, SPECIFIC REQUEST FOR SCRATCH VOLUME volume DENIED (ddName)

Explanation: A job attempted to access a scratch volume by specifying the volser of this volume. The SCRPROT Installation parameter determines whether a scratch volume is protected from specific access. This message may occur when VOL=REF= value is specified, or when a double open occurs in the same step that acts as a specific request, even though the JCL was for a nonspecific request.

The job is abended.

Corrective Action: Change the JCL as required. If a scratch volume is required, remove the parameter VOL=SER= value or VOL=REF= value.

CTT141E unit, RECREATE ON WRONG VOLUME vol

Explanation: A job attempted to recreate a data set that already exists on the vol volume, but the data set does not start on the volume. Data sets can only be recreated on the same volumes they were on before, and in the same order.

The job is abended.

Corrective Action: Change the JCL as required.

CTT142I IA= instruction_addr SVCA= svc_addr COMP CODE= complected

Explanation: This information message supplies additional details relating to the abend that occurred, and may be accompanied by additional messages.

The variables in this message are:

Corrective Action: Look for previous error or warning messages.

CTT143E jobName, TASK IS ABENDED BY CONTROL-M/TAPE (rsn)

Explanation: Control-M/Tape abended the jobName task. The cause of the abend is explained in a message that precedes this message, which is indicated by the value of rsn.

The following are the possible values of the reason code (rsn), and the related preceding message for each:

rsn

Explanation

4

Invalid intercept code. See CTT106S.

8

ESTAE failed. See CTT106S.

12

GETAST failed. See CTT106S.

16

RBA of the volume is missing. See CTT106S.

20

RBA of data set is missing. See CTT106S.

24

Message routine failed. See CTT106S.

28

Previous file does not exist. See CTT108E.

32

Data set name conflict with MDB data set name. See CTT109E.

36

Volume not in MDB. See CTT130E.

40

Data set not in MDB. See CTT110E.

44

Job failed by User Exit 3. See CTT111E.

48

Open failed for MDB. See CTT200S.

52

Close failed for MDB. See CTT200S.

56

GETMAIN error.

60

Recreate with DISP set to NEW. See CTT119E.

64

Volume is in a remote vault. See CTT113A.

68

File already exists. See CTT118E.

72

Bad RC from user exit. See CTT115S.

76

Abend in user exit. See CTT116S.

80

Recreate on a permanent data set. See CTT120E.

84

Control-M/Tape environment does not exist. See CTT134A.

88

Control-M/Tape is suspended. See CTT150A.

92

Invalid file sequence. See CTT107E.

96

Retry after abend in test mode.

100

Volume is not scratch. See CTT125E.

104

DYNVOL is set to I (Bypass), but an attempt was made to access a controlled volume. See CTT149E.

108

9800 request denied. See CTT135A.

112

MDB error. See CTT200S.

124

EDM tries to write on non-EDM. See CTT132E.

128

Non-EDM tries to write on EDM. See CTT133E.

156

Specific request for a scratch volume. See CTT140E.

160

Recreate on the wrong volume. See CTT141E.

168

Job started before Control-M/Tape set active. See CTT144E.

172

Access denied by User Exit 6. See CTT145E.

180

An attempt was made to run a utility of Control-M/Tape 6.0.01 or later while an earlier version of Control-M/Tape was active.

192

Recreate disabled by installation. See CTT148E.

228

Volume not found during MVS/RESTART.

The task is abended. Control-M/Tape does not record any information on this tape data set.

Corrective Action: Do one of the following:

CTT144E unit, CONTROL-M/TAPE WAS NOT ACTIVE WHEN JOB STARTED

Explanation: Either Control-M/Tape was not active when the job started to run, or Control-M/Tape was brought down and up while the job was running. If there is any tape activity in the system, Control-M/Tape must be active.

The job is abended, unless Control-M/Tape is in Test mode.

Corrective Action: Rerun the job when Control-M/Tape is active.

CTT145E unit, ACCESS DENIED TO {VOL: volser| DS: dsn }

Explanation: Permission to access the specified volume or data set was denied by the Control-M/Tape security exit.

The job is abended.

Corrective Action: If you think you should have access to this volume or data set, contact your security administrator.

CTT146I unit, JOB CONTINUES DUE TO TEST MODE (rsn)

Explanation: This information message indicates that a job that probably would have abended in PROD or PHASED mode continues processing because the job is running in TEST mode. The cause of the abend is explained in a message that precedes this message, which is indicated by the value of rsn.

The following are the possible values of the reason code (rsn) and the related preceding message for each:

rsn

Explanation

4

Invalid intercept code. See CTT106S.

8

ESTAE failed. See CTT106S.

12

GETAST failed. See CTT106S.

16

RBA of the volume is missing. See CTT106S.

20

RBA of the data set is missing. See CTT106S.

28

Previous file does not exist. See CTT108E.

32

Data set name conflict with MDB data set name. See CTT109E.

36

Volume not in MDB. See CTT130E.

40

Data set not in MDB. See CTT110E.

44

Job failed by user exit 3. See CTT111E.

48

Open failed for MDB. See CTT200S.

52

Close failed for MDB. See CTT200S.

56

GETMAIN error.

60

Recreate with DISP=NEW. See CTT119E.

64

Volume is in a remote vault. See CTT113A.

68

File already exists. See CTT118E.

72

Bad RC from User Exit. See CTT115S.

76

Abend in user exit. See CTT116S.

80

Recreate on a permanent data set. See CTT120E.

92

Invalid file sequence. See CTT107E.

100

Volume is not scratch. See CTT125E.

112

MDB error. See CTT200S.

124

EDM tries to write on non-EDM. See CTT132E.

128

Non-EDM tries to write on EDM. See CTT133E.

156

Specific request for a scratch volume. See CTT140E.

160

Recreate on the wrong volume. See CTT141E.

168

Job started before Control-M/Tape set active. See CTT144E.

172

Access denied by User Exit 6. See CTT145E.

192

Recreate disabled by installation. See CTT148E.

228

Volume not found during MVS/RESTART.

The job continues processing, but Control-M/Tape does not record any more information related to the job.

Corrective Action: No action is required.

CTT147W unit, VOLUME volser MARKED DELETED. JOB CONTINUES

Explanation: The specified volume is marked as deleted might be a physically damaged volume.

Since the job specifically requested this volume, the job continues.

Corrective Action: Check why the volume is marked as deleted, and determine if you want the job to continue processing.

CTT148E unit, RECREATE DISABLED BY INSTALLATION PARAMETERS (ddName)

Explanation: An attempt was made to recreate a data set, and N was specified for the RECREATE installation parameter in the CTTPARM member.

The job is abended.

Corrective Action: If you wish to enable recreation of data sets, contact your INCONTROL administrator.

CTT149E unit, jobName, BYPASS ATTEMPT ON MDB VOLUME volser [{SCRATCH | ACTIVE},{R | W}]

Explanation: Job (jobName) tried to access a volume from the Media Database (MDB), while under a Control-M/Tape bypass. Control-M/Tape bypassed the first volume that the executing task accessed, because it was not in the MDB. When the executing task tried to access a later volume that was in the MDB, Control-M/Tape disabled access by the executing task to the volume, and issued this message.

For security reasons Control-M/Tape requires that when DYNVOL is set to I, if the first volume accessed by the task is not in the MDB, the rest of the volumes accessed by the task must not appear in the MDB either.

This message is issued when:

The system action depends on how the volume was requested.

Corrective Action: Do one of the following, depending on how the volume was requested.

CTT150A unit, jobName, CONTROL-M/TAPE ENVIRONMENT IS SUSPENDED. REPLY A-ABEND, R-RETRY OR B-BYPASS

Explanation: A job attempted to process data on a tape, while the Control-M/Tape real-time environment was suspended. The Control-M/Tape real-time environment was suspended by the MODE=SUSPEND statement in the CTTINIT procedure. While Control-M/Tape is suspended, no tape activity is allowed.

The job waits for a reply.

Corrective Action: Specify one of the following operator responses:

CTT151I unit, VOLUMES volser1, volser2 CHAINED ON INPUT

Explanation: This information message indicates that a job successfully read a data set that spans volumes volser1 and volser2, but volume volser2 was a scratch tape.

Control-M/Tape automatically changes the status of the scratch tape (volser2) to ACTIVE and updates the necessary pointers in the volume record so that volser2 is joined in a multivolume chain to volser1.

Corrective Action: No action is required.

CTT152W unit, VOLUMES volser1, volser2 ARE NOT FROM THE SAME GROUP

Explanation: A job is reading a data set from volumes volser1 and volser2 as if they belong to the same volume group. However these volumes are recorded in the Media Database as belonging to two different multivolume chains. The information recorded in the Media Database might not reflect the real status of the two volumes.

This error message may also occur while running Control-M/Tape in TEST mode, as a result of differences between Control-M/Tape and the other tape management system.

The job continues processing.

Corrective Action: Check the volumes specified in this message (volser1 and volser2) and their definitions in the Media Database to determine why this message was issued.

CTT153E unit, MOUNT REQUEST FOR VOLUME volser RECEIVED A VOLUME WITH SL-NAME slName1 WHERE slName2 EXPECTED

Explanation: The SL-NAMEs on the mounted tape (slName1) is different from the one listed in the Media Database for this volser (slName2). Probably a different tape from the one requested was mounted.

The tape is rejected.

Corrective Action: Mount the requested tape. The volser specified in this message should appear on the gummed (external) label.

CTT154I unit, RESTART IN PROGRESS FOR VOLUME volser

Explanation: This information message indicates that the job in process was restarted from volume volser by means of the MVS/RESTART feature.

Corrective Action: No action is required.

CTT155E unit, RESTART FAILED, SELECT A-ABEND, B-BYPASS

Explanation: During tape processing done under MVS/RESTART, Control-M/Tape encountered errors. Since MVS/RESTART is in process, the current status of the volumes or data sets may be different from the status expected by Control-M/Tape.

The errors encountered are described in the messages that precede this message.

The job waits for a reply.

Corrective Action: Reply with one of the following:

CTT156W unit, {IOA FUNCTIONS | SMS RULES} PROCESSING IS INHIBITED

Explanation: Control-M/Tape can no longer process IOA functions or SMS rules, due to a problem described in the messages preceding this message. IOA functions mentioned in the message refer to DO statements that call IOA functions, for example, DO COND, DO RESOURCE and DO SET.

The job continues without using the specified feature , which is IOA functions or SMS rules.

Corrective Action: Check preceding messages for the reason for this error and correct the problem accordingly.

CTT157W unit, AUTOMATIC CARTRIDGE LOAD DISABLED (n CONSECUTIVE REJECTS)

Explanation: Tapes mounted on the specified unit after a nonspecific mount request, were rejected n consecutive times. Control-M/Tape found that the mounted tape did not satisfy the request requirements. For example, the tape may not be from the requested scratch pool. As a result, it rejected the tape, and issued the mount message again. This process repeated itself n times, after which Control-M/Tape stopped the automatic load process on the specified unit.

Control-M/Tape disables the automatic load process for the specified unit until a tape that satisfies the mount request requirements is mounted manually.

Corrective Action: Have the operator mount tapes that satisfy the mount request requirements.

CTT158E unit_addr, DENSITY OF VOLUME volser IS NOT COMPATIBLE WITH THE DEVICE

Explanation: Volume volser that was mounted for output on unit_addr has a density that is not compatible with the device. This message is issued only when CNGDENS is set to Y in CTTPARM.

The specified volume is currently recorded with a density lower than the density about to be used by the device (for example, a 3480 volume mounted for output on a 3490E device). When CNGDENS is set to N in CTTPARM, Control-M/Tape allows higher density recording on the volume, making it no longer usable on lower density devices. However, since CNGDENS was set to Y in CTTPARM, Control-M/Tape does not allow higher density recording on the volume.

The volume is rejected from the device and a mount message is issued.

Corrective Action: Mount a scratch volume with a compatible density.

CTT159W jobName, PROCESS STOPPED DUE TO {CANCEL | DETACH | ABEND IN ANOTHER TASK}

Explanation: A task was running under the Control-M/Tape real time environment module, and Control-M/Tape needed to stop execution of the task. The reason is one of the following:

Corrective Action: If the reason is CANCEL, ignore the message. Otherwise, use the dump to understand which task abended, since Control-M/Tape is not the reason for the abend.

Parent Topic

CTT messages