This table lists common errors (and suggested solutions) that you might encounter when you use Microsoft® SQL Server™ 2000 Windows® CE Edition (SQL Server CE).
Native error | Error numbers | Solution |
---|---|---|
28037 | 80072EFD | The user's device must have network connectivity. For example, the device might not have a working modem, network card, or universal serial bus (USB) connection. Or Ensure that the computer running Microsoft Internet Information Services (IIS) is available, and that the ISP or network is functioning properly. |
28017 | 80004005 | Ensure that the virtual directory is specified correctly. For example, the URL might be incorrectly listed as http://server/ssqlce/sscesa20.dll instead of http://server/sqlce/sscesa20.dll. Or The string "sscesa20.dll" must be included in the URL. |
0 | 80045017 | The SQL Server CE Replication Provider must have read permissions to the snapshot folder. Read permission is needed so the SQL Server CE Replication Provider can download the initial subscription to the Windows CE-based device. The identity under which the SQL Server CE Replication Provider runs depends upon how IIS authentication is configured. |
0 | 80045020 | Ensure that the data type length of the column supplied by the client is supported. SQL Server CE supports only Unicode data types. It converts all ANSI character data types to their Unicode equivalent. For example, if you subscribe to a table with a char column of 256 characters, SQL Server CE maps that table to a SQL Server CE ntext column. Then, if a user inserts into the ntext column a record that has a value larger than 256 characters, the user gets an error because the data cannot fit into the char column at the Publisher. To correct this error, if you cannot change the schema of the Publisher to avoid this type of data type mapping, add application-level logic to limit the number of characters that users can enter on their devices. |
28560 | 80040E14 | The snapshot format must be set to character mode for the publication. |
25016 | Ensure that no duplicate key violations have occurred. Such violations may occur when users insert records into a table with an identity column. SQL Server CE remote data access (RDA) does not manage identity columns when a table is pulled. Or Ensure that a replication publication is configured to manage identity columns for a table(s) in the publication. | |
4060 | 80004005 | Ensure that the user ID, password, and Initial Catalog to the OLEDBConnectionString parameter of your RDA Pull method are correct. |
The following categories of errors can be generated from Microsoft® SQL Server™ for Microsoft SQL Server 2000 Windows® CE Edition (SQL Server CE). When SQL Server CE returns an error, use the native number of the error to look up an error description in the following tables. Parameters are also listed in these tables. The first three parameters of an error (P0,P1,P2) are integers, and the last three parameters (P3,P4,P5) are strings.
Note Although parameters might exist for an error, not all occurrences of the error will return parameters.
Category | Range |
---|---|
Engine Errors | 25000-27999 |
Replication Transport Errors | 28000-28499 |
Client Agent Errors | 28500-28799 |
Client Agent Warnings | 28800-28999 |
Server Agent Errors | 29000-29499 |
Message Protocol Errors | 29500-29999 |
SQL Server CE Relay Errors | 30000-30499 |
Miscellaneous Errors | 39500-39999 |
Note If you are looking for other HRESULTs, see Oledberr.h in Microsoft ActiveX® Data Objects for Windows CE 3.1 (ADOCE), or Winerror.h and Wininet.h that are included with Microsoft Visual Studio .NET and in Microsoft eMbedded Visual Tools. For more information about HRESULT values, search the MSDN® Library at this Microsoft Web site or the Microsoft Knowledge Base at this Microsoft Web site.
Engine Errors
Value Description Parameters Error 25001 Either the cursor is not on a row or there are no rows left. Not applicable SSCE_M_NOCURRENTRECORD 25002 The specified buffer size is not valid. P0: Buffer size specified SSCE_M_INVALIDBUFFERSIZE 25003 The specified length is too long for the column type. P0: Specified length P1: Column data type
SSCE_M_COLUMNLENGTHTOOBIG 25004 The column cannot be modified. P3: Column name SSCE_M_COLUMNNOTUPDATEABLE 25005 The column cannot contain null values. Not applicable SSCE_M_NULLINVALID 25006 The operation cannot be performed on the object. Not applicable SSCE_M_INVALIDOPERATION 25007 The operation cannot be performed in a transaction. Not applicable SSCE_M_INTRANSACTION 25008 The parameter is not valid. P0: Numeric parameter P3: String parameter
SSCE_M_INVALIDPARAMETER 25009 The path is not valid. Check the directory for the database. P3: Path SSCE_M_INVALIDPATH 25010 The file name is not valid. Check the file name for the database. P3: File name SSCE_M_INVALIDFILENAME 25011 The file is not a valid database file. An internal error has occurred. P3:Databasename SSCE_M_INVALIDDATABASE 25012 An internal error has occurred. Not applicable SSCE_M_UPDATENOTPREPARED 25013 The operation is supported only on tables with exclusive locks. P3: Table name SSCE_M_TABLENOTLOCKED 25014 Access to the system column is denied. Not applicable SSCE_M_SYSCOLACCESSDENIED 25015 A page cannot be allocated. There might not be enough memory on the device. Not applicable SSCE_M_CANTALLOCATEPAGE 25016 A duplicate value cannot be inserted into a unique index. Not applicable SSCE_M_KEYDUPLICATE 25017 The database file is corrupted. P3: Database name SSCE_M_DATABASECORRUPTED 25018 Failed to obtain a lock for a write operation. Not applicable SSCE_M_WRITECONFLICT 25019 Failed to obtain a lock for a read operation. Not applicable SSCE_M_READCONFLICT 25020 Failed to obtain a lock for a commit. Not applicable SSCE_M_COMMITCONFLICT 25021 Failed to obtain lock for a read or write operation. Not applicable SSCE_M_SESSIONWRITECONFLICT 25022 Null keys are not allowed on indexes. Not applicable SSCE_M_NULLKEYDISALLOWED 25025 The primary key value cannot be deleted because references to this key still exist. P3: Foreign key constraint name SSCE_M_INTEGRITYVIOLATION_MSTR 25026 A foreign key value cannot be inserted because a corresponding primary key value does not exist. P3: Primary key constraint name SSCE_M_INTEGRITYVIOLATION_SLV 25027 The row being created exceeds the maximum size allowed. Not applicable SSCE_M_RECORDTOOBIG 25028 The specified password does not match the database password. Not applicable SSCE_M_INVALIDPASSWORD 25029 An attempt was made to update a field in a record twice. Not applicable SSCE_M_RI_UPDATETWICE 25030 A duplicate key value was found as a result of referential integrity action. P3: Foreign table name SSCE_M_RI_DUPLICATEKEY 25031 A referential cascade action is setting a nonnull column to NULL. P3: Foreign table name SSCE_M_RI_KEYNULLDISALLOWED 25032 A write conflict occurred because a referential integrity action is not allowed. P3: Foreign table name SSCE_M_RI_SESSIONWRITECONFLICT 25033 The sort sequence is not valid. Not applicable SSCE_M_ILLEGALCOLLATINGSEQ 25034 There is a file locking violation. Not applicable SSCE_M_FILELOCKVIOLATION 25035 There is a file sharing violation. A different process might be using the file. Not applicable SSCE_M_FILESHAREVIOLATION 25036 File locking is not available. Not applicable SSCE_M_FILELOCKINGUNAVAILABLE 25037 There is not enough disk space left for the database. Not applicable SSCE_M_DISKFULL 25038 There is not enough disk space left for the temp database. Not applicable SSCE_M_TEMPDISKFULL 25039 Access to the database file is not allowed. P3: File name SSCE_M_FILEACCESSDENIED 25042 The language required for this database file is not fully installed on this operating system. Not applicable SSCE_M_INVALIDSORTDLL 25044 Too many files are open. Not applicable SSCE_M_TOOMANYOPENFILES 25045 The database file format is obsolete. Not applicable SSCE_M_OBSOLETEDATABASEFORMAT 25046 The database file cannot be found. Check the path to the database. P3: File name SSCE_M_FILENOTFOUND 25047 Error occurred when reading from the database file. Not applicable SSCE_M_READVERIFYERROR 25048 No more file handles can be created. Not applicable SSCE_M_NOMOREFILEHANDLES 25049 The disk is not ready. Not applicable SSCE_M_DISKNOTREADY 25050 Too many files are open for sharing. Not applicable SSCE_M_SHARINGBUFFEREXCEEDED 25051 An internal error occurred. Unable to successfully execute disk IO on the file system. Not applicable SSCE_M_DISKIO 25052 The operating system does not support threads. Not applicable SSCE_M_THREADSNOTSUPPORTED 25054 Too many columns were specified for the index. Not applicable SSCE_M_TOOMANYKEYS 25056 The size of the Unicode text column is not even. P0: Column size P3: Column name
SSCE_M_COLUMNWIDTHNOTEVEN 25059 The column data type cannot be indexed. Not applicable SSCE_M_ILLEGALINDEXCOLUMN 25060 The reference does not exist. Not applicable SSCE_M_REFERENCENOTFOUND 25062 The object is not replicable. P3: Object name SSCE_M_OBJECTNOTREPLICABLE 25064 Only one ROWGUID, autoincrement and version are allowed for each column in a table. P3: Object name SSCE_M_ONLYONESPECIALCOLUMN 25065 Too many indexes were created for the table. P3: Table name SSCE_M_TOOMANYINDEXES 25066 Too many columns were specified for the table. P0: Column count P3: Column name
SSCE_M_TOOMANYCOLUMNS 25067 The transactions are nested too deeply. Not applicable SSCE_M_TRANSTOODEEP 25068 A column in an index cannot reference itself. Not applicable SSCE_M_SELFREFERENCE 25069 The referenced table must have a primary index. Not applicable SSCE_M_NOPRIMARYINDEX 25070 The definition of referring columns (such as number of columns or data types) in referential relationships must match the referred columns. Not applicable SSCE_M_DIFFNUMRELCOLUMNS 25071 A reference to this column already exists. P3: Index name SSCE_M_CONFLICTINGREFERENCE 25072 Primary keys cannot be created on columns that support null values. Not applicable SSCE_M_PRIMARYKEYNULLCONFLICT 25073 Tables must contain at least one column. Not applicable SSCE_M_TABLEMUSTHAVECOLUMNS 25074 The expression string for the default value cannot be longer than 255 characters. P0: Length of expression string SSCE_M_DEFAULTEXPRTOOLONG 25075 Nullable columns cannot be identity columns. Not applicable SSCE_M_DISALLOWIDENTITYNULL 25077 The constraint cannot be removed because it is referenced by another constraint. P3: Constraint name SSCE_M_CONSTRAINTINUSE 25078 The index cannot be removed because it is being used to enforce a constraint. P3: Index name SSCE_M_INDEXINUSE 25079 A password must be specified when a database is created using encryption. Not applicable SSCE_M_ENCRYPTEDDBMUSTHAVEPWD 25080 The operating system does not support encryption. Not applicable SSCE_M_NOOSENCRYPTIONSUPPORT 25081 The new value generated for the inserted row does not fall within the allowable range. P0: Generated value SSCE_M_VIOLATEDAUTOINCRANGE 25082 Unique indexes and constraints cannot be created on columns that allow null values. Not applicable SSCE_M_UNIQUENULLCONFLICT 25083 The referential relationship will result in a cyclical reference that is not allowed. Not applicable SSCE_M_CYCLEDETECTED 25084 The data types of the columns in the relationship do not match. Not applicable SSCE_M_RELCOLUMNSTYPEMISMATCH 25085 The table already has a primary key. Not applicable SSCE_M_PKDUPLICATE 25086 The identity column contains an increment value that is not valid. P3: Column name SSCE_M_INVALIDINCREMENT 25087 A new GUID cannot be generated for the new row. Not applicable SSCE_M_GENERATEGUIDFAILED 25088 The key size exceeded the maximum allowed. Not applicable SSCE_M_KEYTOOLARGE 25089 The lock failed due to conflict. Not applicable SSCE_M_LOCKCONFLICT 25090 The system timed out waiting for a lock. Not applicable SSCE_M_LOCKTIMEOUT 25091 The lock manager has no more space for locks. Not applicable SSCE_M_OUTOFLOCKS 25092 The path specified for the temp database is not valid. Not applicable SSCE_M_INVALIDTEMPPATH 25200 The column cannot be NULL. Not applicable SSCE_WRN_COLUMNNULL 25201 The data was truncated. Not applicable SSCE_WRN_BUFFERTRUNCATED 25202 Seek was not able to find an exact match. Not applicable SSCE_WRN_SEEKNOTEQUAL 25203 Some specified options were ignored for this operation. Not applicable SSCE_WRN_OPTIONSIGNORED 25204 The data was truncated. Not applicable SSCE_WRN_COLUMNDATATRUNCATED 25205 The database is encrypted. A password is necessary to access the database. Not applicable SSCE_WRN_DATABASEENCRYPTED 25206 Additional records were updated as a result of referential integrity actions. Not applicable SSCE_WRN_RI_RECORDSUPDATED 25207 Additional records were deleted as a result of referential integrity actions. Not applicable SSCE_WRN_RI_RECORDSDELETED 25208 The request for a row-level lock was denied. Not applicable SSCE_WRN_ROWLOCKCONNECTFAILED 25209 The request for a page-level lock was denied. Not applicable SSCE_WRN_PAGELOCKCONNECTFAILED 25500 The execution plan cannot be generated. Not applicable SSCE_M_QP_BADOPT 25501 There was an error parsing the query. P0: Token line number
P1: Token line offset
P3: Token in errorSSCE_M_QP_BADPARSE 25502 The count of column names and source expressions do not match. P0: Column name count P1: Source expression count
SSCE_M_QP_SETLISTCOUNT 25503 The column name is not valid. P3: Node name (if any)
P4: Column nameSSCE_M_QP_BAD_COLNAME 25505 The constraint specified is not valid. Not applicable SSCE_M_QP_BADCNSTS 25506 There is not enough memory to complete the operation. Not applicable SSCE_M_QP_NOMEMORY 25507 The comment block is not complete. Not applicable SSCE_M_QP_UNCLOSEDCOMMENT 25508 The token specified is too long. The maximum length is 128 characters P0: Maximum size of token (if known)
P3: Token (if known)SSCE_M_QP_TOKTOOLONG 25509 A conversion from string to float data failed. P3: String SSCE_M_QP_ATOF_OVERFLOW 25510 A conversion from string to numeric data failed. P3: String value SSCE_M_QP_NUME_OUTOFRANGE 25511 A quotation mark delimiter is missing from the end of the query. P3: Query string SSCE_M_QP_UNCLOSEDQUOTE 25512 Conversion from string to money data failed. P3: Bad value SSCE_M_QP_BADMONEY 25513 Null values are not valid identifiers. P3: Identifier SSCE_M_QP_IDENTWITHNULL 25514 The identifier cannot be an empty string. Not applicable SSCE_M_QP_NAME_EMPTY 25515 In aggregate and grouping expressions, the SELECT clause can contain only aggregates and grouping expressions. P3: Select clause SSCE_M_QP_NO_SCALAR_IN_SELECT 25516 Nested aggregate expressions are not allowed. P3: Query string SSCE_M_QP_NO_AGG_IN_AGG 25517 In aggregate and grouping expressions, the HAVING clause can contain only aggregate functions and grouping expressions. P3: Having clause SSCE_M_QP_NO_SCALAR_IN_HAVING 25518 In aggregate and grouping expressions, the ORDER BY clause can contain only aggregate functions and grouping expressions. P3: Order by clause SSCE_M_QP_NO_SCALAR_IN_AGGRORDERBY 25519 Expressions in the GROUP BY list cannot contain aggregate functions. P3: Group by list SSCE_M_QP_NO_AGG_IN_GROUPBY 25520 Expressions in the ORDER BY list cannot contain aggregate functions. P3: Order by list SSCE_M_QP_NO_AGG_IN_ORDERBY 25521 The ORDER BY list cannot have duplicate expressions. P3: Order by list P4: Duplicate expression
SSCE_M_QP_NO_DUPEXPR_IN_ORDERBY 25522 The table aliases must be unique. P3: Name of duplicate alias SSCE_M_QP_DUP_TABLE_ALIAS 25523 The column aliases must be unique. P3: Name of duplicate alias SSCE_M_QP_DUP_COLUMN_ALIAS 25524 A HAVING clause must have a GROUP BY clause (implicit or explicit). P3: Having clause SSCE_M_QP_HAVING_WITHOUT_GROUPBY 25525 The WHERE clause cannot refer to aggregate expressions . P3: Where clause SSCE_M_QP_NO_AGG_IN_WHERE 25526 Duplicate constraints cannot be specified. P3: Constraint SSCE_M_QP_DUP_CNST 25527 A function with the same signature already exists. P3: Name of function SSCE_M_QP_AMBIGUOUS_FUNC 25529 The OLE DB provider cannot be instantiated. Not applicable SSCE_M_QP_CANT_COCREATE 25530 A column with the same name has already been specified. P3: Name of duplicate column SSCE_M_QP_SETLIST_DUPCOLNAME 25531 The column name cannot be resolved to a table. Specify the table to which the column belongs. P3: Name of ambiguous column SSCE_M_QP_AMBIGUOUS_COLNAME 25532 The float precision is not valid. Not applicable SSCE_M_QP_BAD_FLOAT_PRECISION 25533 The identifier name is too long. P3: Name of column (if known) SSCE_M_QP_LONGIDNAME 25534 Large objects (ntext and image) cannot be used in ORDER BY clauses. P3: Order by clause SSCE_M_QP_LOB_IN_ORDERBY 25536 The meta data for the large object is not valid. Not applicable SSCE_M_QP_INVALIDMETA_FOR_LOB 25537 The columns in the subquery do not match. P3: Column name SSCE_M_QP_SUBQUERY_COLUMN_MISMATCH 25538 The database is encrypted. A password must be specified. Not applicable SSCE_M_QP_ENCRYPTION_NO_DBPASSWORD 25539 The escape character for the LIKE predicate is not valid. P3: Escape character SSCE_M_QP_BADLIKEESCCHAR 25540 The datepart is not valid. P3: Portion of data in error SSCE_M_QP_BADDATEOPTION 25541 The identifier is not valid. P3: Identifier SSCE_M_QP_INVALID_IDENTIFIER 25542 Data cannot be inserted into a read-only table. P3: Name of read-only table SSCE_M_QP_READONLYINSERT 25543 Data cannot be updated in a read-only table. P3: Name of read-only table SSCE_M_QP_READONLYUPDATE 25544 Data cannot be deleted from a read-only table. P3: Name of read-only table SSCE_M_QP_READONLYDELETE 25545 A value must be provided for the INSERT statement into <table_name>. P3: Table name SSCE_M_QP_NOINSERTCOLUMNS 25546 The column is read-only and cannot be modified. P3: Column name SSCE_M_QP_MODIFYPROTECTEDCOL 25547 ORDER BY <column number> is not supported. Not applicable SSCE_M_QP_SCALARORDERBYNOTSUPPORTED 25548 DISTINCT cannot be used with ntext and image data. Not applicable SSCE_M_QP_LOB_IN_DISTINCT 25549 GROUP BY cannot be used with ntext and image data. Not applicable SSCE_M_QP_LOB_IN_GROUPBY 25550 Too many identity columns are specified for the table. Only one identity column for each table is allowed. P3: SQL statement SSCE_M_QP_MULTI_IDENTITY_COLUMNS 25551 The identity column must be an integer data type and cannot be NULL. Not applicable SSCE_M_QP_BAD_IDENTITY_TYPE 25552 Elements in the GROUP BY clause must reference columns in the select list. P3: SQL statement SSCE_M_QP_GROUPBY_MUST_REFERENCE_COLS 25553 A foreign key constraint that has an UPDATE or a DELETE CASCADE rule and self-references a column in the same table, is not allowed. Not applicable SSCE_M_QP_CASCADEONSELFREFFK 25554 Defaults cannot be created on identity columns. P3: Name of table
P5: Name of columnSSCE_M_QP_NODEFAULTONIDENTITYCOL 25555 Subquery columns cannot be ntext or image data types. Not applicable SSCE_M_QP_SUBQUERY_NOLOBCOLUMNS 25556 The number sign (#) is reserved and cannot be used as the first character of an identifier. P3: Invalid name SSCE_M_QP_INVALID_CHARACTER_IN_IDENTIFIER 25557 Expressions combined by a UNION operator must have the same number of columns. Not applicable SSCE_M_UNIONCOLUMNCOUNT 25558 The number of columns in the query and the table must match. Not applicable SSCE_M_DIFFERENTCOLUMNCOUNT 25900 The query processor encountered an error evaluating the expression. Not applicable SSCE_M_QP_BADEXPR 25901 Expression evaluation caused an overflow. P3: Expression SSCE_M_QP_OVFLO 25902 The data types in the IN expression do not match. P3: Expression SSCE_M_QP_EXPRTYPECHECK 25903 There is an error in the datepart format. P3: Expression SSCE_M_QP_DATEPART 25904 There is an error in the date format. P3: Expression SSCE_M_QP_DATEABORT 25905 A syntax error occurred. P3: Expression SSCE_M_QP_SYNTAX 25906 Conversion failed due to a syntax error P3: Expression SSCE_M_QP_CONVSYNTAX 25907 An overflow occurred while converting the string data type to money. P3: String SSCE_M_QP_MONEYOVERFLOW 25909 Default values cannot have column references. P3: Expression SSCE_M_QP_NOCOLUMNREFINDEFAULT 25910 Default values cannot have aggregate functions. P3: Expression SSCE_M_QP_NOAGGRINDEFAULT 25911 Aggregate value expressions cannot have ntext or image data. P3: Expression SSCE_M_QP_NOAGGRONLOB 25912 The original data is truncated and cannot be converted. P3: Expression SSCE_M_QP_NOCONVDUETOTRUNC 25913 The arithmetic operator is not supported for the data type. P3: Expression SSCE_M_QP_ARITHOPNOTSUPPORTED 25914 Modulo is not supported on real, float, money, and numeric data types. P3: Data type SSCE_M_QP_NOMODULOSUPPORT 25916 An operator on the result data type from a subquery is not valid. P3: Operator P4: Subquery expression
SSCE_M_QP_SUBQUERYINVALIDOP 25917 Bit operators (&,|,^,~) are not supported on real, float, money, and numeric data types. P3: Data type SSCE_M_QP_NOBITOPSUPPORT 25918 The data type is not valid for the arithmetic operation. P0: Data type P3: Expression
SSCE_M_QP_BADARITHTYPE 25919 The arithmetic operator is not recognized by SQL Server CE. P3: Operator SSCE_M_QP_BADARITHOP 25920 The data is truncated. Not applicable SSCE_M_QP_TRUNCATION 25921 The function is not recognized by SQL Server CE. P3: Name of function
P5: Data typeSSCE_M_QP_INVALIDFUNCTIONNAME 25922 The arguments for <func_name> function are not valid. P3: Name of function (if known) SSCE_M_QP_INVALIDFUNCTIONARGS 25923 The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except when these data types are used with the LIKE or IS NULL predicates. P3: Expression SSCE_M_QP_NOSUPPORTFORLOB 25924 An overflow might have occurred while converting binary to datetime. P0: Binary value SSCE_M_QP_BINDTSYNTAX 25925 An overflow might have occurred while converting numeric to datetime. P0: Numeric value SSCE_M_QP_NUMDTSYNTAX 25926 An overflow might have occurred while converting money to datetime. P0: Money value SSCE_M_QP_MONDTSYNTAX 25927 An overflow might have occurred while converting bigint to datetime. P0: bigint value SSCE_M_QP_BIGINTDTSYNTAX 25928 There are too many arguments specified for the function. P0: Count of arguments SSCE_M_QP_TOOMANYARGS 25929 A unary minus can be performed only on tinyint, smallint, int, bigint, money, and numeric data types. P3: Expression SSCE_M_QP_UMINUSNUMONLY 25930 The operation cannot be performed because the precision of the numeric data types do not match. P3: Expression SSCE_M_QP_PRECISIONMISMATCH 25931 The operation cannot be performed because the scale of the numeric data types do not match. P3: Expression SSCE_M_QP_SCALEMISMATCH 25932 The data types cannot be converted implicitly. P0: Source data type P1: Destination data type
SSCE_M_QP_NOIMPLICITCONVALLOWED 25933 An overflow occurred while converting to datetime. P3: Expression SSCE_M_QP_DATETIMEOVFLO 25935 Dividing by zero is not allowed. P3: Expression SSCE_M_QP_DIVBYZERO 25937 A time datepart must be specified to convert a string to datetime. P3: String SSCE_M_QP_NOTIMEPARTSPECIFIED 25938 The specified hour in the time datepart is not valid. P3: String SSCE_M_QP_INVALIDHOURTIMEPARTSPECIFIED 25939 The specified minute in the time datepart is not valid. P3: String SSCE_M_QP_INVALIDMINUTETIMEPARTSPECIFIED 25940 The specified second in the time datepart is not valid. P3: String SSCE_M_QP_INVALIDSECONDIMEPARTSPECIFIED 25941 The specified millisecond in the time datepart is not valid. P3: String SSCE_M_QP_INVALIDMSEDCONDIMEPARTSPECIFIED 25942 The specified date or time datepart is not valid. P3: String SSCE_M_QP_SYNTAXERRORINDATETIMESTRING 25943 The format of the specified date or time datepart is not valid. P3: String SSCE_M_QP_FORMATERRORINDATETIMESTRING 25944 The order of the specified date or time datepart is not valid. P3: String SSCE_M_QP_INVALIDORDERINDATETIMESTRING 25945 The escape sequence used in the LIKE predicate is not valid. P3: Escape sequence P4: Like predicate
SSCE_M_QP_INVALID_ESCAPE_SEQUENCE 25946 The number of arguments specified for function <func_name> is not correct. Not applicable SSCE_M_QP_INVALIDFUNCTIONARGNUM 25947 The conversion is not supported. Not applicable SSCE_M_QP_INVALIDCONVERSION 25948 The specified argument value for the function is not valid. Not applicable SSCE_M_QP_INVALIDFUNCTIONARGVALUE 25949 The expressions in UNION are not compatible. Not applicable SSCE_M_QP_INCOMPATIBLE_TYPES 25950 A parameter is missing. Not applicable SSCE_M_QP_MISSINGPARAMETER 25951 A parameter is not allowed in this location. Not applicable SSCE_M_QP_PARAMETERNOTALLOWED 25952 At least one input table is required. Not applicable SSCE_M_QP_EMPTYFROMLIST 26100 The table name is not valid. P3: Table name SSCE_M_QP_BADTABLE 26101 An error occurred while accessing the schema rowset. Not applicable SSCE_M_QP_BADSCHEMAROWSET 26102 An error occurred while accessing the table schema rowset. P3: Table name SSCE_M_QP_TBLSCHEMAROWSET 26300 OLE DB returned an error. Not applicable SSCE_M_QP_OLEDBERR 26302 The specified data type is not valid. P0: Data type SSCE_M_QP_BADTYPE 26303 An internal query processor error occurred. Not applicable SSCE_M_QP_INTERNAL 26305 The meta data is not valid. Not applicable SSCE_M_QP_BADADTMETAINFO 26306 Data conversion failed. P0: OLE DB status value SSCE_M_QP_COERSIONERROR 26307 Syntax error in query. Not applicable SSCE_M_QP_BADQUERY 26308 Zero-length binary constants are not supported in SQL Server CE. Not applicable SSCE_M_QP_ZEROLENGTHBINARYCONST 27000 Too many sessions are open. Not applicable SSCE_M_TOOMANYSESSIONSOUTSTANDING 27001 The new column cannot be set as the PRIMARY KEY constraint. Create a table-level constraint instead. P3: Table name P4: Column name
SSCE_M_PRIMARYKEYPROPERTYNOTSETTABLE 27002 The new column cannot be set as a UNIQUE constraint. Create a table-level constraint instead. P3: Table name P4: Column name
SSCE_M_UNIQUEKEYPROPERTYNOTSETTABLE 27003 Column nullability cannot be changed after the column is created. P3: Table name P4: Column name
SSCE_M_COLUMNNULLABILITYNOTALTERABLE 27004 The column cannot become an identity column after it is created. P3: Table name P4: Column name
SSCE_M_CANTMODIFYIDENTITYATTRIBUTE 27005 The column property is not valid. P3: Table name P4: Column name
P5: Property
SSCE_M_INVALIDCOLUMNPROPERTY 27006 An attempt to set the SQLServer CE DBINIT property is not valid. Not applicable SSCE_M_INVALIDSSCEDBINITPROPERTY 27500 An overflow occurred while setting decimal data. Not applicable SSCE_M_DECIMALOVERFLOW 27501 Decimal data was truncated. Not applicable SSCE_M_DECIMALTRUNCATED 27502 The parameter is not valid. Not applicable SSCE_M_CMN_INVALIDPARAMETER 27700 Decimal data was truncated. Not applicable SSC_WRN_DECIMALTRUNCATED 27750 Cannot load sscemw20.dll or ssceca20.dll is missing or not registered. Not applicable SSCE_M_SSCEMWFAILURE Replication Transport Errors
Value Description Parameters Error 28000 An internal error has occurred. Not applicable SSCE_M_OPENTWICE 28001 A read operation from the Internet returned an incorrect number of bytes. Not applicable SSCE_M_INTERNETREADERROR 28002 A write operation to the Internet wrote an incorrect number of bytes. Not applicable SSCE_M_INTERNETWRITEERROR 28003 Either the computer running IIS is out of memory or an incorrect RSCBID was sent in a request. P0: RSCBID SSCE_M_INVALIDRSCBID 28004 A SQL Server CE Server Agent queue is full and can take no further requests. Try again later. Not applicable SSCE_M_TOOMANYPENDINGREQUESTS 28005 A thread to host the SQL Server Reconciler cannot be started. Check system resources. Not applicable SSCE_M_COULDNTSTARTRECTHREAD 28006 The SQL Server Reconciler resource DLL cannot be loaded. Not applicable SSCE_M_CANTLOADRECRESOURCEDLL 28007 An internal error has occurred. Not applicable SSCE_M_INVALIDRECONCILERPARAM 28008 The transport failed due to incorrect message format or content. P0: Command number SSCE_M_INVALIDTRNSPTCOMMAND 28009 An instance of the SQL Server Reconciler cannot be created. Not applicable SSCE_M_CANTCOCREATERECONCILER 28010 An instance of the SQL Server Reconciler error object cannot be created. Not applicable SSCE_M_CANTCOCREATERECONERROR 28011 Authentication failed on the computer running IIS. Not applicable SSCE_M_HTTPSTATUSDENIED 28012 Authentication failed on the proxy server. Not applicable SSCE_M_HTTPSTATUSPROXYAUTHREQ 28013 The HTTP request failed due to incorrect format or content. Not applicable SSCE_M_HTTPSTATUSBADREQUEST 28014 This site requires payment before it can be accessed. Not applicable SSCE_M_HTTPSTATUSPAYMENTREQ 28015 A Secure Sockets Layer (SSL) connection is required to access this site. Not applicable SSCE_M_HTTPSTATUSFORBIDDEN 28016 The URL cannot be found. Not applicable SSCE_M_HTTPSTATUSNOTFOUND 28017 An incorrect or unsupported HTTP function call was made. Not applicable SSCE_M_HTTPSTATUSBADMETHOD 28018 An HTTP function failed to establish a connection to the computer running IIS. Not applicable SSCE_M_HTTPSTATUSNONEACCEPT 28019 The request timed out on the computer running IIS. Not applicable SSCE_M_HTTPSTATUSREQTIMEOUT 28020 The computer running IIS returned a Conflict status. Not applicable SSCE_M_HTTPSTATUSCONFLICT 28021 The computer running IIS returned a Gone status. Not applicable SSCE_M_HTTPSTATUSGONE 28022 An error has occurred on the computer running IIS. Not applicable SSCE_M_HTTPSTATUSSERVERERROR 28023 The computer running IIS returned a Not Supported status. Not applicable SSCE_M_HTTPSTATUSNOTSUPPORTED 28024 A gateway error has occurred. Not applicable SSCE_M_HTTPSTATUSBADGATEWAY 28025 The IIS service is not available. Not applicable SSCE_M_HTTPSTATUSSVCUNAVAIL 28026 The gateway has timed out. Not applicable SSCE_M_HTTPSTATUSGATTIMEOUT 28027 HTTPS is not supported on Windows CE 1.1-based devices. Not applicable SSCE_M_HTTPSNOTSUPPORTED 28028 Replication is prohibited for this SQL Server CE Server Agent on the computer running IIS. Not applicable SSCE_M_REPLPROHIBITED 28029 RDA is prohibited for this SQL Server CE Server Agent on the computer running IIS. Not applicable SSCE_M_RDAPROHIBITED 28030 Internal error: Compression failed. Not applicable SSCE_M_COMPRESSIONFAILED 28031 Internal error: Decompression failed. Not applicable SSCE_M_DECOMPRESSIONFAILED 28032 Internet Open failed at the client. Not applicable SSCE_M_FAILUREINITIALIZINGINTERNET 28033 The URL syntax is not valid. P3: URL SSCE_M_INVALIDURLSYNTAX 28034 An Internet connection cannot be established. Not applicable SSCE_M_INTERNETCONNECTFAILURE 28035 Header information is either corrupted or missing. P3: Header name SSCE_M_FAILUREQUERYINGHEADER 28036 An internal or network problem was encountered while trying to close an Internet handle. Not applicable SSCE_M_CLOSEINTERNETHANDLEFAILED 28037 A request to send data to the computer running IIS has failed. For more information, see HRESULT. Not applicable SSCE_M_HTTPSENDREQUESTFAILED 28038 The connection was refused by the computer running IIS because the maximum number of RSCBs has been exceeded. Try connecting later. Not applicable SSCE_M_MAXIMUMRSCBSEXCEEDED 28039 The request was superseded by a subsequent request. Not applicable SSCE_M_REQUESTSUPERSEDED 28040 The command has been completed. The resent command was ignored. Not applicable M_RESENTCOMMANDIGNORED 28041 An internal error occurred. Not applicable M_RESENDREQUEST Client Agent Errors
Value Description Parameters Error 28500 An instance of the SSCEErrors collection object cannot be created. Not applicable SSCE_M_CANTCOCREATESSCEERRORS 28501 The SubscriberConnectionString property is not specified. Not applicable SSCE_M_SUBSCRIBERDATABASEPATHMISSING 28502 The InternetURL property is not specified. Not applicable SSCE_M_INTERNETURLPROPERTYMISSING 28503 The Publisher property is not specified. Not applicable SSCE_M_PUBLISHERPROPERTYMISSING 28504 The PublisherDatabase property is not specified. Not applicable SSCE_M_PUBLISHERDATABASEPROPERTYMISSING 28505 The Publication property is not specified. Not applicable SSCE_M_PUBLICATIONPROPERTYMISSING 28506 The Subscriber property is not specified. Not applicable SSCE_M_SUBSCRIBERPROPERTYMISSING 28507 Some Distributor properties are not specified. Not applicable SSCE_M_MISSINGDISTRIBUTORPROPERTIES 28508 The DistributorAddress property is not specified. Not applicable SSCE_M_MISSINGDISTRIBUTORADDRESS 28509 The PublisherAddress property is not specified. Not applicable SSCE_M_MISSINGPUBLISHERADDRESS 28510 The value specified for the PublisherSecurityMode property is not valid. P0: Publisher security mode SSCE_M_INVALIDPUBLISHERSECURITYMODE 28511 The value specified for the DistributorSecurityMode property is not valid. P0: Distributor security mode SSCE_M_INVALIDDISTRIBUTORSECURITYMODE 28512 The value specified for the QueryTimeout property is not valid. P0: Query timeout value SSCE_M_INVALIDQUERYTIMEOUTVALUE 28513 The value specified for the LoginTimeout property is not valid. P0: Login timeout value SSCE_M_INVALIDLOGINTIMEOUTVALUE 28514 The value specified for the DistributorNetwork property is not valid. P0: Distributor network SSCE_M_INVALIDDISTRIBUTORNETWORK 28515 The value specified for the ExchangeType property is not valid. P0: Exchange type SSCE_M_INVALIDEXCHANGETYPE 28516 The value specified for the ValidateType property is not valid. P0: Validation type SSCE_M_INVALIDVALIDATIONTYPE 28517 The Initialize method failed. Not applicable SSCE_M_INITIALIZEFAILED 28518 The AddSubscription method failed. Not applicable SSCE_M_ADDSUBSCRIPTIONFAILED 28519 The value specified for DBDROPOPTION is not valid. Not applicable SSCE_M_UNSUPPORTEDDBDROPOPTION 28520 The DropSubscription method failed. Not applicable SSCE_M_DROPSUBSCRIPTIONFAILED 28521 The SQL Server CE database is already enabled for replication. Not applicable SSCE_M_DBALREADYREPLICABLE 28522 The Run method failed. Not applicable SSCE_M_RUNFAILED 28523 Internal error: Initializing an internal object failed. Not applicable SSCE_M_INITIALIZATIONFAILED 28524 The Terminate method failed. Not applicable SSCE_M_TERMINATEFAILED 28525 The ReinitializeSubscription method failed. Not applicable SSCE_M_REINITIALIZESUBSCRIPTIONFAILED 28526 The message contains an unexpected replication operation code. P0: ROC SSCE_M_UNEXPECTEDROCENCOUNTERED 28527 Internal error: The column ordinal cannot be found. P0: Column ordinal P3: Table name
SSCE_M_COLUMNORDINALNOTFOUND 28528 A nickname was not generated. Not applicable SSCE_M_NICKNAMEGENERATIONFAILED 28529 The SQL Server CE database is not enabled for replication. Not applicable SSCE_M_DBNOTREPLICABLE 28530 Reading the registry failed. Not applicable SSCE_M_FAILUREREADINGREGISTRY 28531 Writing to the registry failed. Not applicable SSCE_M_FAILUREWRITINGREGISTRY 28532 A read operation from the transport returned no data. Not applicable SSCE_M_TRANSPORTREADRETURNEDNODATA 28533 Another instance of SQL Server CE cannot be created. Not applicable SSCE_M_CANTCOCREATESQLSERVERCE 28534 The Pull method failed. Not applicable SSCE_M_RDAPULLFAILED 28535 The Push method failed. Not applicable SSCE_M_RDAPUSHFAILED 28536 The SubmitSQL method failed. Not applicable SSCE_M_RDASUBMITSQLFAILED 28537 The identity range was not established. Not applicable SSCE_M_IDENTITYRANGE 28538 An article in the message is not valid. P0: Article nickname SSCE_M_INVALIDARTICLE 28539 The object is already initialized. P3: Connection string SSCE_M_OBJECTALREADYINITIALIZED 28540 The object is not initialized. P3: Connection string SSCE_M_OBJECTNOTINITIALIZED 28541 The value for the LocalTableName parameter is not specified for the Push call. Not applicable SSCE_M_LOCALTABLENAMEMISSING 28542 Some parameters were not specified for the Pull method. Not applicable SSCE_M_NOTALLPARAMSSETFORPULL 28543 The table is not a tracked table. P3: Table name SSCE_M_TABLENOTTRACKED 28544 The Push method returned one or more error rows. See the specified error table. P3: Error table name SSCE_M_RDAERRORROWSRETURNED 28545 The OLE DB connection string is not valid. Not applicable SSCE_M_SUBSCRIBERCONNECTIONSTRINGMISSING 28546 The specified OLE DB for SQL Server CE connection string is not valid. P3: Connection string SSCE_M_INVALIDCONNECTIONSTRING 28547 The SQL Server CE database cannot be compacted because it is open. Not applicable SSCE_M_DATABASEALREADYOPEN 28548 A specified parameter is too large. P0: Size of parameter P1: Max size
P3: Parameter value
SSCE_M_PARAMETERTOOLARGE 28549 The row update or insert cannot be reapplied due to an integrity violation. Not applicable SSCE_M_FAILEDRETRIES 28550 The SQL Server CE database cannot be compacted. Not applicable SSCE_M_COMPACTFAILED 28551 The LocalConnectionString parameter is not specified for either a Push or Pull method. Not applicable SSCE_M_MISSINGCONNECTSTRING 28552 This table does not have a ROWGUID column. Not applicable SSCE_M_ROW_RUID 28553 This table does not have a ROWGUID column nor an Identity range. Not applicable SSCE_M_SPECIAL_COLUMN 28554 The number of rows at the client does not match the number of rows at the server. P0: SQL Server Count
P1: SQL Server CE CountSSCE_M_VALIDATEFAILED 28555 The SQL Server CE database cannot be replicated. The subscription must be reinitialized. Not applicable SSCE_M_FAILEDMAKEDBREP 28556 The LocalTableName parameter is not specified. Not applicable SSCE_M_TABLENAMEMISSING 28557 The SQL Server CE database cannot be used for replication. Delete and then re-create the database. P3: Connection string SSCE_M_UNUSABLEDATABASE 28558 SQL Server CE encountered problems in creating the SQL Server CE database. P3: Connection string SSCE_M_CREATEDATABASE 28559 SQL Server CE encountered problems in opening the SQL Server CE database. P3: Database name SSCE_M_OPENDATABASE 28560 The OLE DB Execute method failed. The SQL statement is not valid. P3: SQL statement SSCE_M_EXECUTEFAILED 28561 Internal error: Failed to roll back changes. Not applicable SSCE_M_ROLLBACKFAILED 28562 The delete message for the server was not created. Not applicable SSCE_M_PROCESSDELETEFAILED 28563 The device does not have sufficient memory. Not applicable SSCE_M_CLIENTAGENT_NOMEMORY 28564 The delete action failed. P3: Table name SSCE_M_DELETEFAILED 28565 The insert action failed. P3: Table name SSCE_M_INSERTFAILED 28566 The update action failed. P3: Table name SSCE_M_UPDATEFAILED 28567 The table cannot be opened. P3: Table name SSCE_M_OPENTABLEFAILED 28568 The table cannot be closed. P3: Table name SSCE_M_CLOSETABLEFAILED 28569 The index cannot be set on the ROWGUID column. Not applicable SSCE_M_INVALIDINDEX 28570 The data row cannot be accessed. Not applicable SSCE_M_ERRORFETCHINGDATA 28571 The column data for a row cannot be accessed. Not applicable SSCE_M_ERRORFETCHINGCOLUMNDATA 28572 Row data cannot be set. Not applicable SSCE_M_ERRORSETTINGDATA 28573 The LocalTableName parameter is already specified. P3: Table name SSCE_M_TABLEALREADYEXISTS 28574 An internal error occurred. P0:ID SSCE_M_INTERNALERROR 28575 There is not enough space for lineage in a row. Not applicable SSCE_M_INSUFFICIENTLINEAGESPACE 28577 The schema has changed since the table was pulled. Not applicable SSCE_M_SCHEMAHASCHANGED 28578 The data type is not valid. Not applicable SSCE_M_UNSUPPORTEDDATATYPE 28579 The move to the next row failed. Not applicable SSCE_M_MOVENEXTFAILED 28580 The specified parameter is not valid. Not applicable SSCE_M_INVALIDCOMPACTPARAMETER 28581 The message cannot be built. The Make Message failed. Not applicable SSCE_M_FAILUREMAKINGMESSAGE 28582 The parameter is either not specified or not valid. Not applicable SSCE_M_INVALIDRDAPARAMETER 28583 The Publisher login property is not specified. Not applicable SSCE_M_PUBLISHERLOGINMISSING Server Agent Errors
Value Description Parameters Error 29000 An unexpected state was found when reading generation information. Not applicable SSCE_M_UNEXPECTEDSTATEREADINGGENINFO 29001 An unexpected state was encountered when processing inserts. Not applicable SSCE_M_EXPECTEDINSERTSONLY 29002 The identity seed or range is too large. P0: Seed or low range P1: High range
SSCE_M_IDENTITYSEEDORRANGETOOLARGE 29003 An unexpected state was encountered when processing deletes. Not applicable SSCE_M_UNEXPECTEDSTATEPROCESSINGTOMBSTONES 29004 The OLE DB provider for SQL Server CE cannot be initialized. Not applicable SSCE_M_CANTCOCREATEMSDAINITIALIZE 29005 A replication session control block already exists. Not applicable SSCE_M_RSCBWITHSAMEEXCHANGEID 29006 A call to SQL Server Reconciler failed. Not applicable SSCE_M_SQLRECONCILERFAILED 29007 The query cannot be tracked. There might not be a primary key, or the query may involve multiple tables. P3: Query string SSCE_M_QUERYCANNOTBETRACKED 29008 The prepare/update command process failed. Not applicable SSCE_M_PREPAREUPDATECMDFAILED 29009 The expression or literal cannot be processed without an alias. Not applicable SSCE_M_EXPRESSIONWITHOUTALIAS 29010 The table does not have a primary key. P3: Table name SSCE_M_NOPRIMARYKEY 29011 The table contains a timestamp or another row versioning column. P3: Table name SSCE_M_ROWVERCOLUMN 29012 An internal error occurred during the push operation in the SQL Server CE Server Agent. Not applicable SSCE_M_INVALIDPUSHSEQUENCE 29013 The attempt to replace an existing parameter value in the push operation failed. Not applicable SSCE_M_PUSHPARAMSETONVALUE 29014 Incomplete parameters were set for the push operation. Not applicable SSCE_M_NOTALLPARAMSETFORPUSH 29015 The expected column count does not match the data column specified. P0: Supplied count P1: Expected count
SSCE_M_PUSHPKCOLCOUNTMISMATCH 29016 Client-side and server-side columns for the RDA table do not match. P3: Table name SSCE_M_VF_MISSINGSERVERCOLUMN 29017 The OLE DB data type information in the SQL Server CE columns does not match the information in the SQL Server columns for the RDA table. P0: SQL Server CE data type P1: SQL Server data type
P3: Table name
SSCE_M_VF_MISMATCHEDTYPES 29018 No columns were found. Either the table name is missing or the permissions are not valid. Not applicable SSCE_M_VF_MISSINGTABLE 29020 A row cannot be updated or deleted in the SQL Server using RDA. Not applicable SSCE_M_NOROWSAFFECTED 29021 More than one row was affected by an update or delete operation in the SQL Server using RDA. Not applicable SSCE_M_TOOMANYROWSAFFECTED 29022 The version of the Microsoft OLE DB Provider for SQL Server is not correct. P3: Version SSCE_M_INCORRECTPROVIDERVERSION 29023 The OLE DB Provider for SQL Server on the computer running IIS is not compatible with SQL Server CE. P3: Provider SSCE_M_INCORRECTPROVIDER 29024 The push operation cannot match the orders of the client-side and server-side primary key columns. Not applicable SSCE_M_VF_PRIMARYKEYCHANGE 29025 The push operation cannot find a primary key column on the SQL Server table. Not applicable SSCE_M_VF_MISSINGSERVERPKCOLUMN 29026 The push operation has found an extra primary key column on the SQL Server table. Not applicable SSCE_M_VF_EXTRASERVERPKCOLUMN 29027 The current OLE DB provider is not supported. Not applicable SSCE_M_MISSINGCOLUMNSCHEMACOLS 29028 The OLE DB data type is not supported by the Microsoft OLE DB Provider for SQL Server. P0: Data type SSCE_M_UNSUPPORTEDOLEDBTYPE 29029 The SQL Server CE and SQL Server column meta data information does not match. Not applicable SSCE_M_VF_NONLOBIUNKNOWN 29030 The query cannot be tracked because one or more columns of the primary key are missing. Not applicable SSCE_M_NOTRACKPKCOLMISSING 29031 The query cannot be tracked because the table includes a computed column that cannot be pulled. Not applicable SSCE_M_NOTRACKCOMPUTEDCOLUMN 29032 The query cannot be tracked because it is a multi-table query. Not applicable SSCE_M_NOTRACKMULTITABLE 29033 The server code page, or the override code page, is either not valid or not installed on the computer running IIS. P0: Code page SSCE_M_INVALIDCODEPAGE 29034 The SQL Server CE Client Agent and SQL Server CE Server Agent component versions do not match. P0: Client version P1: Server version
P3: SQL Server CE Client Agent version
P4: SQL Server CE Server Agent version
SSCE_M_MISMATCHEDCOMPONENTS 29042 The replication session control block was inactive for longer than the cleanup interval. Not applicable SSCE_M_RSCBTIMEDOUT 29043 The operating system on the Windows CE-based device does not support authenticated proxy servers. Not applicable SSCE_M_NOPROXYSERVERSUPPORT 29044 SQL Server CE failed in renaming an .IN file to .OUT. Not applicable SSCE_M_FILERENAMEFAILED 29045 Initializing SQL Server Reconciler has failed. Not applicable SSCE_M_INITIALIZERECONCILERFAILED 29046 This cursor is read-only. Not applicable SSCE_M_READONLY 29047 Row processing resulted in an error. Not applicable SSCE_M_PROCESSINGROWS 29048 The Windows user account could not be impersonated at the computer running IIS. Not applicable SSCE_M_IMPERSONATIONFAILED Message Protocol Errors
Value Description Parameters Error 29500 The transport read operation returned an incorrect data length. P0: Returned length P1: Expected length
SSCE_M_TRANSPORTREADWRONGSIZE 29501 Internal error: The write message failed. Not applicable SSCE_M_UNEXPECTEDSTATEWRITINGMESSAGE 29502 The column number is not valid. P0: Column number P3: Table name
SSCE_M_INVALIDCOLUMNNUMBER 29503 The column cannot be found. P3: Column name P4: Table name
SSCE_M_CANTFINDCOLUMNBYNAME 29504 Internal error: The names buffer is too small. Not applicable SSCE_M_NAMESBUFFERTOOSMALL 29506 Internal error: The get column failed. Not applicable SSCE_M_UNEXPECTEDSTATEGETTINGCOLUMNS 29507 Internal error: The get column length failed. Not applicable SSCE_M_UNEXPECTEDSTATEGETCOLLENGTH 29508 Internal error: The get column data failed. Not applicable SSCE_M_UNEXPECTEDSTATEGETCOLDATA 29509 Internal error: The set column failed. Not applicable SSCE_M_UNEXPECTEDSTATESETCOLUMN 29510 The ISequentialStream interface detects that the BLOB data stream is not empty. Not applicable SSCE_M_STREAMNOTEXHAUSTED 29511 The message received from the server cannot be decoded. Not applicable SSCE_M_GARBLEDMESSAGEFROMSERVER 29512 The message received from the client cannot be decoded. Not applicable SSCE_M_GARBLEDMESSAGEFROMCLIENT
Value | Description | Parameters | Error |
---|---|---|---|
30000 | The socket cannot be initialized/uninitialized. | Not applicable | SSCE_M_WSANOTINITIALISED |
30001 | The network was unavailable, and the initialization/uninitialization of the socket failed. | Not applicable | SSCE_M_WSAENETDOWN |
30002 | The socket cannot be initialized/uninitialized. A blocking operation is currently executing. | Not applicable | SSCE_M_WSAEINPROGRESS |
30003 | The socket caninitialized/uninitialized. Either a driver is missing or multiple implementations are being used. | Not applicable | SSCE_M_WSASYSNOTREADY |
30004 | The socket cannot be initialized/uninitialized. The current version is not supported. | Not applicable | SSCE_M_WSAVERNOTSUPPORTED |
30005 | The socket cannot be initialized/uninitialized. The limit on the number of processes using Windows Sockets has been reached. | Not applicable | SSCE_M_WSAEPROCLIM |
30006 | An address passed to the function is not valid. | Not applicable | SSCE_M_WSAEFAULT |
30007 | A create event failed. For more information, see HRESULT. | Not applicable | SSCE_M_CREATEEVENTFAILED |
30008 | A set event failed. For more information, see HRESULT. | Not applicable | SSCE_M_SETEVENTFAILED |
30009 | A WAITFOR event failed. For more information, see HRESULT. | Not applicable | SSCE_M_WAITFAILED |
30010 | The specified desktop computer port is not valid. | Not applicable | SSCE_M_INVALIDCLIENTPORT |
30011 | The conversion of the server name to Unicode failed. | Not applicable | SSCE_M_CONVERSIONTOUNICODEFAILED |
30012 | The server port specified is not valid. | Not applicable | SSCE_M_INVALIDSERVERPORT |
30013 | The system menu cannot be accessed. | Not applicable | SSCE_M_FAILUREACCESSINGSYSTEMMENU |
30014 | The registry keys cannot be set or created. | Not applicable | SSCE_M_FAILURESETTINGREGISTRY |
30015 | A parameter passed to SQL Server CE Relay is not valid. | Not applicable | SSCE_M_INVALIDARGUMENT |
30016 | The combination of arguments is not valid. | Not applicable | SSCE_M_INVALIDARGUMENTS |
30017 | Either a port number is not valid or the server name is missing. | Not applicable | SSCE_M_MISSINGPORTORSERVER |
30018 | The socket call failed. | Not applicable | SSCE_M_SOCKETCALLFAILED |
30019 | The socket port is already in use on this device. | Not applicable | SSCE_M_PORTALREADYINUSE |
30020 | The bind failed. | Not applicable | SSCE_M_BINDFAILED |
30021 | The server address cannot be resolved. | Not applicable | SSCE_M_CANTRESOLVESERVERADDRESS |
30022 | The Listen function failed on a socket. | Not applicable | SSCE_M_LISTENFAILED |
30023 | An accept from the server failed. | Not applicable | SSCE_M_ACCEPTFAILED |
30024 | A connection request to the server has failed. | Not applicable | SSCE_M_CONNECTFAILED |
30025 | A thread cannot be created due to system problems or lack of resources. | Not applicable | SSCE_M_CANTCREATETHREAD |
30026 | Internal error: Setting a socket option for keep alive failed. | Not applicable | SSCE_M_SETKEEPALIVEFAILED |
30027 | Internal error: Setting a socket option for the Nagle algorithm failed. | Not applicable | SSCE_M_SETNAGLEFAILED |
30028 | The receive operation from the socket failed. | Not applicable | SSCE_M_RECEIVEFAILED |
30029 | The send operation to the socket failed. | Not applicable | SSCE_M_SENDFAILED |
30030 | The initialization of arguments failed. | Not applicable | SSCE_M_INITARGSFAILED |
30031 | The WSAStartup function failed during socket initialization. | Not applicable | SSCE_M_WSASTARTUPFAILED |
30032 | The WSACleanup function failed during a cleanup operation. | Not applicable | SSCE_M_WSACLEANUPFAILED |
30033 | The server name is either not valid or not specified. | Not applicable | SSCE_M_INVALIDSERVERNAME |
30034 | The socket connection was reset. | Not applicable | SSCE_M_CONNECTIONRESET |