July 14, 2011 at 2:40 pm
Comments posted to this topic are about the item Stairway to SQL Server Agent - Level 5: Understanding SQL Agent Error Logs
May 26, 2012 at 8:30 am
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
May 30, 2012 at 11:21 am
The SQLISPackage error is something out of an SSIS package. So you'll want to investigate the package for errors.
May 30, 2012 at 11:22 am
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....
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply