﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Database Deployment Toolkit » Database Deployment Toolkit (How do I?)  » Destination List Not Filled</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 23:48:10 GMT</lastBuildDate><ttl>20</ttl><item><title>Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13119.aspx</link><description>I&amp;nbsp;am trying to test the deployment of the security tables to my test server from which the application runs.&amp;nbsp; I setup a profile in the DDT, then began the wizard.&amp;nbsp; After selecting Role Based Security Type for the DDT, I was then asked about the source DB.&amp;nbsp; Of course, this is the local SSE2005 database used only by my development environment.&amp;nbsp; That was no problem.&amp;nbsp; When I go to the next window, I am asked about the destination database.&amp;nbsp; The drop down list is not populated.&amp;nbsp; I cannot choose anything.&amp;nbsp; I clicked finished anyway (knowing I would get an error) and I received an error box with the typical object not found error.&amp;nbsp; I clear the error window and now I am stuck on the wizard.&amp;nbsp; I cannot cancel, break, esc or anything.&amp;nbsp; Time to kill the process.&lt;/P&gt;&lt;P&gt;What do I need to do to fill that list of potential destinations?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Bill</description><pubDate>Fri, 21 Dec 2007 16:31:05 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13152.aspx</link><description>[quote]Actually, the defaults were changed on your server to be case sensitive...[/quote]&lt;br&gt;
Jeesh, I completely forgot about that option.  :blush:&lt;br&gt;
&lt;br&gt;
[quote]There are certain developers out there that swear by case-sensitive SQL Servers, but it can complicate things, as you have learned.[/quote]&lt;br&gt;
I certainly understand swearing at developers who turn this option on... :w00t:</description><pubDate>Fri, 21 Dec 2007 16:31:05 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13151.aspx</link><description>The old SQL Server on which I placed the app data is one of the original RDBMSs in our company.&amp;nbsp; It started at v7 (maybe even 6.5!)&amp;nbsp;and one of the requirements by the software that we bought it for was case-sensitivity.&amp;nbsp; It is often a headache to work around.&amp;nbsp; That is why I&amp;nbsp;got a second SQL Server to do the other heavy lifting.&amp;nbsp; The main app data will have to reside on the old one, unfortunately.</description><pubDate>Fri, 21 Dec 2007 14:41:58 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13148.aspx</link><description>Actually, the defaults were changed on your server to be case sensitive...this is generally a bad idea.&amp;nbsp; There are certain developers out there that swear by case-sensitive SQL Servers, but it can complicate things, as you have learned.&amp;nbsp; When you install SQL Server, by default, it will assume Case-Insensitive.&amp;nbsp; You can change this through the SQL Server Management Studio, but this is what is happening to you...good eye :)</description><pubDate>Fri, 21 Dec 2007 14:18:28 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13147.aspx</link><description>[quote]Here's what I think is happening...the database table is named 'master', not 'Master'. The casing is wrong. This is not something that I am able to fix. What can I do, now?[/quote]&lt;br&gt;
SQL server doesn't care about casing. So...&lt;br&gt;
&lt;br&gt;
Use master&lt;br&gt;
&lt;br&gt;
and&lt;br&gt;
&lt;br&gt;
Use master&lt;br&gt;
&lt;br&gt;
both work.</description><pubDate>Fri, 21 Dec 2007 14:11:38 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13140.aspx</link><description>Yup...you found it.&amp;nbsp; The SecurityDataSourceKey tells the RBS BOs which data source to use. :)</description><pubDate>Fri, 21 Dec 2007 12:55:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13139.aspx</link><description>LOL...glad you found your problem :)</description><pubDate>Fri, 21 Dec 2007 12:54:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13138.aspx</link><description>Solved.&amp;nbsp; :D&lt;/P&gt;&lt;P&gt;It had to be in the data source string.&amp;nbsp; So, after reviewing it, I realized that the instance name was not represented properly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Wrong: Data Source=SERVER/INSTANCE&lt;/P&gt;&lt;P&gt;Right: Data Source=SERVER\\INSTANCE&lt;/P&gt;&lt;P&gt;Hey, what's a back slash between friends?&lt;/P&gt;&lt;P&gt;Bill</description><pubDate>Fri, 21 Dec 2007 12:34:24 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13137.aspx</link><description>Well, I thought it was simple.&amp;nbsp; Another error has popped up.&amp;nbsp; The server is telling me that it is refusing connections.&lt;/P&gt;&lt;P&gt;An error has occurred while establishing a connection to the server.&amp;nbsp; When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)&lt;/P&gt;&lt;P&gt;This doesn't make much sense.&amp;nbsp; It is a 2K server and name pipes are the active protocol and there is no limit set&amp;nbsp;on connections.&amp;nbsp; Also, how could I deploy the database, but not be able to access it?&lt;/P&gt;&lt;P&gt;Interesting!&lt;BR&gt;Bill</description><pubDate>Fri, 21 Dec 2007 12:25:10 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13136.aspx</link><description>Naturally, the SecurityDataSourceKey.&amp;nbsp; I added my DataLayer.DataSource definition for the database, then set the SecurityBasics.SecurityDataSourceKey to the new key.&amp;nbsp; Simple.</description><pubDate>Fri, 21 Dec 2007 12:09:15 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13135.aspx</link><description>I went ahead and stuck the security package on another server.&amp;nbsp; The same case constraints apparently do not exist, because the package deployed without incident.&amp;nbsp; Now, I have my app data on one server and the security data on another.&amp;nbsp; What do I do to get the app to recognize where the data resides for security?</description><pubDate>Fri, 21 Dec 2007 11:39:49 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13134.aspx</link><description>Here's what I think is happening...the database table is named 'master', not 'Master'.&amp;nbsp; The casing is wrong.&amp;nbsp; This is not something that I am able to fix.&amp;nbsp; What can I do, now?</description><pubDate>Fri, 21 Dec 2007 11:28:16 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13133.aspx</link><description>I went ahead and clicked next on the empty grid.&amp;nbsp; It didn't do anything, even though it said it created the metadata.&amp;nbsp; Nothing is in my database.&lt;/P&gt;&lt;P&gt;I did it again to see what would happen.&amp;nbsp; Now, the grid is filled on the same step in the wizard.&amp;nbsp; Odd.&amp;nbsp; I clicked next, and, wham! I got a lot of good activity until this error shows up:&lt;/P&gt;&lt;P&gt;"Could not locate entry in sysdatabases for database 'Master'.&amp;nbsp; No entry found with that name.&amp;nbsp; Make sure that the name is entered correctly."&lt;/P&gt;&lt;P&gt;It looks like it created the database, added the tables, but it bombed on the views.&lt;/P&gt;&lt;P&gt;Btw, I cannot find anything about this deployment procedure anywhere in the docs.&amp;nbsp; There is a lot of stuff, but I am coming up blank on help regarding the actual deployment to the server.&amp;nbsp; Maybe it has a name that is different than I expect. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Bill</description><pubDate>Fri, 21 Dec 2007 11:23:50 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13132.aspx</link><description>Sorry Bill, forgot to mention.&lt;/P&gt;&lt;P&gt;There is a whole lot of info on the Help file under "Database Deployment Toolkit".</description><pubDate>Fri, 21 Dec 2007 11:13:49 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13131.aspx</link><description>[quote]The database target names is empty.[/quote]&lt;P&gt;Hey Bill.&lt;P&gt;That's strange. It should be populated with the Database(s) name(s) created in the project.&amp;nbsp;Sorry if this&amp;nbsp;is a silly question, but are you sure you have a Database created in the profile you are trying to deploy?</description><pubDate>Fri, 21 Dec 2007 11:06:12 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13130.aspx</link><description>Thanks, Ivan and Ben!&lt;/P&gt;&lt;P&gt;I created the database that will store my schema and data for the roles and security.&amp;nbsp; I ran the Deployment Package Wizard.&amp;nbsp; It seems like the DDT has done something, although I am not sure what it is exactly.&amp;nbsp; Now, I would like to actually deploy this database to my SQL Server.&amp;nbsp; How do I do that?&amp;nbsp; When I choose the option "Deploy to Server" from the toolbar (seems like the logical thing to do), I am presented with a wizard.&amp;nbsp; I fill in the SQL Server data to which I want to deploy the package, then click next.&amp;nbsp; The database target names is empty.&amp;nbsp; Is this a bad thing?&amp;nbsp; Should I proceed, anyway?&amp;nbsp; Is there some help doc that talks about these steps?&lt;/P&gt;&lt;P&gt;Thanks, again,&lt;BR&gt;Bill</description><pubDate>Fri, 21 Dec 2007 10:47:10 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13125.aspx</link><description>Yep, Ivan is correct.&amp;nbsp; You need to have a database in your profile before you can import the security table structures and data.</description><pubDate>Fri, 21 Dec 2007 09:03:14 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Destination List Not Filled</title><link>http://forum.strataframe.net/FindPost13124.aspx</link><description>Hi Bill.&lt;P&gt;Have you added a Database into your newly created DDT profile? Either choose New Database&amp;nbsp;from the Profile menu, or right-click on the left pane and choose New Database, if this is the case.&lt;P&gt;Hope it helps.</description><pubDate>Fri, 21 Dec 2007 08:01:21 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>