Hi guys,
Would be awesome if I could get some help with this. At first I had set up Deadline to be able to render on my two machines at home (without a certificate and remote connection), and then I had to move one of the PC’s (PC2) to an office. So instead of using the remote connection, I tried to use Tailscale to connect to the repository which is on a shared network drive on PC1. Tailscale works perfectly, and I can access the shared folder in Windows, but Deadline isn’t able to connect to the repository for some reason, and I get an error.
Then I tried to instead host the repository folder on a VPS that I set up, so that the repo could be online at all times and be accessible from both PC’s using Tailscale. Again, the shared VPS folder works perfectly in Windows on both machines, and I can access the folder. But Deadline can’t connect to the repo, and I get the exact same error.
Any ideas on how to solve this? Would be awesome to be able to have the repo on a VPS. I should mention that I get the same error both from PC1 at home and PC2 at the office, so I doubt that it is a network/firewall issue. Also since I can access the folder fine from both PC’s in Windows.
This is the error I get in both cases:
The specified repository path (Z:) does not exist or is not accessible from this computer.
There may be a network issue, or a valid repository has not been installed at this location. If one has not yet setup a repository, it is possible to do so using the repository installer included in the installation files.
at Deadline.StorageDB.RepositoryConnect.DirectRepositoryStorage.ValidateRepositoryRoot(String rootDirectory, X509Certificate2 dbCert)
at Deadline.StorageDB.RepositoryConnect.DirectRepositoryStorage…ctor(RepositoryConnectionSettings repositoryConnectionSettings, Int32 connectionPoolSize, Boolean leanConnect, X509Certificate2 dbClientCert, X509Certificate2 rootCA, Boolean skipVersionCheck, Boolean isRCS, DataControllerUpdateClient updateClient, HttpClient httpClient)
at Deadline.StorageDB.RepositoryConnect.DirectRepositoryStorage…ctor(RepositoryConnectionSettings repositoryConnectionSettings, X509Certificate2 dbClientCert, X509Certificate2 rootCA, Boolean skipVersionCheck, Boolean isRCS, DataControllerUpdateClient updateClient, HttpClient httpClient)
at Deadline.StorageDB.RepositoryConnect.RepositoryStorageManager.ConnectToRepository(RepositoryConnectionSettings connSettings, Boolean skipVersionCheck, DataControllerUpdateClient updateClient, HttpClient httpClient)
at Deadline.Controllers.DataController.ConnectToRepository(RepositoryConnectionSettings connectionSettings)
at Deadline.Controllers.DataController.SetupConnectionSettings(RepositoryConnectionSettings connSettings)
at Deadline.Controllers.DataController.Initialize(RepositoryConnectionSettings connSettings)
at Deadline.Controllers.DataController…ctor(RepositoryConnectionSettings connSettings)
at Deadline.Applications.DeadlineApplicationManager.CreateDataController(RepositoryConnectionSettings connSettings)
at Deadline.Applications.DeadlineApplicationManager.Connect(RepositoryConnectionSettings connSettings, Boolean updateScriptManager)
at Deadline.Monitor.MonitorManager.Connect(RepositoryConnectionSettings connectionSettings, Boolean updateScriptManager)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
