|
Home > Archive > BizTalk Server General > March 2006 > BTSDeploy orchestration warning
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 |
BTSDeploy orchestration warning
|
|
| Jeff Wessling 2006-03-08, 5:53 pm |
| I'm trying to get my BizTalk deploy scripts to run with out any errors or
warnings. I've got most everything squared away, but I keep getting this
'Warning' for each orchestration:
Warning: Host not specified for orchestration "XXXXX.Claim.Processing";
updating with first available host.
I've looked in my Binding file and I have <Host> node specified for this
service, but it doesn't seem to matter. Anyone know what's going on here?
Thanks,
Jeff
| |
| BizTalk Benjamin 2006-03-10, 7:53 am |
| Jeff, I had a similar problem a long time ago. Check the name of the host on
the server and see that it matches the host node in the binding file exactly.
Also check if the host is running at the time you run the deployment script.
I assume that the orch was enlisted properly and running on development ?
(there may have been some enlistment error that contributed to this)
[We had an odd situation where we hadnt checked our UAT servercarefully and
didnt realise that the admin had created a host with a different name to what
we used in development and testing and as a consequence all our binding files
were pointing to the wrong one]
HTH,
Benjy
"Jeff Wessling" wrote:
> I'm trying to get my BizTalk deploy scripts to run with out any errors or
> warnings. I've got most everything squared away, but I keep getting this
> 'Warning' for each orchestration:
>
>
>
> Warning: Host not specified for orchestration "XXXXX.Claim.Processing";
> updating with first available host.
>
>
>
> I've looked in my Binding file and I have <Host> node specified for this
> service, but it doesn't seem to matter. Anyone know what's going on here?
>
>
>
> Thanks,
>
> Jeff
>
>
>
|
|
|
|
|