BizTalk Server is Microsoft’s Integration and connectivity server solution

learn more… | top users | synonyms

0
votes
0answers
36 views

how do i find a good workflow engine for my project [closed]

i am going to use a workflow in my project. i have BPMN and my forms are ready. the system architecture is SOA. the technology is c#, W CF, silver light. Now i am looking for a powerful workflow. the ...
0
votes
2answers
18 views

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 ...
1
vote
0answers
51 views

How to send signed messages in BizTalk Server using WS-Security

I want BizTalk to send signed soap messages using WS-Security without encryption. My orchestration is using a dynamic send port. I have tried both, trying to configure a WCF-WSHttp Send Port like ...
2
votes
1answer
27 views

Login failed exception on BizTalk Database when going via windows service, while it works via web api (within the same library)

I'm getting a login failed exception on the BizTalk management database, while it has been proven that the ConnectionString works and the user has the rights (since I am using sa for testing). It ...
0
votes
0answers
34 views

Sharepoint Webservice not filtering Data.

Working Version Issue: I am querying SharePoint using SP CAML Query Helper. Using SPCQH I am able to retrieve one order. The query works. Once I add the query to my Biztalk solution the query below ...
0
votes
1answer
25 views

BizTalk ESB 2.1 - Right message, wrong message type

I have a request/response itinerary made up of orchestration extenders. Everything works fine including the message sent back to the web service. However in the receive port there is an outbound map ...
2
votes
1answer
45 views

What are the states in Biztalk Server

Recently I found out that the nState column in the BizTalkMsgBoxDb.Instances tells something about the state of the BizTalk artifact. I already know now that nState=4 tells me that it is suspended ...
1
vote
2answers
36 views

BizTalk receive pipeline failing due to disk space

I'm doing some performance testing on a BizTalk 2010 installation and one of the tests involves consuming a multi-gigabyte file. I'm receiving an error which is pretty straightforward, but it's ...
0
votes
2answers
12 views

a 'module' must have a non-null XmlNamespace under BPEL4WS compliance

I am making a new biztalk solution, where i am using existing maps, schemas and orchestrations. And the orchestrations is giving me lots of problems. I get this erorr message when I try to build my ...
0
votes
1answer
26 views

SSL Decryption on a load balancer while hosting WCF service through Biztalk

I’ve got a situation where I have a WCF load balancer sitting behind a F5 load balancer that is doing the SSL decryption and forwarding the unencrypted message to the BizTalk hosted WCF service behind ...
1
vote
0answers
36 views

Application Integration - Biztalk vs Rhapsody vs JCAPS

My organisation is in the science & health sectors and currently uses JCAPS to integrate some of its applications and third parties. These include STARLIMS and SAP amongst others. The JCAPS ...
0
votes
1answer
59 views

Is it possible to count number of records on biztalk send port

I have a scenario, where I receive an XML file which has 3 nodes (header, body, and footer), and the 2nd node (body) may have records in itself. I do map those records in body to a flat file and ...
1
vote
1answer
33 views

Schema for MS BizTalk ESB Toolkit 2.0 Fault Message

Does anyone know where I can find a copy of the XSD for the BizTalk ESB Toolkit's fault message? I have a sample XML file which I could use to generate such a schema, but if there are any unpopulated ...
-2
votes
0answers
39 views

Migrating from BizTalk 2006 to BizTalk 2010 and the processes are running 40% to 60% slower on a identical hardware spec [closed]

Hardware is 24 core hyper-v, 24GB, used 32-bit in BT2006 using 64-bit host in BT2010. Tried playing with the biztalk server settings with no luck. Has anybody faced the same issue? Is the issue ...
0
votes
1answer
52 views

Is restarting host instance mandatory while changing the stored procedures?

In Biztlk 2010, I am using SQL Adapter for polling a table to create a message and to initiate the orchestration process. I have modified the stored procedure without changing the schema. But i have ...
0
votes
1answer
31 views

BizTalk sending custom WCF headers with message level security

I'm attempting to have BizTalk broker the communication to a WCF service that maps some of its data within the response message's header and not the body portion. After researching, the solution was ...
0
votes
1answer
30 views

