iGoldmine spell checker not available

I have iGoldmine installed on a Windows 2003 server, using SQL Server 2005 for our database. My remote users are able to use Goldmine through the iGoldmine server, but do not have access to the spell checking function.

We have Goldmine 8.03.

Thank you for your help.

Solution: iGoldmine spell checker not available

Hi,

In the GoldMine folder there should be a Speller folder

make sure there is a file called "default_ssce.ini" file , if you have not got that then create it with notepad and paste the following code in and save it, you might need to close and re-open goldmine to see

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
[SSCE]
MainLexPath=""
HelpFile="\Ssce.chm"
MainLexFiles="ssceam.tlx,ssceam2.clx"
[SSCE User]
UserLexPath=""
UserLexFiles=".tlx"
IgnoreAllCapsWords=0
IgnoreCappedWords=0
IgnoreDomainNames=0
IgnoreMixedDigits=0
IgnoreMixedCase=0
IgnoreNonAlphaWords=1
ReportDoubledWords=0
CaseSensitive=1
PhoneticSuggestions=0
TypographicalSuggestions=1
SuggestSplitWords=0
SplitContractedWords=0
SplitHyphenatedWords=1
SplitWords=0
StripPossessives=1
AllowAccentedCaps=1
DialogOriginX=0
DialogOriginY=0