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 |
csphard
Posting Yak Master
113 Posts |
Posted - 2002-10-09 : 17:00:40
|
If a job errors off and the icon turns to red. Fixing the reason the job error does not change the icon back to its original state. How do you do this. For example i was firing off a dts package from the job. However i change the user password. So it error. Once i changed it back i did not go back to its original state. What do i have to do???Help! |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2002-10-09 : 17:06:53
|
Have you tried running the job again? The job doesn't know that you have fixed anything, so you have to run it again for the flag to clear. |
 |
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-10-10 : 07:51:07
|
If you have rerun the job, then it may be a simple matter of refreshing the GUI (right-click, refresh).Jay White{0} |
 |
|
|
|
|