Command Line Return Codes

The following table is a list of the codes that are returned when command scripts fail.

Decimal
return code  
Error What it means
2114     Server not started The server has not initialized enough to handle RPCs.
5 ERROR_ACCESS_DENIED The user is not an administrator.
8 ERROR_NOT_ENOUGH_MEMORY   The server could not allocate enough memory to handle the request.
2222 Object not found The user tried to do something, and the object of the RPC could not be found (for example, the user tried to modify a feed that does not exist).
267 ERROR_DIRECTORY The directory is bad. This error occurs when the user tries to set the properties of a newsgroup and the newsgroup does not exist.
123 ERROR_INVALID_NAME This error occurs when the user tries to create a newsgroup and the newsgroup name is invalid.
1359 ERROR_INTERNAL_ERROR The source of the error cannot be determined.
2140 ERROR_INTERNAL_ERROR The source of the error cannot be determined.
87 ERROR_INVALID_PARAMETER One of the parameters provided during the RPC was not legal.


© 1997 Microsoft Corporation. All rights reserved.