If you are working with MOSS 2007 you may have ran into the error “Feature '2510d73f-7109-4ccc-8a1c-314894deeb3a' for list template '433' is not installed in this farm”. This happened when I tried to switch to kerberos from NTLM authentication in MOSS 2007. The fix was:
stsadm -o uninstallfeature -force -name ReportListTemplate
Then run:
stsadm -o installfeature -force -name ReportListTemplate
It worked for me but may or may not work for you!
My first post for the month of September!
0 comments:
Post a Comment