Add the local server to sysservers

On the primary server, log in through isql, and add both servers with the primary server as the local server. For example:

sp_addserver MONEY1, local
go
sp_addserver PERSONNEL1
go