Our Production App is up and appears to be running fine, but there’s something in EAC that doesn’t look right. After connecting to an App, the Server Assembly File System Path value normally shows a path like:
That’s from our UAT (User Acceptance Testing App).
But the Production App shows:
It’s not actually blank, but rather a single dot(.). And if my DOS memory is correct, a single dot is the reference to “the current directory”, while the double dot (..) is the parent directory.
Any who … Really seems like this should set like all the others:
Not seeing that on our 102400 or 102600 environments. Have you tried redeploying the app? I know it’s your PROD environment so you’d have to do it off hours.
Yea… true. Could be a little “unstable” if you mess with it.
It must be right in the Epicor config or I don’t Epicor would run. I can’t remember where it’s at but there is a config file for EAC. I one time had a HTTP URL showing for an extension rather than the HTTPS link which is how it was deployed. Epicor Support had me modify a config file for the EAC and it fixed it. Wonder if this is a similar thing?
I compared web.config files for my production app (PRD_102300) and my test app (UAT_102300), and the only differences are anywhere “PRD_102300” is in the PRD app, it is “UAT_102300”.
Both have full paths in the AssemblyFileSystem keys