-
I have developed two custom pipelines that call a custom pipeline component for archiving. Almost all configurations for these components are set in the BizTalk Admin console, but a few are populated with defaults. A user will then come in and overwrite the blank values with their selections. For one...
-
I have a custom receive pipeline that makes a stored procedure call to a database. The database connection string and procedure names are "soft coded" as properties on the pipeline. Until now, I've set these up on a "per instance" basis, the pipeline used in conjunction with a...
-
And Event Viewer showed following error. I have no clue whats going on. Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'HP.Image.CaseExchange.Orchestrations.CaseExchProcess(9c43873e-95ff-80fc-0e99-6e21841bf35b)'. The service instance will remain...
Posted to
BizTalk 2004
(Forum)
by
kiransnaik
on
Thu, Feb 12 2009
Filed under: orchestration, map, pipeline, schema, Orchestrations, tracking, biztalk server 2004, biztalk 2004 orchestration dynamic soap, Biztalk 2004 dynamic web reference
-
Hi All, I build the DLL of my biztalk project in .net 2003. I have the xsd file, maps in the project. Map consists of simple scripting functiod. I build the DLL and deployed to staging server. From customer to my application, mapping/transformation/transaction works fine. When my application sends the...
Posted to
BizTalk 2004
(Forum)
by
kiransnaik
on
Wed, Feb 11 2009
Filed under: map, pipeline, schema, tracking, biztalk server 2004, Biztalk 2004 dynamic web reference
-
[quote user="Anonymous"] Cant seem to decrypt correctly. Pipeline Fails because it finds Public Key where it expects a Private Key This is reiving me nuts [/quote] Hi, In your Receive Pipeline, after you place the PGP Pipeline Component in the Designer area in the Decode container, highlight...
-
Hi gurus, I'm not sure if anyone of you has come across this strange issue, executing a receive pipeline within an orchestration, but here is the scenario: 1) Within a transactional scope, I call on the method Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline to debatch an envelope...
-
We created a custom disassembler pipeline component that extracts documents from email attachments. The documents themself are indepedent so the Recoverable Interchange feature of BizTalk 2006 is suited in this case. The Recoverable Interchange property is accessable in standard XML Disassembler and...
-
Hi Nick, Thanks for your suggestions. After doing some further digging on the Internet, I came across this custom PGP pipeline component through this link: http://bajwork.blogspot.com/2007/08/pgp-pipeline-component.html It's a wrapper C# class built on .NET framework 2.0 and using the Bouncy Castle...
-
Hi all I have written a pipeline component to which I set the properties at design-time in a custom pipeline. Once deployed, if I change one of the properties from the Administration Console, the remaining properties have their values reset to nothing, although they seem to be set in the pipeline's...
-
I developed a custom compression and decompression pipeline. but I stuck with a problem that it is not consistent. Some times My Service works fine and some times it suspend the service instance and says that A message going to a one-way send port is being suspended. Reason:The send port configuration...