<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.architectingconnectedsystems.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CJG : WCF</title><link>http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>WCF Timeouts on small memory'd SharePoint 2010 machine</title><link>http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2010/03/17/WCF-Timeouts-on-small-memory_2700_d-SharePoint-2010-machine.aspx</link><pubDate>Wed, 17 Mar 2010 15:45:00 GMT</pubDate><guid isPermaLink="false">4aac0a7f-2495-46e5-9eb3-fa68b32063a9:165</guid><dc:creator>cjg</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.architectingconnectedsystems.com/blogs/cjg/comments/165.aspx</comments><wfw:commentRss>http://blogs.architectingconnectedsystems.com/blogs/cjg/commentrss.aspx?PostID=165</wfw:commentRss><description>&lt;p&gt;In writing labs for an upcoming Microsoft Course, I found that the limitations on my environment was less than satisfactory to run all of the services of SharePoint 2010 at the same time.&amp;nbsp; Even though all Web Application and app pools were running, I was getting WCF timeouts mainly for the User Profile Service.&amp;nbsp; The default timeout value in SharePoint for the services is pretty much set to 20 sec.&amp;nbsp; If you have a machine that doesn&amp;#39;t have the full 8GB of memory needed, then you may find your services are taking a while to spin up.&amp;nbsp; This can be devistating to some of the setup/install things you may be doing (because there are still many things that are NOT transnational).&amp;nbsp; &lt;/p&gt;&lt;p&gt;I found that by increasing the WCF timeout, I could avoid a lot of setup/install problems (mainly around service applications like User Profile).&amp;nbsp; To change the WCF timeout, open the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\Profile\client.config file, update the Bindings to double the timeout from &amp;quot;00:00:20&amp;quot; to &amp;quot;00:00:40&amp;quot;.&amp;nbsp; Bam!&amp;nbsp; Your user profile won&amp;#39;t timeout all the time and the service management page will display!&lt;/p&gt;&lt;p&gt;Chris&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.architectingconnectedsystems.com/aggbug.aspx?PostID=165" width="1" height="1"&gt;</description><category domain="http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/tags/WCF/default.aspx">WCF</category></item><item><title>WCF - MessageSecurityException: The security timestamp is invalid because its creation time ('2009-03-30T20:33:51.481Z') is in the future.</title><link>http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2009/03/31/WCF-_2D00_-MessageSecurityException_3A00_-The-security-timestamp-is-invalid-because-its-creation-time-_28002700_2009_2D00_03_2D00_30T20_3A00_33_3A00_51.481Z_27002900_-is-in-the-future_2E00_.aspx</link><pubDate>Mon, 30 Mar 2009 23:21:00 GMT</pubDate><guid isPermaLink="false">4aac0a7f-2495-46e5-9eb3-fa68b32063a9:41</guid><dc:creator>cjg</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.architectingconnectedsystems.com/blogs/cjg/comments/41.aspx</comments><wfw:commentRss>http://blogs.architectingconnectedsystems.com/blogs/cjg/commentrss.aspx?PostID=41</wfw:commentRss><description>&lt;p&gt;What a crazy error.&amp;nbsp; I spent two hours on this today!&amp;nbsp; What ended up happening was that my machine ran it&amp;#39;s Windows Time update and my web server did it&amp;#39;s...they updated to be 15 minutes apart!&amp;nbsp; This caused my messages to stop working!&amp;nbsp; Man...wish the auth error had bubbled up the stack!&amp;nbsp; You have to add settings to the service side to get it to log the error, otherwise you will never know what is going on!&amp;nbsp; Reference this to see how to add the configuration value:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;serviceSecurityAudit auditLogLocation=&amp;quot;Application&amp;quot; serviceAuthorizationAuditLevel=&amp;quot;Failure&amp;quot; messageAuthenticationAuditLevel=&amp;quot;Failure&amp;quot; /&amp;gt;&lt;/p&gt;&lt;p&gt;http://msdn.microsoft.com/en-us/library/ms731694.aspx &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Chris &lt;br /&gt;&lt;/p&gt;&lt;img src="http://blogs.architectingconnectedsystems.com/aggbug.aspx?PostID=41" width="1" height="1"&gt;</description><category domain="http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/tags/WCF/default.aspx">WCF</category></item></channel></rss>