| Event Information | According to Microsoft : CAUSE: This error occurs when the number of XSL transforms defined in your ADF is exceedingly high. For efficiency, the XsltFormatter class keeps a cache of all XSLT transform files that it uses. This cache has a maximum limit, which is set at 1000. If your ADF defines more than 1000 XSLT files to be used for content formatting, and if at least one distributor happens to use more than 1000 of these XSLT files, then the distributor logs error 7006.
RESOLUTION: Reduce the number of XSLT files used in your ADF. There are several ways you can do this. Here are a few suggestions: Consolidate XSLT files. You can have one XSLT file that formats notifications differently based on whatever logic you deem appropriate. Use another kind of content formatter. If your instance contains many applications, consider separating them into multiple Notification Services instances.
|