|
Home > Archive > BizTalk Server General > September 2005 > Custom Pipelines, Send Ports, Errors
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]
| Author |
Custom Pipelines, Send Ports, Errors
|
|
| Robert 2005-09-30, 5:53 pm |
| 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.
|
|
|
|
|