Questions tagged [biztalk-2009]

Microsoft BizTalk Server 2009 is 6th version of Microsoft's ESB and B2B platform.

Microsoft BizTalk Server enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise.

Created by , it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

183 questions
0
votes
2 answers

Record is not being mapped with BizTalk map Logical OR Operator

I am stuck in the issue . I have two Input Fields 1) External Notes 2) Internal Notes I want to map them to the destination node "Comments" IF External Notes is coming (do mapping) Internal Notes is coming (do mapping) Both filds are coming ( do…
Azeem
  • 2,904
  • 18
  • 54
  • 89
0
votes
1 answer

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 First name: ahmed Last name: nasser i want the…
Ahmed Nasser
  • 27
  • 1
  • 7
0
votes
1 answer

BizTalk 2009 DB2 HIS Adapter

When using the mainframe DB2 adapter for Microsoft BizTalk 2009, is there any way to get the generated schema to contain all the columns in the result set? We get a simple schema generated, the response contains a record/element called "ResultSets"…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
0
votes
2 answers

BizTalk map does not update between deployments

I am developing against a BizTalk 2009 environment. I am using BizTalk Deployment Framework (BTDF) to deploy my solution to the server. The problem I am facing is that when I tweak any aspect of my maps, the changes are not reflected in the BizTalk…
Novus
  • 197
  • 2
  • 15
0
votes
3 answers

Does biztalk ship with a LF to CRLF filter?

We have a legacy system that outputs flat files in fixed format on Unix. The target OS for the data is Windows and Unix end of line characters are problematic as you expect from that file format. The data format is not changed between source and…
crsedgar
  • 23
  • 2
0
votes
1 answer

BizTalk 2009 WSE 2.0 Adapters Availability

Will the WSE 2.0 adapters plus SP1 work with BizTalk 2009? I need to call an .asmx webservice and pass a WSE user/pass.
NealWalters
  • 17,197
  • 42
  • 141
  • 251
0
votes
1 answer

Merge 2 input XML schemas into one CSV file - biztalk 2009

How would I would go about merging 2 input XML schemas into 1 CSV output file? The 2 inputs each have 1 root, 1 child record, and 5 child field elements within the child record. the output has 10 field elements, 1 for each of the 5 fields in both…
user1759942
  • 1,322
  • 4
  • 14
  • 33
0
votes
1 answer

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
  • 680
  • 1
  • 9
  • 30
0
votes
1 answer

how to accept Http MIME request over HTTP through a WCF service in BizTalk

I have a requirement to accept HTTP MIME request over HTTP in BizTalk. I created a service by publishing my schema using WCF publishing wizard and it works fine for the SOAP+WSDL Envelope Standard but how do I implement the same for the HTTP/MIME…
0
votes
1 answer

Programmatically define WCF-BasicHttp/WCF-WSHttp setting while consuming WCF service in BizTalk orchestration

I was trying to consume an already written WCF service into my BizTalk orchestration. But while configuring the ports and port types for the consumption, found that the 'WCF service consumption wizard' in Visual Studio offers HTTP transport-type as…
0
votes
3 answers

BizTalk 2009 Assembly Locations

When I deploy a schema to BizTalk where is it stored?
Shaun McDonnell
  • 451
  • 4
  • 10
0
votes
1 answer

How to add a masked password property to a BizTalk custom file adapter?

I've built a custom file adapter using the sample found in the BTS 2009 SDK, but I need to receive files via this adapter using credentials other than what the host instance is running under. I'd like to add 2 properties to the properties window of…
BizTalkMama
  • 308
  • 1
  • 2
  • 13
0
votes
1 answer

Two way receive port without Orchestration

Is it possible to create a two way receive port of type Submit without the use of Orchestration. i.e., I want to submit a message to the message-box database and get the same exact message back to my C# program. Please guide me on this. Thanks in…
0
votes
4 answers

BizTalk Scripting - Receive Location Schedule

I'm tasked with 2 things that I'm not seeing support for. Writing a script to enable a receive location with a schedule (No schedule currently set) Writing a script to remove a schedule from a receive location. I see how to enable/disable a…
TimWagaman
  • 980
  • 1
  • 10
  • 31
0
votes
2 answers

notification after SQL send port done with putting the data into database

I have 6 send port.......once it's done putting the data into all the 6 table... i want to take one data from one table and update it on all the other 5 table..... i have written stored procedure for that... but i want to do it only once its…
user1104946
  • 680
  • 1
  • 9
  • 30
1 2 3
12
13