When I try to create a shadow folder on a local drive I get
When I try to create a shadow folder on another machine I getSystem.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at VaultShadowFolder.VaultShadowFolderService.UpdateWorkingFolderAssociations(String strServerWebPath, Int32 repID, ArrayList associations)
at VaultShadowFolder.VaultShadowFolderService.AddShadowFolderAssociation(Int32 repID, String repPath, String localPath, Boolean readOnly)
--- End of inner exception stack trace ---
I found plenty of posts regarding this and have tried everything. Both the Vault and VaultShadow web services are running with a domain account that has the priveleges described in http://support.sourcegear.com/viewtopic.php?t=188.The path that you specified is not accesible from the server machine. Association cannot be made.
I am stumped. I need to get shadow folders implemented.
TIA,
Jon