[Building Sakai] How to create "Academic term" by myself ???

Kevin P. Foote kpfoote at iup.edu
Mon Mar 23 05:34:23 PDT 2009


Phuc - 

You will have to do this manually through your DB client.. Here is an
example for mysql.


INSERT INTO CM_ACADEMIC_SESSION_T
(ENTERPRISE_ID,TITLE,START_DATE,END_DATE) VALUES(200950,'Spring
2009',2009-05-10,2009-05-25);

Make sure you have valid (current) dates if you want to see these in the 
'Worksite Setup' drop down.  There is also an IS_CURRENT flag for this
table in sakai 2.6 which will need a 0 or 1. 
Not sure what version you have installed so I didn't place it in the sql
above.


------
thanks
  kevin.foote

On Sun, 22 Mar 2009, Phuc Bui wrote:

-> Dear,
-> 
-> When I create a new Course Site, it asks for a Academic term, but it appears
-> empty. And I can not create my site.
-> 
-> When I use the demo version contribution on Sakai's page, it give an
-> available Academic term.
-> 
-> So, I would like to ask you for instruction about creating Academic term.
-> 
-> Looking forward to your replies.
-> 
->  
-> 
-> Thanks
-> 
-> Phuc Bui
-> 
->  
-> 
->  
-> 
-> 


More information about the sakai-dev mailing list