I am upgrading a SQL Server from 2005 to 2008 R2. I have installed a new Server and install all software from scratch.
I am bringing my SSIS packages over to run on the new server.
The package will run and log correctly to a .csv file when executed from Visual Studio.
When executed from SQL Server Agent the log file is missing OnInformation messages that tell what the task did.
I have researched extensively and found several similar problems but the solutions provided did not work for me.
I have not found any error messages posted anywhere. I do get a packagestart and an OnInformation when the task starts but
I do not get the OnInformation log entries about the task details. ( These do show up like before in SQL 2005 and like they do if executed from Visual Studio).