// Site Server Content Deployment service first error message.
//
#define CRS_ERROR_FIRST 0x40003A98L
//
// MessageId: CRS_NET_SOURCE
//
// MessageText:
//
// Source directory %2 for the project %1 is on a network drive. Cannot deploy from network drives.
//
#define CRS_NET_SOURCE 0xC0003A9CL
//
// MessageId: CRS_ERROR_ACCESS_DENIED
//
// MessageText:
//
// Access denied.
//
#define CRS_ERROR_ACCESS_DENIED 0xC0003A9DL
//
// MessageId: CRS_FILE_CREATE_ERROR
//
// MessageText:
//
// Unable to open the file %1.
//
#define CRS_FILE_CREATE_ERROR 0xC0003A9EL
//
// MessageId: CRS_SENDINET_ERROR
//
// MessageText:
//
// Project was unable to send file %1.
//
#define CRS_SENDINET_ERROR 0xC0003A9FL
//
// MessageId: CRS_SAMEBOX_NET_TARGET
//
// MessageText:
//
// Destination directory %2 for the project %1 is on a network drive. Cannot deploy to network drives.
//
#define CRS_SAMEBOX_NET_TARGET 0xC0003AA0L
//
// MessageId: CRS_BAD_SOURCE
//
// MessageText:
//
// Unable to access the project source %1.
//
#define CRS_BAD_SOURCE 0xC0003AA1L
//
// MessageId: CRS_SENDINET_CONNECT
//
// MessageText:
//
// Unable to connect to the remote server %1.
//
#define CRS_SENDINET_CONNECT 0xC0003AA2L
//
// MessageId: CRS_HASH_MISMATCH
//
// MessageText:
//
// MD5 Hash did not match during a transmission. This could indicate transmission failure or that the files transmitted at the source have been modified in transit.
//
#define CRS_HASH_MISMATCH 0xC0003AA3L
//
// MessageId: CRS_SERVER_ABORTED
//
// MessageText:
//
// Remote server was restarted. The project %1 is being restarted.
//
#define CRS_SERVER_ABORTED 0xC0003AA4L
//
// MessageId: CRS_REPLICATION_ABORTED
//
// MessageText:
//
// Project %1 was aborted.
//
#define CRS_REPLICATION_ABORTED 0xC0003AA5L
//
// MessageId: CRS_SEQUENCE_ERROR
//
// MessageText:
//
// An internal messaging sequence error occurred.
//
#define CRS_SEQUENCE_ERROR 0xC0003AA6L
//
// MessageId: CRS_SERVICE_STARTED
//
// MessageText:
//
// Site Server Content Deployment service started successfully.
//
#define CRS_SERVICE_STARTED 0x40003AA7L
//
// MessageId: CRS_SERVICE_SHUTDOWN
//
// MessageText:
//
// Site Server Content Deployment service shut down successfully.
//
#define CRS_SERVICE_SHUTDOWN 0x40003AA8L
//
// MessageId: CRS_ERROR_METABASE_ACCESS
//
// MessageText:
//
// Could not open storage/stream %1. Ensure the authentication account has access to this storage/stream.
//
#define CRS_ERROR_METABASE_ACCESS 0xC0003AAAL
//
// MessageId: CRS_AUTH_FAILURE
//
// MessageText:
//
// Authorization failure against server %1. Ensure the service has access to this server.
//
#define CRS_AUTH_FAILURE 0xC0003AABL
//
// MessageId: CRS_REMOTE_AUTH_FAILURE
//
// MessageText:
//
// Remote authorization failed to server %1. Ensure the service has access to this server.
//
#define CRS_REMOTE_AUTH_FAILURE 0xC0003AACL
//
// MessageId: CRS_ERROR_NOT_IN_ORDER
//
// MessageText:
//
// Message was received out of order. Closing connection.
//
#define CRS_ERROR_NOT_IN_ORDER 0xC0003AADL
//
// MessageId: CRS_CONNECTION_RETRY_FAILED
//
// MessageText:
//
// Connection to server %1 failed and could not be re-established.
//
#define CRS_CONNECTION_RETRY_FAILED 0xC0003AAEL
//
// MessageId: CRS_ERROR_REPLICATION_CANCELED
//
// MessageText:
//
// Project %1 canceled at the request of the user.
// Problem installing the CAB. Check CAB and INF files for validity.
//
#define CRS_CAB_ERROR_ADVPACK_FAILED 0xC0003D0FL
//
// MessageId: CRS_CAB_ERROR_LOCKED_FILES
//
// MessageText:
//
// At least one of the files inside the CAB is open for exclusive write/delete access.
//
#define CRS_CAB_ERROR_LOCKED_FILES 0xC0003D10L
//
// MessageId: CRS_CAB_ERROR_UNKNOWN
//
// MessageText:
//
// An unknown error occurred while processing the specified cabinet file.
//
#define CRS_CAB_ERROR_UNKNOWN 0xC0003DEEL
//
// MessageId: CRS_CAB_ERROR_LAST
//
// MessageText:
//
// Remote installer last error message.
//
#define CRS_CAB_ERROR_LAST 0x40003DEFL
//
// MessageId: CRS_ERROR_LAST
//
// MessageText:
//
// Site Server Content Deployment service last error message.
//
#define CRS_ERROR_LAST 0x40003E7FL
//
// MessageId: CRS_EVENT_FIRST
//
// MessageText:
//
// Site Server Content Deployment Service first event message.
//
#define CRS_EVENT_FIRST 0x400036B0L
//
// MessageId: CRS_EVENT_NET_SOURCE
//
// MessageText:
//
// Source directory is on a network drive. Cannot deploy from network drives.
//
#define CRS_EVENT_NET_SOURCE 0xC00036B4L
//
// MessageId: CRS_EVENT_ERROR_ACCESS_DENIED
//
// MessageText:
//
// Access denied.
//
#define CRS_EVENT_ERROR_ACCESS_DENIED 0xC00036B5L
//
// MessageId: CRS_EVENT_FILE_CREATE_ERROR
//
// MessageText:
//
// Unable to open the file.
//
#define CRS_EVENT_FILE_CREATE_ERROR 0xC00036B6L
//
// MessageId: CRS_EVENT_SENDINET_ERROR
//
// MessageText:
//
// Project was unable to send the file.
//
#define CRS_EVENT_SENDINET_ERROR 0xC00036B7L
//
// MessageId: CRS_EVENT_SAMEBOX_NET_TARGET
//
// MessageText:
//
// Destination directory is on a network drive. Cannot deploy to network drives.
//
#define CRS_EVENT_SAMEBOX_NET_TARGET 0xC00036B8L
//
// MessageId: CRS_EVENT_BAD_SOURCE
//
// MessageText:
//
// Unable to access the project source.
//
#define CRS_EVENT_BAD_SOURCE 0xC00036B9L
//
// MessageId: CRS_EVENT_SENDINET_CONNECT
//
// MessageText:
//
// Unable to connect to the remote server.
//
#define CRS_EVENT_SENDINET_CONNECT 0xC00036BAL
//
// MessageId: CRS_EVENT_HASH_MISMATCH
//
// MessageText:
//
// MD5 Hash did not match during a transmission. This could indicate transmission failure or that the files transmitted at the source have been modified in transit.
//
#define CRS_EVENT_HASH_MISMATCH 0xC00036BBL
//
// MessageId: CRS_EVENT_SERVER_ABORTED
//
// MessageText:
//
// Remote server was restarted. The project is being restarted.
//
#define CRS_EVENT_SERVER_ABORTED 0xC00036BCL
//
// MessageId: CRS_EVENT_REPLICATION_ABORTED
//
// MessageText:
//
// Project was aborted.
//
#define CRS_EVENT_REPLICATION_ABORTED 0xC00036BDL
//
// MessageId: CRS_EVENT_SEQUENCE_ERROR
//
// MessageText:
//
// Internal messaging sequence error occurred.
//
#define CRS_EVENT_SEQUENCE_ERROR 0xC00036BEL
//
// MessageId: CRS_EVENT_SERVICE_STARTED
//
// MessageText:
//
// Site Server Content Deployment service started successfully.
//
#define CRS_EVENT_SERVICE_STARTED 0x400036BFL
//
// MessageId: CRS_EVENT_SERVICE_SHUTDOWN
//
// MessageText:
//
// Site Server Content Deployment service shut down successfully.
//
#define CRS_EVENT_SERVICE_SHUTDOWN 0x400036C0L
//
// MessageId: CRS_EVENT_METABASE_ACCESS
//
// MessageText:
//
// Could not open given storage/stream. Ensure the authentication account has access to this storage/stream.
//
#define CRS_EVENT_METABASE_ACCESS 0xC00036C2L
//
// MessageId: CRS_EVENT_AUTH_FAILURE
//
// MessageText:
//
// Authorization failure against the destination server. Ensure the service has access to this server.
//
#define CRS_EVENT_AUTH_FAILURE 0xC00036C3L
//
// MessageId: CRS_EVENT_REMOTE_AUTH_FAILURE
//
// MessageText:
//
// Remote authorization failed to the destination server. Ensure the service has access to this server.
//
#define CRS_EVENT_REMOTE_AUTH_FAILURE 0xC00036C4L
//
// MessageId: CRS_EVENT_ERROR_NOT_IN_ORDER
//
// MessageText:
//
// Message was received out of order. Closing connection.
//
#define CRS_EVENT_ERROR_NOT_IN_ORDER 0xC00036C5L
//
// MessageId: CRS_EVENT_CONNECTION_RETRY_FAILED
//
// MessageText:
//
// Connection failed and could not be re-established.