[ACP-965]  ACP Access to Scheduler Database etc
Type Bug
Priority Medium
Severity Minor
Component HTML Help content, Main Program, Web Content
Fixed In Version [7.17.1
Versions Affected [7.07.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/20/2014

Description
For some reason, the "Scheduled" section of the main menu on the ACP Web UI is not shown even though Scheduler is installed. If you go to the /sc/ page, then reload the ACP UI it's always there!!

See this Comm Center thread from Warren. 


Comments
1/26/2014 2:00:16 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 619
Affected files /trunk/WebDocs/ac/asastroimage.asp (Modified)
/trunk/WebDocs/ac/asphotosingle.asp (Modified)
/trunk/WebDocs/ac/asuploadrtml.asp (Modified)
Check-in comment OOPS! FOrgot to commit the chanted ASP scripts for this!! GEM:965
1/22/2014 9:42:22 AM   Bob Denny
These changes got committed as part of ACP-1084
1/21/2014 3:16:45 PM   Bob Denny
Reopened for changes to the ASP pages for the Scheduled submission forms (to eliminate their use of DBRelay).
1/20/2014 3:53:14 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 609
Affected files /trunk/ACP Help/ProgRef.chm (Modified)
/trunk/ACP Help/Programmer's Reference/ACP2 Programmer's Reference.mdb (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.chm (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.hhc (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.hhk (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRefSchedulerPROPDispatcherStatus.htm (Modified)
/trunk/New Content Development/DC3 Style & Template/MarkupPreHead.tid.html (Modified)
/trunk/New Content Development/author.html (Modified)
/trunk/New Content Development/index.asp (Modified)
/trunk/WebDocs/author.html (Modified)
/trunk/WebDocs/index.asp (Modified)
/trunk/doc/ProgRef.chm (Modified)
Check-in comment Completing additions to Scheduler object and changes to main ACP web UI as a result. GEM:965
1/20/2014 3:16:30 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 608
Affected files /trunk/ACP Interop Assembly (Scheduler)/aa-readme.txt (Modified)
/trunk/ACP.vbp (Modified)
/trunk/Application.cls (Modified)
/trunk/Main.bas (Modified)
/trunk/Scheduler.cls (Modified)
/trunk/acp-ref.exe (Modified)
/trunk/main.frm (Modified)
Check-in comment API CHANGE FOR ACP -- ADDITIONS TO UTIL.SCHEDULER <==[ This is only the beginning of 965 ]== GEM:965
1/20/2014 1:58:00 PM   Bob Denny
Hell while I am at it, add the other SchedulerConfig stuff that is dropped into the web UI.
1/20/2014 10:57:25 AM   Bob Denny
NOTE: This has morphed into getting rid of ACP.DBRelay which was part of the problem, and is a huge kludge. With ACP 7.1 and Scheduler 3.6 being the first of a locked set, changing the ACP API is relatively easy and safe. Now Add two new properties:

Util.Scheduler.Available
Util.Scheduler.Database

Make sure Util.Scheduler is live and accessible from scripts and ASP pages.