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 |
sqlvijay
Starting Member
16 Posts |
Posted - 2009-03-25 : 06:20:19
|
  Hi Everybody,I am new to sql server. production server. The version i am using is sql server 2005.I got the error message in application log yesterday.Actually, this package "I_997_db_update" failed.ie in application log... type source user eventid ERROR SQLISpackage GISADMIN 12291 This package is added in db maintainence plan and in jobs and hence it has to update for every hour. But yesterday It continously giving error message as package "I_997_db_update" failed for every one hour. please let me know how to solve this problem Thanks in Advance vijay.s |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2009-03-25 : 06:46:48
|
Find out why it is failing would be a start. Is there a log for this package? Can you run the package manually to find out what is causing the error. Can you look at what error the job gives you? Has the GISADMIN users password changed?It is hard to help without this information as we do not know what this job is supposed to be doing as we do not work at the same place as you and therefore can't see your computers/servers. |
 |
|
|
|
|