BizTalk Gurus

greg.forsythe

My Files

greg.forsythe has not uploaded any files.
New Zealand
962 Posts

Shared Favorites

  • greg.forsythe has not yet identified any favorite posts.
View all favorites

Shared Feeds

greg.forsythe has not entered any shared feeds.

My Bio

 

greg.forsythe has not entered a biography.

Announcements

My Comments

toneii wrote Quick Question
on Wed, Apr 21 2010 9:56 AM

What I want to do is catch errors by subscribing to them.  I can do this with a send port subscription.

Now I want to subscribe with an orchestration, get the error, extract the details and email the operator with the details of the error, and a pointer to the error file on the file system.

I want this to be a generic solution to any message without building an error curcuit for each message type.

So I am bringing in as System.Xml.  Problem is that without an actual message schema, I can't get at the properties.

I would like to use "XLANGMessage.GetPropertyValue()" method, but I can't cast the input to the XLANGMessage type, and not sure if the property bag would be preserved. 

Does anyone have any ideas at helping me solve this?

 

miguelaup wrote Help
on Mon, Feb 8 2010 3:50 PM

Hi Greg, I'm the guy of http://www.biztalkgurus.com/forums/p/13970/27172.aspx#27172, i have a problem. When i try to test the schema with ffdasm.exe all work OK, but when i deploy in server and run thow the error: Unexpected end of stream while looking for : '\r\n'.

have any idea about? If you want to see the schema:

http://miguelaup.zzl.org/wp-content/uploads/2010/02/OML_O21.zip

 

Thanks