[Building Sakai] No data in Academic term

mudasar yasin mudasar_yasin1 at yahoo.com
Wed Jan 11 07:25:25 PST 2012


Hi,

I am not able to add "						
															course site" under "WorkSite", because there is no Academic term is available. After search i have found to change in DB have solved this problem. I have run the following db query but still there is no data in "Academic term" drop down. 

INSERT INTO CM_ACADEMIC_SESSION_T(ENTERPRISE_ID,TITLE,START_DATE,END_DATE) VALUES(201250,'Spring2012',2012-01-20,2012-05-25);
mysql> select * from sakai.CM_ACADEMIC_SESSION_T;
+---------------------+---------+------------------+--------------------+------------+--------------+---------------+------------+-------------+------------+------------+------------+
| ACADEMIC_SESSION_ID | VERSION | LAST_MODIFIED_BY | LAST_MODIFIED_DATE | CREATED_BY | CREATED_DATE | ENTERPRISE_ID | TITLE      | DESCRIPTION | START_DATE | END_DATE   | IS_CURRENT |
+---------------------+---------+------------------+--------------------+------------+--------------+---------------+------------+-------------+------------+------------+------------+
|                   3 |       0 | NULL             | NULL               | NULL       | NULL         | 201250        | Spring2012 |             | 0000-00-00 | 0000-00-00 |            |
+---------------------+---------+------------------+--------------------+------------+--------------+---------------+------------+-------------+------------+------------+------------+

2nd there is an other solution to see the Academic term to enable demo data, i have add the following parameters in -Dsakai.demo=true in JAVA_OPTS but still no work. 

Please let me know what is wrong there? 


Best regards,

MY
o2sp.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20120111/b6caf407/attachment.html 


More information about the sakai-dev mailing list