Filed under: Biztalk 2004, Examples, Problems | Tags: Accelerator, alliases, BizTalk, Biztalk Server 2004, Covast, EDI, Party
So you need to make a trading party with a Covast party EDI alias but you don’t have Visual Studio to configure Biztalk, but only the BizTalk explorer tool, your going to have a problem setting more dan Organization name to the party.
When you have your party created (with only the Organization name as a allias), run the next query with a Query Analyzer on the Biztalk database. (more…)
Filed under: Biztalk 2004, Monitoring Biztalk | Tags: BizTalk, Biztalk Server 2004, HAT, Heath and Activity Tracking, Monitor, MSDN, Tracking
Using the Health and Activiy Tracking tool from Microsoft (HAT from now on) is handy for everyone. It provides some kind of viewability in the ‘non-GUIworld’ of Biztalk
System administrators can track the health of the BizTalk implementation, determine bottlenecks, and monitor the BizTalk environment. They can view the technical details of a particular orchestration, pipeline, or message instance, as well as see the message flow of a particular message that enters the system. (more…)
Filed under: Biztalk 2004, Examples | Tags: BizTalk, Biztalk Server 2004, Correlation, FFDasm, FlatFile
Problem
The problem is that I’m receiving a header and a detail file (both are flatfiles) in the same directory with different filenames and I need to merge those two files together and transform it into our standard xml format.
Solution
After some thinkwork I decided to create two pipeline components and two inbound xsd-schemas to disassemble the inbound message into xml files. With this solution it does not matter if we receive the header of detail first. We just wrap it in one Wrapper xml and passes it to the orchestration. (more…)