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
0
votes
0 answers

BizTalk Map HL7 patient identification PID 2.4 to 2.3.1

I've a requirement where if incoming message have only 1 medicare (MC) info, then output it as it is from 2.4 to 2.3.1, if more than 1 then output the one with no or greater expiration date…
Ronnie
  • 11
  • 5
0
votes
1 answer

Debug BizTalk Map Exception generated

When I try to debug a BizTalk map I receive the following error:- error btm1023: Exception Caught: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) I have previously debugged this map successfully, so therefore…
LeedsWalker
  • 189
  • 1
  • 3
  • 13
0
votes
1 answer

Unittesting BizTalk map that read value from SSO

I have a BizTalk 2013 R2 (x64) installed. I have created a BTS map which read some user credential from SSO. I created a unittest for testing this map but getting this error: An exeception of type…
0
votes
1 answer

BizTalk Mapping

I need to convert the input XML to output as shown below Input 10 20 Ouput ------ MOD_FACTOR
dseknat
  • 1
  • 1
0
votes
1 answer

BizTalk functoid to get most recent date?

I have a schema with child elements cType, cDate. In a map I have a loop functoid bringing out all elements where cType = 'registration', this all works fine. I also want to add to that same map a functoid which, after filtering out the…
DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
0
votes
1 answer

The element 'Send' in namespace '*' has invalid child element 'Add_Records' in namespace '*'. Test Map failure for map file

I have the following input file: H|3 |20110607235508 V|M065 |3077999 |NH|PAS|20110608|213400|M| | V|M006 |EUR8944 |NY|PAS|20110608|213547|M| | V|M057 |UNV39S |NJ|PAS|20110608|213908|M| | T|3 …
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
0
votes
2 answers

Unable to debug a map file due to Typed Polling schema in Biztalk

I have the below mentioned source schema.
Deepak
  • 21
  • 1
0
votes
0 answers

Map Output of orchestration to an element of another schema

I have 3 schemas which gives response as One,Two and Three respectively. I have another schema which contains One,Two and Three as elements. Is there any possible way to map these as the follows? Say ResultSchema is the one which contains all the…
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
0
votes
1 answer

Schema Mapping Single object schema with List of Object schema

I have an input schema which contains a single object in which it have a root node and a datanode and the elements. I have a WCF Method which accepts List of objects as input. I am trying to map these two schemas. But when i am sending the input…
Midhun Mathew
  • 309
  • 2
  • 3
  • 17
0
votes
1 answer

Give space as an input in String Concatenate functoid

I am trying to use String Concatenate Functoid to concatenate FirstName and LastName to FullName. I want a space in between FirstName and LastName. I want to add a space as input but it is not accepting. Is there any way to do this?
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
0
votes
1 answer

BizTalk 2010 Element repeating in output without data

I have a map going from a proprietary flat file to an X12 4010 204 file. There is an element in the 210 file called "piece", with attributes beneath it which are conditionally mapped and outputting as desired. The problem is the current output looks…
0
votes
1 answer

Need a way or BizTalk functoids that auto concatenate same tag text

I have a BizTalk schema that outputs an XML file that contains tag shown as below: for Peter D. Smith Travel to Hamburg 20/09/15 - 21/09/15 Client development…
Jlee
  • 19
  • 3
0
votes
1 answer

XML file header in Biztalk

I want to add a xml header as below I already tried the Add processing instructions text and Add XML Declaration options on pipeline,…
SarvaSetty
  • 11
  • 2
0
votes
1 answer

BizTalk 2013 Getting xml content in map

How can I get the XML context (the entire Msg) using a map, from the source schema, and pass it to an element field in the destination schema? Scenario Description: The Msg was previously received (already in MsgBox). The map is located in a…
Paul_Biz
  • 13
  • 1
0
votes
3 answers

Biztalk scripting functoid - String to DateTime

I need to get String e.g. "2015-09-21 21:49" to DateTime so I could insert it to Oracle DataBase. I'm using C# Scripting Functoid. Original FlatFile String is "21092015242149". This is my script so far... public String MyANALYZETIME(string param1) {…
kivi
  • 45
  • 7