Unsolved
This post is more than 5 years old
1 Rookie
•
96 Posts
0
550
August 1st, 2014 12:00
AppSync default mount location
Trying to determine exactly where the default mount location is for AppSync.
%SystemDrive%\AppSyncMounts\%%ProdServerName%%\)
On some of our hosts the AppSync host plugin is installed on the C:\, on other this would be the D:\.
I guess I am confused with the %SystemDrive% parameter.
No Events found!
FoolInTheRain
123 Posts
0
August 4th, 2014 12:00
I spoke with engineering and was told the following. I have confirmed with Bing59 that this answers his question:
The default is the path specified, but:
%SystemDrive% is a Windows environment variable. It's the drive that Windows is installed on. They can use whatever env var they want.
So, if you didn’t want to default to that drive, you could specify another env variable like %MyEnvVar% instead of “SystemDrive”.
Since the rest of the mount point dir is
\AppSyncMounts\%%ProdServerName%%\
I am told that the directory will be created by AppSync if it does not exist.