|
Home > Archive > BizTalk Server General > June 2005 > Setup file issue
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]
|
|
|
| Hi
I'm trying to create a setup file for my biztalk solution
appearantly it successfully creates all ports, deploys
assembly,orchestrations and binds them ports as well. But it couldn't
enlist/start these orchestration. Although the same solution works fine
when I deploy it thru VS.Net
the error i'm getting while enlisting orchestrations is just couldn't
enlist orchestration .... and no further information is provided
Please help
Thanks
Vishy
| |
| Deepak Lakshmanan 2005-06-27, 5:51 pm |
| Hi,
I'm guessing you are using BTSDeploy to deploy your solution.
The problem might be because the biztalk assembly is not in GAC. You might
want to check whether you have added the "Install=true" parameter when you
call the BTSDeploy.exe application (This parameter will instruct BTSDeploy to
add the assembly to GAC)
Additionally Check your Application Event log for errors, that might give
some clues
Hope this helps
Deepak
http://deepakl.blogspot.com
"Vishy" wrote:
> Hi
>
> I'm trying to create a setup file for my biztalk solution
> appearantly it successfully creates all ports, deploys
> assembly,orchestrations and binds them ports as well. But it couldn't
> enlist/start these orchestration. Although the same solution works fine
> when I deploy it thru VS.Net
> the error i'm getting while enlisting orchestrations is just couldn't
> enlist orchestration .... and no further information is provided
>
> Please help
>
> Thanks
>
> Vishy
>
>
| |
|
|
Deepak thanks for the reply
Sorry i didn't mention use of btsdeploy yes i'm using that, but even
with install=true it didn't work; still getting the same error
Vishy
Deepak Lakshmanan wrote:[vbcol=seagreen]
> Hi,
>
> I'm guessing you are using BTSDeploy to deploy your solution.
> The problem might be because the biztalk assembly is not in GAC. You might
> want to check whether you have added the "Install=true" parameter when you
> call the BTSDeploy.exe application (This parameter will instruct BTSDeploy to
> add the assembly to GAC)
>
> Additionally Check your Application Event log for errors, that might give
> some clues
>
> Hope this helps
>
> Deepak
> http://deepakl.blogspot.com
>
> "Vishy" wrote:
>
| |
| Deepak Lakshmanan 2005-06-28, 5:52 pm |
| hi,
Can you check in the GAC wheter the dll's are present before doing the
enlist of the orchestration. Do you see any errros in the Application event
log?
Deepak
"Vishy" wrote:
>
> Deepak thanks for the reply
>
> Sorry i didn't mention use of btsdeploy yes i'm using that, but even
> with install=true it didn't work; still getting the same error
>
>
> Vishy
>
> Deepak Lakshmanan wrote:
>
>
|
|
|
|
|