Questions tagged [custom-pipeline-component]

Microsoft BizTalk or SSIS custom pipeline components

A custom pipeline components is a name used for custom components used in two integration products by Microsoft, BizTalk Server and SSIS (although in SSIS it is actually called a Custom Data Flow Component). It allows the developer to write custom code to do transformations of data to be run as part of a integration process.

33 questions
0
votes
1 answer

Error in Custom Pipeline Component

A .txt file which is in the similar format as below 1115151651515950000055 00012913702613000000000003000 139C0000007000000 1215151651121510000054 00022913803603000000000009000 000279A0000009000 1315115950000065516515 00032813104643000000000007000…
trx
  • 2,077
  • 9
  • 48
  • 97
0
votes
2 answers

BizTalk Archiving Pipeline Component Consideration

In my scenario, I have a Pipeline that (1) decrypts and then (2) disassembles a flat file on a receive port. My requirement is to capture the file, and put it on a local fileshare, between (1) and (2). My initial approach was to introduce an…
I Stand With Russia
  • 6,254
  • 8
  • 39
  • 67
0
votes
1 answer

Deployed pipeline component crashes VS2010

I am using the BizTalk Deployment Framework (BTDF) to deploy my project and within that project is a pipeline component. The component appears to deploy fine, the dll in the Pipeline Components folder of the BizTalk install. However it does not…
1 2
3