Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Uninstall on BTS and SQL tables
- This topic has 9 replies, 1 voice, and was last updated 9 years, 7 months ago by
community-content.
-
AuthorPosts
-
-
May 15, 2008 at 7:36 AM #19668
I uninstalled BTS 2006 R2. In SQL I see that all the tables still exist.
Is this correct?
I want to delete all BTS specific tables and then make a fresh new installation of BTS.
-
May 15, 2008 at 9:10 AM #19670
That’s correct. You can build a little SQL script that does
Delete Database BizTalkMsgBox
Delete Database BizTalkMgmtDBetc…
Look for database that start with BizTalk, SSO, and/or contain “BAM” or “EDI”.
Neal
-
May 16, 2008 at 12:03 AM #19676
Thanx, I will do…
-
May 16, 2008 at 1:02 AM #19677
I deleted all BTS tables except one:
BizTalkMsgBoxDb
Can not delete/drop it. (error 3702)
This is still used by some service(I think), anyone knows which one?
-
May 16, 2008 at 1:41 AM #19678
I’ve had this problem a couple of times. Mostly restarting the computer helped. If not: Is IIS still running ? Could there be another PC trying to connect to the database ?
-
May 16, 2008 at 1:49 AM #19680
I get this error message:
TITLE: Microsoft SQL Server Management Studio
——————————Drop failed for Database ‘BizTalkMsgBoxDb’. (Microsoft.SqlServer.Smo)
——————————
ADDITIONAL INFORMATION:An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
——————————
Cannot drop database “BizTalkMsgBoxDb” because it is currently in use. (Microsoft SQL Server, Error: 3702)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3054&EvtSrc=MSSQLServer&EvtID=3702&LinkId=20476
——————————
BUTTONS:OK
—————————— -
May 16, 2008 at 1:58 AM #19681
I stopped and started the SQL server, and then took database offline and online again.
Then I could delete it 🙂
-
May 16, 2008 at 2:07 AM #19682
Great ! Maybe my restarting the computer was a little drastical…
-
May 16, 2008 at 2:15 AM #19683
Sorry, I forgot:
Do you use the installation / deinstallation guides for BTS ? Otherwise you could run into some real trouble. They’re here:
http://go.microsoft.com/fwlink/?LinkId=81041
For instance, there are also a few SQL server agent jobs to be deleted etc.
Regards, Michael
-
May 19, 2008 at 12:13 AM #19692
I will dive into this, thx.
-
-
-
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.