This class indicates an error occurred in the RPC Protocol. Messages of this class have the format:
1001nnnn
where | 1001 | is the message class, and |
nnnn | is the message number in the range 0000 - 9999. |
10010004 | 10010005 | 10010007 | 10010008 | 10010009 | 10010010 | 10010011 | 10010012 | 10010013 | 10010014 | 10010015 | 10010016 | 10010017 | 10010018 | 10010019 | 10010020 | 10010021 | 10010022 | 10010023 | 10010024 | 10010025 | 10010026 | 10010027 | 10010028 | 10010029 | 10010030 | 10010031 | 10010032 | 10010033 | 10010034 | 10010035 | 10010036 | 10010037 | 10010038 | 10010039 | 10010040 | 10010041 | 10010042 | 10010043 | 10010044 | 10010045 | 10010046 | 10010047 | 10010048 | 10010049 | 10010050 | 10010051 | 10010052 | 10010053 | 10010054 | 10010055 | 10010056 | 10010057 | 10010150 | 10010151 | 10010152 | 10010153 | 10010154 | 10010200 | 10010201 | 10010202 | 10010203 | 10010204 | 10010205 | 10010206 | 10010207 | 10010208 | 10010209 | 10010210 | 10010211 | 10010212 | 10010213 | 10010215 | 10010216 | 10010217 | 10010218 | 10010219 | 10010220 | 10012000 | 10012048 | 10012049 | 10012050
10010004 | Not enough memory to receive request |
Explanation |
The RPC server does not have enough memory to receive the client request. |
Action |
If your server is a Natural RPC Server, increase the |
10010005 | Out of memory |
Explanation |
The RPC server is unable to allocate enough memory to fulfill the request. |
Action |
Increase the memory resources of your RPC server. |
10010007 | Internal error [Response <number> from RPC Server] |
Explanation |
The RPC server returned an internal error. A more specific error <number> may follow. |
Action |
|
10010008 | Unknown version |
Explanation |
This error message is returned in the following situations:
|
Action |
Depending on the situation above, for
|
10010009 | Invalid format buffer |
Explanation |
The format buffer within the RPC protocol could not be parsed. |
Action |
Contact Software AG support. |
10010010 | Invalid value buffer |
Explanation |
The value buffer within the RPC protocol could not be parsed. |
Action |
Contact Software AG support. |
10010011 | Invalid packet type |
Explanation |
The packet type shipped with the RPC protocol is not valid. |
Action |
Contact Software AG support. |
10010012 | Authorization or initialization failed |
Explanation |
One of the following occurred on the RPC server side:
|
Action |
Depending on the situation described above, check your security configuration on the server side. |
10010013 | No match with pattern |
Explanation |
Natural RPC Server message. |
Action |
Contact Software AG support. |
10010014 | Wrong Version of SYSRPC |
Explanation |
Natural RPC Server message. |
Action |
Contact Software AG support. |
10010015 | Recursive RPC tried |
Explanation |
Natural RPC Server message. |
Action |
Contact Software AG support. |
10010016 | Callee not found. [<Software AG IDL File Information>] [<RPC Server Message Appendix>] |
Explanation |
The RPC server did not find the target customer server program. This message can be appended optionally by IDL information and an RPC Server Message Appendix, where
|
Action |
Depends on the target RPC server:
Notes: |
10010017 | Reserved for internal use |
10010018 | Abnormal termination during program execution. Lib=<Library>, Pgm=<Program>[,<Natural Error Info>] |
Explanation |
The stub or the program/method called by the RPC server ended abnormally. This message can be appended by Natural error information: [,(Natural Error Info: Program=<NAT Pgm>,Error=<NAT Error>, Line=<NAT Line>,Status=<NAT Status>,Level=<NAT Level>)] <NAT Pgm> The Natural Program name which caused the error. <NAT Error> The Natural Error number. <NAT Line> The Line number within the erroneous program which caused the error. <NAT Status> See the Natural documentation. <NAT Level> See the Natural documentation. |
Action |
Correct the program/method called by the RPC server. |
10010019 | Response from user program out of range |
Explanation |
The program/method called by the RPC server can return application errors within the range 1 - 9999. The user error is outside of this range. |
Action |
Check your program/method called by the RPC server and correct the error. |
10010020 | Reserved for internal use |
10010021 | Invalid header |
Explanation |
The header within the RPC protocol is invalid. |
Action |
See the trace on the server and/or client side and contact Software AG support. |
10010022 | Unknown server command |
Explanation |
The RPC protocol contains an unknown server command. |
Action |
Contact Software AG support. |
10010023 | Stub parameter definition error |
Explanation |
The parameter definitions within the stub called by the RPC server are different. This error code is typical if clients send data using an older RPC protocol. The code will be detected by the RPC server to adjust its call information. |
Action |
When working with the UNIX or Windows RPC server, no action is required if the error message appears just once per call. Multiple appearances indicate a general problem: re-generate your stubs with the template file server.tpl, compile and link them. If the error persists, contact Software AG support. |
10010024 | Parameter out of value range |
Explanation |
The value range for a parameter is outside the defined range. |
Action |
Check program and correct error. |
10010025 | Parameter max len or array bound required |
Explanation |
This error message is returned in the following situations:
|
Action |
Depending on the situation above, for
|
10010026 | Invalid string buffer |
Explanation |
Internal error in the string buffer of the RPC protocol. |
Action |
Contact Software AG support. |
10010027 | Parse error |
Explanation |
The RPC server cannot parse the RPC protocol. |
Action |
Contact Software AG support. |
10010028 | Library not found |
Explanation |
The RPC server did not find the library or class given in the RPC protocol. |
Action |
Check your configuration, server programs and stubs and the library name sent by the client. |
10010029 | Invalid eyecatcher |
Explanation |
The header of the RPC protocol contains an invalid eyecatcher. |
Action |
Contact Software AG support. |
10010030 | Parameter array bounds overflow |
Explanation |
An overflow occurs with an unbounded array whose maximum array bounds are determined in the IDL file. See Software AG IDL File. |
Action |
Check program and correct error. |
10010031 | String buffer item overflow of the RPC protocol |
Explanation |
Internal error in string buffer. |
Action |
Contact Software AG support. |
10010032 | Reserved for internal use |
10010033 | Invalid unbounded array |
Explanation |
During marshalling/unmarshalling on the server side an error occurred when accessing the unbounded array. |
Action |
One of the following may apply:
|
10010034 | Unbounded array does not match IDL file |
Explanation |
The data type and attributes of the unbounded array sent to the server do not match the data type or attributes of the unbounded array within the server stub. |
Action |
Re-generate, compile and link your server stub using the same IDL file as on the client side. |
10010035 | Conversation already open |
Explanation |
The client application issues an open conversation RPC request having the conversation already opened. |
Action |
Contact Software AG support. |
10010036 | Conversation already closed |
Explanation |
The client application issues a close conversation, close conversation commit or conversational RPC request without having any open conversation. |
Action |
Contact Software AG support. |
10010037 | Non-conv call within open conversation |
Explanation |
The client application issues a non-conversational RPC request while having an open conversation. |
Action |
Contact Software AG support. |
10010038 | Reserved for internal use |
10010039 | Error code converted to <encoding>, error code is <error code> |
Explanation |
The RPC server does not reply in the correct encoding.
|
Action |
Check that character conversion is correctly configured for the broker. See Internationalization with EntireX. |
10010040 | Error code cannot be decoded |
Explanation |
The receiver of an RPC message (client or server) is not able to understand (decode) the message.
Except for character conversion issues, the broker is not the cause of this error. |
Action |
If the error occurs sporadically, contact Software AG support. |
10010041 | Optional parameters not supported by RPC server |
Explanation |
The RPC server does not support optional parameters. Optional parameters are supported by a Natural RPC Server. EntireX RPC servers do not support optional parameters. |
Action |
Contact Software AG support to check whether a newer version of the Natural RPC Server may support the feature. |
10010042 | Maximum supported depth for Group levels is <level> |
Explanation |
The maximum level for groups is 99. |
Action |
Correct your application. |
10010043 | Change Password not supported by RPC server |
Explanation |
You tried to use the Change Password feature of the RPC protocol with an RPC server that does not support this feature. |
Action |
Do not try to change the password with this RPC server. |
10010044 | Natural RPC client interface object required |
Explanation |
The IDL you are using contains features which require a Natural client interface object. |
Action |
Generate a Natural client interface object out of the Software AG IDL File and use it with the RPC client. See Using the Natural Wrapper for the Client Side in the Natural Wrapper documentation. |
10010045 | CICS ABEND <myabend> was issued |
Explanation |
This error indicates an application error code. Application error codes enable the RPC server to return customer-invented errors back to the RPC client in a standardized way without defining an error code field in the IDL. Here the RPC Server for CICS received a CICS For more information see Returning Application Errors (z/OS | z/VSE) in the RPC Server for CICS documentation. |
Action |
The error code can be used in RPC clients to test for specific application error codes. |
10010046 | Inconsistent RPC request or Reliable RPC message |
Explanation |
The string buffer item "REL" shipped with the RPC protocol is not valid with RPC request. |
Action |
Contact Software AG support. |
10010047 | Invalid value area |
Explanation |
The value area in the server mapping file could not be parsed. A server mapping file is a Designer file with extension .svm or .cvm. See Server Mapping Files for COBOL. |
Action |
Contact Software AG support. |
10010048 | Inconsistent Reliable RPC message |
Explanation |
The string buffer item "REL" is missing or invalid. |
Action |
Contact Software AG support. |
10010049 | Invalid packet type for Reliable RPC |
Explanation |
The packet type shipped with the RPC protocol is not valid for the use of reliable RPC. The string buffer item "REL" is not valid for the packet type. |
Action |
Contact Software AG support. |
10010050 | Illegal parameter direction |
Explanation |
Reliable RPC allows only IDL direction |
Action |
Update your IDL, i.e. remove any |
10010051 | RPC request aborted by application program |
Explanation |
The RPC client communicates with an RPC Server for CICS.
The RPC server programmer used |
Action |
This is an informational message. How the program continues depends on the application. |
10010052 | Server mapping not supported by RPC server [ Library <library>, program <program>. ] |
Explanation |
The RPC server does not support client-side server mapping files (Designer files with extension .cvm), see Server Mapping Files for COBOL).
A wrong RPC server was used to execute the RPC request.
For <library> see
|
Action |
Use an RPC server that supports client-side server mapping files. |
10010053 | Programming language <language> in server mapping not supported by RPC server. [ Library <library>, program <program>. ] |
Explanation |
The RPC server does not support the programming language (Natural, COBOL etc.) in the server mapping file
(Designer files with extension .svm or .cvm).
For <library> see
|
Action |
|
10010054 | Interface type <interface-type> in server mapping not supported by RPC server. [ Library <library>, program <program>. ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Explanation |
The interface type in the server mapping (Batch, DFHCOMMAREA, IMS MPP (IMS Connect) etc.) is not supported by the
EntireX Adapter or RPC server and/or the platform the RPC server is running on.
For <library> see At design time with the Designer, a server mapping file (Designer file with extension .svm or .cvm) for COBOL with a specific interface type was created with a COBOL plug-in: IDL Extractor for COBOL or COBOL Wrapper (Generate RPC Server). To call your server program successfully, the target RPC runtime component used must support the interface type. The table below gives an overview of possible combinations of an interface type and RPC server.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Action |
Probably a user error. For example, a CICS interface type was used with an RPC Server for Batch. |
10010055 | Sent IDL type N/NU/P/PU too long, RPC server supports <number-of-digits> digits max |
Explanation |
The length of a numeric IDL type, one of N/NU/P/PU sent by the RPC client is too long for the target programming language and environment where the RPC server is running. |
Action |
Update your IDL. Re-generate your interface object and/or update your application, then retry the RPC call. |
10010056 | Configuration issue: For program <program> library <library> the RPC server has a server-side mapping and received a conflicting client-side mapping from the RPC client |
Explanation |
The RPC client sent a client-side mapping file (Designer file with extension .cvm),
but a server-side mapping file (.svm) also still exists in the server mapping container
for <library> see |
Action |
If you migrate server-side mapping files to client side mapping files, you may have forgotten Step 2: Remove the Server-side Mapping Files on Target RPC Server. See Migrating Server Mapping Files under Server Mapping Files for COBOL in the Designer documentation. |
10010057 | Version mismatch: For program <program> (library <library>) the RPC server found the unsupported version <svm-version> in the server mapping |
Explanation |
The server mapping for the IDL library and IDL program contained a server mapping version not supported by the RPC server. A server mapping file is a Designer file with extension .svm or .cvm. See Server Mapping Files for COBOL. |
Action |
Contact Software AG support for RPC server upgrade. |
10010150 | Format Buffer Check: direction does not match. Request of IDL field (<type-length>), location=<location> |
Explanation |
The EntireX RPC server detected an inconsistency between the deployed server-side mapping
(see Server-side Mapping under Server Mapping Files for COBOL in the Designer documentation)
and the IDL file with which the RPC client was built. The
Possible causes:
The message provides additional information such as
Example: The IDL below was used for the RPC call. The location is interpreted as follows: Third field on level 1 is ' . . . define data parameter 1 G-parameter-1-on-level-1 (A10) In 1 G-parameter-2-on-level-1 In 1 G-parameter-3-on-level-1 Out 2 G-parameter-31-on-level-2 3 G-parameter-311-on-level-3 (A5) 3 G-parameter-312-on-level-3 (N8) 3 G-parameter-313-on-level-3 (NU4) 2 G-parameter-32-on-level-2 (/25) 3 G-parameter-322-on-level-3 (NU14) 3 G-parameter-321-on-level-3 (A5) 1 G-parameter-4-on-level-1 (A64) . . . end-define |
Action |
Make sure the IDL file and the deployed server-side mapping file are consistent. Possibly redeploy the server-side mapping file, see Deploying Server-side Mapping Files in the RPC server documentation for z/OS (CICS, Batch, IMS) | Micro Focus | CICS ECI | IMS Connect | BS2000 | z/VSE (CICS | Batch). If the problem persists, reextract or rewrap and then redeploy. |
10010151 | Format Buffer Check: data type does not match. Request of IDL field (<type-length>), location=<location> |
Explanation |
The EntireX RPC server detected an inconsistency between the deployed server-side mapping
(see Server-side Mapping under Server Mapping Files for COBOL in the Designer documentation) and the IDL file with which the RPC client was built.
The sequence of
IDL data types (see IDL Data Types in the IDL Editor documentation) defined in
the IDL file is different to the sequence in the related server-side mapping. See error
message 10010150 for possible causes of this situation and additional information for
|
Action |
Make sure the IDL file and the deployed server-side mapping file are consistent. Possibly redeploy the server-side mapping file, see Deploying Server-side Mapping Files in the RPC server documentation for z/OS (CICS, Batch, IMS) | Micro Focus | CICS ECI | IMS Connect | BS2000 | z/VSE (CICS | Batch). If the problem persists, reextract or rewrap and then redeploy. |
10010152 | Format Buffer Check: length is not equal. Request of IDL field (<type-length>), location=<location> |
Explanation |
The EntireX RPC server detected an inconsistency between the deployed server-side mapping
(see Server-side Mapping under Server Mapping Files for COBOL in the Designer documentation) and the IDL file with which the RPC client was built. The length
definition of a parameter
(see |
Action |
Make sure the IDL file and the deployed server-side mapping file are consistent. Possibly redeploy the server-side mapping file, see Deploying Server-side Mapping Files in the RPC server documentation for z/OS (CICS, Batch, IMS) | Micro Focus | CICS ECI | IMS Connect | BS2000 | z/VSE (CICS | Batch). If the problem persists, reextract or rewrap and then redeploy. |
10010153 | Format Buffer Check: attributes not matching. Request of IDL field (<type-length>), location=<location> |
Explanation |
The EntireX RPC server detected an inconsistency between the deployed server-side mapping
(see Server-side Mapping under Server Mapping Files for COBOL in the Designer documentation) and the IDL file with which the RPC client was built. The attributes of
a parameter (see |
Action |
Make sure the IDL file and the deployed server-side mapping file are consistent. Possibly redeploy the server-side mapping file, see Deploying Server-side Mapping Files in the RPC server documentation for z/OS (CICS, Batch, IMS) | Micro Focus | CICS ECI | IMS Connect | BS2000 | z/VSE (CICS | Batch). If the problem persists, reextract or rewrap and then redeploy. |
10010154 | Format Buffer Check: indices not matching. Request of IDL field (<type-length>), location=<location> |
Explanation |
The EntireX RPC server detected an inconsistency between the deployed server-side mapping
(see Server-side Mapping under Server Mapping Files for COBOL in the Designer documentation) and the IDL file with which the RPC client was built.
Either the number of dimensions (one-, two- three-dimensional) or the upper bounds
(see |
Action |
Make sure the IDL file and the deployed server-side mapping file are consistent. Possibly redeploy the server-side mapping file, see Deploying Server-side Mapping Files in the RPC server documentation for z/OS (CICS, Batch, IMS) | Micro Focus | CICS ECI | IMS Connect | BS2000 | z/VSE (CICS | Batch). If the problem persists, reextract or rewrap and then redeploy. |
10010200 | RPC Parameter Error: data not unsigned numeric. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format unsigned numeric (NU). See IDL Data Types. The message provides additional information such as
Example: The IDL below was used for the RPC call. The location is interpreted as follows: Third field on level 1 is ' . . . define data parameter 1 G-parameter-1-on-level-1 (A10) In 1 G-parameter-2-on-level-1 In 1 G-parameter-3-on-level-1 Out 2 G-parameter-31-on-level-2 3 G-parameter-311-on-level-3 (A5) 3 G-parameter-312-on-level-3 (N8) 3 G-parameter-313-on-level-3 (NU4) 2 G-parameter-32-on-level-2 (/25) 3 G-parameter-322-on-level-3 (NU14) 3 G-parameter-321-on-level-3 (A5) 1 G-parameter-4-on-level-1 (A64) . . . end-define |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010201 | RPC Parameter Error: data not signed numeric. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format signed numeric (N). See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010202 | RPC Parameter Error: data not numeric. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format unsigned numeric (NU) or signed numeric (N). See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010203 | RPC Parameter Error: data not unsigned packed. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format unsigned packed (PU). See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010204 | RPC Parameter Error: data not signed packed. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format signed packed (P). See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010205 | RPC Parameter Error: data not packed. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter cannot be processed because its content does not match the expected format unsigned packed (PU) or signed packed (P). See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010206 | RPC Parameter Error: I1 < MIN. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I1 cannot be processed because its content is less than the allowed minimum (-128) for I1. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010207 | RPC Parameter Error: I1 > MAX. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I1 cannot be processed because its content is greater than the allowed maximum (+127) for I1. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010208 | RPC Parameter Error: I2 < MIN. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I2 cannot be processed because its content is less than the allowed minimum (-32768) for I2. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010209 | RPC Parameter Error: I2 > MAX. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I2 cannot be processed because its content is greater than the allowed maximum (+32767) for I2. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010210 | RPC Parameter Error: I4 < MIN. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I4 cannot be processed because its content is less than the allowed minimum (-2147483648) for I4. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010211 | RPC Parameter Error: I4 > MAX. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type I2 cannot be processed because its content is greater than the allowed maximum (+2147483647) for I2. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010212 | RPC Parameter Error: float < MIN. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F4 cannot be processed because its content is less than the allowed minimum (1.175494351e-38F) for F4. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010213 | RPC Parameter Error: float > MAX. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F4 cannot be processed because its content is greater than the allowed maximum (3.402823466e+38F) for F4. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010215 | RPC Parameter Error: float HUGE_VAL. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F4 cannot be processed because of conversation error HUGE_VAL (see C library strtod()
for more information). The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010216 | RPC Parameter Error: double < MIN. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F8 cannot be processed because its content is less than the allowed minimum (2.2250738585072014e-308) for F8. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010217 | RPC Parameter Error: double > MAX. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F8 cannot be processed because its content is greater than the allowed maximum (1.7976931348623158e+308) for F8. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010218 | RPC Parameter Error: double exponent over-, underflow. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type F4 or F8 cannot be processed because of exponent over- or underflow. See IDL Data Types. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010219 | RPC Parameter Error: bad vdata provided. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An application parameter of IDL type AV, BV, KV or UV cannot be processed because incorrect data was applied, see Using Variable-length Data Types AV, BV, KV and UV. The additional information |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10010220 | RPC Parameter Error: bounds exceeds maximum. <direction> of IDL field [<parameter-name>] (<type-length>), location=<location> |
Explanation |
An index of an application parameter for an IDL unbounded-array (see |
Action |
Make sure the IDL file and, if it exists, the server-side mapping file and your server application are consistent. See Server Mapping Files for COBOL in the Designer documentation. Check your application for parameter integrity. |
10012000 | Reserved for internal use |
10012048 | Reserved for internal use |
10012049 | Reserved for internal use |
10012050 | Reserved for internal use |