|
Home > Archive > BizTalk Server Orchestration > January 2006 > Biztalk orchestration deployment wont work.
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 |
Biztalk orchestration deployment wont work.
|
|
| KWEZZIE1 2006-01-18, 5:52 pm |
| I have been try for days now to pass the first hurdle in the tutorials
(lesson 1) of BTS 2004 but always fails at the deployment stage. the
deployment of EAISchemas.dll works fine with no errors but the deployment of
EAIOrchestration.dll (or should it be EAIOrchestrations.dll) always fails
with two errors. (Find Below). Is there anything I am doing wrong? Please
help because I believe I have installed everything as it should be and
followed all the instructions for this project.
Log entries
Type Message
Information Deploy server="DEXICONS-01" database="BizTalkMgmtDb"
assembly=" C:\Tutorial\Lessons\EAISolution\EAIOrche
strations\bin\Development\EAIOrchestrati
ons.dll"
Error [Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy
early bindings. [Microsoft.BizTalk.Deployment.Binding.BindingException]
Failed updating binding information. BindingException: Could not validate
TransportTypeData, Address or Public Address properties for Receive Location
'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'.
An invalid value for property "ReceiveFolder".
[Microsoft.BizTalk.ExplorerOM.BtsException] Could not validate
TransportTypeData, Address or Public Address properties for Receive Location
'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'. An invalid value for property "ReceiveFolder".
Error [Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy
early bindings. [Microsoft.BizTalk.Deployment.Binding.BindingException]
Failed updating binding information. BindingException: Could not validate
TransportTypeData, Address or Public Address properties for Receive Location
'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'.
An invalid value for property "ReceiveFolder".
[Microsoft.BizTalk.ExplorerOM.BtsException] Could not validate
TransportTypeData, Address or Public Address properties for Receive Location
'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'. An invalid value for property "ReceiveFolder".
Summary
Type Message
Error Command failed with 2 errors and 0 warnings. All actions have been
undone and no changes have been made.
| |
|
| Looks likeIn the port configuration dialogue in the orch designer, there is
an option to "specify later" in the port binding. Do this. Looks like an
error with the rec. location. Do the specify later option, create your ports
in the biztalk server, and then bind your orch to the created ports. Make
sure you are doing I/O on file directories that exist and have the correct
permissions (read/write). Just another angle to try while trying to debug
this. Let us know how it goes. 
"KWEZZIE1" wrote:
> I have been try for days now to pass the first hurdle in the tutorials
> (lesson 1) of BTS 2004 but always fails at the deployment stage. the
> deployment of EAISchemas.dll works fine with no errors but the deployment of
> EAIOrchestration.dll (or should it be EAIOrchestrations.dll) always fails
> with two errors. (Find Below). Is there anything I am doing wrong? Please
> help because I believe I have installed everything as it should be and
> followed all the instructions for this project.
>
> Log entries
> Type Message
> Information Deploy server="DEXICONS-01" database="BizTalkMgmtDb"
> assembly=" C:\Tutorial\Lessons\EAISolution\EAIOrche
strations\bin\Development\EAIOrchestrati
ons.dll"
> Error [Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy
> early bindings. [Microsoft.BizTalk.Deployment.Binding.BindingException]
> Failed updating binding information. BindingException: Could not validate
> TransportTypeData, Address or Public Address properties for Receive Location
> 'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'.
> An invalid value for property "ReceiveFolder".
> [Microsoft.BizTalk.ExplorerOM.BtsException] Could not validate
> TransportTypeData, Address or Public Address properties for Receive Location
> 'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'. An invalid value for property "ReceiveFolder".
> Error [Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy
> early bindings. [Microsoft.BizTalk.Deployment.Binding.BindingException]
> Failed updating binding information. BindingException: Could not validate
> TransportTypeData, Address or Public Address properties for Receive Location
> 'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'.
> An invalid value for property "ReceiveFolder".
> [Microsoft.BizTalk.ExplorerOM.BtsException] Could not validate
> TransportTypeData, Address or Public Address properties for Receive Location
> 'EAIOrchestrations_1.0.0.0_EAIOrchestrations. EAIProcess_ReceiveReqPort_d59c7e02df2af3
9e_ReceiveLocation'. An invalid value for property "ReceiveFolder".
>
>
>
> Summary
> Type Message
> Error Command failed with 2 errors and 0 warnings. All actions have been
> undone and no changes have been made.
>
>
| |
| KWEZZIE1 2006-01-23, 7:51 am |
| thank you very much for your suggestion. it worked but i am facing a new
problem. i am unable to enlist the EAIOrchestrations.EAIProcess. the items
are greyed out in the BT administration console and when i try to do it in BT
explorer, I get an error asking me to set a host and bind all ports. how do i
go about it? what is it really that i am doing wrong?
"Shawn" wrote:
[vbcol=seagreen]
> Looks likeIn the port configuration dialogue in the orch designer, there is
> an option to "specify later" in the port binding. Do this. Looks like an
> error with the rec. location. Do the specify later option, create your ports
> in the biztalk server, and then bind your orch to the created ports. Make
> sure you are doing I/O on file directories that exist and have the correct
> permissions (read/write). Just another angle to try while trying to debug
> this. Let us know how it goes. 
>
> "KWEZZIE1" wrote:
>
|
|
|
|
|