Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paputzback
Contributor III
Contributor III

What global variables need changed when the QMC's QDS and QVS are not in programdata?

My QDS Application Data Folders is D:\QMC\QDS

For the QDS, I have a Source Folder in D:\QMC\SourceDocuments

My QVS Root folder is D:\QMC\Documents

My QVS logs are in D:\QMC\QVS

I am wondering if I need to change the vG.ProgramDataPath to D:\QMC, but I think that would break the vGQMSPath.

So maybe I need to hard code vGServerLogPath and vgQDSPath1

3 Replies
Magnus_Berg
Employee
Employee

Hi Phillip, to get SystemMonitor to work you need to change the settings in 0.Administration\3.Include\1.BaseVariable\System.Variables.csv You can do this using VariableEditor or edit directly. You need to change: 
vG.ProgramDataPath to D:\QMC

QVS Logs to vG.ServerLogPath=$(vG.ProgramDataPath)\QVS

Hope this helps.

regards

paputzback
Contributor III
Contributor III
Author

If I do that won't it mess up the vG.QMSPath, and vG.QVWSPath1.

Magnus_Berg
Employee
Employee

Yes, you are right Phillip,my mistake.
Change only QVS Logs to vG.ServerLogPath=D:\QMC\QVS

Cheers

Magnus