Msscci with RoboHelp
Yet another tool that should be working with TFS Msscci Provider is RoboHelp. The reported problem is "Server Busy" error message display over Msscci dialog.
The solution for this (until release of the new provider) is to create registry file (robofix.reg) with the following content:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Team Foundation Server MSSCCI Provider\Settings\RoboHelp]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Team Foundation Server MSSCCI Provider\Settings\RoboHelp\ROBOHTML.EXE]
"issues"=dword:000000D1
Then run it.
Of course this script is provided "as is". If it does not help, please remove this entry from your registry.
Comments
Anonymous
June 09, 2010
How do you get the corrrect issues = D1 to RoboHelp, I have Embarcadero RapidSQL and I do not what is the correct issue value. [HKEY_LOCAL_MACHINESOFTWAREMicrosoftTeam Foundation Server MSSCCI ProviderSettingsRapidSQL Application] [HKEY_LOCAL_MACHINESOFTWAREMicrosoftTeam Foundation Server MSSCCI ProviderSettingsRapidSQL ApplicationRSQL.EXE] "issues"=dword:00000510 I have proven 11, e6, 510. I do not what is the correct number Please help me.Anonymous
December 28, 2010
Don't make changes under "RapidSQL Application". You need to create NEW registry keys. So:
- Start notepad
- Paste following content: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESoftwareMicrosoftTeam Foundation Server MSSCCI ProviderSettingsRoboHelp] [HKEY_LOCAL_MACHINESoftwareMicrosoftTeam Foundation Server MSSCCI ProviderSettingsRoboHelpROBOHTML.EXE] "issues"=dword:000000D1
- Save the file as robofix.reg
- Click on the robofix.reg file to apply changes to the registry