Error updating a test server to newest patch

Hey,

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?

Any help is appreciated!

Shawn, are are you saying that you have moved servers now?

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?

I found where the location was stored from another post.

It is stored on the database in table: Ice.SysAgent in the row: FileRootDir

I fixed it there and it let me do the deploy.

1 Like

FYI that is what the first field I circled is linked to.

1 Like