Custom Pipelines, Send Ports, Errors
- From: "Robert" <Blackhawksq@xxxxxxxxx>
- Date: 30 Sep 2005 14:32:10 -0700
Hi everyone. I'm new to biztalk and have been thrown into the deep
end... just they way I like it. But I'm a bit confused and hoping you
can help me out..
We have a schema with the name "Gha\schemas\x12wrapper" (or Something
closed to that) In the schema we have a promoted property called
File_Type.
I've created a custom pipeline that walksthrough a flat file and
(hopefully) assigns the file_type through inmsg.context.promote based
on certain criteia.
so I have the line:
inmsg.Context.Promote("Gha.Biztalk.common.Schemas.PropertySchema.File_Type","http://gha.com/schemas/schX12XMLWrapper","837");
I've also tried
inmsg.Context.Promote("File_Type","http://gha.com/schemas/schX12XMLWrapper","837");
I have a send port that filters on
Gha.Biztalk.common.Schemas.PropertySchema.File_Type == 837
With out the filter it recieves the file and puts it into the out
folder fine. When I add the folder I get an error
"The "FILE" adapter is suspending a message coming from Source
URL:"C:\FileDrop_HIPAA_EDI\testin\*.xml". Details:"Could not find a
matching subscription for the message. ".
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp."
Any idea what could be wrong?... How does the inmsg.contect.promote
know to use the proper schema..(I'm assuming the namespace...)
Thanks.
.
- Prev by Date: Custom Pipelines, Send ports and Content.Promote
- Next by Date: Re: Problem adding custom pipeline component to toolbox
- Previous by thread: Custom Pipelines, Send ports and Content.Promote
- Next by thread: Re: Problem adding custom pipeline component to toolbox
- Index(es):
Relevant Pages
|