SQL Server System Errors: 36000 - 39999
List of error messages between 36000 and 39999 in SQL Server 2017.
These error messages are all available by querying the sys.messages
catalog view on the master
database.
message_id | severity | is_event_logged | text |
---|---|---|---|
36001 | 16 | 0 | %s '%s' already exists in the database. |
36002 | 16 | 0 | instance_id already exists in the database. |
36003 | 16 | 0 | %s '%s' already exists for the given DAC instance. |
36004 | 16 | 0 | DacInstance with the specified instance_id does not exist. |
36005 | 16 | 0 | Dac root - database %s does not exist. |
36006 | 16 | 0 | Dac Policy with the specified policy id already exists in the parts table. |
36007 | 16 | 0 | Dac Part the policy refers to, does not exist. |
36008 | 16 | 0 | Dac Policy refers to a non-existent Policy. |
36009 | 16 | 0 | %s '%s' already exists in the Dac Parts. |
36010 | 16 | 0 | The caller must be a member of the dbcreator fixed server role to perform this action. |
36011 | 16 | 0 | The caller must be sysadmin or the creator of the history entry being updated. |
36012 | 10 | 0 | Unable to execute T-SQL within procedure due to SQL Server limitation.nPlease execute following T-SQL in database '%s' context after this procedure finishes:n%s |
36101 | 16 | 0 | Process ID %d is not an active process ID. |
37001 | 16 | 0 | This operation is not allowed since there are dependent objects pending installation. |
37002 | 16 | 0 | Cannot find the database '%s', because it does not exist or you do not have permission to access it. |
37003 | 16 | 0 | This operation is not allowed because a utility control point already exists on this instance of SQL Server. |
37004 | 16 | 0 | The specified instance of SQL Server cannot be used as a utility control point because the feature is not enabled in SQL Server '%s'. |
37005 | 16 | 0 | The specified instance of SQL Server cannot be managed by a utility control point because the feature is not enabled in SQL Server '%s'. |
37006 | 16 | 0 | Cannot perform the operation because the specified instance of SQL Server is not enrolled in a SQL Server utility. |
37007 | 16 | 0 | An error occurred during upload to the SQL Server utility control point. |
37008 | 16 | 0 | The operation cannot continue. To remove the SQL Server utility control point, the user must be a member of the sysadmin role. |
37009 | 16 | 0 | The operation cannot continue. The specified instance of SQL Server is not a SQL Server utility control point. |
37010 | 16 | 0 | The operation cannot continue. The SQL Server utility control point has managed instances of SQL Server enrolled. |
37101 | 16 | 0 | Server '%.*ls' does not contain elastic job account: '%.*ls'. |
37102 | 16 | 0 | Elastic job account '%.*ls' does not contain the resource of type '%.*ls' named '%.*ls'. |
37103 | 16 | 0 | Internal job account error occurred : '%.*ls'. |
37104 | 16 | 0 | A job account already exists for subscription '%.*ls' for the selected region. |
37105 | 16 | 0 | The job account '%.*ls' on server '%.*ls' already exists. |
37106 | 16 | 0 | The database '%.*ls' on server '%.*ls' is in use by job account '%.*ls'. The database cannot be deleted or renamed while associated with a job account. |
37107 | 16 | 0 | The database '%.*ls' on server '%.*ls' has service level objective '%.*ls' which is not supported for use as a job account database. |
38001 | 16 | 0 | Cannot find the file id %d in the database '%s'. |
38002 | 16 | 0 | Only users having %s permission can execute this stored procedure. |
39001 | 16 | 0 | Only SELECT statement is supported for input data query to 'sp_execute_external_script' stored procedure. |
39002 | 16 | 0 | SQL failed to boot extensibility for error code 0x%lx. |
39003 | 10 | 0 | SQL successfully boots extensibility. |
39004 | 16 | 0 | A '%s' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x%x. |
39005 | 10 | 0 | STDOUT message(s) from external script: %.*ls%.*ls |
39006 | 10 | 0 | External script execution status: %.*ls. |
39007 | 16 | 0 | The specified language ': %.*ls' is not supported/configured. |
39008 | 16 | 0 | Invlid Parameter name '%ls' specified for Procedure. This clashes with internal parameters. |
39009 | 16 | 0 | Output parameter in external script execution is not yet supported. |
39010 | 16 | 0 | External script execution encountered an unexpected error (HRESULT = 0x%x). |
39011 | 16 | 0 | SQL Server was unable to communicate with the LaunchPad service. Please verify the configuration of the service. |
39012 | 16 | 0 | Unable to communicate with the runtime for '%s' script. Please check the requirements of '%s' runtime. |
39013 | 16 | 0 | SQL Server encountered error 0x%x while communicating with the '%s' runtime. Please check the configuration of the '%s' runtime. |
39014 | 16 | 0 | Parallelism in external script execution is not yet supported. |
39015 | 16 | 0 | SELECT INTO statement is not supported for input data query to 'sp_execute_external_script' stored procedure. |
39016 | 16 | 0 | The parameterized external script expects the parameter '%.*ls', which was not supplied. |
39017 | 16 | 0 | Input data query returns column #%d of type '%ls' which is not supported by the runtime for '%s' script. Unsupported types are binary, varbinary, timestamp, datetime2, datetimeoffset, time, text, ntext, image, hierarchyid, xml, sql_variant and user-defined type. |
39018 | 16 | 0 | Parameter '%.*ls' uses a data type that is not supported by the runtime for '%s' script. Unsupported types are timestamp, datetime2, datetimeoffset, time, text, ntext, image, hierarchyid, xml, sql_variant and user-defined type. |
39019 | 10 | 0 | An external script error occurred: %.*ls%.*ls |
39020 | 16 | 0 | Feature 'Advanced Analytics Extensions' is not installed. Please consult Books Online for more information on this feature. |
39021 | 16 | 0 | Unable to launch runtime for '%s' script. Please check the configuration of the '%s' runtime. |
39022 | 10 | 0 | STDERR message(s) from external script: %.*ls%.*ls |
39023 | 16 | 0 | 'sp_execute_external_script' is disabled on this instance of SQL Server. Use sp_configure 'external scripts enabled' to enable it. |
39024 | 16 | 0 | Parallel execution of 'sp_execute_external_script' failed. Specify WITH RESULT SETS clause with output schema. |
39025 | 16 | 0 | External script execution failed as extensibility environment is not ready yet. Retry the operation when the server is fully started. |
39026 | 16 | 0 | The parameter name 'r_rowsPerRead' is specified multiple times in 'sp_execute_external_script' call. The name 'r_rowsPerRead' is reserved for specifying streaming behavior only. |
39027 | 16 | 0 | Parameter '%.*ls' was specified multiple times to sp_execute_external_script stored procedure. |
39031 | 16 | 0 | Cannot parse the output schema of the builtin function 'PREDICT'. |
39032 | 16 | 0 | The function PREDICT expects parameters in the form of 'name = value'. |
39033 | 16 | 0 | The parameter name '%.*ls' has already been declared. Parameter names must be unique in a PREDICT function call. |
39034 | 16 | 0 | The parameter 'PARAMETERS' in PREDICT function contains a definition that doesn't match the supplied arguments. |
39035 | 16 | 0 | The function PREDICT has too many arguments supplied. |
39036 | 16 | 0 | The function PREDICT expects parameter '%.*ls' which was not supplied. |
39037 | 16 | 0 | The function PREDICT contains a parameter '%.*ls' that has an invalid type. |
39038 | 16 | 0 | The function PREDICT expects parameter 'PARAMETERS' of type ntext/nchar/nvarchar. |
39039 | 16 | 0 | Error converting the parameter value for '%.*ls' to '%.*ls'. |
39040 | 16 | 0 | The function 'PREDICT' does not support SQL identifier or variable for 'PARAMETERS'. |
39041 | 16 | 0 | The parameter 'PARAMETERS' has an invalid definition. |
39042 | 16 | 0 | %s EXTERNAL LIBRARY failed because the library source parameter %d is not a valid expression. |
39043 | 16 | 0 | %s EXTERNAL LIBRARY failed because filename '%.*ls' is too long. |
39044 | 16 | 0 | %s EXTERNAL LIBRARY failed because it could not open the physical file '%.*ls': %ls. |
39045 | 16 | 0 | %s EXTERNAL LIBRARY failed because it could not read from the physical file '%.*ls': %ls. |
39046 | 16 | 0 | CREATE EXTERNAL LIBRARY failed because the user "%.*ls" specified in the authorization clause does not exist. |
39047 | 16 | 0 | External library '%.*ls' already exists for owner '%.*ls' in database '%.*ls'. |
39048 | 16 | 0 | Failed to %s external library '%ls': %ls. |
39049 | 10 | 0 | Message(s) from 'PREDICT' engine: %.*ls%.*ls |
39050 | 16 | 0 | Error occurred during execution of the builtin function 'PREDICT' with HRESULT 0x%x. Out of memory. |
39051 | 16 | 0 | Error occurred during execution of the builtin function 'PREDICT' with HRESULT 0x%x. Model is corrupt or invalid. |
39052 | 16 | 0 | Error occurred during execution of the builtin function 'PREDICT' with HRESULT 0x%x. Model type is unsupported. |
39092 | 16 | 0 | Initialization of native scoring libraries failed with HRESULT 0x%x. |
39093 | 16 | 0 | 'PREDICT' function does not take parameters of varchar(max), nvarchar(max) or varbinary(max) type except for 'MODEL' parameter. |
39094 | 16 | 0 | 'PREDICT' function only supports models smaller than 100 MB. |
39096 | 16 | 0 | Execution failed because its WITH clause specified different output columns from what 'PREDICT' function tries to return. The schema returned by 'PREDICT' function is '%ls'. |
39097 | 16 | 0 | Input data column #%d is of type '%ls' which is not supported by 'PREDICT' function. Unsupported types are binary, varbinary, timestamp, datetime2, datetimeoffset, time, text, ntext, image, hierarchyid, xml, sql_variant and user-defined type. |
39098 | 16 | 0 | Error occurred during execution of the builtin function 'PREDICT' with HRESULT 0x%x. |
39099 | 16 | 0 | Feature or option 'PREDICT' is not yet implemented. Please consult Books Online for more information on this feature or option. |