<?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 : Multiple Datasource Keys</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Multiple Datasource Keys</description>
  <pubDate>Sat, 11 Apr 2026 10:55:38 -700</pubDate>
  <lastBuildDate>Mon, 09 Feb 2009 23:22:47 -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=1084</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>Multiple Datasource Keys : You mean the SQL Server would...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3900#3900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 09-Feb-2009 at 11:22pm<br /><br />You mean the SQL Server would be outside a firewall and publicly available?&nbsp; I think I'd want a good DBA.&nbsp; SQL Server also supports SSL, which is something I'd look into with this.<DIV>&nbsp;</DIV><DIV>Another option might be to write a (somewhat) simple web service as a front end to the database.&nbsp; A BOS can&nbsp;communicate with any number of web services, and you'd avoid the security issues of&nbsp;directly exposing the database.&nbsp; This is actually an option several other customers use.&nbsp;&nbsp; For read-only access this might entail very little coding, since you could also use DevForce to generate the web service.&nbsp;&nbsp; For update access it's a little more difficult, but still doable.&nbsp;&nbsp; We have&nbsp;several web service instructional units available - on "publishing" and "consuming" - and a sample available by request showing how entity updates can be&nbsp;accomplished.</DIV>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 23:22:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3900#3900</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : Can you see any issues with having...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3898#3898</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 09-Feb-2009 at 7:56pm<br /><br />Can you see any issues with having customers connecting directly to our server which is hosted on a public web server. I can only think of the issue that customers might have their SQL ports blocked by their firewall.]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 19:56:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3898#3898</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : I understand. I don&amp;#039;t think...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3897#3897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 09-Feb-2009 at 5:37pm<br /><br />I understand.&nbsp;&nbsp; I don't think I can promise anything in the near term.&nbsp; You may want to talk with your account rep or Ward if this is a really important issue for you.]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 17:37:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3897#3897</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : Hi Kim, That wont work in our...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3896#3896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 09-Feb-2009 at 5:26pm<br /><br />Hi Kim, That wont work in our circumstance because we still want the option for the main connection to be over a 2-tier or n-tier setup. We cannot limit it in that way. I think the only way I can see that we can do it is to actually connect directly to the database over the internet with an ip address for the server name. Was hoping we wouldn't have to do this.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 17:26:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3896#3896</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : There is only one remoting tag...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3894#3894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 09-Feb-2009 at 10:38am<br /><br />There is only one remoting tag in the config file, so yes, this does mean the client application can talk to only&nbsp;one BOS.&nbsp; We've discussed opening this up for multiple app servers, but this feature hasn't bubbled to the top.&nbsp; <DIV>&nbsp;</DIV><DIV>You can, however, set the PersistenceServiceOption argument when you create a PersistenceManager.&nbsp; This defaults to using whatever is specified in the config, but you can override it to specify that the particular PM use only local or only remote data sources.&nbsp; This is primarily useful when you will usually be using a BOS but also need to use a local database. </DIV><DIV>&nbsp;</DIV><DIV>In your case, if you can always access the main database from the client with a direct 2-tier connection to the database, then maybe the PersistenceServiceOption will work for you.&nbsp; You can contact us directly if you'd like to discuss your options further.</DIV>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 10:38:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3894#3894</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : Hi Guys, Little help?  </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3892#3892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 08-Feb-2009 at 2:33pm<br /><br />Hi Guys, Little help?]]>
   </description>
   <pubDate>Sun, 08 Feb 2009 14:33:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3892#3892</guid>
  </item> 
  <item>
   <title>Multiple Datasource Keys : Hi, I am looking at  setting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3872#3872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1084<br /><strong>Posted:</strong> 04-Feb-2009 at 10:00pm<br /><br /><div><font size="2" face="Arial"><span ="584464305-05022009">Hi, I am looking at setting up a 2nd database connection (key)&nbsp;in our application. The situation will be that the application will connect to its main database over a standard SQL connection or over IIS and&nbsp;the second connection (key)&nbsp;will be hard coded so that it always connects to a database served on our web server (This is so we can send out information straight to the application). Can we have two database keys both running on different remoting (IIS)&nbsp;setups. I have created a 2nd key in the ORM and I have looked at the Ibconfig and there is only 1 remoting tag to be set. </span></font></div><div><font size="2" face="Arial"><span ="584464305-05022009"></span></font>&nbsp;</div><div><span ="584464305-05022009"><font size="2" face="Arial">Thanks in Advance</font></span></div>]]>
   </description>
   <pubDate>Wed, 04 Feb 2009 22:00:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1084&amp;PID=3872#3872</guid>
  </item> 
 </channel>
</rss>