Hi guys this is my problem,
I was developing a SSIS package and I was able to set it to log into sysdts90 table, this was working fine, the table was created and filled succesfully in A database every time that the package was executed. Now, for business needs the table has to be allocated in B database, so I created a new sql server connnection pointing to the B database and use it to this porpuse. Though, I have set the SQL Server Provider works with this connenction, the sysdts90 table is not created in B database at all, if I set the connection to point again to A database, it works fine and the sysdats90 table is created and populated wuth the log events requiered.
I am confused because with the firts configuartion I set up, it was working quite well, but now with a distinct database the log process is not working at all with any different database but the A.
can some one shed some light on?