BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


CMDFML Messages 200-299



201


ERROR: program: TUXDIR environment variable must be set

Description

viewc was executed without the TUXDIR environment variable set and exported.

Action

Set and export the TUXDIR environment variable and re-execute the command.

See Also

viewc(1)


204


ERROR: unable to open viewfile filename

Description

viewc failed to open the specified input view file, filename, for reading.

Action

Check that the input file exists and has read permission.

See Also

viewc(1)


210


ERROR: unable to open tmp file filename

Description

viewc failed to create and open the specified temporary output file, filename, for writing.

Action

Check that the directory for the output file exists and has write and execute permissions set correctly, and that the file does not already exist or has write permissions set correctly.

See Also

viewc(1)


211


ERROR: program: unable to generate view object file

Description

viewc failed to compile the internally generated program that computes the offsets for the view members.

Action

Normally, the compiler warnings and errors are printed to the standard error output for the viewc command. Possible errors might be in executing the compiler with invalid options, with insufficient memory or disk space, etc. Correct the problems indicated and re-execute the command.

See Also

viewc(1)


212


ERROR: program: unable to execute internal program

Description

viewc failed to execute the internally generated program that computes the offsets for the view members.

Action

Errors may be printed to the standard error output, or in the case of system resource limitations, to the console. Possible errors might be insufficient memory or disk space, etc. Correct the problems indicated and re-execute the command.

See Also

viewc(1)


213


ERROR: program: internal program error

Description

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

Action

Try executing the command again. Contact BEA Customer Support.

See Also

viewc(1)


214


ERROR: program: internal program error

Description

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

Action

Try executing the program again. Contact BEA Customer Support.

See Also

viewc(1)


215


ERROR: program: internal program error

Description

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

Action

Try executing the program again. Contact BEA Customer Support.

See Also

viewc(1)


216


ERROR: program: internal program error

Description

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

Action

Try executing the program again. Contact BEA Customer Support.

See Also

viewc(1)


217


ERROR: unable to open output file filename

Description

viewc failed to create and open the specified output file, filename, for writing.

Action

Check that the directory for the output file exists and has write and execute permissions set correctly, and that the file does not already exist or has write permissions set correctly.

See Also

viewc(1)


221


ERROR: program: unable to open input file filename

Description

program failed to open the specified view input file, filename, for reading.

Action

Check that the input file exists and has read permission.

See Also

viewdis(1)


222


ERROR: program: filename is not a viewfile

Description

The input file name, filename, specified for viewdis is not a compiled view file.

Action

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

See Also

viewc(1), viewdis(1)


223


ERROR: program: filename is an out-of-date viewfile: can't disassemble

Description

The input file name, filename, specified for viewdis is not a valid compiled view file for the current version of the software.

Action

Make sure the input file is a compiled view file (suffixed with .V) for the local machine (for the current version of the software) and re-execute the command.

See Also

viewc(1), viewdis(1)


224


ERROR: program: filename is an incomplete viewfile: can't disassemble

Description

The input file name, filename, specified for viewdis is not a complete view file (for example, the file may have been truncated).

Action

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

See Also

viewdis(1)


225


ERROR: val: view structure too large, viewc maxsize 64K, viewc32 maxsize 2097152K

Description

While running viewc or viewc32, the size of a VIEW or VIEW32 structure exceeded the maximum size allowed.

Action

Modify the view definition file and re-run the operation. For a VIEW structure, consider using a VIEW32 structure, which allows for a much larger structure size.

See Also

viewc(1), viewc32(1)


226


ERROR: val: view structure too large, viewc maxsize 64K, viewc32 maxsize 2097152K

Description

While running viewc or viewc32, the size of a VIEW or VIEW32 structure exceeded the maximum size allowed.

Action

Modify the view definition file and re-run the operation. For a VIEW structure, consider using a VIEW32 structure, which allows for a much larger structure size.

See Also

viewc(1), viewc32(1)