Solved

Property cannot be updated or deleted. Property 'OwnerId' does not exist for 'object specified'.

  • 9 November 2021
  • 1 reply
  • 16 views

Userlevel 3
Badge +1

Hi, I tried to execute a transfer task on my data source however I encountered the following error: 

 The execution failed with error:
System.Data.SqlClient.SqlException (0x80131904): Property cannot be updated or deleted. Property 'OwnerId' does not exist for 'object specified'.
at System.Data.SqlClient.SqlConnection.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.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DataStorageEngine.SQL.SQLStorageEngine.ValidateStorage(SqlCommand command, Boolean tryTakeOwnership, Boolean throwIfInvalid)
at DataStorageEngine.SQL.SQLStorageEngine.TransferData(IDataSourceEngine dataSourceEngine, ExecutionTaskModel taskModel, List`1 metaStructures, Boolean forceFullLoad, SecurityExecutionModel securityExecutionModel)
at ExecutionEngine.Action.StandardAction.Execute()
at ExecutionEngine.Action.ExecutionAction.<.ctor>b__9_0()
ClientConnectionId:526a0d89-6943-4fe1-bcc4-29429c0cd667
Error Number:15217,State:2,Class:16
ClientConnectionId before routing:d564a8d7-5b0a-4e14-98f0-cc41ffb7670d
Routing Destination:dd507851011a.HS3.tr8521.westeurope1-a.worker.database.windows.net,11013

This happened after I successfully deployed and executed some new Tables with relations. I don't know how to fix this issue, any help would be appreciated! 

 

icon

Best answer by Syed Yousuf 9 November 2021, 19:31

View original

1 reply

Userlevel 3
Badge +3

Hi Sierd,

Since you have already contacted Technical Support for this, our team will research and follow-up on the support ticket.

Best regards,
Syed Yousuf

Reply