|
Home > Archive > BizTalk Server General > June 2005 > installing biztalk solution from a msi-package
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 |
installing biztalk solution from a msi-package
|
|
|
| Hi,
I am trying to install a biztalk solution from a .msi package. Everything
seems to be fine, except that the send and receive ports which my
orchestration communicates via, are not installed. I have to create and
configure them myself. This seems strange to me because I thought that not
only the orchastration is installed and started but also the ports that the
orchestration uses. So what exactly is the deal? Have I misunderstood or am I
doing something wrong so that the ports are not created?
Really gratefull for answers!
Thanks,
//theo
| |
| Mike Watson 2005-06-01, 7:47 am |
| Hi,
You have exported the Orchestration Assembly bindings to file and then used
them in your msi package?
If so, are you sure that you have the correct permissions to create the
send/ receive ports? Have a look in your event log to see if you have any
installation errors….
Cheers,
Mike Watson
"Theo" wrote:
> Hi,
>
> I am trying to install a biztalk solution from a .msi package. Everything
> seems to be fine, except that the send and receive ports which my
> orchestration communicates via, are not installed. I have to create and
> configure them myself. This seems strange to me because I thought that not
> only the orchastration is installed and started but also the ports that the
> orchestration uses. So what exactly is the deal? Have I misunderstood or am I
> doing something wrong so that the ports are not created?
>
> Really gratefull for answers!
>
> Thanks,
>
> //theo
| |
|
| Hi,
I would have expected also.
Did you run the msi from the command line?
MSIEXEC /i sample.msi DEPLOY=true
did it contain the configuration file?
m
"Theo" wrote:
> Hi,
>
> I am trying to install a biztalk solution from a .msi package. Everything
> seems to be fine, except that the send and receive ports which my
> orchestration communicates via, are not installed. I have to create and
> configure them myself. This seems strange to me because I thought that not
> only the orchastration is installed and started but also the ports that the
> orchestration uses. So what exactly is the deal? Have I misunderstood or am I
> doing something wrong so that the ports are not created?
>
> Really gratefull for answers!
>
> Thanks,
>
> //theo
| |
|
| Hi Mike!
Yes, I have exported the bindings to a binding.xml file, but now when
checked the file again, it seems it has bound the totally wrong ports, not
the ones that the solution really uses. Of course I could change them
manually, but still I don't imderstand why wrong port bindings are detected?
//Theo
"Mike Watson" wrote:
[vbcol=seagreen]
> Hi,
>
> You have exported the Orchestration Assembly bindings to file and then used
> them in your msi package?
> If so, are you sure that you have the correct permissions to create the
> send/ receive ports? Have a look in your event log to see if you have any
> installation errors….
>
> Cheers,
> Mike Watson
>
>
> "Theo" wrote:
>
|
|
|
|
|