Hi!
I am trying to enable the Web Farm support for a mirroring scenario (mentioned as an Alternative Configuration in the documentation). I have 2 servers: first one is local, second one is remote. Therefore, I need to sync their DB and file system.
Both servers have a fresh install of DNN 4.5 (each of them has its own file system and DB). I have followed the steps mentioned in the Web Farm Support document (web.config, scheduler, SQL script and the BroadcastPollingCachingProvider). The scheduler is enabled on my local server with the Run on servers field set to my remote server (local server should act as a publisher?).
From the History I can see that the BroadcastPollingCachingProvider is working... but I cannot see the changes on the remote server... I have tried to add the name of my remote server to the Servers table but it doesn't change anything. I have restarted the application as well but without any success...
Same thing with the SynchronizeFileSystem scheduler (but here I have errors on the site log like a System.NullReferenceException at DotNetNuke.Services.FileSystem.FolderController.GetMappedDirectory(String VirtualDirectory)
I am missing something, but what... If anyone had a similar experience, I would be glad to learn from you!