Hi!
Problem description:
1. Network with >230 WKS
2. Login script contains
\\A1\Everest$\everest.exe /CSV /CUSTOM config.rpf /SAFE /SILENT /R \\A1\Logs$\Everest\$DATE\$HOSTNAME-$DATE-$TIME-$UUIDMAC.csv
Problem: some users (app everu 6th) can not read config file correctly (in config file we block receiving system log files, but some users still writing to log this unnesessary info. Imagine - report size about 120 - 160 MB). It seems they can nor read config.
2. In order to share load between DC script changes to:
%LOGONSERVER%\Everest$\everest.exe /CSV /CUSTOM %LOGONSERVER%\Everest$\config.rpf /SAFE /SILENT /R %LOGONSERVER%\Logs$\Everest\$DATE\$HOSTNAME-$DATE-$TIME-$UUIDMAC.csv
no result, problem still here
3. Well, we copy config locally:
copy \\a1\Scripts\test.rpf %SYSTEMROOT%\everest.rpf /Y
copy \\a2\Scripts\test.rpf %SYSTEMROOT%\everest.rpf /Y
copy \\a3\Scripts\test.rpf %SYSTEMROOT%\everest.rpf /Y
%LOGONSERVER%\Everest$\everest.exe /CSV /CUSTOM %SYSTEMROOT%\everest.rpf /SAFE /SILENT /R %LOGONSERVER%\Logs$\Everest\$DATE\$HOSTNAME-$DATE-$TIME-$UUIDMAC.csv
No result, problem is here.....
Any ideas of preferable solutions? 8-)))