Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
60 views

BizTalk Mapping -- Translate only for specific Ship To

I need to convert an input XML into EDI 850, only for a particular ship From ( SHIPPINGWAREHOUSEID or SHIPPINGSITEID ) . Please let me know how we can achieve this. Attached the input XML . enter ...
Selvaraj Munusamy's user avatar
0 votes
2 answers
98 views

Having loosely-coupled architecture without Biztalk ESB Toolkit

Is it possible to implement loosely-coupled architecture using BizTalk without utilizing BizTalk ESB Toolkit? Does BizTalk have this capability? The solution must be able receive and deliver messages ...
user217648's user avatar
  • 3,456
0 votes
2 answers
226 views

BizTalk ExecuteReceivePipeline can't accept XmdlDocument parameter

I'm trying to call a receive pipeline from the orchestration in order to catch any type of flatfile_to_xml error. After searching for tutorials, the process seemed quite easy. Added the libraries, ...
strongmmc's user avatar
  • 315
3 votes
1 answer
1k views

BizTalk keeps asking for initialization of ALREADY initialized messages

In my orchestration I have various steps that maps a flat file to 2 intermediate messages and eventually writes to SQL. First I made it without exception handling and it worked with a valid input file....
strongmmc's user avatar
  • 315
0 votes
2 answers
406 views

BizTalk - create log file for pipeline fault

I need to handle an application for the 2006 version. Starting with this version, BizTalk can route fault messages, and that's pretty good. Let's say I'm receiving a badly-formatted positional txt ...
strongmmc's user avatar
  • 315
2 votes
1 answer
100 views

Migration Approach for BT2006 R2 to BT2013 R2

Currently I am working on Migrating BT2006 R2 (VS2005) to BT2013 R2 (VS2013). I tried below twp approaches. Approach I: First, Open the BT2006 R2 Project in (VS2010)[BT2010] [Intermediate] then ...
Vinoth's user avatar
  • 79
2 votes
1 answer
142 views

Migration Approach For BT2006 R2 to Azure Windows Service

As we know there is no more Microsoft support for BizTalk 2006. Its going to end soon, so I am working on POC/Analysis for migrating BizTalk 2006 R2 Application to latest BizTalk version. Is there ...
sowandharya's user avatar
0 votes
2 answers
889 views

Where the vales like Userid and passwords are stored in SSO of BTDF

I have a query regarding BTDF SSO config setting. I am beginner with BizTalk. I am looking for SSO storage where credentials are stored and retrieved from SSO. I have built-in app located at C:\...
Amol Khadilkar's user avatar
1 vote
3 answers
177 views

Automate Suspended orchestrations to be resumed automatically

We have a BizTalk application which sends XML files to external applications by using a web-service. BizTalk calls the web-services method by passing XML file and destination application URL as ...
user2586782's user avatar
0 votes
1 answer
644 views

Adding padding characters to flat file during assemble

I'm creating a simple app, which takes in an xml file, map it to another schema, then convert it to a text file, and drop it in a folder. I have created a schema using the Flat file wizard and setup ...
Mike Smith's user avatar
0 votes
1 answer
2k views

Routing error - No subscribers were found. WCF-SQL Adapter

I'm attempting to call a Stored proc, get some data back, map that to the desired schema, output the result. However, I'm getting the following error: The Messaging engine failed to process a ...
Mike Smith's user avatar
1 vote
1 answer
581 views

Consume adapter not generating dataset from Stored proc

I'm trying to call a Stored proc from BizTalk. I have seen many tutorials doing this. Only issue is, once I Consume Adapter -> connect to DB-> select a SP to run, the resulting schema doesn't have any ...
Mike Smith's user avatar
0 votes
1 answer
1k views

Host instance memory usage keep increasing and some messages are pending

