Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Backup Exec 2010 Remote Agent crashes at start of backup

Updated: 23 Aug 2010 | 1 comment
Matthijs in 't Anker's picture
0 0 Votes
Login to vote

Hi there,

We installed Backup Exec 2010. When the backup starts, the Remote Agent stops (beremote.exe). We tried to restart it immediately. That helped a bit (not very practical offcourse :). But the next task in the job made the beremote.exe crash again.
We use Windows 2008R2 + Exchange 2010. In de applicatielog we got:

Fault bucket , type 0

Event Name: APPCRASH

Response: Not available

Cab Id: 0

Problem signature:

P1: beremote.exe

P2: 13.0.2896.0

P3: 4b184ba1

P4: bedsmbox.dll

P5: 13.0.2896.0

P6: 4b184b99

P7: c0000005

P8: 0000000000040bf0

P9:

P10:

Attached files:

These files may be available here:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_beremote.exe_ffadddcabfeb4469114686cbd2efa05fc7b87_082a2b23

Analysis symbol:

Rechecking for solution: 0

Report Id: 10cb880b-156d-11df-ad61-002481d1e400

Report Status: 4
----------------------------------------

When we debugged the .dmp file, we got:

This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(1e30.78c): Access violation - code c0000005 (first/second chance not available)
ntdll!NtWaitForSingleObject+0xa:
00000000`771ffefa c3              ret

------------------------------------------

Any ideas or fixes?

With kind regards,

Matthijs in 't Anker
2Eenheid

Comments

ArnetNZ's picture
22
Feb
2010
0 Votes 0
Login to vote

If you are also seeing

If you are also seeing EventID 1202 warnings in your application log, read these articles from Microsoft

KB977695 and KB974639

Mine came right after resolving those, probably due to .NET

Essentially this is due to a bug in the GP editor on windows 7 and server 2k8R2

Edit %SYSTEMROOT%\SYSVOL\<domainname>\Policies\<Unique ID>\Machine\Microsoft\Windows NT\SecEdit\GptTmpl.inf

in Mine, the location was
C:\Windows\SYSVOL\domain\Policies\{6AC1786C-016F-11D2-945F-00C04fB984F9}\MACHINE\Microsoft\Windows NT\SecEdit\GptTmpl.inf

I replaced all instanced of "Classic .NET AppPool" with "IIS AppPool\Classic .NET AppPool"
"DefaultAppPool" with "IIS AppPool\DefaultAppPool"
and  "WdiServiceHost" with "nt service\WdiServiceHost"

Without the "" of coarse