Hi, I am trying to set up SSIS logging in SQL Server 2012 to write log entry events to a SQL Server database, however this creates an error at runtime if the connection is configured as a Project Connection:
**Error: The connection "Logging" is not found. This error is thrown by Connections collection when the specific connection element is not found.**
I would prefer to use a Project Connection as this can be used by other packages.
↧