I am setting up a test system to test 10.2.600 from 10.2.200. I first installed 10.2.200 and then did the upgrade to 10.2.600 and ran into this error. I have even tried installing just .600 and upgrading the DB from .200 to .600 and still run into this error. This was a clean install, just brought over my DB from production, not replicated from production.
I get all the way through to adding the App server and I keep running into this error. It is referencing my Production server in the path it is looking for ("\EPICORSERVER\EpicorData"). Obviously this is not the path anymore as this is on a different system. I cannot figure out where to change this value, it must be somewhere in the DB?
Sorry ignore the name of the DB. This was me trying to work through this error 5 different times. I can assure you the DB is updated to 10.2.600 regardless of the name.
I am not trying to run both on the same server. I have my test system on a different server.
I have tried it that way as well as doing it by upgrading. I keep ending up with this error. So odd because I had .200 working fine on this test server, its only when I try to get to .600
This looks like you do not have permissions to the EpicorData folder. Jonathon is correct when he says this is updated in sysagent, giving you a catch22 situation. You can’t create the application without it, but cannot change it till the application is built. You have 2 options:
Give your user permissions to the EpicorData Folder. It is my experience that nothing will get changed and once you have the application active, go into SysAgent and update it to the test location.
Use T-SQL and update the filerootdir field in the ice.sysagent table. (SELECT filerootdir FROM ice.sysagent)