BizTalk WCF Adapter For Nonconforming Service

I currently need to configure a dynamic send port to connect with an ASMX web service that does not conform to WS-I Basic Profile v1.1. Specifically, R9981, which states "An ENVELOPE MUST have exactly ...
1
vote
2answers
55 views

How to find the last element

I am trying to find the IMD in the last Line element in my edifact file, using xpath in biztalk - orchestration. This is my xpath: LastLineName = xpath(Message_2,"/*[local-name()='EFACT_D96A_INVOIC' ...
0
votes
0answers
78 views

BizTalk Enterprise Single Sign-On Server installation error

I am having some trouble installing BizTalk Server 2010 on my machine. Downloaded the installer from MSDN but run into the issue of: Showing MessageBox with text: The following platform components ...
0
votes
1answer
60 views

BizTalk: conditional looping on 2 levels

I need to use conditional looping on two levels in a BizTalk map, but the condition I use for creating the parent data inhibits the Creation of the child data. Any ideas on how to map the following ...
0
votes
2answers
75 views

ESB Toolkit - Returning a message to a request response OnRamp via Orchestration Extender

I have the following request/response itinerary which is giving a puzzling output. The onRamp is connected to a request-response port with a receive location Type:WCF-BasicHttp ReceivePipeline: ...
0
votes
1answer
61 views

BizTalk HL7 Adaptor (BTAHL7) error with MSH trailing delimiters

I have my receive ports/locations set up, schemas deployed and RAD party set up to allow trailing deliminters. If I send a message to BizTalk with no trailing delimiters everything works fine: ...
0
votes
2answers
68 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 ...
0
votes
1answer
32 views

Issue viewing Aggregations and Activity Search - BAM portal

I am working on BAM(first encounter) , created a simple Activity where I have defined two Business Milestone(Invoice received and Invoice processed time) and one Business Data(Customer Name) and a ...
0
votes
0answers
42 views

Stream binary part of a message from BizTalk orchestration

I must send a MTOM request to a WCF service that expects the following schema as input: <xs:complexType name="BinaryRequest"> <xs:sequence> <xs:element minOccurs="0" ...
2
votes
2answers
120 views

Sending message directly to BizTalk or via MSMQ?

This is the first time I'm using BizTalk for cross-machine, asynchronous, reliable communication. I would like to know is there a way to directly send messages from one machine to BizTalk queue or I ...
0
votes
0answers
84 views

Calling class ASP Web Service from C#

I have a web service that seems to be written in classic asp as its url looks like this: http://www.example.com/xmlrequest.asp I have got some java code which is calling this service by appending a ...
1
vote
1answer
86 views

ESB Toolkit - No response from web service when using Orchestration Extender

I have the following itinerary: A one way receive location passes a message to an orchestration where an inner message is extracted (unable to do this in a map). The returned message from the ...
0
votes
2answers
38 views

Converting http service to https in Biztalk Dynamic Solicit Request Response port

I come across a very strange position, I was working on a project in BizTalk, initially I had to consume WCF services deployed on http. Now after a lot of work done. They just updated their bindings ...
1
vote
1answer
115 views

Mapping recursive structures in BizTalk

I have the following XML <response> <Contacts> <Contact> <Name>John Doe</Name> <Age>48</Age> ...
0
votes
1answer
41 views

Determine why windows auth is failing for a BizTalk receive location

I've got a BizTalk receive location, pointed at a remote UNC file share, that when I turn on the receive location it immediately turns off, and complains it does not have read/write permissions on ...
0
votes
1answer
147 views

How to subscribe to messages created in a BizTalk orchestration?

I have an orchestration that takes a message. The target namespace is "http://microsoft.com/HealthCare/HL7/2X" and the root element is "ORU_R01_23_GLO_DEF" In the orchestration, I map the message to ...
0
votes
1answer
138 views

Unable to receive SOAP fault from WCF service

I am trying to send a soap fault from BizTalk to a .NET client. BizTalk has no out of the box way of exposing fault contracts so I am creating the fault message in a messageinspector (BeforeSendReply) ...
0
votes
1answer
122 views

output of map adds byte order marks to the xml

I have a map which builds me a message, which then gets passed to another map (all in an orchestration. Inspecting the message output from the first map I can see that the message contains EF BB BF ...
0
votes
0answers
43 views

WCF MSMQ client and subqueues

I'm working on BizTalk-WCF-MSMQ integration. As far as I understood, I can receive messages from subqueues, but I can't send message to subqueue using either netMsmqBinding or msmqIntegrationBinding. ...
0
votes
2answers
126 views

Modifying a Biztalk message from custom code

Disclaimer: I am a complete biztalk newbie. I need to be able to read and potentially edit 4 nodes in a biztalk message; preferably this needs to be done from a c# helper class as I am making a ...
0
votes
3answers
77 views

How to get TargetPath programmaticaly + GacUtil registering

What do i need? I wrote some BizTalk Functoid and BizTalk Pipeline Components. But before you can use them in a mapping (Functoid) or in a pipeline (Pipeline Components) you need to copy it to a ...
1
vote
1answer
68 views

how to reference MSH_25_GLO_DEF schema from other assembly/schema

I've built an assembly with the BTAHL7V2X schemas (MSH_25_GLO_DEF, etc). In another assembly, I need to create a schema, where one of the elements is of type MSH_25_GLO_DEF. In my BTAHL7V2XCommon ...
1
vote
2answers
75 views

I only have a WSDL should I ask for an XSD too?

A third party has provided a WSDL. They are on a Java stack. I believe I need an XSD to be able to consume this in BizTalk via the "Add Generated Items-> Consume WCF Service". The 3rd party is not ...
0
votes
0answers
38 views

BizTalk error Schema Not Found

I'm receiving an HL7 2.3 ORU schema. I've configured the appropriate party to use a schema namespace of "http://mycompany.ca/application/HL7/2X/2.3/1" I've built my custom HL7 Schema, ad set the ...
1
vote
2answers
92 views

Deploying multiple MSI's into the same BizTalk Application

During our development of schemas orchestrations, ports, etc. We've been exporting MSI's and binding files for deployment into our test and ultimately production environment So, for example, we set ...
0
votes
1answer
34 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, ...
0
votes
3answers
120 views

Is normal a WSDL with a private IP address like SOAP address?

I want to send requests to a .NET webservice through Internet, but the problem is the SOAP address in the WSDL has a private IP address: <soap:address ...
2
votes
1answer
39 views

Biztalk orchestration query

Can we bind the two different WCF-BasicHttp Send Ports pointing different Web Service in the same Orchestration??
0
votes
0answers
22 views

Transmit same data to different ports using Role-Links in Biztalk

I have three servers which are assigned different IDs Server1 = ID1 Server2 = ID2 Server3 = ID3 I want to get data for Server1 from Server2 and Server3, I have to send same ID (ID1) to the other ...
1
vote
0answers
39 views

BizTalk mapping records into pairs

Using a BizTalk Map and wondering if there's a good way to do the following. I need to map a received Invoice to a list of Orders. However each Order must contain only two line items (let's assume ...
0
votes
1answer
37 views

Mapper: if/otherwise

why the mapper doesn't want to make the otherwise-query in the xslt-Dokument? it should be: if the script-functoid returns "true" --> it should copy the value from "PV1_19"-Segment in the ...
0
votes
0answers
26 views

Creating a dynamic (may be web?) relationship table/diagram between Publish/Subscribe system on Biztalk Send/Receive port

Recently, we have a user requirement that businss user would like to know the information e.g. for a certain data published to the Biztalk, which systems will be the subscriber. The information could ...
0
votes
1answer
40 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 ...
0
votes
0answers
116 views

Sending S/Mime message to BizTalk - but Biztalk cannot decode it

I am trying to send an S/Mime message to BizTalk but it doesn't seem able to receive it. I can encrypt and decrypt a message from my code (I'm working in Powershell as a proof of concept ) using the ...

1 2 3 4 5 22