The information of the pages are only applied for POISE personnel usage

CAMPUS CONNECT V3 CONFIG & IMPLEMENTATION

Log Name | Config Files | Implementation | CADI |

Logical Name

CDISRV_EXE="EACSYS$DKD0:[CADI_SERVER.EXE]
CC3$ROOt= EACSYS$DKD0:[CAMPUS_CONNECTV3.]
SYS$SYSROOT = EACSYS$DKD0:[SYS0.]
TPL_DIR = EACSYS$DKD0:[CAMPUS_CONNECTV3.TEMPLATES.]

Back

Config Files

DKB0:[Campus_Connectv2]
- sis_config.com // config file student
- fas_config.com // config file for faculty
*Set valid grade // A , B , C, I , CR...
*set advisor type // Faculty, counselor, Dean Student..


DKB0::[CADI_SERVER.FILES]
-cc_roles //.dsc .key .dta . All 3 work togethers
-sis_terms //run scope and set its availabe period

APACHE$ROOT = DKD0:[SYS0.SYSCOMMON.APACHE.]
-Install. // has info relevant to apache installation

Back


Stop/Start CADI

If files are open by another process, file conflict, stop CADI->Make changes>Start

$ MCR CDISRV_EXE:CADI$MANAGER STOP CONTROL REG
<make changes>
$ MCR CDISRV_EXE:CADI$MANAGER START CONTROL REG

Back

IMPLEMENTATION (AUTH)

Facuties Site (Must have /Account: Student, Advisor , Dean)
1. Collect All advisor & faculties name
2. Modify their UIC to be unique
* mod username/uid=[20, unique]
3. Assign each UIC an identifier
* Remove/Id lgrommet //if it has duplicate name
* Add/Id/Value=UIC=[20,unique] lgrommet // lgrommet [20,unique]added to RIGHTSLIST.DAT

4. Pull out ownerid , groupid , instructor, courseid from $term_courses
* find courseid, ownerid, groupid, instructor from 054scourse ordered by courseid

5. Assign ownerid (webid) to instructor
* Grant/ID I432903157 lgrommet | [20,15]
* Revoke/ID Ixxxxxxxx lgrommet

6. Ensure username has account type:Advisor or Dean. Fas_config.com:CC$REG_ADVISORS

7. Assign type of advisor to each faculty
*asq> find cc_roles
*run DMS:ADD cc_roles-> username:roles = lgrommet:faculty&advisor
*/OUT
8 . Test with Campus Connect

PLS: Mod Username/NOACCESS //No access to VAX , ONLY Via web

Check to see if ID exist: SHOW/ID I431415781
If NOT, add ID : ADD/ID I431415781

 

Back


Student Site
1.Find out all student (student file:fullname) and their advisor (:advregid)
*ASQ
FIND STUDENT WHERE ADVREGID ORDER BY ADVREGID
DISPLAY "ADD/ID " ADVREGID SUM(1) , fullname GROUP ADVREGID TO UAF.com
2.Assign advisor to student
*UAF>Grant/ID student faculty
*UAF>Grant/ID ADVISEALL identifier (unique vaxuser name) /all advisor can advise stuname

Back

@copyright of Soon Lim. All right reserved