Application Server Setup Failed. System.IO.IOException: The network name cannot be found

any one have this issue? I try set up epicor 10.2.300.

image

Did you get a resolution to this error?

For anyone else that runs into this issue, at least in our case, this was a problem with the ice.sysagent filerootdir path after copying our live database into our dev environment.

On the database, we ran:
update ice.sysagent set filerootdir=’[NEW-SERVER-NAME]\EpicorData[DATABASENAME]’

and then tried to re-deploy and it resolved the issue. After that was updated it worked. I believe you can also just blank out that path and it would work.