HI,
I currently work with a Microsoft CRM 4.0 solution in a
multi-tenant environment and i am beginner in BizTalk. i want to create
an dynamic send port using MS BTS 2006 Adapter for MS CRM 4.0.
I want to send data to respective MS CRM depends on the organization
name which one i am getting at run time.more specifically, i want to
connect to MS CRM at run time depends upon the organization name i get
in orchestration.
I am using propertyschema.xsd installed with MS CRM 4.0 adapter for configuring dynamic send port for MS CRM 4.0.
I am using Create_CreateRequest.xsd with targetNamespace=“http://schemas.microsoft.com/crm/2006/CreateRequest” to create a request to create an entity in MS CRM. The other schema referred in Create_CreateRequest.xsd are
Create_WebServices.xsd, Create_types.xsd, Create_Scheduling.xsd, Create_CoreTypes.xsd with targetNamespace similar as Create_CreateRequest.xsd (e.g. Create_WebServices.xsd : targetNamespace=“http://schemas.microsoft.com/crm/2006/WebServices” )
while the namespace for propertyschema.xsd of MS BTS 2006 Adapter for MS CRM 4.0 is targetNamespace=“http://schemas.microsoft.com/MSCRM/CustomBTSAdapter/SolicitResponseProperties”
Now here i am getting an error as:
A message sent to adapter “Microsoft Dynamics CRM”
on send port
“CreateContactOrch_1.0.0.0_CreateContactOrch.Orchestration_1_Dynamic_CRM_Solicit_Response_Port_8de755fbdbd4eff7”
with URI “MicrosoftDynamicsCRM://10.1.3.140:5555” is suspended. Error
details: The file ‘/metadataservice.asmx’ does not exist. MessageId: {C34375C3-56D5-465F-96D1-3D72C34B7F67} InstanceID: {1B6AD9FE-9984-4F55-8852-60B095DD9F3F}
i
am not getting why this error is coming. may be there is issue with
targetNamespaces. All the required properties for MS CRM adapter like Server url, Organization name, Authentication type, username and password are set using propertyschema.xsd.
Thanks,
Kuldip