When running the import .bat script generated by Datamaker Subset, the following error comes up:
SQLState = S0002, NativeError = 208
Error = [Microsoft][ODBC SQL Server Driver 11 for SQL Server][SQL Server]Invalid object name 'dbo.ADDITIONAL._CARD'
This error comes from the bcp command in the script.
The target database is on SQL Server.
Release : 4.10
The Subset script generated by Datamaker expects the tables to have been created before.
Running Extracts and Imports
With both Sybase and MS SQL Server, the tables must be created in the test database before you export and import the data. Use the available standard utilities to do this.
Using MS SQL Server Management Studio to create the tables first, resolves this error.