Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Hardware

Hardware forum sponsored by
HardwareForum Sponsored by SCL Online

For any hardware related issues, recommendations or warnings about awful equipment.

Go Back   EduGeek.net Forums > Technical > Hardware
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 22-09-2007, 10:51 AM   #1
 
MrsGrinch's Avatar
 
Join Date: Jul 2007
Location: Essex
Posts: 45
uk
Thanks: 3
Thanked 0 Times in 0 Posts
Rep Power: 0 MrsGrinch is an unknown quantity at this point
Default Smarboard Gallery failure to install

HI. I'm a tech/TA in a couple primary schools in North Essex. I've found edugeeks wildly useful over the last year and now I'm well and truly stuck.

I know that Smartboard owners have found it tricky to get the gallery to install on 9.5 and up. We're getting a stranger than average error, though. On the newer whiteboard it goes in just fine. On the two-year-old boards, though (which have a brand new pc attached) we get "Failed to read the current state of the gallery" every time. We've stripped it all off and started again, run it without the network or board attached, and made sure we had windows installer 3.1 on. We've downloaded the gallery separately, emptied the cd onto the desktop and sacrificed a goat on the keyboard. We had a support call logged with RM (These are all on CC3 network) but there is nothing in the knowledgebase there or on Smarttech forums.

Has anyone else even seen this?

Michele
  Reply With Quote
Old 22-09-2007, 11:49 AM   #2
 
meastaugh1's Avatar
 
Join Date: Jul 2006
Location: London/Hertfordshire
Posts: 587
Thanks: 14
Thanked 31 Times in 23 Posts
Rep Power: 12 meastaugh1 has a spectacular aura aboutmeastaugh1 has a spectacular aura about
Default Re: Smarboard Gallery failure to install

Haven't had this error, but do your users use the computers offline (away from the network)? If not, you could install the gallery on the server, then just redirect all the clients to the server location with a change in the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\SMART Technologies Inc.\Gallery\TeamContent\gallery.smarttech.com]
"ImsManifestXml"="\\\\server\\share\\SMART 9.5 Gallery\\imsmanifest.xml"
  Reply With Quote
Old 22-09-2007, 01:18 PM   #3
 
MrsGrinch's Avatar
 
Join Date: Jul 2007
Location: Essex
Posts: 45
uk
Thanks: 3
Thanked 0 Times in 0 Posts
Rep Power: 0 MrsGrinch is an unknown quantity at this point
Default Re: Smarboard Gallery failure to install

That's an excellent idea - these are classroom tabletop computers, and must not be away from their tasks of accumulating dust, tupperware and cuddly toys. They're permanently on the network, too. That way we can add to the galleries and only do it once.

Many thanks! My colleague in TA/IT is on here too and I'm sure she'll see this.
  Reply With Quote
Old 27-09-2007, 10:25 AM   #4
 
contink's Avatar
 
Join Date: Jul 2006
Location: South Yorkshire
Posts: 2,810
uk uk yorkshire
Thanks: 108
Thanked 109 Times in 81 Posts
Rep Power: 34 contink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to behold
Default Re: Smarboard Gallery failure to install

Tried that registry key and it may not be working with 9.7...

Came up with this which pops the resources for educators gallery into notebook.

Code:
On Error Resume Next

Dim WshShell
Set WshShell = CreateObject("WScript.Shell")


' WORKS 9.7
key2 =  "HKEY_CURRENT_USER\SOFTWARE\SMART Technologies Inc.\Gallery\DefaultManifest"
val2 = 	"\\server\share\Smartboard\imsmanifest.xml"
WshShell.RegWrite key2, val2
Just running that as a login script... seems to do the trick
  Reply With Quote
Old 28-09-2007, 11:05 AM   #5
 
Andie's Avatar
 
Join Date: Sep 2006
Location: Cambridgeshire
Posts: 367
uk uk cambridgeshire
Thanks: 28
Thanked 14 Times in 10 Posts
Rep Power: 7 Andie will become famous soon enough
Default Re: Smarboard Gallery failure to install

