Message class 2002 - .NET wrapper

The messages have the format:

2002nnnn

where

2002

is the message class, and

nnnn

is the message number in the range 0000 - 9999

20020000Internal error

Explanation

Internal error.

Action

Contact Software AG Support.

20020001Unsupported functionality <additional text>

Explanation

For more information, see additional message text for more information.

Action

Check documentation for information on the given functionality.

20020002Invalid SSL parameter

Explanation

The format of the SSL Broker URL is invalid.

Action

Check and correct the SSL URL.

20020003Data marshalling error

Explanation

Data marshalling error.

Action

Contact Software AG Support.

20020004Data unmarshalling error

Explanation

Data unmarshalling error.

Action

Contact Software AG Support.

20020005Missing SendAs Attribute

Explanation

In the generated wrapper code there is a missing SendAs attribute.

Action

Contact Software AG Support.

20020006Unsupported data type

Explanation

Unsupported data type.

Action

Contact Software AG Support.

20020007Invalid encryptionLevel value

Explanation

Invalid encryptionLevel value.

Action

Correct the encryptionLevel value. For encrypted transport we strongly recommend using the Secure Sockets Layer/Transport Layer Security protocol. For more information, see SSL/TLS, HTTP(S), and Certificates with EntireX.

20020008Invalid compressionLevel value

Explanation

Invalid compressionLevel value.

Action

Correct the compressionLevel value.

20020010erx.dll in folder :1: missing

Explanation

The file erx.dll is not in the folder :1:.

Action

Contact Software AG Support.

20020011Cannot load erx.dll

Explanation

Cannot load erx.dll.

Action

Check whether EntireX has been installed correctly.

20020012Cannot open a new conversation within a conversation

Explanation

Cannot open a new conversation within a conversation.

Action

Correct your application code.

20020013Missing library name. Please use Service (libraryName) constructor

Explanation

Missing library name. Use Service (libraryName) constructor.

Action

Correct your application code to call the Service (libraryName) constructor.

20020014Array dimension(s) out of bounds

Explanation

The size of one or more dimensions of the user data exceeds the size defined in the IDL parameter.

Action

Correct your application code.

20020015Unsupported object type

Explanation

Unsupported object type.

Action

Contact Software AG Support.

20020016Cannot set RPC password; no RPC user defined

Explanation

Cannot set RPC password; no RPC user defined for a Service class instance.

Action

Define an RPC user before setting the RPC password.

20020017Invalid ServerAddress

Explanation

Invalid ServerAddress.

Action

Correct the format of ServerAddress.

20020018NU/PU are unsigned types

Explanation

Error in the transferred data.

Action

Contact Software AG Support.

20020019Error unmarshalling N(U)/P(U)

Explanation

Error in the transferred data.

Action

Contact Software AG Support.

20020020Cannot load library, invalid server library

Explanation

DLL with the required library name does not contain an object with the LibraryAttribute.

Action

Correct your server implementation.

20020021Cannot locate library in file

Explanation

Error in the server DLL.

Action

Contact Software AG Support.

20020022Program/Method not found

Explanation

Server DLL does not contain the required program/method.

Action

Correct your server implementation or client request.

20020023User error in server library

Explanation

There was an uncaught exception in the user's server implementation.

Action

Correct the server implementation.

20020024Invalid unbounded array

Explanation

Error in the definition of an unbounded array.

Action

Contact Software AG Support.

20020025Cannot set Broker during a conversation

Explanation

You cannot change the broker within a conversation.

Action

Correct your client implementation.

20020027SoftwareAG.EntireX.NETWrapper.Runtime.dll not found

Explanation

The DLL was not found in the appropriate place.

Action

For more information, see .NET Framework Configuration in the RPC Server for .NET documentation and follow the rules defined there.

20020029Invalid BrokerSecurity value

Explanation

The value for the BrokerSecurity is invalid.

Action

Correct the value in your implementation.

20020030Cannot create CALL_INFORMATION_BLOCK

Explanation

The creation of the CALL_INFORMATION_BLOCK failed

Action

Contact Software AG Support.

20020031Invalid index :1: for field :2:.:3:

Explanation

The index :1: of field :3: in group/struct :2: is wrong.

Action

Contact Software AG Support.

20020032State for reliable messaging not set

Explanation

User error in the implementation of reliable messaging.

Action

Correct the implementation.

20020033Unexpected error

Explanation

There is an unexpected error running with reliable messaging.

Action

Contact Software AG Support.

20020034SERVER_ADDRESS for reliable messaging not set

Explanation

The SERVER_ADDRESS for the request is missing.

Action

Contact Software AG Support.

20020035Numeric value of :1: does not fit in :2::3:.:4:

Explanation

The value of parameter :1: exceeds the range of the numeric field :2::3:.:4:.

Action

Inspect the user implementation.

20020036Internal error in method :1:

Explanation

An internal error in method :1: occurred.

Action

Contact Software AG Support.

20020038Length of byte array :1: does not fit the definition

Explanation

The length of the byte array exceeds the length defined in the IDL.

Action

Correct your client or server implementation.

20020039Index :1: for field :2:.:3: is missing

Explanation

Field :3: at index :1: in group/struct :2: is missing.

Action

Contact Software AG Support.

20020040SoftwareAG.EntireX.NETWrapper.Runtime.xml is missing

Explanation

The file SoftwareAG.EntireX.NETWrapper.Runtime.xml is not in the same directory as the file SoftwareAG.EntireX.NETWrapper.Runtime.dll.

Action

Check the bin folder of your EntireX installation and the folder of your client application.

20020041Library not configured

Explanation

The IDL library involved in the client call is not defined in the .NET server's rpcserver.exe.config file.

Action

Add the library's key and path to the assembly containing the server implementation to the rpcserver.exe.config file (see .NET Framework Configuration in the RPC Server for .NET documentation).

20020042Invalid :1:

Explanation

The value of :1: does not meet the requirements.

Action

Correct the value in your implementation.

20020043:1: is not a valid BigNumeric number

Explanation

The value of :1: does not meet the requirements for a BigNumeric number.

Action

Correct the value in your implementation.

20020044Server configuration file not found or EntireX Assemblies section missing

Explanation

The configuration file for the rpcserver.exe was not found or does not contain the "EntireX Assemblies" section.

Action

For more information, see .NET Framework Configuration in the RPC Server for .NET documentation and follow the rules defined there.