Quantcast
Channel: BizTalk Blog
Browsing all 29 articles
Browse latest View live

Using Visual Studio to debug XSL

So I was attempting to debug an XSL stylesheet and every time I attempted to debug it, I would continually get the following error: Visual Studio encountered an error and will restart. I looked high...

View Article



Image may be NSFW.
Clik here to view.

What happened when the BRE fired in BizTalk?

I am writing this as a personal reminder on how to watch a BRE rule fire in BizTalk. In the management console, go to the application you are working in and right click the policies and in the window...

View Article

Executing a dynamic query from multiple tables

How do you query BAMArchive data? The tables that are created are time stamped. A friend asked me about this, so I thought I would put a little example out there for everyone to see. With the...

View Article

Management Console Timing Out

Have you ever needed to query through the BizTalk Management Console and find some messages that are tracked, but the console keeps timing out? Here is a query that you can run: use [BizTalkDTADb] GO...

View Article

Image may be NSFW.
Clik here to view.

EDI Assembly Pipeline Component–Object reference not set to an instance of an...

So I was working with a co-worker over the past week or so creating the following process: Each trading partner (including the same one who got two) receives an interchange of EDI 835 payment advices....

View Article


Image may be NSFW.
Clik here to view.

DelimiterSetSerializedData

So I finally sat down and decided to figure out what all of the numbers are for the DelimiterSetSerializedData attribute in the X12InterchangeXml rood node. <ins0:X12InterchangeXml...

View Article

Diagnosis pointers

So this is the first blog post from my phone! I decided that I might as well find out what diagnosis pointers are (I am rewriting an inbound claim process right now also). To keep things simple and...

View Article

Recursive xsl call template, or padding in xsl 1.0

So I needed to fill a value up to 24 characters. I decided to do a bit of research so I could hold my own to my brother Brian (who currently holds the title at Stott Creations as the XSL king). I have...

View Article


types which inherit from IEnumerable must have an implementation of...

So I feel I am gifted! Truly GIFTED (oh and humble to boot) I am gifted at discovering ways to break BizTalk. Last night I had to re-design a process that is run in an itinerary. Now I have gotten into...

View Article


Image may be NSFW.
Clik here to view.

Agreement Resolution and Schema Determination for Outgoing EDI Messages

Okay, so I needed to have a value to set the agreement. According to the documentation it states in step 3: If step 2 does not succeed, resolves the agreement by matching the party name in the message...

View Article

Image may be NSFW.
Clik here to view.

Data validation using the BRE

So we at Stott Creations often get requests to ensure that data is valid flowing through the BizTalk. The out of the box functionality is pretty straight forward, simply turn on XSD validation in the...

View Article

Image may be NSFW.
Clik here to view.

Gotcha with the TypedDataTable

So I learned a bit more of the importance of the places you need to name what when setting up database facts in the BRE. The table name is especially important. Within the BRC, you don’t have much...

View Article

Image may be NSFW.
Clik here to view.

Updgrading StackExchange

So I just was notified that the StackExchange Redis NuGet package was upgraded, so here is my experiences: There isn’t anything on the site’s home page that says anything about upgrading, so it must be...

View Article


Image may be NSFW.
Clik here to view.

Mapper Hack: ‘ns0 is an undeclared prefix’

I am sure I am the last to figure this out, so pardon me for my late entry to the game of XSL goodness. A few years ago, I discovered the power of XSL, and now I never use any of the out of the box...

View Article

Image may be NSFW.
Clik here to view.

Disable Auto Scrolling

One of the biggest beef’s I have with the BizTalk mapper (other than functiods in general) is the ‘feature’ where, when you click on a source node, it will ‘highlight all of the links and center the...

View Article


Image may be NSFW.
Clik here to view.

Building a Composite Oracle Schema

I am going to write a ‘visual’ example of the article documented here: Performing Composite Operations on Oracle Database by Using BizTalk Server I have a schema already created from Oracle that...

View Article

Image may be NSFW.
Clik here to view.

Mapping HL7 Data

So I wanted to show how to map an HL7 message. Here is the schema view: Here is a collapsed view of the data: Now you can’t simply use the mapping functiods to map it straight across, the sequence...

View Article


Image may be NSFW.
Clik here to view.

Mapping HL7 Data Part 2

Building off the previous entry, I want to map data from the OBR3.1 into each corresponding OBX15.1 Originally, I was lazy, and just mass copied the input to the output <OBX_ObservationResult>...

View Article

Image may be NSFW.
Clik here to view.

XSL Tricks

I have mentioned this a couple of times before: I HATE FUNCTIODS I have reverted to using XSL for nearly all mapping requirements (except straight across mapping) I have created a simple map that maps...

View Article

Dealing with namespaces and sql:variables in TSQL

There are two things we are going to discuss in this post: Dealing with namespaces in tsql without using the WITH XMLNAMESPACES statement Setting setting data from a sql variable in the modify...

View Article
Browsing all 29 articles
Browse latest View live




Latest Images