Article ID: 103004
Article Last Modified on 10/31/2006
- ClientProtocols and ServiceProtocols entries for RPC
- NameService entries for RPC
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
\Replicator\Parameters
This item is temporarily recorded in the Registry by the Replicator service. If it remains after a system repair, you can delete this entry using Registry Editor.
Lists an unlimited number of servers or domains that receive notices when the export directory is updated. These servers subsequently replicate from the export server. If no List value is specified, the export server sends a notice to its domain. Separate multiple List names with a semicolon (;). This value is ignored if the value of Replicate is 2 (Import).
Do not use the UNC name when you specify a computer name; that is, do not include two backslashes (\\) at the beginning of the name.
Use the Replicator controls in Server Manager or the Server icon in Control Panel to set this value. Default: none.
Specifies the export path. All files to be replicated must be in a subdirectory of the export directory. This value is ignored if the value of Replicate is set to 2 (Import). Use the Replicator controls in Server Manager or the Server icon in Control Panel to set this value, which cannot be a UNC name. Default: %SystemRoot%\System32\Repl\Export.
Sets the number of minutes an export directory must be stable (no changes to any files) before import servers can replicate its files. This option applies only to directories with tree integrity. Default: 2 minutes.
Lists an unlimited number of servers or domains that receive notices when the import directory is updated. These servers subsequently replicate from the import server. If no List value is specified, updates come from the import server's domain. Separate multiple List names with a semicolon (;). This value is ignored if the value of Replicate is 1 (Export).
Do not use the UNC name when you specify a computer name; that is, do not include two backslashes (\\) at the beginning of the name.
Use the Replicator controls in Server Manager or the Server icon in Control Panel to set this value.
Specifies the path on the import server to receive replicas from the export servers. This value is ignored if the value of Replicate is 1 (Export). Use the Replicator controls in Server Manager or the Server icon in Control Panel to set this value, which cannot be a UNC name. Default: %SystemRoot%\System32\Repl\Import.
Sets how often an export server checks the replicated directories for changes. This option is ignored on import servers. Default: 5 minutes.
Specifies how often the export server repeats sending the last update notice. These repeat notices are sent even when no changes have occurred, so that import servers that missed the original update notice can receive the notice. The server waits the equivalent of (Pulse * Interval) minutes before sending each repeat notice. Default: 3.
Specifies the maximum time that the import servers can wait before requesting an update. An import server uses the export server's value of Random to generate a random number of seconds (from 0 to the value of Random). The import server waits this long after receiving an update notice before requesting the replica from the export server. This prevents the export server from being overloaded by simultaneous update requests. Default: 60.
Specifies the Replicator action, according to the following:
Value Meaning ----------------------
1 Export-the server maintains a master tree to be
replicated.
2 Import-the server receives update notices from the export
server.
3 Both-the server is to export and import directories or
files.
Use the Replicator controls in Server Manager or the Server icon in Control Panel to set this value. Default: 3.
The Replicator does not use the REPL.INI file as does LAN Manager 2.0. The integrity and extent values (among other items) are stored as REG_SZ values under the Exports and Imports subkeys, which are found under the Replicator\Parameters key. These values are used only by the software and should be maintained only by the system.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols
ncacn_np = rpcltc1.dll ncacn_ip_tcp = rpcltc3.dll ncacn_nb_nb = rpcltc5.dll ncacn_nb_tcp = rpcltc5.dll ncacn_nb_ipx = rpcltc5.dll ncacn_spx = rpcltc6.dll ncalrpc = ncalrpc
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ServerProtocols
ncacn_np = rpclts1.dll ncacn_ip_tcp = rpclts3.dll ncacn_nb_nb = rpclts5.dll ncacn_nb_tcp = rpclts5.dll ncacn_nb_ipx = rpclts5.dll ncacn_spx = rpclts6.dll ncalrpc = ncalrps
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\NameService
DefaultSyntax = 3 Protocol = ncacn_np NetworkAddress = \\. ServerNetworkAddress = \\. Endpoint = \pipe\locator
DefaultSyntax = 3 Protocol = ncacn_ip_tcp NetworkAddress = hostname.organization.edu ServerNetworkAddress = hostname.organization.edu Endpoint =
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\NetBIOS
ncacn_nb_baseindex REG_DWORD lana
ncacn_nb_nb0 = 0 ncacn_nb_ipx0 = 1 ncacn_nb_tcp0 = 2
ncacn_nb_nb0 = 0 ncacn_nb_nb1 = 1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
\Schedule
Additional query words: prodnt
Keywords: kbother KB103004