Deployment Error Messages

The deployment program that deploys services to Enterprise Server writes its messages to a file called deploylog.txt. This file is stored on the server in the directory that contains the COBOL archive file (.car) being installed. This directory is created under the deployment directory (by default named deploy) during deployment. While deployment is in process, Net Express displays the messages in the Deployment Progress window.

The deployment messages begin with a four-digit number. Messages 2000-3999 are warnings; and 4000-onwards are fatal errors. Message 9999 indicates that deployment did not complete successfully.

2000 Unable to retrieve value of "Path" attribute
2000 Element in Manifest is unrecognized
2000 Element in FileList is unrecognized
2000 Element in Service is unrecognized
2001 File in the file list has no name
2001 Operation in the service description has no name
2002 File not found in CAR file
2003 File pathname is absolute; reducing to filename
2004 File pathname contains an invalid expression; reducing to filename
2005 Warning: error processing configuration file ../.mfdeploy:
2006 Unable to find server in directory
2006 Unable to find listener in directory
2006 Unable to find handler in directory
2006 Server/listener name needed to add MFDS objects not supplied
2006 Server has no UID
2006 Listener has no UID
2007 Unable to connect to MFDS
2007 Unable to bind to MFDS
2008 Directory returned no information for server
2008 Directory returned no information for listener
2008 Unable to generate UID for object
2008 Unable to add object
2009 number servers named found in directory; using the first one
2009 number listeners named found in directory; using the first one
2010 Problems were encountered while adding the object to the directory - see previous messages
2011 No service qualifier supplied - cannot check service existence
2012 Unable to obtain ServiceType attribute of Application element
2013 Unable to set timestamp for file
2020 Failed to notify ASEE server of a new service
2021 mclient message
2021 Micro Focus common client unavailable
2021 Cannot create client context for ES add-service message
2021 Cannot set destination for ES add-service message
2021 Unable to connect to Enterprise Server
2021 Error sending ES add-service message
2021 Error receiving response to ES add-service message
2022 Empty response from ES to add-service message
2022 Unrecognized response from ES to add-service message
2022 ES was unable to process the service addition
2022 Error retrieving return code from ES response
2022 No return code received from ES in response to add-service message
2022 Unable to process ES return code from response to add-service message
2023 Enterprise Server was unable to invoke the add-service function
2025 Multiple IDT files in manifest
4001 Incorrect number of arguments (should be 1)
4002 Cannot open CAR file in directory
4003 Cannot create log file deploylog.txt
4003 Cannot open log file deploylog.txt
4003 Unable to create file
4003 Unable to write to file
4003 Unable to create directory
4004 Manifest not found in CAR file: unzip error
4004 Unable to retrieve information about manifest: unzip error
4004 Unable to retrieve information about file: unzip error
4004 Unable to open manifest in CAR file: unzip error
4004 Unable to open file in CAR file: unzip error
4004 Unable to extract manifest: unzip error
4004 Error reading contents of file from CAR file: unzip error
4005 Unable to allocate number bytes for area being allocated
4006 Error initializing XML parser
4006 Error parsing manifest
4007 No "Manifest" element found in manifest
4008 Error locating "Manifest" element in manifest
4008 XML parser error retrieving element name
4008 XML parser error while processing file in file list
4008 XML parser error while processing operation in service list
4010 Attempted to add too many attributes to new object
4020 Unable to add service and package objects to directory
4021 Directory already contains one or more services or packages with service qualifier for server
9999 Exiting. Installation not complete.

Related Topics