This post is more than 5 years old
455 Posts
0
960
October 17th, 2007 05:00
Exchange backup failure
Hi,
Platform detail; OS: win2K3 R2. Networker 7.3.3 build 510. Exchange Module 4.1.0.148. Exchange server 2003.
My scheduled exchange backup is failing with the following error message;
savegrp: suppressed 2 lines of verbose output
[1712] 10/17/07 09:03:37 System Version: 5.2 Build 3790 Service Pack 1
[1712] 10/17/07 09:03:37 ESEBCLI2.DLL Version: 6.5.7638.1 Service Pack 2
[1712] 10/17/07 09:03:37 Performing an Exchange save operation; save level is Full (Legato Backup Level: full).
[1712] 10/17/07 09:03:37 Parsing parameters from the command line...
[1712] 10/17/07 09:03:37 Opening connection to NetWorker Server...
[1712] 10/17/07 09:03:37 Error binding to rootDSE: 0x8007085a
[1712] 10/17/07 09:03:37 nsresesv(2870): Unable to determine if "First Storage Group" is a recovery storage group (0x8007085a)
[1712] 10/17/07 09:03:37 Backup operation finished with errors. No savetime was sent.
-----------------------------------------------
The Client initiated backup works.
Thanks
Habib
Platform detail; OS: win2K3 R2. Networker 7.3.3 build 510. Exchange Module 4.1.0.148. Exchange server 2003.
My scheduled exchange backup is failing with the following error message;
savegrp: suppressed 2 lines of verbose output
[1712] 10/17/07 09:03:37 System Version: 5.2 Build 3790 Service Pack 1
[1712] 10/17/07 09:03:37 ESEBCLI2.DLL Version: 6.5.7638.1 Service Pack 2
[1712] 10/17/07 09:03:37 Performing an Exchange save operation; save level is Full (Legato Backup Level: full).
[1712] 10/17/07 09:03:37 Parsing parameters from the command line...
[1712] 10/17/07 09:03:37 Opening connection to NetWorker Server...
[1712] 10/17/07 09:03:37 Error binding to rootDSE: 0x8007085a
[1712] 10/17/07 09:03:37 nsresesv(2870): Unable to determine if "First Storage Group" is a recovery storage group (0x8007085a)
[1712] 10/17/07 09:03:37 Backup operation finished with errors. No savetime was sent.
-----------------------------------------------
The Client initiated backup works.
Thanks
Habib
0 events found
No Events found!


ChooseAnAlias1
44 Posts
0
October 17th, 2007 06:00
This is definitely a Windows error, for two reasons:
- 0x8007xxxx codes are OS-related connection errors, check out: http://msdn2.microsoft.com/en-us/library/aa394559.aspx
- And rootDSE is related to the active directory, it's the thing that you bind to before making WMI calls.
A little searching shows that this code is a Windows Network error 2138 (The Workstation Service is not started). See code 2138 (which is 85a in hex): http://msdn2.microsoft.com/en-us/library/Aa370674.aspx
Try running the workstation service: "NET START WORKSTATION"
HabibG2
455 Posts
0
October 17th, 2007 06:00
Thanks for your prompt reply - as usual!!
Excuse my ingnorance, but what is the HR error you mentioned. I am sure you don't mean "Human Resource" in this context!!.
Regards
Habib
ChooseAnAlias1
44 Posts
0
October 17th, 2007 06:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
October 17th, 2007 06:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 17th, 2007 07:00
which is the data structure that COM operations
return (and where that 0x8... error would come from)
Correct.
HabibG2
455 Posts
0
October 17th, 2007 08:00
The Workstation service was indeed stopped. Once started the backup started running again.
Thanks to all.
Habib