You should not proceed unless the previous assumptions are in fact true.
The "centralfailover" user will be used by the other node for replication. You may use an alternate username, but make sure it is the same username on both machines.
Note: The first time that you click "Clear SQL Rep...", you may see error messages that state that there is nothing to replicate. You can ignore these errors.
You may also need to change the "Copy from" value on the "Copy statistics database" dialog which will appear. If you encounter "'From' directory does not exist or cannot be accessed" errors, use the following command-line sequence to confirm this MOVEit Central can connect to the other MOVEit Central via Windows File Sharing, that the "centralfailover" user may be authenticated to the other MOVEit Central, and that "centralfailover" enjoys read access to the file share listed in the "Copy from" field.
C:\>net use H: \\192.168.3.172\micstats /user:centralfailover
The password or user name is invalid for \\192.168.3.172\micstats.
Enter the password for 'centralfailover' to connect to '192.168.3.172': *******
The command completed successfully.
C:\>H:
H:\>dir stats.myi
09/22/2005 02:28 AM 53,248 stats.MYI
H:\>copy stats.myi c:\
1 file(s) copied.
You do not want the SQL Server database to be replicated because Node 1 and Node 2 share the same SQL Server database.