Hi,
I am trying to copy tables from Filemaker to SQL Server using SSIS.
I established an ODBC connection and created a ADO.Net connection.
When I tried to use ADO.NET source component, I was only able to see the tables on preview.
There was no mapping off columns. I tried to add inputs and outputs but I keep getting the error:
"The component does not allow adding columns to this input or output".
Afterwards, I wrote a script component source but when I am tried to debug the package I get an error:
[Script Component [507]] Error: System.Data.Odbc.OdbcException: ERROR [28000] [FileMaker][FileMaker ODBC] (213): Password incorrect
ERROR [28000] [FileMaker][FileMaker ODBC] (213): Password incorrect
at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e)
at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.AcquireConnections(Object transaction)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
I saved the connection string of the connection manager in package configuration XML file and added the password manually.
The package configuration is enabled, and the XML File is correct but the script component keeps sending the same error.
I tried to save the password property in the configuration file. I olso tried to put a connection string in to expiration. All the same.
How can I fix it?