Content starts here

System Messages: GP Catalog 1600-1699

Previous

1600


ERROR: access log file name must be < 256 characters in length

Description

The length of access log file name must be less than 256 characters.

Action

Specify the file name with the proper length.

See Also

Accesslog(5)


1601


ERROR: Cannot copy fielded buffer: fml_error_message

Description

The ud32, ud, wud32, or wud command encountered an error while attempting to make a copy of a fielded buffer. fml_error_message provides further information about the nature of the error.

Action

The destination buffer has been previously allocated, so this error should not normally occur. If the error persists, contact your Tuxedo technical support organization.

See Also

ud(1)


1602


ERROR: Cannot delete SRVCNM field from buffer: fml_error_message

Description

When run with the -x option, the ud32, ud, wud32, or wud command was unable to delete the SRVCNM field from the input buffer before sending it to the requested service. fml_error_message provides further information about the nature of the error.

Action

The code should have previously verified that the input buffer contains a SRVCNM field, so this error should not normally occur. If the error persists, contact your Tuxedo technical support organization.

See Also

ud(1)


1603


ERROR: Unable to find record file for type record_name

Description

An attempt to allocate a RECORD typed buffer using tpalloc failed because the description for the record could not be found.

Action

Add record_name to the RECORDFILES (environment variable) list, and make sure that RECORDDIR environment variable is set to the directory where recordfiles can be found.

See Also

tpalloc(3c), recordfile(5)


1604


ERROR: Insufficient space allocated for type record_name

Description

An attempt to allocate a RECORD typed buffer using tpalloc failed because the buffer length specified was smaller than the needed size of the RECORD.

Action

Allocate a larger buffer based on the needed size of the RECORD.

See Also

tpalloc(3c), Frneeded(3)


1605


ERROR: Unable to find record file for type record_name

Description

An attempt to re-allocate a RECORD typed buffer using tprealloc failed because the description for the record could not be found.

Action

Add record_name to the RECORDFILES (environment variable) list, and make sure that RECORDDIR environment variable is set to the directory where recordfiles can be found.

See Also

tprealloc(3c), recordfile(5)


1606


ERROR: Insufficient space reallocated for type record_name

Description

An attempt to re-allocate a RECORD typed buffer using tprealloc failed because the buffer length specified was smaller than the needed size of the RECORD.

Action

Allocate a larger buffer based on the needed size of the RECORD.

See Also

tprealloc(3c), Frneeded(3)


1607


ERROR: Can't find record file for type record_name

Description

An attempt to transmit a RECORD typed buffer failed because the description for the record could not be found.

Action

Add record_name to the RECORDFILES (environment variable) list, and make sure that RECORDDIR environment variable is set to the directory where recordfiles can be found.

See Also

recordfile(5)


 Back to Top Previous