![]() |
![]() |
e-docs > Tuxedo > Messages > TRPC Catalog List > TRPC Messages 1000-1099 |
|
TRPC Messages 1000-1099
1000
ERROR: Invalid -client option - opt
Description
While executing the tidl
program, an invalid argument, opt, was specified to the -client option. The valid arguments are none to get no client files, stub to get the stub file, aux to get the auxiliary file (the auxiliary file may not be generated if not needed), and all to get both client files.
Action
Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1002
ERROR: Invalid -server option - opt
Description
While executing the tidl
program, an invalid argument, opt, was specified to the -server option. The valid arguments are none to get no server files, stub to get the stub file, aux to get the auxiliary file (the auxiliary file may not be generated if not needed), and all to get both server files.
Action
Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1004
ERROR: dir directory does not exist
Description
While executing the tidl
program, the -out option was specified with an argument, dir, that does not exist or was not a directory.
Action
Make sure that the directory exists and has write permission. Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1005
ERROR: Invalid -keep option - opt
Description
While executing the tidl
program, the argument to the keep option was invalid. The valid arguments are none to keep no files except the header file, c_source to keep the C source files, object to keep the C object files (generated from the source files) and all to keep both C source and object files. Note that on DOS and OS/2 environments, the object argument is not supported and all implies simply keeping the C source files.
Action
Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1007
ERROR: Memory allocation failure
Description
An attempt to dynamically allocate memory from the operating system using malloc
failed.
Action
Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.
See Also
BEA TUXEDO TxRPC Guide
1010
ERROR: Invalid -error option - opt
Description
While executing the tidl
program, the argument to the -error option was invalid. The only valid argument is all which causes all errors to be printed. By default, only the first 50 messages are printed.
Action
Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1012
ERROR: Invalid -port option - opt
Description
While executing the tidl
program, the argument to the -port option was invalid. The valid arguments are case which causes additional checking to see if identifiers differ only in case, and none which does no additional checking.
Action
Re-run the tidl
program using the correct argument.
See Also
BEA TUXEDO TxRPC Guide
1014
WARN: -no_enum_lit not supported
Description
While executing the tidl
program, the -no_enum_lit option was specified. This option is needed only for languages that don't support enumeration literals.
Action
Re-run the tidl
program without this option.
See Also
BEA TUXEDO TxRPC Guide
1015
WARN: -no_mepv not supported
Description
While executing the tidl
program, the -no_mepv option was specified. This option turns off the manager entry point vector generation and is not supported.
Action
Re-run the tidl
program without this option.
See Also
BEA TUXEDO TxRPC Guide
1016
WARN: -space_opt not supported
Description
While executing the tidl
program, the -space_opt option was specified. This option optimizes code generation for space and is not supported.
Action
Re-run the tidl
program without this option.
See Also
BEA TUXEDO TxRPC Guide
1017
WARN: -bug option ignored
Description
While executing the tidl
program, the -bug option was specified. This option causes certain bugs to be generated for compatibility with earlier IDL versions and is not supported.
Action
Re-run the tidl
program without this option.
See Also
BEA TUXEDO TxRPC Guide
1018
ERROR: Unrecognized option: opt
Description
While executing the tidl
program, an invalid command line option was specified. The valid options should be listed if this error occurs.
Action
Re-run the tidl
program using the correct options.
See Also
BEA TUXEDO TxRPC Guide
1019
ERROR: Multiple file arguments: filename
Description
While executing the tidl
program, multiple input file parameters were specified.
Action
Re-run the tidl
program using the correct options and a single file parameter.
See Also
BEA TUXEDO TxRPC Guide
1020
ERROR: No input file specified
Description
While executing the tidl
program, no input file was specified.
Action
Re-run the tidl
program specifying an input IDL file.
See Also
BEA TUXEDO TxRPC Guide
1025
WARN: Failed to open filename
Description
While executing the tidl
program, the output listing file, filename, could not be opened.
Action
Check that the output directory exists and has write permission, and if the file exists, that it has write permission and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1026
ERROR: Above unsupported features found during syntax checking
Description
While executing the tidl
program, one or more unsupported features were found that caused the code generation to fail.
Action
Change the IDL input file and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1027
WARN: No operations have the [code] attribute
Description
While executing the tidl
program, the input IDL file had all operations with the [nocode] attribute. No client stub functions were generated.
Action
Change the ACS input file and re-run the tidl
program if client stub functions are desired.
See Also
BEA TUXEDO TxRPC Guide
1058
ERROR: Cannot find cpp command
Description
While executing the tidl
program, the C pre-processor program could not be found using the default paths /lib/cpp, /usr/ccs/lib/cpp, and /usr/lib/cpp,
Action
Use the -cpp_cmd option to specify the full pathname for the C pre-processor, or specify the -no_cpp option to turn off pre-processing, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1060
ERROR: Cannot open filename for writing
Description
While executing the tidl
program using the -stdin option, the temporary file filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1061
ERROR: Cannot find IDL file filename
Description
While executing the tidl
program, the specified IDL input file, filename, could not be found.
Action
Check that the input file exists and has read permission and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1063
ERROR: Can't open file filename
Description
While executing the tidl
program, the input file could not be opened after pre-processing, if specified.
Action
Check to see if the pre-processing generated error messages. Correct any problem and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1064
ERROR: Parse failed
Description
While executing the tidl
program, parsing of the IDL input file failed.
Action
Correct the syntax error and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1065
ERROR: Severe error found. Stop syntax checking.
Description
While executing the tidl
program, an error occurred that caused input processing to stop.
Action
Correct the syntax error and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1066
ERROR: Above errors found during syntax checking
Description
While executing the tidl
program, an error occurred that stopped processing before header or stub generation.
Action
Check the earlier messages, correct the IDL or ACS file, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1067
WARN: Interface name being truncated to name
Description
In an IDL file, the interface name was too long for generation of the TUXEDO System/T service name. The interface name length may be 13 minus the number of digits in the major and minor version numbers. The truncated name was printed as name.
Action
Change the IDL input file and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1068
ERROR: Cannot find cpp command
Description
While executing the tidl
program, the C pre-processor program could not be found using the default paths /lib/cpp
, /usr/ccs/lib/cpp
, and /usr/lib/cpp
Action
Use the -cpp_cmd option to specify the full pathname for the C pre-processor or specify the -no_cpp option to turn off pre-processing, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1070
ERROR: Failed to run preprocessor command
Description
While executing the tidl
program, execution of the C pre-processor failed.
Action
Check for any earlier error messages, correct the problem, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1071
ERROR: Failed to find import file filename
Description
While executing the tidl
program, a specified import file, filename, could not be found.
Action
Check that the import file name was correct, that it exists, and has read permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1074
ERROR: Can't open file filename
Description
While executing the tidl
program, a specified import file, filename, could not be opened for reading.
Action
Check that the import file name was correct, that it exists, and has read permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1075
ERROR: Parse of filename failed
Description
While executing the tidl
program, parsing of the imported file, filename, failed.
Action
Correct the syntax error and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1079
ERROR: Failed to open filename for writing
Description
While executing the tidl
program, the header file, filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and if the file exists, it has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1081
ERROR: Failed to compile filename
Description
While executing the tidl
program, compilation of a client or server stub failed.
Action
Check the earlier error messages, correct the problem, and re-run the tidl
program. If necessary, generate the stub source files and compile the object files manually.
See Also
BEA TUXEDO TxRPC Guide
1083
ERROR: Failed to open filename for writing
Description
While executing the tidl
program, the client stub file, filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and if the file exists, it has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1085
ERROR: Failed to open filename for writing
Description
While executing the tidl
program, the client auxiliary file, filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and if the file exists, it has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1087
ERROR: Failed to open filename for writing
Description
While executing the tidl
program, the server stub file, filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and if the file exists, it has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1088
WARN: [nocode] operation ignored for server operation op
Description
While executing the tidl
program, a [nocode] attribute was specified for an operation. However, code for all operations are always generated on the server side.
Action
No action required.
See Also
BEA TUXEDO TxRPC Guide
1090
ERROR: Failed to open filename for writing
Description
While executing the tidl
program, the server auxiliary file, filename, could not be opened for writing.
Action
Check that the directory exists and has write permission, and if the file exists, it has write permission, and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1091
ERROR: Failed to write to filename - exiting
Description
While executing the tidl
program, a write failed on the specified file filename.
Action
Check if the disk on which the file is being written is full, and re-run the command.
See Also
BEA TUXEDO TxRPC Guide
1092
ERROR: [context_handle] not supported
Description
In an IDL file, a definition includes the [context_handle] attribute. This attribute is not supported. This error was printed if generating source or object files (not for generating the header file). For example,
typedef [context_handle]void *t1;
void op1([in]t1 p1);
Action
Change the IDL input file and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
1093
WARN: [out_of_line] not supported - ignored
Description
In an ACS file, the [out_of_line] attribute was specified. This feature is not supported.
Action
This attribute affects only the code generation, not the transmission of parameters, and the warning can be ignored.
See Also
BEA TUXEDO TxRPC Guide
1094
WARN: [heap] not supported - ignored
Description
In an ACS file, the [heap] attribute was specified. This feature is not supported.
Action
This attribute affects only the code generation, not the transmission of parameters, and the warning can be ignored.
See Also
BEA TUXEDO TxRPC Guide
1098
ERROR: Pipe type not supported
Description
In an IDL file, a pipe was defined. Pipes need not be supported in TxRPC IDL-only, and this attribute is not supported. This error was printed if generating source or object files (not for generating the header file). For example,
typedef pipe long t1;
Action
Change the IDL input file and re-run the tidl
program.
See Also
BEA TUXEDO TxRPC Guide
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |