|
Home > Archive > BizTalk Server General > July 2004 > BTSInstaller not binding
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BTSInstaller not binding
|
|
| Jeff Junak 2004-07-23, 5:50 pm |
| I'm building an installer package using BTSInstaller, and I can't get the resultant .msi file to bind the orchestrations to the ports. I run the .msi using a batch file with DEPLOY=TRUE, and it creates the ports (by reading in the xml file that is part o
f the installer), but it will not bind the orchestrations to the ports. Any ideas?
| |
| Mariusz Borsa [MSFT] 2004-07-27, 5:53 pm |
| Was the binding file exported while having the same version of the
assemblies deployed and orchestration bound? You might want to compare the
assembly reference in binding (.xml) file to the actual assembly (compare
all name, version and public key token to be sure). Also examine the
binding file to see if the bindings for orchestration (look for
<SendPortRef> and <ReceivePortRef> tags) are actually there.
Thanks
Mariusz Borsa
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------[vbcol=seagreen]
resultant .msi file to bind the orchestrations to the ports. I run the
.msi using a batch file with DEPLOY=TRUE, and it creates the ports (by
reading in the xml file that is part of the installer), but it will not
bind the orchestrations to the ports. Any ideas?[vbcol=seagreen]
| |
| Jeff Junak 2004-07-29, 5:51 pm |
| Thanks for the pointers. It turns out that I had a couple of references to older .DLL's in my installer and as a result the binding file didn't match up. When I got all the correct .dlls into the installer, binding took place automatically.
"Mariusz Borsa [MSFT]" wrote:
> Was the binding file exported while having the same version of the
> assemblies deployed and orchestration bound? You might want to compare the
> assembly reference in binding (.xml) file to the actual assembly (compare
> all name, version and public key token to be sure). Also examine the
> binding file to see if the bindings for orchestration (look for
> <SendPortRef> and <ReceivePortRef> tags) are actually there.
>
> Thanks
> Mariusz Borsa
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> EBusiness Server Team
> --------------------
> resultant .msi file to bind the orchestrations to the ports. I run the
> .msi using a batch file with DEPLOY=TRUE, and it creates the ports (by
> reading in the xml file that is part of the installer), but it will not
> bind the orchestrations to the ports. Any ideas?
>
>
|
|
|
|
|