Questions tagged [biztalk-mapper]

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

197 questions
2
votes
0 answers

Is it possible to use multiple Table Looping Functoids in a BizTalk 2016 Mapping?

Is it possible to use multiple Table Looping Functoids in a BizTalk 2016 Mapping? I trying to build a Mapping in BizTalk 2016. In my source schema I have multiple records with multiple elements. What I want to do is map this to multiple instances of…
Ne0n
  • 21
  • 1
2
votes
2 answers

JSON encoder generating JSON message adding empty quotes characters in BizTalk 2016

My XML message after json encoder converting, below is the { "bitmap": "" } but I'm expecting in below format { "bitmap": null } For…
2
votes
2 answers

Is there XSLT 2.0 or 3.0 support in BizTalk Server 2016 mapping?

In the past, BizTalk (and the .NET framework in general) has not supported any XSLT version besides 1.0. Our company is about to upgrade to BizTalk Server 2016, and I was wondering whether it's possible (and natively supported) to use XSLT 2.0 or…
2
votes
2 answers

How to replace a multipart message schema in a map without replacing the map

I have an orchestration map that maps two source messages into one destination message. When the schema for one of the source messages changes, I was hoping to be able to click on the input message part and select "Replace Schema" to refresh the…
BizTalkMama
  • 308
  • 1
  • 2
  • 13
2
votes
2 answers

How can I display exception messages from custom functoid errors in the BizTalk Administration Console?

My goal is to influence the error descriptions that appear in BizTalk Administration Console in the Error Information tab of suspended instance windows, after errors occur in my custom functoids. If possible, I would also like the…
bwerks
  • 8,651
  • 14
  • 68
  • 100
2
votes
2 answers

BizTalk MAP project REBUILD takes very long time

My BizTalk Project Rebuild takes very very long time especially for MAP Projects, this is relatively very small schema and before it was taking very less time but suddenly the REBUILD time is up to 30-40 mins. Please provide your expect comment on…
SAM
  • 179
  • 1
  • 3
  • 14
2
votes
5 answers

BizTalk map functoid vs BizTalk map xslt

I am using BizTalk MAP and inside BizTalk map I am using table looping, table extractor, Scripting, looping functoids. The same can be achieved in BizTalk map by referencing XSLT. so Performance wise, which method would be better using BizTalk Map…
user1104946
  • 680
  • 1
  • 9
  • 30
2
votes
1 answer

Multiple launch iterator functoid in Biztalk mapping

The source file has an identifying value in the field name. Test1 data1 Test1 data2
Andrey Davydenko
  • 341
  • 2
  • 18
2
votes
2 answers

Logical Existence doesn't work - BizTalk Mapper

This problem has confounded me for a while now. I have a flat file with segments and tag identifiers. One of the segments is optional. That is fine, but i need logic to determine if this segment exists. If it does not exist i need to do…
Brian
  • 21
  • 2
2
votes
1 answer

TypedPolling xsd to a simpler schema

I have a WCF SQL receive location and am able to get the relevant details from the database. The xml looks like this:
Deepak
  • 21
  • 1
2
votes
1 answer

BizTalk 2010 Conditional Mapping Issue (from two different recurring source nodes to same destination node)

I have an EDI 810 file, from which I have to conditionally map certain values from two different repeating SAC nodes, which occur multiple times in different spots in the document. Please note that the SAC_2 occurs at a lower level when compared to…
JDoe
  • 33
  • 7
2
votes
1 answer

Generating a Cross Product from two input schemas using BizTalk Map

I am using a many to one mapping in BizTalk, to generate an output schema with data generated using a cross product logic on a node of input schemas. Following figure depicts what I've done yet: The sample input xmls are as follows:
pp1010
  • 31
  • 5
2
votes
3 answers

How to map 2 different nodes into a repeating node using BizTalk mapper

I have this schema: 123 John ABC Boat I need to map the two different records into one…
2
votes
2 answers

Want to put text output from XSL stylesheet into BizTalk map's target message

I have a very complex input message whose node names and values I need to regurgitate (without any namespace info) to the output as though viewing the document in a browser using an XSL stylesheet. I do not need to map any of the individual source…
1
vote
2 answers

When do you use BizTalk Mapper Activity inside of WF4 instead of BizTalk Engine?

I've seen that BizTalk 2010 supports the new Mapper Activity for Workflow Foundation (From here: Easy use of mapper and LOB Adapters in WF Designer for AppFabric Applications). The dependency seems to be tied to the AppFabric (hence - IIS?). The…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
1
2
3
13 14