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 source.
When I tried to use ADO.NET source component, I was only able to see the tables on preview.
There was no mapping of 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. Now when I am trying to debug the package I am getting 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 expression. All the same.
How can I fix it?