back to top

Solving a COM Class Factory Error in SalesLogix 7.5 Web

When we encountered the error below after a recent SalesLogix Web installation  we resolved it by using the information in the error to identify what .dll was failing.   The critical clue was the CLSID key which can be found in the HKEY_CLASSES_ROOT section of the registry.  Once we located that key we were able to look at the corresponding .dll under the InprocServer32 default Data.  We registered this .dll, in our case the GroupTranslator.dll, and resolved the error.  We may have been able to accomplish the same thing by rebooting the web server but as we all know that is not always an option.

 

 

Server Error in ‘/SlxClient’ Application.
________________________________________
Retrieving the COM class factory for component with CLSID {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} failed due to the following error: 80040154.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} failed due to the following error: 80040154.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[COMException (0x80040154): Retrieving the COM class factory for component with CLSID {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} failed due to the following error: 80040154.]
   Sage.SalesLogix.Client.GroupBuilder.GroupInfo.GroupTransGetGroupTranslatorClass() +37

[GroupTranslatorException: getUserPref failed]
   Sage.SalesLogix.Client.GroupBuilder.GroupInfo.GroupTransGetGroupTranslatorClass() +89
   Sage.SalesLogix.Client.GroupBuilder.GroupInfo.get_GroupXML() +84
   Sage.SalesLogix.Client.GroupBuilder.EntityGroupInfo.EnsureTempLookupGroup() +77
   Sage.SalesLogix.Client.GroupBuilder.EntityGroupInfo.EnsureGroupsList() +277
   Sage.SalesLogix.Client.GroupBuilder.EntityGroupInfo..ctor(String groupID, String tableName) +35
   Sage.SalesLogix.Client.GroupBuilder.GroupContext.FindEntityGroupInfo(String tableName) +398
   Sage.SalesLogix.Client.GroupBuilder.GroupContext.get_CurrentGroupInfo() +12
   Sage.SalesLogix.Client.GroupBuilder.ClientContextRepresentation.From(GroupContext context) +42
   Sage.SalesLogix.Client.GroupBuilder.ClientGroupContextService.CreateClientContext() +50
   Sage.SalesLogix.Client.GroupBuilder.ClientGroupContextService.OnPreRender(EventArgs e) +79
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos