<?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 : ServerConsole.exe and NAT</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : ServerConsole.exe and NAT</description>
  <pubDate>Thu, 11 Jun 2026 07:53:45 -700</pubDate>
  <lastBuildDate>Sat, 08 Mar 2008 00:21:58 -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=712</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>ServerConsole.exe and NAT : You are right, something went...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2667#2667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=56" rel="nofollow">antalakas</a><br /><strong>Subject:</strong> 712<br /><strong>Posted:</strong> 08-Mar-2008 at 12:21am<br /><br />You are right, something went wrong when restoring IdeaBlade 's db on the server.<br><br>Thank you<br><br>Andreas<br>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 00:21:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2667#2667</guid>
  </item> 
  <item>
   <title>ServerConsole.exe and NAT : It doesn&amp;#039;t look to me that...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2662#2662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 712<br /><strong>Posted:</strong> 07-Mar-2008 at 10:41am<br /><br />It doesn't look to me that you are having a NAT problem.&nbsp; Usually,with a NAT problem, the client will see the packet sent from the server back to the client as a corrupted packet, and you will get some communication error (e.g., "packet contains&nbsp; invalid binary header").&nbsp; In your case, the server is having problems talking to the database (Invalid object name 'dbo.User').<DIV>&nbsp;</DIV><DIV>Try using a database profiler to see why the database is rejecting the query.</DIV>]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 10:41:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2662#2662</guid>
  </item> 
  <item>
   <title>ServerConsole.exe and NAT : I used ServerConsole.exe as a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2650#2650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=56" rel="nofollow">antalakas</a><br /><strong>Subject:</strong> 712<br /><strong>Posted:</strong> 06-Mar-2008 at 7:43am<br /><br />I used ServerConsole.exe as a WCF host. I think that i should not have NAT issues, as i have implemented at least 5 WCF services and deployed them behind a firewall with no problems. I can only understand that, although ServerConsole.exe is a normal WCF host, it is governed by rules that <b>deny</b> NAT access. I asked <b>why</b> this happens. I only used it for testing purposes.<br>Then started ServerConsole.exe and used a port scanner to test if port 9009 "goes through", and it did...<br><br>To go further, i tried the tutorial for IIS (WCF IIS deployment) and on my machine everything was perfect.<br><br>When i deployed at another IIS (either in the local network or the Internet), i cannot login. <br><br>http://IP_Address/WcfQuickAppCS/TestAsa.aspx displays correctly.<br><br>Here is the error, any ideas?:<br><br>Thank you!<br><br><table><t><tr><td>2008-03-06</td><td>17:21:55</td><td><br></td><td>IdeaBlade.Persistence.Rdb</td><td>RdbQuerySqlFormatter::Fetch</td><td>RdbKey: &#091;default&#093; Sql: select * from "dbo"."User" where ((1 = 0))</td></tr><tr><td>2008-03-06</td><td>17:21:55</td><td><br></td><td>IdeaBlade.Persistence.Server</td><td>PersistenceServer::Fetch</td><td>System.Data.OleDb.OleDbExceptio<wbr>n: Invalid object name 'dbo.User'. at System.Data.OleDb.OleDbDataRead<wbr>er.ProcessResults(OleDbHResult hr) at System.Data.OleDb.OleDbDataRead<wbr>er.NextResult() at System.Data.OleDb.OleDbCommand<wbr>.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand<wbr>.ExecuteReader(CommandBehavior behavior) at System.Data.OleDb.OleDbCommand<wbr>.System.Data.IDbCommand<wbr>.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapte<wbr>r.FillInternal(DataSet dataset, DataTable&#091;&#093; datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapte<wbr>r.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapte<wbr>r.Fill(DataSet dataSet) at IdeaBlade.Persistence.Rdb<wbr>.RdbQuerySqlFormatter.Fetch(Type pEntityType, DataSet pDataSet, IDbSelectCommandBuilder pDbCommandBuilder) at IdeaBlade.Persistence.Rdb<wbr>.RdbQuerySqlFormatter.Fetch(Type pEntityType, DataSet pDataSet, ParameterizedSql pParamSql, Int32 pCommandTimeout) at IdeaBlade.Persistence.Rdb<wbr>.RdbQuery.Fetch(DataSet pDataSet, IDataSourceKey pDataSourceKey) at IdeaBlade.Persistence.Server<wbr>.PersistenceServer.Fetch(IEntityQuery pQuery, DataSet pDataSet, IDataSourceKey pDsKey) at IdeaBlade.Persistence.Server<wbr>.PersistenceServer.Fetch(SessionBundle pSessionBundle, IEntityQuery pEntityQuery)</td></tr></t></table><br>]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 07:43:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2650#2650</guid>
  </item> 
  <item>
   <title>ServerConsole.exe and NAT : If you cannot login to the machine...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2644#2644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 712<br /><strong>Posted:</strong> 05-Mar-2008 at 1:59pm<br /><br />If you cannot login to the machine outside the network, this is probably a NAT issue, but could possibly be some kind of network error.&nbsp;&nbsp; If it is a NAT error, you will probably get some kind of corrupted packet message,<DIV>&nbsp;</DIV><DIV>You cannot fix the problem by modifying the Web.config file because the Console Server does not use the Web.config file.&nbsp; However, you&nbsp;may be able to&nbsp;fix the problem by modifying the Server App.config file.</DIV><DIV>&nbsp;</DIV><DIV>If you want to use the BOS behind a firewall,&nbsp; I recommend that you use either IIS (or WCF) and not a Console Server or Windows Service</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 05-Mar-2008 at 2:02pm</span>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 13:59:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2644#2644</guid>
  </item> 
  <item>
   <title>ServerConsole.exe and NAT : I use ServerConsole.exe to host...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2634#2634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=56" rel="nofollow">antalakas</a><br /><strong>Subject:</strong> 712<br /><strong>Posted:</strong> 04-Mar-2008 at 2:37pm<br /><br />I use ServerConsole.exe to host a BOS instance for testing purposes.<br><br>Inside my network everything is fine. I can "see" BOS from a client deployed on a different pc.<br>I install the client to a machine outside my network. In this case i cannot login to the loginmanager (BOS)<br><br>I understand this is a NAT problem. I have read the workaround for IIS (manual, page 486, machineName).<br>My question is this deployment scenario possible (using ServerConsole or Windows service)? Is IIS deployment<br>the only way to use BOS behind a firewall?<br><br>Thank you<br><br>Andreas<br>]]>
   </description>
   <pubDate>Tue, 04 Mar 2008 14:37:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=712&amp;PID=2634#2634</guid>
  </item> 
 </channel>
</rss>