InfoPath Error - On .Net 3.5 SP1 update
Are you getting errors like the following that makes you frustrated even after validating/checking the webservices URL Path:
1. Some rules were not applied
An entry has been added to the Windows event log of the server.
Log ID:5566"
If this happens only on certain servers then, the issue might be with the crazy .Net framework 3.5 SP1
If you're getting the above infopath error after installing .net framework 3.5 SP1, then perform the following. I broke my head for nearly 8 hours:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. Right-click Lsa, point to New, and then click DWORD Value.
4. Type DisableLoopbackCheck, and then press ENTER.
5. Right-click DisableLoopbackCheck, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Exit Registry Editor.
8. Restart the computer.
This should solve the issue.
If you're getting the above infopath error after installing .net framework 3.5 SP1, then perform the following. I broke my head for nearly 8 hours:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. Right-click Lsa, point to New, and then click DWORD Value.
4. Type DisableLoopbackCheck, and then press ENTER.
5. Right-click DisableLoopbackCheck, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Exit Registry Editor.
8. Restart the computer.
This should solve the issue.
Believ me, this costed me a lot of time for the second time. Damn it.
Comments
Any ideas?
We had same issue for one of Prod sites.
Please can you let me know shall we enable same registry loopback setting for PROD front end servers..
Thanks,
Nag...