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
1 answer

oracle consume adapter service mapping error with multiple rows in flat file

I have a flat file with multiple rows. I just need to insert data from flat file to oracle db. I have manage to do that whit ONE row on my flat file but when there's more rows, I start to get errors from MAPPING TEST: ...has invalid child element…
kivi
  • 45
  • 7
0
votes
1 answer

BizTalk Script Functoid using a mid fuction

I am new to BizTalk and am looking for an example of how to use a vb.net mid function in a scripting functoid.
JGrimes
  • 1
  • 1
0
votes
3 answers

BizTalk Map Cumulative String Functoid

I have an issue with a BizTalk map whereby I need to copy the data from the source schema to the destination schema, but with a condition. I want to copy the values in 3 nodes with the same name, with the exception of one value. Let me explain…
Michele La Ferla
  • 6,775
  • 11
  • 53
  • 79
0
votes
0 answers

BizTalk Send Port Chinese Character Issue

I am trying to write a flat file contents through send port. The content of the file contains Chinese characters. When I open the file I have written, all the Chinese character are replaced with junk values. Please suggest if some encoding related…
0
votes
1 answer

Biztalk Distinguished field issue

I'm passing a message in biztalk that is resulting in the following suspended message: Inner exception: A failure occurred while evaluating the distinguished field MessageStatus against the message part data. The message part data does not…
0
votes
1 answer

BizTalk mapping for a debatched message from WCF-SQL

Good time of day. Hoping to get some help with BizTalk solution we're working through. I've generated the adapter by using WCF-SQL wizard and choosing typed polling. It worked out of the box. I was able to create a send port of a file type where…
a_person
  • 177
  • 1
  • 2
  • 12
0
votes
1 answer

BizTalk XML paired ITEM to FLATTEN output

Please help in solving this map. Here I have XML with HDR, DTL, FTR; The DTL have ITEM-BANK, ITEM-BANK, ITEM-BANK detail in pair together. I need to flatten this to output in one record. BUSINESS RULE: 1) If ID element is empty it is then COMMENT…
SAM
  • 179
  • 1
  • 3
  • 14
0
votes
3 answers

How to change the font used in the BizTalk script functoid?

I'd like to change the font that is used inside the script functoid to a monospaced variant. This should make the inline code more readable. Changing the Environment font doesn't change the font used in the functoid. And the available BizTalk…
Chrono
  • 1,433
  • 1
  • 16
  • 33
0
votes
5 answers

Filter for specific value, but use default value if it doesn't exist

I have an input schema that contains a list of phone numbers with a phone number type which looks as follows: ... ... I only want…
Chrono
  • 1,433
  • 1
  • 16
  • 33
0
votes
1 answer

Biztalk Cumulative functoid Issue

We are mapping EDI 315 schema to a XML, and I have a requirement below. Input EDI schema N901="TN'' take N902 N901="TN1'' take N902 OutPut Result= N902(N901="TN"),N902(N901="TN1") That means in one ST & SE, I can have N901=TN & N901=TN1, these…
user2979719
  • 59
  • 1
  • 1
  • 8
0
votes
1 answer

Error while Test Map in Biztalk 2010

I have made some changes to the existing map and tried to test the map. The Changes I made is adding a scripting fuctoid with the following code public string Code(string recode, string amount) { double k = Convert.ToDouble(amount); if(k>0) { return…
trx
  • 2,077
  • 9
  • 48
  • 97
0
votes
1 answer

Biztalk Map, How to execute a scripting functoid ONLY IF the source message contains a specific value?

In a Biztalk map, how can I execute a scripting functoid ONLY IF the source message contains a specific value? Which functoid combination can allow me to do this? Edit I want to check a certain element for a specific value. The scripting will be…
ChG
  • 349
  • 1
  • 3
  • 13
0
votes
1 answer

Mapping based on the value of one field in BizTalk orchestration maps

I am stuck in one situation in mapping from one message to another in BizTalk orchestration which I am not able to cross over. The scenario is as follows: Source schema has many fields and destination schema have many child elements and the child…
Abhishek Gahlout
  • 3,132
  • 2
  • 20
  • 28
0
votes
1 answer

Scripting Functoid for Date Formatting in Maps Biztalk 2010

In the Source Schema I have the Date in xs: date Time Datatype in the Destination Schema I have Date in String Datatype. When I map directly I get the output as "2013-10-21T00:00:00". But I want it "2013-10-21" in output. I tried using the scripting…
trx
  • 2,077
  • 9
  • 48
  • 97
0
votes
2 answers

BizTalk error btm 1044 while Test Map using XML Instance

I created a send and receive schema and generated a XML Instance for the Receive Schema.I created Map between send and receive schema. When I tried to Test the Map I used the Instance created with the Receive Schema as Input Instance. It throws an…
trx
  • 2,077
  • 9
  • 48
  • 97