Ok
That has fixed the problem first reported.
1. the server key must be lower case
2. The URL in the readme was incorrect.
For others, here is my sakai.properties and lams db settings
lams is running on http://bort:8280
sakai is running on http://bort:8180
$CATALINA_HOME/sakai/sakai.properties
lams.serverId=sakaicamtools
lams.serverKey=lamsserverkey
lams.serverAddr=http://bort:8280/
mysql> select * from u_organisation;
+------+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+---------+
| sid | name | description | parent_org_sid | account_organisation | visible |
+------+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+---------+
| 1 | All Organisations | This is the root organisation of the home organisation hierarchy. Anyone who really can't belong anywhere else (e.g. admin) belongs here. | NULL | 1 | 1 |
| 2 | Demo Org | Organization for Demonstration | 1 | 1 | 1 |
| 3 | DemoClass | Session Class for Demonstration | NULL | 0 | 1 |
| 1020 | sakaicamtools | Sakai Camtools Test on Bort | NULL | 1 | 1 |
+------+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+---------+
4 rows in set (0.02 sec)
mysql> select * from ext_server_org_map;
+-----+---------------+---------------+------------+------------+--------+----------------------------------------------------------------------------------------------------+-------------+----------+-------+
| sid | serverid | serverkey | servername | serverdesc | prefix | userinfo_url | timeout_url | disabled | orgid |
+-----+---------------+---------------+------------+------------+--------+----------------------------------------------------------------------------------------------------+-------------+----------+-------+
| 1 | sakaicamtools | lamsserverkey | sakai | sakai | sakai | http://bort:8180/sakai-lams-tool/servlet/UserDataServlet?uid=%username%&ts=%timestamp%&hash=%hash% | 300 | 0 | 1020 |
+-----+---------------+---------------+------------+------------+--------+----------------------------------------------------------------------------------------------------+-------------+----------+-------+
1 row in set (0.00 sec)
mysql>
This works :) :) :) Thank you.......
but I've got annother problem now, I'll start a new thread
Posted by Ian Boston