📄 ssceerr30.h
字号:
#define SSCE_M_TRIGGERNESTLEVELEXCEEDED 27775 // Recursive trigger invocation exceeded the maximum allowed nesting level. [,,,assembly, class, method, nestLevel]
#define SSCE_M_TRANSACTIONABORTED 27776 // The current transaction has been aborted during trigger invocation. No operation has been performed. [,,,,,]
#define SSCE_M_CANTLOADSQLCOMPACTDLL 27777 // Could not load sqlcecompact30.dll. Operation has been aborted. [,,,,,]
#define SSCE_M_LOADASSEMBLYFAILED 27778 // Unable to load .NET assembly with the specified name. This is because the assembly does not exist or because your trigger/stored procedure has been compiled against an assembly with different strong name. [,,,name,,]
#define SSCE_M_DUPLICATEPROCEDURE 27779 // Procedure with the specified name already exists in this database. [,,,name,,]
#define SSCE_M_CANTDROPPROCEDURE 27780 // Cannot drop the procedure because it does not exist, or you do not have permission. [,,,name,,]
#define SSCE_M_DISTRIBUTEDTRANSACTIONNOTSUP 27992 // SQL Server Compact Edition does not support distributed transactions. The command is currently enlisted in a transaction. You can not change the database in use until that transaction is committed or aborted. [,,,,,]
#define SSCE_M_CANTDROPDATABASE 27993 // Cannot drop the database because it does not exist, or you do not have permission. [,,,,,]
#define SSCE_M_NESTEDTRANSACTIONSSNOTSUPPORTED 27994 // Nested transactions are not supported. [,,,,,]
#define SSCE_M_NOTENLISTEDINTRANSACTION 27995 // The command is not enlisted in a transaction. [,,,,,]
#define SSCE_M_TDSSERVERTHREADDEADLOCK 27996 // SQL Server Compact Edition is not responding, potentially waiting for a lock timeout. The current connection will be closed. [,,,,,]
#define SSCE_M_SCRIPTMAXSIZEEXCEEDED 27997 // The size of the executed SQL Server Compact Edition script has exceeded its maximum value. Use [GO] statements to reduce the size of submitted SQL batches. [maximum size,,,,,]
#define SSCE_M_OUTOFMEMORY 27998 // There is not enough memory on the device running SQL Server Compact Edition to complete this operation. [,,,,,]
#define SSCE_M_INVALIDPRODUCTVER 27999 // SQL Server Compact Edition 3.0 is either not installed or the installation has been corrupted. [,,,,,]
//***** Don't add any more errors here, read the comments below and add appropriately
//
// --------------------------------------------------------------------------------------
//
// Replication Transport 28000 - 28499
//
#define SSCE_M_OPENTWICE 28000 // Internal error: The table was unexpectedly opened. [,,,,,]
#define SSCE_M_INTERNETREADERROR 28001 // Internal error: A read operation from the device or the IIS server returned an incorrect number of bytes while trying to process a synchronization request. [,,,,,]
#define SSCE_M_INTERNETWRITEERROR 28002 // A write operation to the Internet wrote an incorrect number of bytes. [,,,,,]
#define SSCE_M_INVALIDRSCBID 28003 // Internal error: Either the computer running IIS is out of memory or an incorrect session ID was sent in a request. [Session id,,,,,]
#define SSCE_M_TOOMANYPENDINGREQUESTS 28004 // A SQL Server Compact Edition Server Agent queue is full and can take no further requests. Try again later. [,,,,,]
// DEAD SSCE_M_COULDNTSTARTRECTHREAD 28005 // A thread to host the SQL Server Reconciler cannot be started. Check system resources. [,,,,,]
// DEAD SSCE_M_CANTLOADRECRESOURCEDLL 28006 // The SQL Server Reconciler resource DLL cannot be loaded. [,,,,,]
#define SSCE_M_INVALIDRECONCILERPARAM 28007 // Internal error: Invalid reconciler parameter. [,,,,,]
#define SSCE_M_INVALIDTRNSPTCOMMAND 28008 // Internal error: The transport failed due to incorrect message format or content. [Command number,,,,,]
#define SSCE_M_CANTCOCREATERECONCILER 28009 // An instance of the SQL Server Reconciler cannot be created. Try reinstalling the replication components.[,,,,,]
#define SSCE_M_CANTCOCREATERECONERROR 28010 // An instance of the SQL Server Reconciler error object cannot be created. Try reinstalling the replication components.[,,,,,]
#define SSCE_M_HTTPSTATUSDENIED 28011 // Authentication failed on the computer running IIS. [,,,,,]
#define SSCE_M_HTTPSTATUSPROXYAUTHREQ 28012 // Authentication failed on the proxy server. [,,,,,]
#define SSCE_M_HTTPSTATUSBADREQUEST 28013 // The HTTP request failed due to incorrect format or content. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSPAYMENTREQ 28014 // This site requires payment before it can be accessed. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSFORBIDDEN 28015 // A Secure Sockets Layer (SSL) connection is required to access this site. [,,,,,]
#define SSCE_M_HTTPSTATUSNOTFOUND 28016 // IIS error 404 HTTP_STATUS_NOT_FOUND: The server has not found anything matching the requested URI (Uniform Resource Identifier). [,,,,,]
#define SSCE_M_HTTPSTATUSBADMETHOD 28017 // IIS Error 405 HTTP_STATUS_BAD_METHOD: The HTTP verb used is not allowed. [,,,,,]
#define SSCE_M_HTTPSTATUSNONEACCEPT 28018 // IIS Error 406 HTTP_STATUS_NONE_ACCEPTABLE: No responses acceptable to the client were found. [,,,,,]
// DEAD SSCE_M_HTTPSTATUSREQTIMEOUT 28019 // The request timed out on the computer running IIS. [,,,,,]
#define SSCE_M_HTTPSTATUSCONFLICT 28020 // The computer running IIS returned a Conflict status. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSGONE 28021 // The computer running IIS returned a Gone status. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSSERVERERROR 28022 // An error has occurred on the computer running IIS. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSNOTSUPPORTED 28023 // The computer running IIS returned a Not Supported status. Try restarting the IIS server.[,,,,,]
#define SSCE_M_HTTPSTATUSBADGATEWAY 28024 // IIS Error 502 HTTP_STATUS_BAD_GATEWAY: The server, while acting as a gateway or proxy, received a response that was not valid from the upstream server. [,,,,,]
#define SSCE_M_HTTPSTATUSSVCUNAVAIL 28025 // The IIS service is not available. [,,,,,]
// DEAD SSCE_M_HTTPSTATUSGATTIMEOUT 28026 // The gateway has timed out. [,,,,,]
// DEAD SSCE_M_HTTPSNOTSUPPORTED 28027 // HTTPS is not supported on Windows CE 1.1-based devices. [,,,,,]
#define SSCE_M_REPLPROHIBITED 28028 // Merge replication is restricted from being processed with the SQL Server Compact Edition Server Agent on the computer running IIS. Check the USAGE key in HKLM\\Software\\Microsoft\\MSSQLSERVERCE\\Transport\\USAGE and change to a value of 0 or 1. [,,,,,]
#define SSCE_M_RDAPROHIBITED 28029 // Remote data access (RDA) is restricted from being processed with the SQL Server Compact Edition Server Agent on the computer running IIS. Check the USAGE key in HKLM\\Software\\Microsoft\\MSSQLSERVERCE\\Transport\\USAGE and change to a value of 0 or 2. [,,,,,]
#define SSCE_M_COMPRESSIONFAILED 28030 // Internal error: Compression failed. Try again.[,,,,,]
#define SSCE_M_DECOMPRESSIONFAILED 28031 // Internal error: Decompression failed. Try again.[,,,,,]
#define SSCE_M_FAILUREINITIALIZINGINTERNET 28032 // The call to InternetOpen failed. Check the major error for more information. [,,,,,]
#define SSCE_M_INVALIDURLSYNTAX 28033 // The URL syntax is not valid. [,,,URL,,]
#define SSCE_M_INTERNETCONNECTFAILURE 28034 // An Internet connection cannot be established. [,,,,,]
#define SSCE_M_FAILUREQUERYINGHEADER 28035 // Internal error: HTTP header information is either corrupted or missing in the transport message. It could be a network transmission error or an IIS problem. [,,,,,]
#define SSCE_M_CLOSEINTERNETHANDLEFAILED 28036 // An internal or network problem was encountered while trying to close an Internet handle. [,,,,,]
#define SSCE_M_HTTPSENDREQUESTFAILED 28037 // A request to send data to the computer running IIS has failed. For more information, see HRESULT. [,,,,,]
#define SSCE_M_MAXIMUMRSCBSEXCEEDED 28038 // The connection was refused by the computer running IIS because the maximum number of sessions has been exceeded. Try connecting later. [,,,,,]
// DEAD SSCE_M_REQUESTSUPERSEDED 28039 // The request was superseded by a subsequent request. [,,,,,]
#define SSCE_M_RESENTCOMMANDIGNORED 28040 // Internal error: During a retry operation to synchronize, the command has been completed. The resent command was ignored. [,,,,,]
#define SSCE_M_RESENDREQUEST 28041 // Internal error: Unexpected resend request. [,,,,,]
//***** Don't add any more errors here, read the comments below and add appropriately
//
// Errors after this comment were added for v1.1 (PEBBLE)
//
// --------------------------------------------------------------------------------------
//
// Client Agent 28500 - 28999
//
#define SSCE_M_CANTCOCREATESSCEERRORS 28500 // A SQL Server Compact Edition error collection object cannot be created on the IIS server. The SQL Server reconciler is not loading. Verify that the merge replication components are running on SQL Server. [,,,,,]
// DEAD SSCE_M_SUBSCRIBERDATABASEPATHMISSING 28501 // The SubscriberConnectionString property is not specified. [,,,,,]
// DEAD SSCE_M_INTERNETURLPROPERTYMISSING 28502 // The InternetURL property is not specified. [,,,,,]
// DEAD SSCE_M_PUBLISHERPROPERTYMISSING 28503 // The Publisher property is not specified. [,,,,,]
// DEAD SSCE_M_PUBLISHERDATABASEPROPERTYMISSING 28504 // The PublisherDatabase property is not specified. [,,,,,]
// DEAD SSCE_M_PUBLICATIONPROPERTYMISSING 28505 // The Publication property is not specified. [,,,,,]
// DEAD SSCE_M_SUBSCRIBERPROPERTYMISSING 28506 // The Subscriber property is not specified. [,,,,,]
// DEAD SSCE_M_MISSINGDISTRIBUTORPROPERTIES 28507 // Some Distributor properties are not specified. [,,,,,]
// DEAD SSCE_M_MISSINGDISTRIBUTORADDRESS 28508 // The DistributorAddress property is not specified. [,,,,,]
// DEAD SSCE_M_MISSINGPUBLISHERADDRESS 28509 // The PublisherAddress property is not specified. [,,,,,]
// DEAD SSCE_M_INVALIDPUBLISHERSECURITYMODE 28510 // The value specified for the PublisherSecurityMode property is not valid. [Publisher security mode,,,,,]
// DEAD SSCE_M_INVALIDDISTRIBUTORSECURITYMODE 28511 // The value specified for the DistributorSecurityMode property is not valid. [Distributor security mode,,,,,]
// DEAD SSCE_M_INVALIDQUERYTIMEOUTVALUE 28512 // The value specified for the QueryTimeout property is not valid. [Query timeout value,,,,,]
// DEAD SSCE_M_INVALIDLOGINTIMEOUTVALUE 28513 // The value specified for the LoginTimeout property is not valid. [Login timeout value,,,,,]
// DEAD SSCE_M_INVALIDDISTRIBUTORNETWORK 28514 // The value specified for the DistributorNetwork property is not valid. [Distributor network,,,,,]
// DEAD SSCE_M_INVALIDEXCHANGETYPE 28515 // The value specified for the ExchangeType property is not valid. [Exchange type,,,,,]
// DEAD SSCE_M_INVALIDVALIDATIONTYPE 28516 // The value specified for the ValidateType property is not valid. [Validation type,,,,,]
// DEAD SSCE_M_INITIALIZEFAILED 28517 // The Initialize method failed. [,,,,,]
// DEAD SSCE_M_ADDSUBSCRIPTIONFAILED 28518 // The Add Subscription method failed. [,,,,,]
#define SSCE_M_UNSUPPORTEDDBDROPOPTION 28519 // The value specified for DBDROPOPTION is not valid. Valid values are 0 and 1. [,,,,,]
#define SSCE_M_DROPSUBSCRIPTIONFAILED 28520 // The Drop Subscription method failed. [,,,,,]
#define SSCE_M_DBALREADYREPLICABLE 28521 // The SQL Server Compact Edition subscription already exists. Publisher, PublisherDatabase, and Publication for this subscription should be different from any existing subscription. [,,,,,]
// DEAD SSCE_M_RUNFAILED 28522 // The Run method failed. [,,,,,]
#define SSCE_M_INITIALIZATIONFAILED 28523 // Internal error: Initializing an internal object failed. [,,,,,]
// DEAD SSCE_M_TERMINATEFAILED 28524 // The Terminate method failed. [,,,,,]
// DEAD SSCE_M_REINITIALIZESUBSCRIPTIONFAILED 28525 // The Reinitialize Subscription method failed. [,,,,,]
#define SSCE_M_UNEXPECTEDROCENCOUNTERED 28526 // The message contains an unexpected replication operation code. The version of SQL Server Compact Edition Client Agent and SQL Server Compact Edition Server Agent should match. [replication operation code,,,,,]
#define SSCE_M_COLUMNORDINALNOTFOUND 28527 // Internal error: The column ordinal cannot be found. [,,,Table name (if known),,]
#define SSCE_M_NICKNAMEGENERATIONFAILED 28528 // Internal error: A nickname was not generated. [,,,,,]
#define SSCE_M_DBNOTREPLICABLE 28529 // The SQL Server Compact Edition database is not enabled for replication. Try synchronizing again. [,,,,,]
#define SSCE_M_FAILUREREADINGREGISTRY 28530 // Internal error: SQL Server Compact Edition was unable to read the generated machine ID from the registry. If a network device is installed on the device, a generated machine ID will not be necessary. [,,,,,]
#define SSCE_M_FAILUREWRITINGREGISTRY 28531 // Internal error: SQL Server Compact Edition was unable to write the generated machine ID from the registry. If a network device is installed on the device, a generated machine ID will not be necessary. [,,,,,]
#define SSCE_M_TRANSPORTREADRETURNEDNODATA 28532 // A read operation from the transport returned no data. The version of SQL Server Compact Edition Client Agent and SQL Server Compact Edition Server Agent should match.[,,,,,]
// DEAD SSCE_M_CANTCOCREATESQLSERVERCE 28533 // Another instance of SQL Server Compact Edition cannot be created. [,,,,,]
// DEAD SSCE_M_RDAPULLFAILED 28534 // The Pull method failed. [,,,,,]
// DEAD SSCE_M_RDAPUSHFAILED 28535 // The Push method failed. [,,,,,]
// DEAD SSCE_M_RDASUBMITSQLFAILED 28536 // The SubmitSQL method failed. [,,,,,]
#define SSCE_M_IDENTITYRANGE 28537 // Internal error: The identity range was not established. [,,,,,]
// DEAD SSCE_M_INVALIDARTICLE 28538 // An article in the message is not valid. [Article nickname,,,,,]
#define SSCE_M_OBJECTALREADYINITIALIZED 28539 // Internal error: The database is already initialized. [,,,,,]
#define SSCE_M_OBJECTNOTINITIALIZED 28540 // Internal error: The database is not initialized. [,,,,,]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -