This post is more than 5 years old
33 Posts
0
2920
December 17th, 2012 01:00
Faulting application name: nsrjobd.exe
from Windows 2008 R2 - Event Viewer:
Faulting application name: nsrjobd.exe, version: 7.6.4.4, time stamp: 0x50997f7b
Faulting module name: nsrjobd.exe, version: 7.6.4.4, time stamp: 0x50997f7b
Exception code: 0xc0000005
Fault offset: 0x000000000000bbb7
Faulting process id: 0x1d64
Faulting application start time: 0x01cdd968b86a9081
Faulting application path: C:\Program Files\Legato\nsr\bin\nsrjobd.exe
Faulting module path: C:\Program Files\Legato\nsr\bin\nsrjobd.exe
Report Id: 3a3c7740-47da-11e2-9948-0025b5ab035e
No Events found!


NWadmin1
89 Posts
0
December 17th, 2012 01:00
Hi,
You need to tune the jobsdb size & Retention time. Please refer to esg93654:
http://solutions.emc.com/emcsolutionview.asp?id=esg93654
In NetWorker version 7.x the jobsdb is a regular text file... if the environment iss very busy and complex, the Jobs database often cause issues...
In NetWorker version 8.0 the jobsdb is using SQLite database:
- The new SQLite database will allow all of the `jobs` information to be stored more efficiently in a new traditional database. This will result in numerous improvements in resource utilization, performance and scalability.
- The new database does not increase the hardware requirements needed for NetWorker. The size of the JobsDB is expected to remain small in size.
- The Default retention time no longer needs to be tuned for performance.
Regards,
Mustafa
freeneet
33 Posts
0
December 17th, 2012 04:00
thank you, rex