dnscmd error

R

Robert

Hello,

I want to export a zone file from an ad intigreted DNS
Zone on my windows 2000 server. DNSWMI Provider ist
installed.

When typing - dnscmd dns-001.myzone.de /ZoneExport
myzone.de test.txt - I get the following error message:

Command failed: UNKNOWN 1733 (000006c5)

Any idea whats going wrong? Or are there other / better
ways to get the ad intigreted zone?

Thanks in advance!

Robert
 
W

William Stacey

Not sure if it will solve your issue, buy try my tool - NetDig at
www.mvptools.com.

netdig yourzone.com axfr /export c:\temp\yourzone.com.txt

This should export your zone to master file format. Try just doing a:
netdig yourzone.com axfr

first to see if you have rights to AXFR, if not, allow the client IP or any
IP to do zone transfer. Let me know if that does or does not work for you.
Thanks!
 
G

Guest

Thanks for getting back to my problem!

I tried netdig and it works very well! dnscmd on the other
site has the problem.

Thanks!

Robert
 
W

William Stacey

It probably is do to how they work. dnscmd works by talking to the DNS
server api. netdig works by making standard dns queries and processing the
reply. It could be that dnscmd does not have the security to run, or that
is failing while enumerating the zone data, which would lead to some
corruption issue I would think. Anyway, glad that works for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top