StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


««12

Any changes to DatabaseMigrator in 1.6.5?Expand / Collapse
Author
Message
Posted 02/13/2008 2:18:11 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:43:51 PM
Posts: 4,241, Visits: 4,285
what is the password for the SF package file you posted please?

framework

Post #14375
Posted 02/13/2008 4:14:27 PM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Today @ 7:52:14 PM
Posts: 597, Visits: 13,834
Installing that and rebuilding after worked. Thanks.
Post #14379
Posted 02/13/2008 4:57:57 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:43:51 PM
Posts: 4,241, Visits: 4,285
Cool
Post #14380
Posted 03/21/2008 2:55:39 PM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Today @ 7:52:14 PM
Posts: 597, Visits: 13,834
Instead of starting a new thread.....

The NameOnServer property does not seem to be working for some reason, I wrote this months ago and now it isn't working.

I have these two lines of code that used to allow me to deploy a given package file to a SQL Server with any name I choose.

Dim loDatabase As New DatabaseTargetName(profilename)
loDatabase.NameOnServer = dbInstanceName

Now it is ignoring the second line and always applying to the SQL Server using the default name.

Help please

Post #15097
Posted 03/21/2008 3:07:29 PM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Today @ 7:52:14 PM
Posts: 597, Visits: 13,834
My maybe this is due to my addins being messed up, should they read 1.6.5 now when I add a reference?

I see the file version is 1.6.5 and the Assembly is 1.6.0 (good stuff so we dont have to change all project references)
Post #15098
Posted 03/23/2008 9:30:29 PM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Today @ 7:52:14 PM
Posts: 597, Visits: 13,834
bumpity bump bump
Post #15118
Posted 03/24/2008 8:28:34 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 9:09:33 AM
Posts: 2,661, Visits: 1,876
When you're calling the DatabaseMigrator.DeployMeta-Data method, are you using the overload that accepts the array of DatabaseTargetName objects?  If you don't pass them in, they get ignored...

If so, then could you post the code snippet from where you're creating the name through where you're calling the deployment methods?  Thanks.


www.bungie.net
Post #15122
Posted 03/24/2008 9:17:10 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:43:51 PM
Posts: 4,241, Visits: 4,285
My maybe this is due to my addins being messed up, should they read 1.6.5 now when I add a reference?

You will definitely want to get this cleaned up as it will cause a number of issues since we did not change the assembly version, just the file version.  If you can't get these removed from your assembly then manually use the gacutil.exe -uf command from the Visual Studio command prompt.

Post #15126
Posted 03/25/2008 9:18:34 AM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Today @ 7:52:14 PM
Posts: 597, Visits: 13,834
We had the package profile name wrong, it was hard to find the bug because it installed the default instance fine instead of blowing out. Thanks.
Post #15154