[SCHEDULER-1261]  Presence of LogFileConfig can cause local user images to go to web user "_"
Type Bug
Priority Medium
Severity Minor
Component AcquireScheduler Script
Fixed In Version [8.08.0
Versions Affected [3.73.7
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 12/9/2014

Description
This is complicated, but if there is a LogFileConfig, and if the run is for a local observer in the Scheduler (not associated with an ACP user), then the images will go into the web directory tree under user "_". This is due to substitution of _ for $ACPUSER when constructing the Log File path, and that smashes the real ACP User variable (which should be empty for this condition).

Comments
12/9/2014 8:48:22 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 474
Affected files /trunk/AcquireScheduler.vbs (Modified)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment Another case where files were mistakenly stored under web user "_". GEM:1261
12/9/2014 8:32:35 AM   Bob Denny
Damn, incompletly (and incorrectly) fixed in SCHEDULER-983.