<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Check connection</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Check connection</description>
  <pubDate>Sat, 11 Apr 2026 00:30:42 -700</pubDate>
  <lastBuildDate>Fri, 14 Oct 2011 18:47:05 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3006</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Check connection : Hi CaptainOrgange;I was able to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11828#11828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3006<br /><strong>Posted:</strong> 14-Oct-2011 at 6:47pm<br /><br />Hi CaptainOrgange;<div><br></div><div>I was able to repro what you're seeing with the ServerConsole. But before I investigate this further, I just want to make sure that you're not planning to use the ServerConsole for your real production deployments. The ServerConsole is intended to be used for development and testing only.</div><div><br></div><div>We usually recommend that you work with an offline EntityManager and its cache when anticipating connection problems. Please see the following write up for more details.</div><div><br></div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/c&#111;nnect-entitymanager" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/connect-entitymanager</a></div><div><a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/offline" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/offline</a></div>]]>
   </description>
   <pubDate>Fri, 14 Oct 2011 18:47:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11828#11828</guid>
  </item> 
  <item>
   <title>Check connection :    Hi.I got this working by...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11824#11824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1288" rel="nofollow">CaptainOrgange</a><br /><strong>Subject:</strong> 3006<br /><strong>Posted:</strong> 13-Oct-2011 at 9:46pm<br /><br />Hi.<div>I got this working by checking the saving and fetching events. So there I am able to stop all processing until I am able to ping the BOS Service using the IdeaBlade.Core.HttpFns.PingServer()&nbsp;method. </div><div>&nbsp;</div><div>By getting this to work I came across the next problem and I would like to know if there is a work around for this problem.</div><div>&nbsp;</div><div>Lets say I have a person entity, and before I save, I disable my Network Adapter, so on the Saving event I am not able to ping the server, which is the expected behaviour, and I give notification to the user, I then enable the network adapter again, then the ping goes through and the person entity is persisted correctly.</div><div>&nbsp;</div><div>But taking the same scenario, Before I save the person entity, I kill the ServerConsole application, so now on the saving event, I am also not able to ping the BOS Server. I then start the ServerConsole again, and then I am able to ping the Server again, but this time the person entity is not saved. I get a "there is not endpoint listening error". </div><div>&nbsp;</div><div>Here is the questions then.</div><div>1. What should I do on the client side when the ServerConsole crashes while the users are logged in. Because restarting the BOS ServerConsole application alone does not work.</div><div>2. Do you keep a reference to the current working ServerConsole, that is unique for the ServerConsole ? Otherwise how come it works when the network adapter is disabled and enabled again, but not when restarting the BOS Service ? </div><div>3. Is there anyway to notify the front end when the BOS Service crashes ?</div><div>&nbsp;</div><div>I know I can catch the exceptions, but would like to do something before the exceptions occur.</div><div>&nbsp;</div><div>Kind regards</div><div>&nbsp;</div><span style="font-size:10px"><br /><br />Edited by CaptainOrgange - 13-Oct-2011 at 9:51pm</span>]]>
   </description>
   <pubDate>Thu, 13 Oct 2011 21:46:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11824#11824</guid>
  </item> 
  <item>
   <title>Check connection : Hi CaptainOrgange;We usually recommend...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11811#11811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3006<br /><strong>Posted:</strong> 12-Oct-2011 at 2:47pm<br /><br />Hi CaptainOrgange;<div><br></div><div>We usually recommend users to listen to EntityManager.EntityServerError event to handle any EntityServer related exception.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/understand-entityserverexcepti&#111;n" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/understand-entityserverexception</a></div><div><br></div><div>In addition, in case you're interested, we also have a list of troubleshooting method to analyze common EntityServer errors.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/deploy-troubleshooting-ntier" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/deploy-troubleshooting-ntier</a></div><div><br></div><div>Hope this helps.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 12 Oct 2011 14:47:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11811#11811</guid>
  </item> 
  <item>
   <title>Check connection :   HiIs there a way to check...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11805#11805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1288" rel="nofollow">CaptainOrgange</a><br /><strong>Subject:</strong> 3006<br /><strong>Posted:</strong> 11-Oct-2011 at 4:03am<br /><br />Hi<div>Is there a way to check if the connection to the BOS Service is lost before doing a save or before getting data from the BOS Service. I currently have a timer that runs every 10 seconds and then use the IdeaBlade.Core.HttpFns.PingServer() method and then stop processing on the client side if the connection is lost. This works great.</div><div>&nbsp;</div><div>But I want to know is there a central place I can check for this, because sometimes the users will click on save and the connection is lost then I get the exception stating there is not endpoint. </div><div>&nbsp;</div><div>Please if you can point me into a direction it would be most helpfull.</div><div>&nbsp;</div><div>kind regards</div><p></p>]]>
   </description>
   <pubDate>Tue, 11 Oct 2011 04:03:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3006&amp;PID=11805#11805</guid>
  </item> 
 </channel>
</rss>