StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I'm glad to hear that you have it working. I'm not sure if it comes with Visual Studio or not, but there is a SQL Server Express Manager that you can download for free from Microsoft. And, if you have an MSDN subscription (which chances are good you do with the way Microsoft has been pushing VS2005 to its customers), you can download the SQL Server 2005 tools containing SQL Server Management Studio (the new replacement for Enterprise Manager). SSMS is a WONDERFUL app, and is quite a good ways beyond the capabilities and ease of use of Enterprise Manager. Not to mention that it works great with existing pre-2005 SQL Server machines. There's also some functionality within VS itself to open databases, build queries and such, but I don't use it much since I have the other tools.
|
|
|
David W. Dee
|
|
Group: Forum Members
Posts: 7,
Visits: 18
|
I'm glad to report that got a local version of SQL Server 2005 running, and re-installed StrataFrame using for the sample data, and everything's working good. It didn't seem to like my SQL Server 2000. I'm not familiar with SQL Server Express (because I'm used to Enterprise Manager in SQL Server and wasn't quite sure how to work without it...) I thought you might like to hear how the SQL Server version issue worked out. FYI. Thanks.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Oh, and we do mass emails through the forum to notify users of the new updates that are available. So, you should receive an email from forum@strataframe.net to indicate that the update is available.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
(it comes with Visual Studio, right?) Correct, it comes with VS Standard and up, not the express versions; however if you get an express version, you can dowload the standalone install for SQL 2005 Express from Microsoft. It might be tomorrow sometime before I get back to it. No problem... I'll should be keeping tabs on the forum this weekend, so just let me know how you fair
|
|
|
David W. Dee
|
|
Group: Forum Members
Posts: 7,
Visits: 18
|
I do have SQL Server Express here (it comes with Visual Studio, right?) I'll give it a try and post back here whether it's successful or not. It might be tomorrow sometime before I get back to it.
Thanks.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yeppers, I do remember you from the demo I'm not sure there would be any reason for you to do an install from scratch. If you want to be able to work over the weekend, you could get your hands on SQL Server 2005 Express and install it on your local workstation, then reinstall StrataFrame and tell the deployment process to deploy the StrataFrame database to that instance. There's just something with the way we're parameterizing commands within our bo (not the whole framework, but the BO used within the BOMapper) that SQL Server 2000 sp3 doesn't like... and I could have sworn that at least one of our users was on 2000 sp3. Oh well. So, yes, if you want to use 2005 Express, then you can reinstall and you'll be up and running, otherwise, it wouldn't do you any good
|
|
|
David W. Dee
|
|
Group: Forum Members
Posts: 7,
Visits: 18
|
No problem. How will I know when the new build is available? Also, just in case there's something that I did wrong during the install, would it make any sense to do the entire install over from scratch. -------------------------------------------------------------------------- I don't know whether you remember me, but you did an online demo for me a couple of weeks ago. I'm enthused to dig into it some more.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The structure looks fine. I'm not sure why it's having problems converting the data type. I changed the code where we were specifying the length of the input parameter, but it will be next week before we can get a new install built, so this change will be lumped in with the DevExpress wrappers and other BOMapper changes that have been made.
|
|
|
David W. Dee
|
|
Group: Forum Members
Posts: 7,
Visits: 18
|
Here it is (I hope) sent as a DOC attachment.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, having a remote database isn't a problem... there's something else fishy here. Can you open up the StrataFrame database within Enterprise Manager and check the structure of the DTEprojects table. Would probably be easiest if you took a screenshot of the structure and posted it here.
|
|
|