<?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 : Help with EntityServerException</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Help with EntityServerException</description>
  <pubDate>Mon, 13 Apr 2026 15:35:52 -700</pubDate>
  <lastBuildDate>Wed, 23 May 2012 09:56:35 -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=3448</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>Help with EntityServerException :   Hi Sean,If you logged in passing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13635#13635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3448<br /><strong>Posted:</strong> 23-May-2012 at 9:56am<br /><br />Hi Sean,<div>&nbsp;</div><div>If you logged in passing null credentials, then you'd be logged in as a guest user and wouldn't need to login again.</div><div>&nbsp;</div><div>Silvio.</div>]]>
   </description>
   <pubDate>Wed, 23 May 2012 09:56:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13635#13635</guid>
  </item> 
  <item>
   <title>Help with EntityServerException :   Your request made me look...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13619#13619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1455" rel="nofollow">scapstick</a><br /><strong>Subject:</strong> 3448<br /><strong>Posted:</strong> 21-May-2012 at 4:56pm<br /><br /><div>Your request made me look at the custom LoginManager on the server and I found the null reference.&nbsp; The Login method is being called with a null credential which wasn't being handled, I've changed it to throw an exception like one of the examples does.&nbsp;&nbsp;I didn't write this, I'm learning as I try to get it running.</div><div>I'm going to look at the manager some more and see what's being called and returned, see if the login is being called repeatedly on the calls that do work or maybe it just called the login again because the credential was null?</div>]]>
   </description>
   <pubDate>Mon, 21 May 2012 16:56:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13619#13619</guid>
  </item> 
  <item>
   <title>Help with EntityServerException :   Hi Sean,Can you provide your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13614#13614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3448<br /><strong>Posted:</strong> 21-May-2012 at 12:38pm<br /><br />Hi Sean,<div>&nbsp;</div><div>Can you provide your LoginManager?</div><div>It appears that once you login, you are still attempting to login for each data call.</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Mon, 21 May 2012 12:38:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13614#13614</guid>
  </item> 
  <item>
   <title>Help with EntityServerException :    After logging in the client...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13609#13609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1455" rel="nofollow">scapstick</a><br /><strong>Subject:</strong> 3448<br /><strong>Posted:</strong> 21-May-2012 at 7:45am<br /><br /><div>After logging in the client makes ~15 calls for data and two of them return this error:</div>LoginException: Unable to login: Object reference not set to an instance of an object. ---&gt; <br>&nbsp;&nbsp; at IdeaBlade.EntityModel.RemoteEntityServerProxyBase.CheckConnection(Exception pException)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc&#091;T&#093;(Func`1 func, Boolean funcWillHandleException)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer&#091;T&#093;(Func`1 func, Boolean funcWillHandleException)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityServerProxy.Login(ILoginCredential credential)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.Security.Authenticator.&lt;&gt;c__DisplayClass9.&lt;LoginCoreAsync&gt;b__4(LoginOperation op)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;Execute&gt;b__4(Object o)}<div></div><div></div>I looked at the wiki topic on it and I can tell you this:<div><div>Operation is Login</div><div>FailureType is Other</div>InnerException is null</div><div>All RemoteException fields are null</div><div>&nbsp;</div><div>What can I look at next to figure out what is wrong?&nbsp; This is SL5 &amp; DF 6.1.6.</div><div>&nbsp;</div><div>Thanks,</div><div>Sean</div><span style="font-size:10px"><br /><br />Edited by scapstick - 21-May-2012 at 7:45am</span>]]>
   </description>
   <pubDate>Mon, 21 May 2012 07:45:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3448&amp;PID=13609#13609</guid>
  </item> 
 </channel>
</rss>