| |
| 1 |
Topics understood: |
| 2 |
Creating new user group |
| 3 |
Adding users to group |
| 4 |
Removing users from group |
| 5 |
assigning courses to users |
| 6 |
|
| 7 |
|
| 8 |
Topics to be discussed: |
| 9 |
level to be assigned |
| 10 |
about enrollment options |
| 11 |
some of the topics of infromation folder |
| 12 |
Portfolio browser |
| 13 |
assesing student progress.. |
| 14 |
working with resourses. |
| 15 |
|
| 16 |
7453 |
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
When SME icon is clicked or Test.Bat file is run then the jar files situated in jre and library folder are |
| 21 |
executed as specified in the class path of the batch file and the control is transfered to the login screen |
| 22 |
as specified in the path com/InvestLearning/EduSys/Login . |
| 23 |
The class path consists of the jar file jconn2.jar which consists of the code for connection with the db. |
| 24 |
The output of the execution is stored in C:\ERROR.TXT . |
| 25 |
-cp: class search path on given jar files |
| 26 |
|
| 27 |
Creation of new Sybase service: |
| 28 |
|
| 29 |
1)The executable used for this service is C:\Program Files\Sybase\SQL Anywhere 9\win32\dbsrv9.exe |
| 30 |
2) Parameters used for this service is -n Test_SME -x tcpip(ServerPort=2638) |
| 31 |
V:\Test_SME\ResultsManager\SuccessMaker\Database\sme.db |
| 32 |
where sme.db refers to a database file . In sybase the whole database data can be put into single sme.db file. |
| 33 |
Test_SME refers to the service name of the new created service after -n |
| 34 |
and Test_SME after V:\ refers to the folder name created that is mapped to V drive before installing the application |
| 35 |
|
|
|
|
|
|
|
|
|
| |