Forum Problems Installing LAMS: Sequence not appearing


 
You may request notification for Sequence not appearing.
Search: 

1: Sequence not appearing
12/19/05 08:20 PM
[ Reply | Forward ]
I am trying to install LAMS into an existing Sakai installation. All went well until I try to create a sequence through Sakai. The process of creating the sequence goes fine, but it is never visible as a Sakai course. I have following the exact steps in the link below as multiple users. Have also verified the "visible" checkbox is marked.

Any help you could lend would be greatly appreciated.

http://www.lamsfoundation.org/integration/sakai2/walkthru/sakai04.2.htm

Regards,
Ken

Posted by Ken Roberts

2: Re: Sequence not appearing
In response to 1 12/19/05 10:06 PM
[ Reply | Forward ]
Hi Ken,

Could you check whether the sequence is created in the database?

just run the sql statement below from the sakai database
select * from lams_sequence;

Cheers,
Anthony

Posted by Anthony Xiao

3: Re: Sequence not appearing
In response to 1 12/19/05 11:47 PM
[ Reply | Forward ]
It appears they are being created. Though the entry in the visible column appears as a square. I am wondering if the entry in the "visible" column is malformed.

mysql> select * from lams_sequence where name = 'KenTest';
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
| sequenceId | contextId | description | learningSessionId | name | visible | orderIndex |
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
| 4 | 826d173f-b23b-497d-807b-4296679b121a | test123 | 1020 | KenTest |  | 1 |
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
1 row in set (0.00 sec)

Thanks,
Ken R.

Posted by Ken Roberts

4: Re: Re: Sequence not appearing
In response to 3 12/22/05 05:18 AM
[ Reply | Forward ]
It's strange that the visible field is empty. Maybe you can try manually update the database but this field shouldn't be empty.

update lams_sequence set visible = 1 where name = 'KenTest';

Cheers,
Anthony

Posted by Anthony Xiao

5: Re: Sequence not appearing
In response to 1 12/22/05 07:12 PM
[ Reply | Forward ]
its not empty, but a weird char that doesn't appear in lams community - you can see it as a sort of square if you got the email notification

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS