I have a receive port setup in BizTalk 2009 to accept & disassemble X12837 EDI Files. There is also a send port that pic开发者_JAVA百科ks up disassembled EDI from the receive port and converts int
In a BizTalk map when you call a scripting functiod, is the object (the class you are calling) initialized at the time of the first call and kept in memory for the entire time the transformation is oc
In some of our BizTalk 2009 development environments, when attempting to process a HIPPA X12 file, 4010 270 file type, any element defined in the schema to be type X12_AN is throwing an \"Invalid char
We have some EDI files coming in to our BizTalk server that we drop off on a file share for processing by an end system.The files are dropped to the file share via a single File Send Port with a stati
Does anyone know what the registry settings should look like in order to get a 64 bit custom adapter to show up in the BizTalk admin console? I have created a 32 bit adapter, but would like to port it
While chasing incremental build time improvements, I found that .btproj files and thus all other projects that depend on these are rebuilt (partly) on each incremental build. Tracking this all the way
I have a Biztalk 2009 project with a receive location using a SOAP adapter. Now it uses a request-response schema and I want to refactoring it in a asynchronous design, by only using the request schem
I have a BizTalk 2009 environment with a running application (call it A1) that contains a schema (S1). S1 has a few promoted properties defined in PropertySchema.xsd.
I have a BizTalk solution which is broken down into three projects: Orchestrations, Maps and Schemas.A few of my maps, I had to build in the Orc开发者_如何学Gohestrations project because they needed m
Has anyone had experience dealing with DB2 stored procedures which take a CLOB input parameter and calling that stored procedure from BizTalk?