<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Willis - SharePoint Learning Kit Coordinator, SalamanderSoft Owner &#187; Sims</title>
	<atom:link href="http://blog.salamandersoft.co.uk/index.php/category/sims/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.salamandersoft.co.uk</link>
	<description>SalamanderSoft, SharePoint Learning Kit, Microsoft Learning Gateway &#38; SharePoint Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:46:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Free Utility for Sims.Net &#8211;  List Of All Reports</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2011/01/new-free-utility-for-sims-net-list-of-all-reports/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2011/01/new-free-utility-for-sims-net-list-of-all-reports/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 21:22:37 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Sims]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/index.php/2011/01/new-free-utility-for-sims-net-list-of-all-reports/</guid>
		<description><![CDATA[I have just created another free utility for Sims &#8211; a utility to export details of all reports in Sims into a csv file. That&#8217;s reports as in the reporting engine, not student reports. This will allow you to easily see what reports are in Sims, who created them and hence whether you want to [...]]]></description>
			<content:encoded><![CDATA[<p>I have just created another free utility for Sims &#8211; a utility to export details of all reports in Sims into a csv file. That&#8217;s reports as in the reporting engine, not student reports. This will allow you to easily see what reports are in Sims, who created them and hence whether you want to remove any. Inspired by <a href="http://www.edugeek.net/forums/mis-systems/68414-report-list.html">this thread on EduGeek</a>.</p>
<p>To use:</p>
<ol>
<li>The utility must be run on a machine where Sims.net workstation or server is installed. </li>
<li>First run GenerateConfigFile.bat. You must also run this everytime Sims.Net is updated. If Sims.Net is not installed in c:\program files\Sims\Sims .Net, you will need to modify the bat file. </li>
<li>Copy a connect.ini into the folder. </li>
<li>Run SimsReportList from the command line with 3 arguments, Sims username, Sims password and output folder. </li>
<li>SimsReportList will then save the report details into the file. </li>
</ol>
<p>You can run SimsReportList.exe /? for a brief help summary.</p>
<p><a href="http://www.salamandersoft.co.uk/utilities.html">Download Here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2011/01/new-free-utility-for-sims-net-list-of-all-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Loading Photos From Sims Into SharePoint</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2011/01/bulk-loading-photos-from-sims-into-sharepoint/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2011/01/bulk-loading-photos-from-sims-into-sharepoint/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 16:35:33 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Microsoft Learning Gateway]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sims]]></category>
		<category><![CDATA[Photo Export]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/index.php/2011/01/bulk-loading-photos-from-sims-into-sharepoint/</guid>
		<description><![CDATA[I now have a way to script bulk loading of photos from Sims into SharePoint, for example to enable the use of the Learning Gateway My Children web part. The script is in 2 parts. First extract the photos from Sims using our free Photo Export tool PhotoExport.exe simsuser simspassword outputFolder /names:mapping.csv where mapping.csv is [...]]]></description>
			<content:encoded><![CDATA[<p>I now have a way to script bulk loading of photos from Sims into SharePoint, for example to enable the use of the Learning Gateway My Children web part.</p>
<p>The script is in 2 parts. First extract the photos from Sims using our free <a href="http://blog.salamandersoft.co.uk/index.php/2011/01/updated-sims-photo-export-utility-choose-image-format-save-as-different-name/">Photo Export tool</a></p>
<p>PhotoExport.exe simsuser simspassword outputFolder /names:mapping.csv</p>
<p>where mapping.csv is a csv file mapping admission numbers to Active Directory login names</p>
<p>The use the PowerShell script in my last blog entry <a href="http://blog.salamandersoft.co.uk/index.php/2011/01/using-powershell-to-bulk-upload-files-to-sharepoint/">Using PowerShell to Bulk Upload Files to SharePoint</a> to upload the images to SharePoint.</p>
<p>You could even set up a scheduled task to automatically upload them on a predefined schedule.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2011/01/bulk-loading-photos-from-sims-into-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Sims Photo Export Utility &#8211; Choose image format, Save as Different Name</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2011/01/updated-sims-photo-export-utility-choose-image-format-save-as-different-name/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2011/01/updated-sims-photo-export-utility-choose-image-format-save-as-different-name/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:23:36 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Sims]]></category>
		<category><![CDATA[Photo Export]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/index.php/2011/01/updated-sims-photo-export-utility-choose-image-format-save-as-different-name/</guid>
		<description><![CDATA[I&#8217;ve updated the free Sims Photo Extract Utility to have the following extra functionality: Choose image format to save as Ability to read a csv list of names to save images as. Useful for example if you want to save the images with their network login name – you would just have to provide a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the free Sims Photo Extract Utility to have the following extra functionality:</p>
<ul>
<li>Choose image format to save as </li>
<li>Ability to read a csv list of names to save images as. Useful for example if you want to save the images with their network login name – you would just have to provide a csv linking their Admission Number to login name </li>
<li>Display list of years if an invalid year is passed </li>
</ul>
<p>Details of how to use these are detailed in the README.txt file and by running PhotoExport /?.</p>
<p>
<ul>I&#8217;ve also fixed a bug where the wrong extension was used in some circumstances.</ul>
<p> You can download the updated version from <a href="http://www.salamandersoft.co.uk/utilities.html">http://www.salamandersoft.co.uk/utilities.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2011/01/updated-sims-photo-export-utility-choose-image-format-save-as-different-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Free Photo Export From Sims</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2010/08/updated-free-photo-export-from-sims/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2010/08/updated-free-photo-export-from-sims/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:04:58 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Sims]]></category>
		<category><![CDATA[Photo Export]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/index.php/2010/08/updated-free-photo-export-from-sims/</guid>
		<description><![CDATA[I&#8217;ve uploaded a updated version of the free photo export from Sims utility. There are 2 changes: Option to save the photos named as the internal sims ID rather than Admission Number and Staff Code. Run PhotoExport /? for help on how to do this. It now handles the cases where the Staff Code contains [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded a updated version of the free photo export from Sims utility. There are 2 changes:</p>
<ol>
<li>Option to save the photos named as the internal sims ID rather than Admission Number and Staff Code. Run PhotoExport /? for help on how to do this. </li>
<li>It now handles the cases where the Staff Code contains characters which are not valid characters for a file name. It replaces these characters with –.</li>
</ol>
<p><font style="background-color: #f4f5f7">You can download the utility from <a href="http://www.salamandersoft.co.uk/utilities.html">http://www.salamandersoft.co.uk/utilities.html</a>.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2010/08/updated-free-photo-export-from-sims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding Disabled Users in Active Directory Groups on the SLK Assignment Properties Page</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2009/05/hiding-disabled-users-in-active-directory-groups-on-the-slk-assignment-properties-page/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2009/05/hiding-disabled-users-in-active-directory-groups-on-the-slk-assignment-properties-page/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:51:35 +0000</pubDate>
		<dc:creator>RichardWillis</dc:creator>
				<category><![CDATA[SLG]]></category>
		<category><![CDATA[SLK]]></category>
		<category><![CDATA[Sims]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/2009/05/29/HidingDisabledUsersInActiveDirectoryGroupsOnTheSLKAssignmentPropertiesPage.aspx</guid>
		<description><![CDATA[I&#8217;ve just finished updating SLK for a UK school who had problems with learners disabled in Active Directory showing when they were assigning work through SLK. Firstly, I must say that this is a solution for a particular problem that they had and isn&#8217;t really a general purpose solution. If a learner is disabled, you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished updating SLK for a UK school who had problems with learners disabled in Active Directory showing when they were assigning work through SLK. Firstly, I must say that this is a solution for a particular problem that they had and isn&#8217;t really a general purpose solution. If a learner is disabled, you should really be displaying them so you can assign then work. They may only be disabled temporarily, e.g. as puishment for computer misuse, but will still need to do the work when they are re-enabled.</p>
<p>The situation this school was in, is that they are running the Sims Learning Gateway (SLG). Part of how that works is that there is a component to create AD users and class groups based on the data in Sims. However, the users created by SLG are then &#8216;consolidated&#8217; with the &#8216;real&#8217; AD users, so these can then use the Sims web parts. As part of the consolidation process, the SLG users are disabled and the real users are added to the class groups, however the disabled SLG users are not removed from the AD groups.</p>
<p>Now the school were using these AD groups to assign SLK Learner permisssion to in order to assign work. So when the teachers came to assign work and selected their class group, each pupil was represented twice in the list which was a bit confusing.</p>
<p>The solution was to update the SLK code so that there is now a setting to hide disabled users. This will mean that when SLK goes to get the list of all Learners on a site it will ignore users in Active Directory groups who are disabled.</p>
<p>To get this set up you will first of all need to download and upgrade to the version with the setting in on the <a href="http://slk.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23487">1.3.2 build page</a> . Then set the setting by:</p>
<ol>
<li>Go to the Configure SharePoint Learning Kit page in SharePoint Central Administration.</li>
<li>Make sure that the correct site collection is selected and then click &#8216;Click here to download the current SLK Settings file&#8217; near the bottom of the page.</li>
<li>This will open up the SlkSettings.xml file in a new browser window. Save this to disk.</li>
<li>Open the saved file in a text editor e.g. notepad (do not use Word or similar)</li>
<li>Add the attribute HideDisabledUsers=&#8221;true&#8221; to the file as indicated in the screen-shot</li>
</ol>
<p><img src="http://blog.salamandersoft.co.uk/content/binary/hideDisabledUsers.png" border="0" alt="" /></p>
<p>6.  Then upload the modified SlkSettings.xml file by adding it the page to &#8220;New SlkSettings  file:&#8221; and clicking OK.</p>
<p>This will work for schools using Sims Learning Gateway with the same issues, but I wouldn&#8217;t necessarily recommend it for anyone else. My personal preference is to give the individual users the appropriate permissions on the class sites rather than using groups. Groups will always cause issues when it comes to rollover and I just think it&#8217;s cleaner and more intuitive to have the direct permissions. I would also have removed the disabled users from the groups. Of course I&#8217;ve got the toolset to do all of this easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2009/05/hiding-disabled-users-in-active-directory-groups-on-the-slk-assignment-properties-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically linking Moodle to Sims.Net and Facility CMIS</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2009/02/automatically-linking-moodle-to-simsnet-and-facility-cmis/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2009/02/automatically-linking-moodle-to-simsnet-and-facility-cmis/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 14:14:50 +0000</pubDate>
		<dc:creator>RichardWillis</dc:creator>
				<category><![CDATA[Facility CMIS]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Sims]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/2009/02/03/AutomaticallyLinkingMoodleToSimsNetAndFacilityCMIS.aspx</guid>
		<description><![CDATA[I&#8217;m regularly asked about whether it&#8217;s possible to link Moodle to school MIS systems. There&#8217;s a number of ways to link Moodle to Sims.Net or Facility CMIS, both open source and commercial and here&#8217;s a summary of the ones I know about. If you know of any others, or feel I&#8217;ve missed some information out, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m regularly asked about whether it&#8217;s possible to link Moodle to school MIS systems. There&#8217;s a number of ways to link Moodle to Sims.Net or Facility CMIS, both open source and commercial and here&#8217;s a summary of the ones I know about. If you know of any others, or feel I&#8217;ve missed some information out, please let me know and I&#8217;ll add them.</p>
<p><b><font size="4">Open Source</font></b></p>
<p><b>CLEO MIS Upload Tool</b></p>
<p>The <a href="http://moodle.org/mod/data/view.php?d=13&amp;rid=1585">CLEO tool</a> was originally developed by Dan Poltawski for the CLEO Regional Broadband Consortium. It&#8217;s not a fully automatic tool as you need to create a csv file from your MIS system first. It then simplifies the process of creating users and courses from the data. Once the tool has been run, changes in Sims/Facility CMIS are not automatically reflected in Moodle. I think that if you re-export the data and re-run the tool it will update the courses, but I&#8217;m not sure about that. This tool will run with any MIS system you can export csv files from. Suport is via the Moodle forums notably <a href="http://moodle.org/mod/forum/discuss.php?d=98792">this thread</a>.<br /><b><br /></b><br /><strong>The Definitive Guide to SIMS.net, Moodle and LDAP Integration by <a href="http://www.edugeek.net/forums/members/penfold_99.html">Penfold_99</a></strong></p>
<p><a href="http://www.edugeek.net/forums/members/penfold_99.html">Penfold_99</a> is a highly active EduGeek member who has posted documentation and scripts on how to link Moodle to Sims. The documentation can be found on the <a href="http://docs.moodle.org/en/Integrate_Moodle%2C_LDAP_and_SIMS.net">Moodle Docs</a> site. It consists of VB scripts to populate Active Directory from Sims, and then a number of scripts to create views in the Sims database so that the enable external database setting for creating courses can be used. It also includes a module to show the timetable from Sims within Moodle. Penfold_99 has given a lot of support on the Edugeek forums around setting it up, for example <a href="http://www.edugeek.net/forums/virtual-learning-platforms/29084-sims-timetable-module-moodle.html">this thread</a>. This is an automatic solution as Moodle is looking directly at the Sims database. The AD provisioning is run as a scheduled task. You don&#8217;t need to use the AD provisioning, but you do need a pupil identifier (their UPN) in a certain field in AD as the integration depends on using Active Directory authorisation in Moodle.</p>
<p>There&#8217;s now a sticky thread on this on Edugeek <a href="http://www.edugeek.net/forums/virtual-learning-platforms/28487-definitive-guide-sims-net-moodle-ldap-integration.html">http://www.edugeek.net/forums/virtual-learning-platforms/28487-definitive-guide-sims-net-moodle-ldap-integration.html</a>.</p>
<p><b>Guy Thomas&#8217;s Facility to Moodle Integration Block</b></p>
<p>Guy Thomas from the Ossett School has developed a <a href="http://moodle.org/mod/data/view.php?d=13&amp;rid=992">Moodle block</a> to integrate Moodle with Facility CMIS. It allows the bulk creation of pupil and parent accounts, and also a teacher to add Facility CMIS teaching groups a Moodle course. The initial creation of accounts is done manually through the Moodle front-end as it is a Moodle block, but there are then scheduled tasks to keep the pupil, parents and teaching group membership synchronised. The documentation it comes with looks good and Guy provides support via the Moodle forums. It does require initial preparation of Active Directory and your existing Moodle accounts to ensure that they all have the Facility CMIS Student ID in to make sure Moodle knows which user is which in Facility.</p>
<p><b><font size="4">Commercial</font></b></p>
<p><b><a href="http://www.salamandersoft.co.uk/moodle.html">Salamander Moodle</a> from SalamanderSoft</b></p>
<p>I&#8217;m obviously biased about this one. It will automatically create student, staff and parent accounts from the data in your MIS system&nbsp; (Sims, Facility CMIS, Phoenix, Integris, any csv file or database I can figure out the schema for). It will also create courses based on your criteria, if you can describe it I should be able to do it e.g. course per teaching group or course per subject year combination with teaching groups as Moodle groups. The provisioning is run as scheduled tasks so not quite live. I update the database directly, so if there&#8217;s other items you&#8217;d like doing I should be able to figure it out.</p>
<p><b><font size="4">Which should I go for?</font></b></p>
<p>That&#8217;s entirely up to you and what you want out of the integration. The advantages of the Open Source solutions are that the cash price is £0 and you are contributing to the community by using them. The downside is that it can take a long time to get them working in your network and you are reliant on the goodwill, inclination and availability of the writers for support (so far the support from all the above open source tools looks pretty good). For commercial solutions, it&#8217;s pretty much the opposite, it&#8217;s going to cost you money, but will take less of your time sorting it out and the commercial company will be responsible for making sure it works and keeps working.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2009/02/automatically-linking-moodle-to-simsnet-and-facility-cmis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Export Photos from Sims</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2009/01/export-photos-from-sims/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2009/01/export-photos-from-sims/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:37:03 +0000</pubDate>
		<dc:creator>RichardWillis</dc:creator>
				<category><![CDATA[Sims]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/2009/01/21/ExportPhotosFromSims.aspx</guid>
		<description><![CDATA[After seeing a post on Edugeek, I&#8217;ve knocked up a quick utility to extract pupil and staff photos from Sims. It might be useful to you if you need to use them elsewhere, but you do have to bear in mind who owns the copyright, which might limit what you can do with them. More [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing a post on <a href="http://www.edugeek.net/">Edugeek</a>, I&#8217;ve knocked up a quick utility to extract pupil and staff photos from Sims. It might be useful to you if you need to use them elsewhere, but you do have to bear in mind who owns the copyright, which might limit what you can do with them.</p>
<p>More details at <a href="http://www.salamandersoft.co.uk/utilities.html">http://www.salamandersoft.co.uk/utilities.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2009/01/export-photos-from-sims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sims Learning Gateway Profile Details Web Part</title>
		<link>http://blog.salamandersoft.co.uk/index.php/2008/10/sims-learning-gateway-profile-details-web-part/</link>
		<comments>http://blog.salamandersoft.co.uk/index.php/2008/10/sims-learning-gateway-profile-details-web-part/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:20:33 +0000</pubDate>
		<dc:creator>RichardWillis</dc:creator>
				<category><![CDATA[SLG]]></category>
		<category><![CDATA[Salamander SharePoint]]></category>
		<category><![CDATA[Sims]]></category>

		<guid isPermaLink="false">http://blog.salamandersoft.co.uk/2008/10/21/SimsLearningGatewayProfileDetailsWebPart.aspx</guid>
		<description><![CDATA[I recently helped a customer install the Sims Profile Details Web Part. I actually became aware of his problem after spotting his post on Edugeek. It looked like it would be quite simple to solve and as he was an existing customer, even though I had nothing to do with his SLG I offered to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently helped a customer install the Sims Profile Details Web Part. I actually became aware of his problem after spotting his post on Edugeek. It looked like it would be quite simple to solve and as he was an existing customer, even though I had nothing to do with his SLG I offered to help. </p>
<p>From the description it looked like the web part needed a property stating the spell check page set before it could be displayed. In fact the web part errored so badly that the whole page could not display and you had to go to the web part maintenance page to remove it before you could view it again. I knocked up a quick utility to instantiate the web part, set the appropriate property and then add it to the page. It took a bit of time to get the configuration settings exactly right &#8211; at one point I had it appearing above the page title!, but when I got them right it went straight on.</p>
<p>One of the reasons I wanted to help out, was that the next piece of work for Salamander SharePoint is to add and maintain web parts. This was a great proof of concept for adding web parts to a page, and I&#8217;ve now got it integrated into the core product.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.salamandersoft.co.uk/index.php/2008/10/sims-learning-gateway-profile-details-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

