Article ID: 818717 - Last Review: October 30, 2006 - Revision: 2.1 Windows Support Tools feature does not work correctly when you use the syntax described in Support Tools Help file
SYMPTOMS
When you use Windows Support Tools by using the syntax that is described in the Windows Support Tools Help file (w2rksupp.chm),
some of the support tools may not work correctly. CAUSE
This issue occurs because the Windows Support Tools Help file (Suptools.chm) incorrectly lists several parameters in lowercase.
For example, the Help files cite the following syntax for the DNS Server Troubleshooting Tool when used with the config operation: dnscmd ServerName /config parameter value The parameters for the DNS Server Troubleshooting Tool are all listed in lowercase. For example, the sample EventlogLevel parameter is incorrectly listed in lowercase, as follows: /eventloglevel [0|1|2|4] Determines which events are logged in the DNS server log in Event Viewer. Collapse this table
When you use this syntax and case on a DNS server (for example, if you type dnscmd /config /eventloglevel 2), you receive the following error message:
DNS Server failed to reset registry property. Status = 9553 (0x00002551) WORKAROUNDTo work around this issue, verify the syntax for the parameter that you want by using the /? switch.
For example, to confirm the correct case for parameters used with the Dnscmd.exe tool and the config operation, type the following command at the command line, and then press ENTER: dnscmd ServerName /?
The following information appears:
USAGE: DnsCmd <ServerName> /Config [<ZoneName>|..AllZones] <Property> <Value>
Server <Property>:
/RpcProtocol
/LogLevel
/EventlogLevel
/NoRecursion
/ForwardDelegations
/ForwardingTimeout
/IsSlave
/SecureResponses
/RecursionRetry
/RecursionTimeout
/MaxCacheTtl
/MaxNegativeCacheTtl
/RoundRobin
/LocalNetPriority
/AddressAnswerLimit
/BindSecondaries
/WriteAuthorityNs
/NameCheckFlag
/StrictFileParsing
/UpdateOptions
/DisableAutoReverseZones
/SendPort
/NoTcp
/XfrConnectTimeout
/DsPollingInterval
/DsTombstoneInterval
/ScavengingInterval
/DefaultAgingState
/DefaultNoRefreshInterval
/DefaultRefreshInterval
/DisableNSRecordsAutoCreation
Zone <Property>:
/SecureSecondaries
/AllowUpdate
/Aging
/RefreshInterval <Value>
/NoRefreshInterval <Value>
/AllowNSRecordsAutoCreation <IP List>
<Value>: New property value. Use 0x prefix to indicate hex value.
Note some server and zone DWORD properties must be reset as
part of a more complex operation.
Use zone "..AllZones" to apply operation to all zones.
See dnscmd help for more information.
Command completed successfully. | Other Resources Other Support Sites
CommunityArticle Translations
|





















Back to the top