Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Re: How to fix RoleLink expression error: The expression you have entered is not valid

BizTalk 2010

This group is for all content related to BizTalk Server 2010. This includes a forum and samples.

How to fix RoleLink expression error: The expression you have entered is not valid

Not Answered This question is not answered

I am following this tutorial: http://masteringbiztalkserver.wordpress.com/category/orchestrations/page/2/

But I am using the schema :ORM_O01_23_GLO_DEF.xsd and want to drop in different folders based on the value in ORC1, for example :

ORC1 = NA; drop files in folder A

ORC1 =SC; drop files in folder B

ORC1 = CA; drop files in folder C

I am getting "The expression you have entered is not valid." when I use the below expression:

RoleLink_1(Microsoft.XLANGs.BaseTypes.DestinationParty)= new Microsoft.XLANGs.BaseTypes.Party(Message_1.ORC_1_ControlOrder,"SomeId");

Role provider is consumer role and ORC1 is ID field

Any suggestions how to fix it? Biztalk specifically does not like this paramter: "Message_1.ORC_1_ControlOrder"

All Replies
Page 1 of 1 (5 items)