REF_EXECUTE_DATA_SET
|
Could not find stored procedure 'RECORD_LINKER_GET'.
|
|
Path
|
F:\VB Projects\NETLibrary\Modules\References\SQL\MSSQL\Server\REF_SQL_EXECUTES.vb [Line : 445]
|
|
VAR_REPORT_ERROR
|
STACK TRACE (2) : CUS_TRANSACTION_SAVE
|
|
VAR_REPORT_ERROR
|
STACK TRACE (3) : CUS_TRANSACTION_SAVE
|
|
VAR_REPORT_ERROR
|
STACK TRACE (4) : _Lambda$__1
|
|
VAR_REPORT_ERROR
|
FULL DETAILS:
System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'RECORD_LINKER_GET'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at NETLIB.NETCLASS.NETRC._SQL.REF_EXECUTE_DATA_SET(SqlCommand SQL_COMMAND, SqlParameterCollection SQL_PARAM, Int32 RETRY_ATTEMPT, Boolean AUTO_RETRY, Boolean ALLOW_RETRY, Boolean RAISE_ERROR) in F:\VB Projects\NETLibrary\Modules\References\SQL\MSSQL\Server\REF_SQL_EXECUTES.vb:line 405
ClientConnectionId:5f14b6b4-7794-44a4-bc77-08488bcf5cdc
Error Number:2812,State:62,Class:16
|
|

SQLCommand Details
|
Properties
|
|
SQL_COMMAND.CommandType
|
CommandType.StoredProcedure : StoredProcedure
|
|
SQL_COMMAND.CommandText
|
RECORD_LINKER_GET
|
|
SQL_COMMAND.Connection.ConnectionString
|
Data Source=DSASERVER\PeakSQL;Initial Catalog=Peak;Integrated Security=False;User Id=sa;encrypt=true;trustServerCertificate=true;
|
|
SQL_COMMAND.ConnectionState
|
ConnectionState.Open : 1
|
|
SQL_COMMAND.Connection.ServerVersion
|
12.00.2000
|
|
SQL_COMMAND.Transaction
|
OFF
|
|

SQLCommand Details
|
Parameters [Total: 2]
|
|
@PARAM_REC_LINKER_MACHINE
|
Value : [ DSA02 ]
DbType : [SqlDbType.NVarChar : 12], Direction : [ParameterDirection.Input : Input]
Size : [140], Precision: [0], Scale : [0]
|
|
@PARAM_REC_LINKER_STATUS
|
Value : [ 1 ]
DbType : [SqlDbType.TinyInt : 20], Direction : [ParameterDirection.Input : Input]
Size : [-1], Precision: [0], Scale : [0]
|
|