There is a SMARTtech knowledge base article that tells you how to redirect your SMARTboard software to a shared Gallery on your network. I haven't tried it as our SMARTboard laptops are not on the network at the moment, but it would be worth a try rather than editing the registry. The link is below:

http://www2.smarttech.com/kbdoc/96765
  Reply With Quote
Old 28-09-2007, 11:12 AM   #6
 
contink's Avatar
 
Join Date: Jul 2006
Location: South Yorkshire
Posts: 2,810
uk uk yorkshire
Thanks: 108
Thanked 109 Times in 81 Posts
Rep Power: 34 contink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to beholdcontink is a splendid one to behold
Default Re: Smarboard Gallery failure to install

Quote:
Originally Posted by Andie
There is a SMARTtech knowledge base article that tells you how to redirect your SMARTboard software to a shared Gallery on your network. I haven't tried it as our SMARTboard laptops are not on the network at the moment, but it would be worth a try rather than editing the registry. The link is below:

http://www2.smarttech.com/kbdoc/96765
Yeah tried that and it was a complete and utter waste of time.. You need to set it for each individual user and required cmd line access... me' thinks not.

Registry changes was the simplest thing ever in comparison.
  Reply With Quote
Old 28-09-2007, 11:35 AM   #7
 
Andie's Avatar
 
Join Date: Sep 2006
Location: Cambridgeshire
Posts: 367
uk uk cambridgeshire
Thanks: 28
Thanked 14 Times in 10 Posts
Rep Power: 7 Andie will become famous soon enough
Default Re: Smarboard Gallery failure to install

Quote:
Originally Posted by contink
Yeah tried that and it was a complete and utter waste of time.. You need to set it for each individual user and required cmd line access... me' thinks not.

Registry changes was the simplest thing ever in comparison.
Thanks. At least I know not to bother with that when we put the laptops on the network!!
  Reply With Quote
Old 28-09-2007, 07:29 PM   #8
 
TimJing's Avatar
 
Join Date: Aug 2007
Location: Houston TX
Posts: 34
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 TimJing is an unknown quantity at this point
Default Re: Smarboard Gallery failure to install

HOw are you initiating the installation of the SB software and the Gallery files? Do you have the MSI logs i the event view of what happens when the Essentials for Educators is installed?

And if you have no SB connected, and open the Smart Notebook, are all the galleries listed as available?
  Reply With Quote
Old 03-10-2007, 12:16 PM   #9
 
danielson81's Avatar
 
Join Date: May 2007
Location: Brighton
Posts: 23
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 danielson81 is an unknown quantity at this point
Default Re: Smarboard Gallery failure to install

We use the an MSI for smartboard 9.5, we copied it from a temp directory it created when installed normally and it works fine.

Our gallery is on a network share, we added this startup script to the same GPO:

Dim WSHShell, RegLocate, RegLocate1
Set WSHShell = WScript.CreateObject("WScript.Shell")
On Error Resume Next
RegLocate = "HKEY_LOCAL_MACHINE\SOFTWARE\SMART Technologies Inc.\Gallery\TeamContent\gallery.smarttech.com\Ims ManifestXml"


WSHShell.RegWrite RegLocate,"w:\smartgallery\imsmanifest.xml","REG_S Z"

' Change w:\smartgallery to the path you have installed the gallery

WScript.Quit ' Tells the script to stop and exit.
  Reply With Quote
Old 03-10-2007, 03:47 PM   #10
 
sidewinder's Avatar
 
Join Date: Jul 2006
Location: Near Reading
Posts: 1,235
Thanks: 14
Thanked 7 Times in 7 Posts
Rep Power: 9 sidewinder is on a distinguished road
Default Re: Smarboard Gallery failure to install

Thanks so much for this, I was losing my patience with the SMART way, it was so needlessly overcomplicated. The reg file seems to work a treat, thanks
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Smooth gallery parse error bensewell Web Development 6 26-03-2008 01:28 PM
SMARTboard driver install failure headache Andie Windows 8 18-12-2007 04:38 PM
edugeek joomla smooth gallery master EduGeek Joomla 1.0 Package 1 15-11-2007 10:03 PM
Joomla Image Gallery _Bat_ Web Development 22 02-03-2007 09:51 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 09:56 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net