- Edit web.config and change the LogLevel value to 3.
<add name="LogLevel" value="3" /> - Create a new taxonomy alias rule in Settings > Configuration > Url Aliasing > Aliasing Rules > Automatic.
You may see an error right away, but if you do not receive a detailed error, do the next step. - Check Windows Logs > Application and check to see if a primary key error occurs.
If you see a duplicate primary key error in those logs then you have the above issue and should implement the resolution.
The table name
UrlAliasCharReplace
does not have a sufficiently
high max_table_number
.
Backup your database then run the
max_entries
script in SQL Management Studio
NOTE: ONLY RUN THIS ON VERSIONS 9.00 SP1, AND 9.00 SP2
Max Entries Script 9_0 - 9_0SP2
(
/contentassets/feebfdc03eaf45fca439f1aacaf69907/max-entries-script-9_0---9_0sp2
)
Please sign in to leave a comment.