|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 12:29 PM
Points: 11,
Visits: 52
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Today @ 5:21 AM
Points: 33,
Visits: 327
|
|
thanks for the articles.
I need some help. Do you know how to fix informational messages like these:
The description for Event ID '1073819649' in Source 'SQLISPackage100' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'here is the job name'
The description for Event ID '1073760088' in Source 'MSSQL$instance name' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'job name', '2012/05/10', '17:23:55', '394', '1074:288:42', '1074:306:1', '1', 'FILE=1, TYPE=DISK: {'file path'}'
Thanks
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 12:29 PM
Points: 11,
Visits: 52
|
|
The SQLISPackage error is something out of an SSIS package. So you'll want to investigate the package for errors.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 12:29 PM
Points: 11,
Visits: 52
|
|
And the other error looks like an application is using raiserror or something to throw a custom error message that may not be defined in sysmessages....
|
|
|
|