|
Home > Archive > BizTalk Server Setup > January 2005 > BTSDeploy.exe
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]
|
|
|
| Hello. We are trying to build/deploy the sample MSDN bizTalk solution. I get
through everything fine until I get to running BTSDeploy.exe DEPLOY....I get
this error, any idea? I'm probaby not giving enough information but If
someone can't point me to a general direction, I can try and resolve it.
Information: Deploy server="10.1.1.101"
database="BizTalkMgmtDb" assembly="SyncM sg\bin\Development\SyncMsg.dll"
Error: Schema "SyncMsg.GenericSyncMessage, SyncMsg, Version=1.0.0.0,
Culture=neu tral, PublicKeyToken=2b268e49a2098782" root "HwsMessage" property
errors:
Property "ns0:ParentInstanceID"
(msgType="http://schemas.microsoft.com/Hws/2003/
HwsPromotedProperties/ ProtocolMessageCorrelation#ParentInstanc
eID")
not found in Configuration database.
Saved schema "SyncMsg.GenericSyncMessage, SyncMsg, Version=1.0.0.0,
Culture=neut ral, PublicKeyToken=2b268e49a2098782".
Error:
[Microsoft.BizTalk.Deployment.DeploymentException]
Deploy operation failed.
Error:
[Microsoft.BizTalk.Deployment.DeploymentException]
Deploy operation failed.
| |
| Mariusz Borsa [MSFT] 2004-12-01, 5:51 pm |
| This typically happens when the property schemas are hand-edited, and new
properties are being created in copy-paste manner, without changing
property Guid, which leads to breaking of property Guid uniqueness
assumption deployment tool (and runtime) makes, and gives errors like ones
you get.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
Hello. We are trying to build/deploy the sample MSDN bizTalk solution. I
get
through everything fine until I get to running BTSDeploy.exe DEPLOY....I
get
this error, any idea? I'm probaby not giving enough information but If
someone can't point me to a general direction, I can try and resolve it.
Information: Deploy server="10.1.1.101"
database="BizTalkMgmtDb" assembly="SyncM sg\bin\Development\SyncMsg.dll"
Error: Schema "SyncMsg.GenericSyncMessage, SyncMsg, Version=1.0.0.0,
Culture=neu tral, PublicKeyToken=2b268e49a2098782" root "HwsMessage"
property
errors:
Property "ns0:ParentInstanceID"
(msgType="http://schemas.microsoft.com/Hws/2003/
HwsPromotedProperties/ ProtocolMessageCorrelation#ParentInstanc
eID")
not found in Configuration database.
Saved schema "SyncMsg.GenericSyncMessage, SyncMsg, Version=1.0.0.0,
Culture=neut ral, PublicKeyToken=2b268e49a2098782".
Error:
[Microsoft.BizTalk.Deployment.DeploymentException]
Deploy operation failed.
Error:
[Microsoft.BizTalk.Deployment.DeploymentException]
Deploy operation failed.
| |
| seanh 2005-01-31, 11:57 am |
| Jim,
The error you are getting is most likely because of incomplete/unsuccessful Biztalk configuration. Try Reconfiguring Biztalk (using ConfigFramework.exe)
Good luck!
Sean |
|
|
|
|