Options

Run package error

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
edited December 23, 2004 7:18AM in SQL Packager Previous Versions
Hello,

Thanks for your post. SQL Package will attempt to write to the event log when something goes wrong. In your case, though, you can't see what SQL Package is trying to log because the SQL Package assembly doesn't have rights to make an event log entry!

I'd have a look at your .net Framework security configuration. If you implement trusts, you may want to give this SQL Package full trust.

This may also happen if you run a Package over the network, for instance from a file share. Try installing the application to the local hard disk and see if that helps.

Comments

This discussion has been closed.