We're trying to set up shadow folders on the latest release of vault (shadowing to a UNC path). I've followed all the instructions here, depite some pretty scary MS warnings in the domain security policy editor refering to this link, but all I get, no matter what I do, is the following in the logfile:
Code: Select all
08/12/2006 01:31:06 <generic>: [<No Name>:5476] GetEntryAssembly() returned null; not logging assembly name
08/12/2006 01:31:07 <generic>: [<No Name>:4068] SimpleLogger finalized
08/12/2006 01:31:23 <generic>: [<No Name>:5476] GetEntryAssembly() returned null; not logging assembly name
08/12/2006 01:31:23 <generic>: [<No Name>:4068] SimpleLogger finalized
08/12/2006 01:31:23 <generic>: [<No Name>:7628] Starting Shadow Folder Thread for repository 6.
08/12/2006 01:31:23 <generic>: [<No Name>:7628] Shadow Folder Thread for repository 6 started.
08/12/2006 01:31:23 <generic>: [<No Name>:6764] Shadow Folder is using the folder, C:\WINDOWS\TEMP\, as a TEMP directory.
08/12/2006 01:31:24 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:26 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:28 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:30 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:32 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:34 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:36 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:38 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:40 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:42 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:44 <generic>: [<No Name>:6764] The authentication credentials or Vault server parameters were not found in Web.Config. Vault Shadow Folders failed to login to the Vault Server for Repository ID 6.
08/12/2006 01:31:44 <generic>: [<No Name>:6764] Vault's Shadow Folders tried / failed to log in to the Vault Server for 11attempts, and is giving up. It is possible, Shadow Folder directories may not be synchronized with the Vault Server.
I'm fairly sure I've set up the credentials it's talking about. How might I check exactly what set of credentials or parameters it's talking about?
Thanks
Tom
edit: by the way, the server is IIS6 and SQL2005 on Windows 2003 Small Business Server. Dev server that holds the destination shadow folder is 2003 web edition.