Skip to main content

UNV1200-UNV1299


UNV1200E Error in func, errno, reason

Description

An error occurred in function func. The error number and a short description of the error are specified by errno and reason.

Severity

Error

System Action

The program terminates.

User Action

The error is typically due to a problem in the computing environment. Contact Stonebranch customer support should you require assistance in correcting the error.

Component

Universal Copy


UNV1201E Invalid command line syntax.

Description

A command line option was either not recognized or specified incorrectly.

Severity

Error

System Action

The program terminates.

User Action

Refer to the Universal Product Utilities Reference Guide for complete details on the command line options and format.

Component

Universal Copy


UNV1202E Open failed for file 'filename': mode, reason

Description

An error occurred attempting to open file filename. The file open mode string is mode.

Severity

Error

System Action

The program terminates.

User Action

The reason for the failure is explained in reason. Correct the condition and run the command again.

Component

Universal Copy


UNV1203E Close failed for file 'filename': reason

Description

An error occurred attempting to close the file filename.

Severity

Error

System Action

The program terminates.

User Action

The reason for the failure is explained in reason. Correct the condition and run the command again.

Component

Universal Copy


UNV1204E Error reading file 'filename': reason

Description

An error occurred attempting to read from input file filename.

Severity

Error

System Action

The program terminates.

User Action

The reason for the failure is explained in reason. Correct the condition and run the command again.

Component

Universal Copy


UNV1205E Error writing to 'filename': reason

Description

An error occurred attempting to write to file filename.

Severity

Error

System Action

The program terminates.

User Action

The reason for the failure is explained in reason. Correct the condition and run the command again.

Component

Universal Copy


UNV1206E Message ID id not found: func, errno, reason

Description

A message was not found in the message catalog. Message identifier id was not found. The failure was in function func which had an error specified by the error number errno and reason reason.

Severity

Error

System Action

The program continues execution.

User Action

Contact Stonebranch customer support.

Component

Universal Copy


UNV1207E STRUCP processing failed with exit code exitcode.

Description

The STRUCP command ended with non-zero exit code exitcode. Refer to error messages written to the STDERR file of STRUCP for complete details of the error.

Severity

Error

System Action

The program terminates.

User Action

Correct the error described in the messages written to the STDERR file of STRUCP. Once the problem is corrected, rerun the command.

Component

Universal Copy


UNV1208I Now reading file filename.

Description

The ucopy program has started reading file filename.

Severity

Informational

System Action

The program continues execution.

User Action

No action required.

Component

Universal Copy


UNV1209I Copied count bytes from file filename.

Description

The ucopy program has copied count bytes of data from file filename.

Severity

Informational

System Action

The program continues execution.

User Action

No action required.

Component

Universal Copy


UNV1210A Configuration information:

Description

A header that precedes the display of configuration options in effect for the ucopy program.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1211A Mode: mode

Description

Displays the mode in which the files are copied.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1212A Current Directory: directory

Description

Displays the current working directory from which ucopy is being executed.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1213I Writing output to file filename.

Description

The ucopy program will write output to file filename.

Severity

Informational

System Action

The program continues execution.

User Action

No action required.

Component

Universal Copy


UNV1214I Total of count bytes copied.

Description

The ucopy program has copied and total of count bytes of data.

Severity

Informational

System Action

The program continues execution.

User Action

No action required.

Component

Universal Copy


UNV1215E File 'filename' already exists. Replace 'no' was specified.

Description

The ucopy found that filename existed. Ucopy was executed with the replace option set to no so that existing files are not copied over.

Severity

Error

System Action

The program terminates.

User Action

Determine the reason the file already exists and execute ucopy again once the situation has been corrected.

Component

Universal Copy


UNV1216I Renaming temporary file 'tmpfile' to 'outfile'.

Description

A transactional copy is being performed. The copy phase is complete and now the temporary file tmpfile is being renamed to the permanent file outfile.

Severity

Informational

System Action

The program continues.

User Action

No action required.

Component

Universal Copy


UNV1217I Existing file 'filename' will be replaced.

Description

The ucopy replace option has been set to yes. As a result, file filename will be copied over.

Severity

Informational

System Action

The program continues.

User Action

No action required.

Component

Universal Copy


UNV1218I Existing file 'filename' has been removed.

Description

Ucopy is performing a transactional copy with the replace option set to yes. As a result, existing file filename has been removed in preparation for the rename phase.

Severity

Informational

System Action

The program continues.

User Action

No action required.

Component

Universal Copy


UNV1219A Replace: replace

Description

Displays the file replace option. If 'yes', existing files are copied over.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1220A Output file: filename

Description

Displays the output file name.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1221A Transactional: trans

Description

Displays the transactional copy option.

Severity

Audit

System Action

None.

User Action

None required.

Component

Universal Copy


UNV1222E Output file option is required when the transactional option is specified.

Description

The transactional option requires the output file option.

Severity

Error

System Action

The program terminates execution.

User Action

Specify an output file name with the output option.

Component

Universal Copy


UNV1223E Output file option is required when the replace option is 'no'.

Description

The output file option is required when the replace option is set to a value of 'no'. Without the output file option, data is copied to standard output. The destination of standard output cannot be determined in order to control the replacement of an existing file.

Severity

Error

System Action

The program terminates execution.

User Action

Specify an output file name with the output option.

Component

Universal Copy