On Windows 2000 before SP3, FRS event ID 13522 indicates that the FRS service has paused
because the staging directory is full. Replication will resume if
staging space becomes available or if the staging directory size is
increased.
On Windows 2000 before SP3, you must clear the replication
backlog. There are four common reasons why the staging directory
fills up:
One or more downstream partners are not accepting changes. This
could be a temporary condition due to the schedule being turned off
and FRS waiting for it to open, or a permanent state because the
service is turned off, or the downstream partner is in an error
state.
The rate of change in files exceeds the rate at which FRS can
process them.
A parent directory for large number of changes is failing to
replicate in so all changes underneath it are blocked.
Often, there is a combination problems; that is, changes cannot
be replicated and the amount of change orders does not map to the
amount of changes made.
Resolution
Increase the size of the staging directory by following this
procedure:
To increase the size of the staging
directory
In the Run dialog box, type regedit.exe, and
click OK.
Navigate to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters.
Right-click the Staging Space Limit in KB entry and
click Modify.
Click Decimal, type the desired size of the staging
directory in kilobytes, and click OK.
Close the registry editor.
At the command prompt, type net stop ntfrs & net start
ntfrs.