Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tvanman
Starting Member
3 Posts |
Posted - 2010-12-18 : 06:19:13
|
I created a package, deployed it to the file system. The users are executing the package on demand using DTExecUI. The feedback the user gets is a mess. Many lines of procedural messages and warnings making it impossible to identify if there is an error or not. How do I control what feedback the user receives. I assume package logging but any changes I make seem tto have no effect on what appear in the package execution results window.Thank you for you time and attention.Todd VanGilder, Sql Server Freelancer |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-12-20 : 13:10:57
|
If there are any errors, it is clearly displayed at the end of the output. Just tell the users to scroll to the bottom to see if there were any errors.As for the warnings and procedural messages, just ignore them if all you're interested in is whether or not there was an error. |
|
|
|
|
|