Programming, technology, and CRM – from a Belgian programmer exiled to Missouri
  • rss
  • Home
  • Soft Gallery
    • autosvnbackup.sh
    • VBScript Snippets
  • Contact Me
  • Welcome

Sticking it to SLXWEBMM.DLL

Nicolas Galler | March 13, 2008

Or, how to really get rid of “THTTPRequestThread” errors

Warning – the method described below is a last resort solution and should be used only for demonstration and development purposes – NOT ON PRODUCTION! You should first attempt to use the troubleshooting technique described here by Ryan Farley.

If all else fails, and you are in a time crunch, and slxwebmm.dll JUST WON’T CONNECT, then you may be tempted to squash it completely using the following technique. This is something you can use to disable the mail merge functionality without also disabling the rest of the ActiveX related functionality (e.g. exporting groups to Excel).

  1. Download and install ISAPI Rewrite. There is a free “lite” version which does enough.
  2. Open the ISAPI rewrite manager you just installed, click on Edit and add the following 2 lines:

    RewriteEngine On
    RewriteRule /mmserver/slxwebmm.dll /mmserver/slxwebmm.ashx

  3. Configure your /mmserver virtual directory to enable ASP.NET (it probably is already).
  4. Download this zip file and extract it to your /mmserver virtual directory, wherever it may be located.

What this fake slxwebmm handler does is simply regurgitate a canned request I stole from a working server. Obviously it is not going to do mail merges for you :) But it will prevent the THTTPRequestThread errors and let you do other things like export to Excel.

Categories
Saleslogix
Tags
THTTPRequestThread Saleslogix SlxWeb
Comments rss
Comments rss
Trackback
Trackback

« Unit Testing SLX – 7.2.2 Update Upgrade SLX from 7.2.1 to 7.2.2 using Subversion »

Leave a Reply

Click here to cancel reply.

Categories

  • Dojo (1)
  • Experiments (4)
  • Force.com (2)
  • Interesting (1)
  • Javascript (3)
  • MSCRM (1)
  • Programming (63)
  • Rant (3)
  • Saleslogix (41)
  • Tricks (8)
  • Uncategorized (32)

Post History

  • 2011
    • January (3)
    • February (2)
    • March (1)
  • 2010
    • January (3)
    • March (3)
    • April (2)
    • August (2)
    • October (4)
    • November (1)
    • December (2)
  • 2009
    • March (2)
    • April (1)
    • May (3)
    • June (3)
    • July (1)
    • September (3)
    • October (2)
    • December (5)
  • 2008
    • January (9)
    • February (4)
    • March (9)
    • April (1)
    • May (5)
    • June (8)
    • July (1)
    • August (2)
    • September (1)
    • November (1)
    • December (3)
  • 2007
    • January (3)
    • February (7)
    • March (1)
    • April (3)
    • May (6)
    • June (2)
    • July (1)
    • August (2)
    • September (5)
    • October (3)
    • November (5)
    • December (4)
  • 2006
    • January (2)
    • September (1)
    • November (3)
    • December (4)
  • 2005
    • April (1)

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox