EntireX Version 9.7
 —  Error Messages and Codes  —

Message Class 2013 - Deployment to XML RPC Server

This message class contains messages that can occur when deploying an XMM file to an XML RPC server. They have the following format:

2013nnnn

where 2013 is the message class, and
nnnn is the message number in the range 0000 - 9999

Overview of Messages

20130001 | 20130002 | 20130005 | 20130007 | 20130010 | 20130011

See Deployment to XML/SOAP RPC Server and Dynamic Configuration of XML/SOAP RPC Server.


20130001 Unknown configuration method
Explanation

Remote configuration is not supported by this version of the XML/SOAP RPC Server.

Action

Upgrade to XML/SOAP RPC Server Version 8.1 or later to use this feature.


20130002 Invalid Call
Explanation

The deployment message size exceeds the maximum message length.

Action

Increase maximum message size in Broker attribute file.


20130005 Permission Denied: No write access
Explanation

XML/SOAP RPC Server cannot write files.

Action

Modify permission for affected part of file system.


20130007 Permission Denied: No modification access
Explanation

XML/SOAP RPC Server cannot modify files.

Action

Modify permission for affected part of file system.


20130010 Error during processing operation (Validation fails)
Explanation

The XMM file contains one or more programs that were previously deployed within another XMM file. Multiple XMM files containing the same IDL program should not be deployed to the same server.

Action

Check XMM files to remove conflicts.


20130011 Disabled Deployment for XML/SOAP RPC Server
Explanation

XML/SOAP RPC Server supports deployment, but it is disabled in server properties.

Action

Modify the server properties for enabling deployment.


Top of page