Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
"Failed to update binding information. Exception has been thrown by the target of an invocation. (mscorlib) You are trying to import a binding file containing EDI/AS2 configuration generated from an older version of BizTalk Server, which is not supported. Please remove party data from the binding file and retry importing. You can use Party Migration Tool to export EDI/AS2 data from an older version of BizTalk Server in the BizTalk Server 2013 format separately."

I am trying to import binding file of one application which is biztalk 2009.
I deleted party infromation from binding it got imported successfully but I don't know how to use Party migration tool ,and from where I found it?
Please let me know if anyone having idea regarding Party migration tool.
Thanks
Posted

1 solution

The Party Migration Tool is available on the CD ROM from which BizTalk was installed at the location below: CDRoot\BTServer\PartyMigrationTool\PartyMigrationTool.exe

You will also find .chm file which will guide you through the steps that you need to take to migrate your Parties.

To give you a basic idea of the tool, as soon as you execute it:
1) It asks for the source database from where it will migrate the parties (BizTalk management db in your case)
2) Then it asks for a temporary db to store changes.
3) Check your migrated data and save changes on your binding.

Please see screenshots and more info around point 3 at the link below:
https://msdn.microsoft.com/en-us/library/hh183961(v=bts.70).aspx[^]
 
Share this answer
 
Comments
Member 10827140 14-May-15 9:21am    
Thanks abhipal,
I am new in this could you please suggest solution for below steps:
My 2009 BiztalkMgmt database is on one server and 2013 application where i need to migrate is on other server so,I need to use party migration tool on 1st server am I right? and migrate to Tempdatabase (created) at that server only.My question is how I will bring this Tempdatabase which is migrated one to another server where 2013 is present. Please suggest me and correct me if I am worng
Abhipal Singh 14-May-15 13:34pm    
Party migration tool can be run on any of the servers. The thing that matters the most are the connections strings you are providing in the tool.
Just make sure you create the MigrationDB in 2013's SQL server as that will remain compatible with the final database where everything will be migrated.
Go through the link below it will help you to decide your migration stratagy:
https://msdn.microsoft.com/en-us/library/hh183967(v=bts.70).aspx

Also, temporary database used by tool is just there so that you can make changes and the tool can remember your changes.

Ultimately, your changes will land up in BizTalk 2013's DB. Check Point -9 in link below:
https://msdn.microsoft.com/en-us/library/hh183965(v=bts.70).aspx
Member 10827140 15-May-15 8:33am    
Hi abhipal, I followed above instruction but getting error I have enabled MSDTC ,I have made my Temp_database compatibility as 100.I am still getting this error .

Error Source: BizTalk Server Party Migration Tool Details:Microsoft.BizTalk.ExplorerOM.BtsException: The database or the database version is incompatible with the installed version of this product.
at Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer.set_ConnectionString(String value)
at Microsoft.BizTalk.Migration.PartnerManagement.UI.UpgradeHelperController.InitializeAndAutoMigrate(Nullable`1 doNotMergeIds, Nullable`1 createDefaultAS2Agreement, String sourceServer, String sourceDatabase, String migrationServer, String migrationDatabase, Boolean overwriteMigrationDb)
at Microsoft.BizTalk.Migration.PartnerManagement.UI.UpgradeHelperController.initializeWorker_DoWork(Object sender, DoWorkEventArgs workerEventArgs)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Abhipal Singh 15-May-15 9:40am    
Can you please tell me the SQL server versions of the source and destination?
Also, make sure you are running the tool in Administrator mode.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900