We are using BizTalk 2006R2 in Windows server 2003 64 bit. The purpose is transferring files between systems. We found that the BizTalk host instances (sendhost, receivehost, trackhost, ...
hosir's user avatar
  • 477
0 votes
1 answer
883 views

Biztalk Mapper XSLT to strip out string from input

I have an source schema with a node forenames (containing forename + ' ' + middlename), which I need to separate out the middle name in the destination schema so this goes out to OtherNames. I ...
PuffTMD's user avatar
  • 63
0 votes
1 answer
124 views

What is the function of mqsvc.exe in BizTalk

I am using BizTalk 2006R2, I have NOT used MSMQ. But I found that there is a mqsvc.exe running in the BizTalk server, what is the usage of mqsvc.exe in BizTalk environment?
hosir's user avatar
  • 477
0 votes
1 answer
564 views

BizTalk Mapper Check and Replace Default Values

I have created a number of functoids on the map to validate the source node 'AdoptedDate' for default values (Equals defaultvalues into an Logical OR through to a Value functoid with a new default ...
PuffTMD's user avatar
  • 63
0 votes
1 answer
546 views

Biztalk Mapper Inline XSLT Call Template Email Validation

I'm trying to validate an email address via a map to confirm to the validation rule \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+). I'm new to this and haven't found much help via search, so will post ...
PuffTMD's user avatar
  • 63
0 votes
2 answers
1k views

BizTalk Wcf_Custom - SQL Deadlock Issue

I have the DB SP UPDATEClientID as below. Which Takes client ID as parameter. I'm calling UPDATEClientID SP 50 times in a one second, from WCF Custom Adapter. Then I'm seeing the SQL Deadlock issue. ...
FullStack-.NetMVC-BizMule-Dev's user avatar
0 votes
1 answer
113 views

How to consume xml from WCF in biztalk?

My WCF service gives message in XML format and I want to parse that XML to map it into the destination schema. WCF exposed method (let' say GetXml()) which gives collection of records (let's say Name,...
Ashish Ashu's user avatar
  • 14.6k
0 votes
1 answer
2k views

DeliverNotificationFailed Exception handling in Orchestration

Is this possible to handle DeliveryNotificationFailure exception on One-way File Type Send Port? If yes, how to do this? I followed the below steps but still not working. I Kept the send shape in ...
FullStack-.NetMVC-BizMule-Dev's user avatar
1 vote
1 answer
972 views

Biztalk Cross Reference Implementation

We have a situation where the value in the source system (Gender) will need to be mapped to a different value in the destination system. Example Value Lists Source M F Destination Male Female ...
PuffTMD's user avatar
  • 63
0 votes
1 answer
2k views

Biztalk Mapper Table Looping Logical mapping

I have a looping node NationalityDet which holds multiple current former nationality or citizenships (CurrentNatCit) I need to ensure that all the Country values for Current Nationality map go to the ...
PuffTMD's user avatar
  • 63
0 votes
1 answer
679 views

Biztalk Mapper XSLT Compile Error

I'm mapping relationship data based on a type Mother/Father etc. when extracting the data from a table looping functoid and checking for a type of Father, Mother etc. I am getting the following error:...
PuffTMD's user avatar
  • 63
0 votes
1 answer
454 views

How to get orchestration instance server name

I have two server where orchestration can run.I need to know the server name where my orchestration instance has run .How to get this information.
user1104946's user avatar
1 vote
2 answers
338 views

How to find artifacts dependencies in Biztalk

In Biztalk, many artifacts (e.g. schema, pipeline etc) are used in some location like sendport, receivelocation etc. Each time when we want to deploy an update version to Biztalk, it will said the ...
hosir's user avatar
  • 477
0 votes
1 answer
547 views

Biztalk Map node validation

I'm mapping home, work and mobile number nodes from the source schema to the home, work and mobile node in the destination schema. I need to ensure that the data matches destination pattern (No ...
PuffTMD's user avatar
  • 63
0 votes
0 answers
54 views

data from one source tag has to be mapped to multiple destination tags in Biztalk

I have to map data from one source schema tag data to three tags in the Destination schema. I have used scripting two scripting functoids which take the source tag value as input. the output of first ...
user2586782's user avatar
0 votes
2 answers
160 views

Uninstalling BizTalk 2006 R2 on Windows 7 giving an internal error 2738

I have BizTalk 2006 R2 installed on my Windows 7 machine. When trying to uninstall, I'm getting an internal error 2738. I have tried to register the vbscript dll using regsvr32 vbscript.dll, but that ...
user3047026's user avatar
0 votes
1 answer
95 views

Biztalk slow processing of items in batch

We have a process where in items are being drop in BizTalk by batch, we just noticed that in our prod environment 1 batch will be processed 1 at a time (1 item after another) where in in our ...
NewbieDeveloper's user avatar
1 vote
1 answer
247 views

Setup BizTalk Test Environment from Production

We have a Production BizTalk Environment and our Test Environment went Kaput, so we are trying to copy the production environment server image and setup another Test environment. Our Server Team ...
Barathan K's user avatar
0 votes
1 answer
260 views

Biztalk binding export show status

I am using Biztalk 2006R2. I would like to know how to include the binding status (enlist/unenlist/start/stop) in the binding exported xml.
hosir's user avatar
  • 477
0 votes
2 answers
4k views

BizTalk.Unexpected data found while looking for: 'Request Information\r\n'

I have a flat file schema which parse a file with multiple lines I made delimiters to get the needed data after a sentence 'Request Information[CR][LF]'. When I tried to test the project with a file(....
Ahmed Nasser's user avatar
1 vote
1 answer
578 views

Visual Studio BizTalk Orchestration Design - BizTalk Mapper Tool

I have visual studio 2005 and BizTalk server 2006. Whenever I try to open an orchestration in VS I can only view it in the xml view. I cannot view it in design view, which is my goal. I am attempting ...
eric_13's user avatar
  • 383
0 votes
1 answer
454 views

Parse a FlatFile with Multiline using BizTalk

My file contains data like: First name: ahmed Last name: nasser City: giza i created a schema to parse this file, but the element store all the line.. such as <Fname>First name: ...
Ahmed Nasser's user avatar
0 votes
1 answer
148 views

BizTalk 2006 Long Running Transaction Issue

I am new to Biztalk and I am receiving this error (At first I wasnt worried but I have been receiving it daily for a week now) - Severity: Information Status: Resolved Source: Processor: % ...
Eric's user avatar
  • 135
0 votes
1 answer
2k views

error while sending data to web service

using bizTalk 2010 orchestration: when i send data port configured as webservice the following error appear The adapter failed to transmit message going to send port >"...
user2541552's user avatar
0 votes
1 answer
211 views

Migrate Biztalk ports to new server

I am working on a Biztalk application that has been migrated from 2006 to 2010. What hasn't been recreated are the send and receive ports. Recreating the ports is proving to be tedious. Is there a way ...
sreimer's user avatar
  • 4,998
0 votes
1 answer
214 views

BizTalk compiling consistently crashes Visual Studio

I'm using BizTalk 2006 R2 and Visual Studio 2005. Occasionally, when I compile my solution, the IDE hangs indefinitely. No errors, no warnings, just goes into 'Not Responding' state and I have to kill ...
Rodders's user avatar
  • 2,435
0 votes
2 answers
279 views

VS compiling BizTalk project cannot write to output directory

Sometimes (but not all of the time) when I compile my BizTalk project from with VS 2005, I receive the error: Could not write to output file 'e:\...\obj\Development\whatever.dll' The process cannot ...
Rodders's user avatar
  • 2,435
0 votes
1 answer
69 views

View a message as it works through a BizTalk orchestration?

I am trying to find out where a value is getting dropped by BizTalk 2006 R2 as it progresses through my orchestration. I have been using the Health and Testing utility and can see the Message IDs as ...
SpaceCowboy74's user avatar
1 vote
2 answers
1k views

BTSTask AddResource Fails Even with Shared Assemblies in GAC

I am trying to create a BizTalk application (App1) and add resources using the BTSTask command line utility. Some of the App1 BizTalk assemblies depend on a few SharedApp BizTalk assemblies. I added ...
Michael's user avatar
  • 1,282
0 votes
1 answer
170 views

Microsoft BizTalk interface system relationship

We have used Microsoft BizTalk 2006 to perform as a data hub for several interfaced system's information exchange. Inside BizTalk, we use Receive Port, Receive Location, Flat-File Disassembler, Xml-...
hosir's user avatar
  • 477
0 votes
1 answer
612 views

Extracting userid from Inbound headers

I have to read element from Inbound Header... I am assigning inbound header using WCF.InboundHeaders to a string.... now my problem is my inbounde header is looking like this InboundHeaders <...
user1104946's user avatar
0 votes
1 answer
237 views

Is it possible to deploy BizTalk artifacts compiled from a Visual Studio 2010 solution to a BizTalk 2006 R2 server?

We currently use Visual Studio 2005 to compile artifacts deployed to multiple environments which use BizTalk Server 2006 R2. We intend to migrate to Visual Studio and BizTalk Server 2010. We will ...
shah's user avatar
  • 45
0 votes
1 answer
64 views

BTS ESB chaing the application integration type

I've been doing Google around to find out the solution for the question "how can I change application integration style from point-to-point to a bus-bus in BizTalk ESB 2.0?". Please could any one ...
FullStack-.NetMVC-BizMule-Dev's user avatar
0 votes
1 answer
41 views

BTS ESB Storing EndPoints information

Which method would be the best to store EndPoints information in programmable repository rather than hard-coding in BizTalk ESB2.0 tool kit?
FullStack-.NetMVC-BizMule-Dev's user avatar
3 votes
1 answer
1k views

Why can i promote property fields in BizTalk 2006 but distinguished fields are disabled?

I have a very strange behaviour in the Show Promotions Dialog in BizTalk 2006. It allows me to promote property fields: But distinguished fields are disabled: Any thoughts? This is the XML Schema ...
Klaus Stefan Gerber's user avatar
1 vote
1 answer
305 views

Pool Multiple Messages with BizTalk 2006 SQL Adapter

I have a StoredProcedure that returns a simple table containing several records: DECLARE @STEPS_TABLE AS TABLE (OrchestrationID uniqueidentifier, [Message] nvarchar(1000)); -- LOADING THE ...
Klaus Stefan Gerber's user avatar
2 votes
0 answers
421 views

Error: This is not a valid schema generated by the SQL Schema Wizard

I successfully created a Schema using the SQL Transport Schema Generation Wizard and tried to configure the Receive Location on the BizTalk Server 2006 Administration Console and i'm getting always ...
Klaus Stefan Gerber's user avatar
1 vote
2 answers
464 views

View BizTalk orchestration code behind in VS2005

My BizTalk (2006) orchestrations open by default in design view. I need to see the file behind (which appears like XML). I don't know how to switch. With winforms and the like, F7 is the 'go to code'...
Dave's user avatar
  • 8,431