YES! That was indeed the problem.
In my
tblplugins, there are two rows for the Vault Shadow Folder Service:
Code: Select all
http://rtgbuild.ddcinternal.com/VaultShadowFolder/VaultShadowFolderService.asmx
http://localhost/VaultShadowFolder/VaultShadowFolderService.asmx
After updating the first one to be localhost instead of rtgbuild.ddcinternal.com, Shadow Foders is now working.
So here's my next question: since shadow folders service always runs on the same machine as Vault service and the database is always on this same machine too, would a single
http://localhost/VaultShadowFolder/Vaul ... rvice.asmx entry suffice? Can I delete the first row (that contained a reference to the old machine) or do I need to update the first row to be a reference to this machine (which is rtgbuild2.ddcinternal.com)? I just wasn't sure if this first row was how shadow folders service referenced stuff externally and the second was for internal, or if the two rows are needlessly redundant and the one can be deleted. Please advise.