DFS 9.2.0 - Validate LinkManager

This will verify.

The following table shows the different error messages.

#Error messageDescriptionResolution
1Could not get the LinkManager provider.

2DAM for Sitecore module extend Sitecores LinkManager, this is needed to work properly. Our configuration is not loaded, it seems to be the default Sitecore LinkManager. See documentation.

The default SItecore LinkManager is loaded. It must be DAM for SItecore LinkManager configuration that is loaded. The module extends Sitecore's LinkManager.

The outcome if our configuration is not loaded, is that our items (media items) wont be added to the link database and Sitecore cannot publish them.

Our configuration is located at App_Config\Include\damforsitecore\DFS.Services.config. Inspect your Sitecore instance why our configuration is not loaded. Read more
3DAM for Sitecore module extend Sitecores LinkManager, this is needed to work properly. Our configuration is not loaded. See documentation.We can see that our configuration is not loaded. Our configuration must be loaded for the module to work properly. If your SItecore instance has its own extension of Sitecore default LinkManager, then you have to extend from our implementation DfsLinkProvider. It is included in the dll DFS,Services.dll. Read more