Reply
 
LinkBack Thread Tools Display Modes
Old 09-01-2009, 06:03 PM   #1 (permalink)
CrystalHacker
Guest
 
Posts: n/a
Default How to port MSDE DB To SQL Express?

Do you have a guide that will tell us how to move our Si4 BizMgr DB from MSDE to SQL Express?

-ch
  Reply With Quote
Old 09-02-2009, 07:32 AM   #2 (permalink)
Super Moderator
 
NareshN's Avatar
 
Join Date: Nov 2006
Posts: 430
NareshN has a spectacular aura aboutNareshN has a spectacular aura aboutNareshN has a spectacular aura about
Default

Hi,

My understanding is you want your move your SI4 databases from an MSDE instance to a SQLExpress instance. If so check this article on how to do this -
Moving Data from SQL Server 2000 to SQL Server 2005
NareshN is offline   Reply With Quote
Old 09-02-2009, 03:46 PM   #3 (permalink)
CrystalHacker
Guest
 
Posts: n/a
Default

I have the databases moved, but I do not know how to set up the Si4 BizMgr ini file.
I know the DataSource, but not the other stuff

[MSDE]
DataSource=dtools-server\DTOOLSMSDE
Authen=SQL
UserName=sa
SharedFolder=\\dtools-server\BizMgr
  Reply With Quote
Old 09-03-2009, 09:28 AM   #4 (permalink)
Super Moderator
 
NareshN's Avatar
 
Join Date: Nov 2006
Posts: 430
NareshN has a spectacular aura aboutNareshN has a spectacular aura aboutNareshN has a spectacular aura about
Default

Hi,

The easiest way to do this might be to change to use Windows Authentication when connecting to SQL Express. Try changing your SI4 ini file as follows -


[MSDE]
DataSource=InstanceNameofSQLExpress (normally MachineName\SQLExpress)
Authen=Windows
SharedFolder=\\dtools-server\BizMgr (should be same as earlier)

Basically you have to change
1. Your DataSource to the SQLExpress instance name (normally MachineName\SQlExpress). Here MachineName is the name of the machine where SQL Express is installed.
2. Change Authen to Windows.

With Windows Authentication you are connecting to SQL with the currently logged on user in Windows and this should work if the SQL Server is on the same machine as the one you are trying to connect from.

The other method is to create a SQL user and password for the databases you restored - we can try that if this does not work. This is a little more complex.
NareshN is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL error while installing sakaudio Installation & Setup 3 11-04-2009 05:38 PM
SI5.2 with SQL 2005 Enterprise matt95gsr Installation & Setup 2 12-15-2008 10:44 PM
Project Folder grichards Bugs Section 5 10-25-2008 03:32 AM
SQL Error David Ray Bugs Section 4 08-17-2007 12:45 AM


All times are GMT. The time now is 02:05 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
D-Tools, Inc.