Skip to main content

Symptoms

You receive the following error when you execute an Ingest Instance Transfer task:

System.Data.SqlClient.SqlException (0x80131904): Property cannot be updated or deleted.

Property 'OwnerId' does not exist for 'object specified'

Cause

You are using a pre-existing SQL database as Ingest Instance storage.

When you add "SQL Server Data Storage", the Ingest Instance expects to create and configure its own database.  Since you are using an already existing database, it is missing an extended property OwnerId. The Ingest Instance validation is failing because it expects the extended property OwnerId at the database level.

Resolution

  1. Create a new SQL Server Data Storage from within the Ingest Instance
  2. If you need to use a pre-existing SQL database for the Ingest Instance storage
    1. In SQL Server Management Studio (SSMS), right-click on the database for the Ingest Instance storage -> Properties -> Extended Properties
    2. Manually add an extended property as shown below
      Name: OwnerId
      Value: 00000000000000000000000000000000
    3. This will enable the Ingest Instance to take ownership of the database.
Be the first to reply!