I have a test server that was working fine as 10.2.700.4 that I was updating to 10.2.70.29.
I get this error when trying to deploy
Application Server Setup Failed.
Errors:
System.IO.DirectoryNotFoundException: Could not find a part of the path '\\EPICAPP1\EpicorData'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
at SetupEnvironment.Steps.EnsureServerDataDirectoryExists.InnerRun()
at SetupEnvironment.StepBase.Run()
That path is for our old server: ‘\EPICAPP1\EpicorData’
Where would that be located so I can change to correct path?
Look, I don’t know how the deployment engines work, but I would imagine that they reference the database in some way because you do specify a database when deploying.
If you can see what the value of these fields are in your system agent, the deployment might be trying to use these paths. Maybe try to update them to the new path before doing the deploy?