kieran8055
Members-
Posts
81 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by kieran8055
-
There are no views created on Sims database called " mdl_student_timetable_v1_0 and mdl_staff_timetable_v1_0 ". Thanks
-
No i havent created any views ( like mdl_student_timetable_v1_0 and mdl_staff_timetable_v1_0). When i am testing using tsql -H XX.XX.XX.XX -p 1414 -U sa -P sapassword > use sims > select * from mdl_enrolment_v1_0 > go error: Invalid object name. I have missed out Section 1. in your documentation( SIMS2AD) because i am intrested in only SIMS2MOODLE integration. Thanks
-
Well Penfold sorry to trouble you again, The following steps i have done to integrate SIMS2MOOLDE ( as i am intrested in only Timetable block): 1. Installed FreeTDS on ubuntu 8.04lts ( configured freetds.conf ). 2. Created Moodle SIMS.net Course template. 3. Downloaded SIMS2Moodle - Enrolment Plug-in and copied to enrol folder (/var/www/moodle/enrol). 4. configured sims server settings on admin/enrol page: 5. downloaded the Moodle_sims.net _timetable_block, copied to (/var/www/moodle/blocks) and configured the block. Is that any thing am i missing. I have uninstalled the enrolment plug-in an reinstalled, i can connect to sims database but to mdl_enrolment_v1_0 object, says invalid object. Any suggestions, Thanks
-
ubuntu8.04, Moodle, cmis, UnixODBC and FreeTDS
kieran8055 replied to gaz350's topic in Virtual Learning Platforms
Hi i ve already installed for php5-mysql, Actually i wanted is to install php-mssql to work with FreeTDS0.82 to pull up timetable from sims. Thanks -
Hi All, At last i have managed to connect to Sims Server ( instance ADMINSERVER\SIMS) actually it tcp\ip was enabled on 1414 port. Well i can connect to mssql server and i can access sims database but when i try select mdl_enrolment_v1_0 table, it says mdl_enrolment_v1_0 invalid object. Any suggestions, Thanks :0)
-
ubuntu8.04, Moodle, cmis, UnixODBC and FreeTDS
kieran8055 replied to gaz350's topic in Virtual Learning Platforms
Can any one tell me how to install Php-mssql on ubuntu 8.04lts. And aslo any configuration (php-mssql) need to be done for moodle to talk to mssql server to retrive timetable from sims server. Cheers :0) -
well i have check the network configuration for SQL Server (sims), protocol for sims and TCP/IP is enabled and dynamic port is " 1414 ". I have changed the freetds and connected again i can use sims database but it says mdl_enrolment_v1_0 is invalid object name.
-
tried: select * from master.dbo.sysdatabases It displays 5 rows: with file name as d:\sql2000\MSSQL\data\XXXX
-
ya there is a file (freeetds.conf) in /usr/local/etc The following are the file settings: [global] host = XX.XX.XX (ip of the MSSQL server) port = 1433 client charset = UTF-8 tds version = 8.0 (or 8.0 if using FreeTDS 0.82 or later) text size = 20971520
-
Hi Penfold Yes i 've done all bits , I am running on " ubuntu 8.04lts server ". 1. I have installed FreeTDS0.82 2 php5-sybase (for php-mssql)
-
when i tried :- select * from mdl_enrolment_v1_0 Msg 911, Level 16, State 1, Server ABCServer, Line 1 Could not locate entry in sysdatabases for database 'sims'. No entry found with that name. Make sure that the name is entered correctly.
-
Well CyberN.. I can connect using TDSVER=8.0 tsql -S XX.XX.XX.XX (or server name) -U sa But not through tsql -S XX.XX.XX.XX (or server name) -U sa error: Msg 20017, Level 9, State -1, Server OpenClient, Line -1 Unexpected EOF from the server Msg 20002, Level 9, State -1, Server OpenClient, Line -1 Adaptive Server connection failed There was a problem connecting to the server.
-
Well Dan, I have added user employeeID manually from adsiedit for 5 users. Though employeeID field is not visible but still field value is searchable. And simultaneously we are testing script on virtual machine. Cheers
-
Blank page of School timetable, when we click on my timetable noting comes up just a blank page. I have tested 1. telnet XX.XX.XX.XX 1433 connected. 2. isql Error could not SQL connect Any help or suggestions Please. Cheers
-
Hi Dan, Well we are trying to integrate sims with moodle, firstly we should have employeeID in AD for each account and should set to UPN for student and Staff code for staff. This is to link AD users with SIMS.net, As far i think when account is created on SIMS.net it wont create on AD account automatically. Rest all is in the moodle doucmentation. Well we got stuck at adding employeeID field to AD profile. Cheers :0)
-
Can you give me some details on Access Manager Please, we just wanted to pull Timetable from sims.net onto moodle, where as documents for SIMS2AD - Access Manager says to control student access to an education establishments computer network via sims.net. Is that all the thing in the Contents(from documentation) as to be done to pull timetable from sims.net? Thankyou very.
-
Hi Penfold, What i wanted to tell you is our SIMS.net server is on different domain and our Network users are on different domain. Our moodle LDAP Caputure is authenticated to Network users Domain. Any Suggestions,
-
Can we integrate it with LDAP Capture, cause we are using LDAP Capture for authentication. Cheers
-
Hi FN-GM Make sure display name is same as user login in Active Directory.. cheers
