[SCHEDULER-983]  ImageFileConfig and CalFileConfig fail for local users
Type Bug
Priority High
Severity Major
Component AcquireScheduler Script
Fixed In Version [3.63.6
Versions Affected [3.5.33.5.3
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 10/22/2013

Description
In AcquireScheduler, PathMaker class, Substitute method, the global variable acpLogin is checked for "" to tell if the job was from the console or from a web submission. If "" (local) it is changed to "_" so that a path substitution of the $ACPLOGIN token will result in "_" at that place. Well, the next time PathMaker::Substitute() is called within the same ACP run (Observation), now acpLogin is "_" and not blank, so the path is constructed for the web user "_" -- wrong!

Comments
3/3/2015 2:19:27 PM   Bob Denny
Oh dang, this got picked up in the linked SCHEDULER-1261. It is already taken care of in 3.8.
3/3/2015 2:06:17 PM   Bob Denny
REOPENED - This needs to be done for CalFileConfig too! Redo the ticket title.
10/22/2013 7:59:32 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 320
Affected files /trunk/AcquireScheduler.vbs (Modified)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment Local user's path became web user "_", fixed. GEM:983