Hi,
I am deploying binding generated by the BizTalk Deployment Wizard using the BTSDeploy.exe command line tool.
The command I use is
[color=blue:9b5803725c]C:\\>btsdeploy import binding=<<my bindingfile>>.xml[/color:9b5803725c]
The <<my bindingfile>>.xml has been generated by using BizTalk Deployment Wizard using \”Export BizTalk Assembly binding to File\” option.
The error it gives me is:
[color=blue:9b5803725c]Information: Updating binding information.
ConnectionString=\”Application Name=BizTalk Server Deployment;Server=DELEABIZTALK
DEV;Database=BizTalkMgmtDb;Integrated Security=true;Connect Timeout=30\”
Information: Updating send ports, send port groups, and receive ports…
Information: Created [Send port \”SpikeSolution_BR_SendPort\”]
Information: Created [Receive location \”SpikeSolution_BR_ReceiveLocation\”]
Information: Created [Receive port \”SpikeSolution_BR_ReceivePort\”]
Error: Failed updating binding information.
BindingException: Invalid or malformed XML data.
Error: Failed updating binding information.
BindingException: Invalid or malformed XML data.
BTSDeploy: Command failed with 2 errors, 0 warnings.[/color:9b5803725c]
Although when I deploy the binding using the \”Import BizTalk Assembly binding from File\” using the same binding.xml file, it works fine.
Please help me fixing this issue
Thanks In Advance
Tushar