Posted by: choxblog on: March 24, 2009
Old problem with infopath form services in sharepoint.
Before i forget to make a documentation for this problem solving, I decided to make an article in this blog.
The solution is edit web.config file.
Find this configuration
<system.net>
<defaultProxy>
<proxy autoDetect=”true” />
</defaultProxy>
</system.net>
Change to
<system.net>
<defaultProxy>
<proxy usesystemdefault=”false” proxyaddress=”http://xxx.xxx.xxx.xxxx:yyyy/” bypassonlocal=”true” />
</defaultProxy>
</system.net>
“xxx.xxx.xxx.xxx” is your proxy server (ISA)
“yyyy” is the port of the proxy.
For further information, please [...]
Posted by: choxblog on: March 2, 2009
This is a little post that i got from another web www.JustGeeking.net.
You can jump here.
During the configuration of a new SharePoint 2007 farm I experienced two separate errors:
1. When access the User Profile Properties page I got “An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service. If [...]
Recent Comments