Itgenase094 The table cannot be created: Invalid column name ‘graph_type’

When creating a table on SQL Server under version 26.0.166 of Invantive Data Hub, I get the following message:

itgenase194
The table cannot be created.
Could not bulk add 261 rows to the table ‘ExactOnline.dbo.EOL_AGINGRECEIVABLESLIST’.
Cannot access destination table ‘ExactOnline.dbo.EOL_AGINGRECEIVABLESLIST’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.
Invalid column name ‘graph_type’.

This worked with Invantive Data Hub 24.0.

How can I resolve this?

Invantive Data Hub bevat nieuwere SQL Server-drivers dan de voorgaande versie.

Het betreft hier een SQL Server Standard Edition (64-bit) 12.0.5000.0, dus SQL Server 2014.

Deze versie wordt niet meer door Microsoft ondersteund. Het veld graph_type is een (blijkbaar nieuw) veld van all_columns of tables in de SQL Server data dictionary.

Advies is om over te stappen op een ondersteunde SQL Server-versie.

Dank; dit lost het op.