[Building Sakai] No data in Academic term

Kromhout, Ethan ethan_kromhout at unc.edu
Wed Jan 11 07:30:34 PST 2012


Hi Mudasar,

Have you tried setting "is_current" to 1?

Ethan

From: sakai-dev-bounces at collab.sakaiproject.org [mailto:sakai-dev-bounces at collab.sakaiproject.org] On Behalf Of mudasar yasin
Sent: Wednesday, January 11, 2012 10:25 AM
To: sakai-dev at collab.sakaiproject.org
Subject: [Building Sakai] No data in Academic term

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/9415aaed/attachment.html 


More information about the sakai-dev mailing list