I encounter the following message with a client when I try to import data via the Data Hub. I have updated the data hub to 26.0 and everything worked in Invantive Data Hub 24.0.
I’m having issues with this syntax:
create or replace table eol_test@sql
as
select ‘Test’ Test, getdate() SumatraTimeStamp
but also with this syntax:
create or replace table eol_accountsincremental@sql
as
select \*, getdate() SumatraTimeStamp
from accountsincremental@eol
The user running the SQL connection is SYSADMIN on the Microsoft SQL Server.
The table is being created, however, it is not being populated.
**** 07:19:48.514 Warning itgendhb173: Context: create or replace table eol_test@sql
as
select ‘Test’ Test, getdate() SumatraTimeStamp
07:19:48.598 Error itgenase094: The table cannot be created.
Could not bulk insert 1 rows into the table ‘Invantive.dbo.EOL_TEST’.
Cannot access destination table ‘Invantive.dbo.EOL_TEST’.
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’.
EOL_TEST
07:19:50.613 Microsoft.Data.SqlClient.SqlException
System.InvalidOperationException
InvantiveSystemException
ValidationException
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.Connection.SqlConnectionInternal.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at Microsoft.Data.SqlClient.SqlBulkCopy.RunParser(BulkCopySimpleResultSet bulkCopyHandler)
at Microsoft.Data.SqlClient.SqlBulkCopy.CreateAndExecuteInitialQueryAsync(BulkCopySimpleResultSet& result)
at Microsoft.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationToken cts, TaskCompletionSource\`1 source)
07:19:50.622 itgendhb223: End program execution with exit code 3.
07:19:50.623 itgendhb068: Program finished on 7/17/2026 7:19:50 AM.
itgenpgm001: Application finished
The message “Cannot access destination table” indicates that the user has not been granted sufficient permissions.
Could you check if the user you are logged in with has privileges to perform create and insert actions? Is it possible to create a table and add a row with the mentioned user via SQL Server Management Studio or similar apps?
Forums indicate that when using bulk copy with the SQL Server driver for .NET, the error “Invalid column name ‘graph_type’.” may occur.
SQL Server 2016: Operations failed with Invalid column name ‘graph_type’ because the metadata query referenced a column that doesn’t exist before SQL Server 2017.
See also:
It is still unclear whether this applies to our software release. Which version of SQL Server is being used? And which version of Invantive software?
**** 09:27:25.120 Warning itgendhb173: Context: create or replace table test123@sql
as
select
‘Hallo’ as Text
09:27:25.188 Error itgenase094: The table cannot be created.
Could not bulk insert 1 row into the table ‘Invantive.dbo.TEST123’.
Cannot access destination table ‘Invantive.dbo.TEST123’.
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’.
TEST123
09:27:27.206 Microsoft.Data.SqlClient.SqlException
System.InvalidOperationException
InvantiveSystemException
ValidationException
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.Connection.SqlConnectionInternal.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at Microsoft.Data.SqlClient.SqlBulkCopy.RunParser(BulkCopySimpleResultSet bulkCopyHandler)
at Microsoft.Data.SqlClient.SqlBulkCopy.CreateAndExecuteInitialQueryAsync(BulkCopySimpleResultSet& result)
at Microsoft.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationToken cts, TaskCompletionSource\`1 source)
09:27:32.917 itgendhb223: End program execution with exit code 3.
The cause was a known bug in a component for SQL Server. This component has been replaced in the next release. When it is ready, it will be available via: