Tagged Questions

According to Microsoft: BizTalk Server is Microsoft’s Integration and connectivity server solution. A mature product on its seventh release, BizTalk Server 2010 provides a solution that allows organizations to more easily connect disparate systems. Including over 25 multi-platform adapters ...

learn more… | top users | synonyms

3
votes
0answers
22 views

BizTalk Orchestration Opens in Text View in VisualStudio Orchestration Designer

While working on a rather large BizTalk 2010 project I came across this very strange behaviour and wanted to post a solution to it here in case anyone else may experience this. When attempting to ...
3
votes
2answers
78 views

BizTalk Custom Pipeline Component System.OutOfMemoryException

I'm currently developing a BizTalk Custom Send Pipeline that accepts an xml file and converts it to Excel. Unfortunately, after deploying the pipeline, I'm receiving a System.OutOfMemoryException. ...
3
votes
1answer
47 views

BizTalk, WCF-SAP adapter and load balancing

I have two BizTalk 2010 servers that belong to the same BizTalk group. They are being used to expose a web service front-end to SAP BAPI calls. A load balancer sits in front of the two BizTalk servers ...
3
votes
1answer
89 views

using xslt functoid

I have input like <Loop2300> <HD></HD> <DTP> <DTP1></DTP1> <DTP2></DTP2> <DTP3></DTP3> </DTP> ...
3
votes
1answer
173 views

Biztalk client defined subscription items

I am designing a Biztalk solution which requires client applications to subscribe and receive only a certain subset of event messages depending on their user permissions. Subscription will be done ...
2
votes
4answers
80 views

Manually constructing a message inside orchestration

Here' the situation. I have a sequence of 12 integration tasks to be run every 15 minutes, most of them actually reading something from the oracle server and pushing it into a web service. I have ...
2
votes
1answer
39 views

BizTalk 2010 Path Validation in Custom XSLT for Maps

We are developing a EDI application using BizTalk 2010 and Visual Studio 2010. Because of our complex requirements, we are making extensive use of the custom XSLT feature provided by the BizTalk ...
2
votes
1answer
40 views

data base look up functoid

I have one table which has 2 IDs. Now I have to check id1 value of table1 and if it is equal to id of the destination schema then i have to take the id2 from the table1 and assign it into ...
2
votes
1answer
67 views

Connecing BizTalk 2010 to an Azure Storage Queue

I have an internal WCF service that needs to connect with an Azure queue. Does the BizTalk 2010 AppFabric connect tool support storage queues? According to the following MSDN blog it requires a ...
1
vote
2answers
34 views

using wcf-sql adapter

I need to poll the data in xml format and map it to the EDI 834......... I have written the stored procedure using for xml auto,element when i consume it using add adapter metadata i am getting a ...
1
vote
2answers
61 views

Polling large Data from the database

I have written stored procedure to poll the data from the database in biztalk.but the datasize is very large its around 80MB...Due to which i am getting error.Does anyone knows what configuration do ...
1
vote
0answers
78 views

The error threshold has been exceeded. The receive location is shutting down

I am doing polling using SQL adapter......For small records polling is succesful......but for large recorde i am getting following error.. The receive location "RcvSqlDataLoc" with URL "" is shutting ...
1
vote
2answers
39 views

BizTalk: Should I care this: “Failed to recover from previous error. Database: BizTalkMsgBoxDb”

BizTalk Server complains from time to time: Reading error. Failed to recover from previous error. SQLServer: XXX, Database: BizTalkMsgBoxDb. Should I care this, or simply ignore it?
1
vote
2answers
74 views

Calling WCF Service with no input parameters in BizTalk Orchestration

I am trying to call an IIS hosted WCF web service that simply returns the current date from a BizTalk orchestration. There are no input parameters to this service. Please ignore the First Receive_1 ...
1
vote
1answer
27 views

Messages without any references

I'm getting an error when the Monitor BizTalk Server job runs with the following message: "25 Messages without any references" I'm not seeing any tips on what to do about this, all I know is that I ...
1
vote
1answer
87 views

debatching 837 files with multiple claim

I am getting an edi file 837 which is having multiple claims. How to debatch the 837 edi file so that each file contain only one claim per file using biztalk.
1
vote
3answers
65 views

Does visual studio need to be installed on biztalk production server

My biztalk production server does not have Visual stodio installed on the server. Now i have to create one application in the production server which will use schema from another application which is ...
1
vote
0answers
48 views

Custom pipeline in Biztalk 2010

I have requirement in BizTalk 2010 where i am receiving txt file of size 80kb + and I need to convert them into txt files with smaller size e.g 8 kb so I will have 10 files out of one 80kb file, ...
1
vote
1answer
35 views

Party and Agreement creation in Biztalk 2010?

I am working on a BizTalk 2010 solution dealing with EDI messages. I have a question regarding the creation of parties and agreements. Scenario : I have 2 parties A and B, A is my host party. I need ...
1
vote
1answer
50 views

Correlating multiple tables

I was trying to extend the above link http://blogs.msdn.com/b/biztalkcpr/archive/2009/10/05/inserting-parent-child-records-with-identity-column-using-wcf-sql-adapter-in-one-transaction.aspx#comments ...
1
vote
1answer
123 views

How should I use BizTalk's Business Rules Engine from a .NET Windows application?

We're developing a WPF business application for internal users, but this problem could apply to WinForms easily as well. We want to leverage a business rules engine to make modifying the rules in the ...
1
vote
0answers
72 views

Multiple threads accessing UniData from UniObjects.NET throws UNI RPC error

We've been using UniObjects.NET without issue until we started using it with BizTalk which is a multithreaded product. The issue is the error below. This error only happens on the 2nd thread (and ...
1
vote
1answer
42 views

Accessing Biztalk server 2006 from Biztalk server 2010 Mgmt console

Is it possible to access BizTalk Server 2006 MgmtDb from BizTalk Server 2010 management console? Thanks.
1
vote
1answer
63 views

Biztalk 2010 project compilation using MSBuild

I am trying to use MSBuild to compile a solution with a few Biztalk 2010 projects (maps, schemas, pipelines) and a few non-Biztalk projects (console app, web app). MSBuild gets triggered by Nant. ...
1
vote
1answer
72 views

Map to generate multiple instances of destination message

First question :) Below you will see a pic of my map that I have created. I am mapping the TransHeader record (grandchild of dataset, child of row) to a destination schema that will be tied to a send ...
1
vote
2answers
107 views

BizTalk Orchestration Throttling

I'm trying to set up a maximum number of orchestrations that can be run at once in BizTalk 2010. I've found that I can specify throttling for an Orchestration at the host level and have the option to ...
1
vote
1answer
84 views

BizTalk Server 2010 - Can you change the license key?

Is there a straight forward way to change the license key for BizTalk? I am speaking specifically about 2010 but info about other versions is welcome as well, if applicable. The only thing I can ...
1
vote
2answers
65 views

Why would a WCF OracleDB receive location be triggered by its FK instead of an actual update on its table?

Strange behavior in our receive locations: RL_REPRESENTATIVE is waiting for a notification from the REPRESENTATIVE table (fields: (PK)id, fname, lname, etc). RL_CLIENT_REPRESENTATIVE is waiting for ...
1
vote
2answers
448 views

How to consume WCF service from BizTalk 2010

I have a web service that I need to consume from Biztalk orchestration. I've defined message schemas which I use in BizTalk, they look like <?xml version="1.0" encoding="utf-16"?> ...
1
vote
1answer
71 views

How to debug a Receive and Send ports in Biztalk Admin Cosole?

I have couple of Receive and Send ports, they are working fine except one of them. SO do we have nay way by which i can sort of debug or look the sequence in which the ports are excuted and get the ...
1
vote
1answer
69 views

How to find the Port ID in Biztalk 2010?

I have configured a receiving port named it "SalesOrder" It contains a receiving location of File Type. Now when i use this receiving port in a Send port i define a filter like this : ...
1
vote
1answer
131 views

What WS-* standards does BizTalk 2010 support?

Despite spending some time trawling the MS websites, I have not been able to find out precisely what WS-* standards (and what versions) are supported by BizTalk 2010. The BizTalk site is curiously ...
1
vote
1answer
185 views

Consume WCF Service and pass data into dataset

I am really struggling with this. I have created a WCF Service with Biztalk and I have followed instructions to create the Proxy class in VS 2010. If everything is at the top level of the XML ...
1
vote
2answers
228 views

List all Applications, orchestrations if any, send ports and receive ports for BizTalk 2010?

I need to list all Applications, orchestrations if any, send ports and receive ports for BizTalk 2010. I am trying to write a sql query and getting many duplicates. Can anyone help me? SELECT ...
1
vote
1answer
83 views

Deploy BizTalk 2010 Map (btm) to BizTalk 2006 R2 server?

I know it is not a normal practice for someone to deploy 2010 map to 2006 server but I have no choice. The questions i have is "Can I deploy a 2010 map to 2006 R2 server"? It seemed to me that since ...
1
vote
1answer
277 views

ESB Configuration Tool: The Specified Directory Service Attribute Or Value Does Not Exist

I'm trying to configure ESB Exception Management (ESB Toolkit 2.1) and after successfully creating the ESBExceptionDB I try to configure the Exception Web Services. When I press Apply Configuration I ...
1
vote
0answers
69 views

BizTalk 2010: DateTime Issue

BizTalk Server 2010 has the following system configuration Server: Windows Server 2008 FrameWork: .Net 4.0 Through HTTP when BizTalk receives the DateTime combination, it is being converted as ...
1
vote
1answer
307 views

Best way to connect Lightswitch and BizTalk via web service

I have a database that doing simple CRUD and connected via BizTalk Server 2010. Since Lightswitch is very simple and looks fits for that CRUD operation, I want to introduce Lightswitch for the ...
1
vote
1answer
280 views

Can TFS2010 Build Agent build SSIS packages

We have a mixed .NET build for the TFS 2010 build agent (& controller): the build machine has to build Biztalk 2010 projects (created in VS2010) and SSIS packages (created in VS2008/BIDS). Is ...
1
vote
1answer
38 views

new version biztalk project deployment

I tried to deploy a new version of my biztalk project. After the deployment, I can see there are 2 different version of assemblies in the resource. However, when I tried to start the orchestration, I ...
1
vote
2answers
400 views

Biztalk 2010 installation needed for build server (TFS2010)?

Is a (full) Biztalk 2010 installation needed to let a build server (TFS2010) build Biztalk 2010 solutions/projects ?
1
vote
1answer
457 views

What are the best BizTalk 2010 books?

http://www.amazon.com/s/ref=nb_sb_ss_c_1_12?url=search-alias%3Dstripbooks&field-keywords=biztalk+2010&x=0&y=0&sprefix=biztalk+2010 I'm trying to come up to speed on BizTalk 2010. ...
1
vote
1answer
342 views

BizTalk - generating schema from Oracle stored proc with table variable argument

I'm trying to set up a simple example project in BizTalk that gets changes made to a table in a SQL Server db and updates a copy of that table in an Oracle db. On the SQL Server side, I have a stored ...
1
vote
1answer
608 views

Biztalk 2010: mapping an xsd with a lot of elements with the same name

In Bitzalk 2010 I should map from an input to an XML with the following structure: <REQUEST> <PROGRAM name="PROGRAM123"> <INPUT> <INSTRUCT name="INSTR1"> ...
0
votes
0answers
8 views

Removing BizTalk Assemblies using Microsoft.BizTalk.ExplorerOM

I have made a console with a number of features regarding applications, ports and so forth. I am using the Microsoft.BizTalk.ExplorerOM assembly as an interface for the biztalk database. The point is ...
0
votes
1answer
19 views

BizTalk 2010 with Oracle (no SQL Server)

I've seen a lot of talk about Oracle adapters for BizTalk 2010. Is it possible to have BizTalk 2010 without a SQL Server install? or is it too tightly coupled ? Thanks.
0
votes
0answers
14 views

Error calling a WS-Security + SSL Service with WCF-WSHttp BizTalk 2010 Adapter

I am calling a Web Service using BizTalk Server 2010 and WCF-WSHttp adapter. The Web service is published on HTTPS and the requests must be sent using WS-Security signed with a certificate. These are ...
0
votes
1answer
29 views

using both 837P Multiple and Single schema

I have one application which is using 837P Muliple achema.Now i have another application which needs to use 837P single schema.but how to use 837P Single schema.As both have same namespace and root ...
0
votes
1answer
12 views

Override BizTalk FTPS Adapter Settings

When using the FTPS adapter to connect to an FTP site with SSL/TLS, I'm getting the following error: The server name in the server certificate does not match with the name of the physical server. ...
0
votes
0answers
35 views

BizTalk 2010 Backup BizTalk Server SQL Agent job failing after updaing BAM Tools configuration

I'm tyring to figure out BAM for BizTalk Server 2010. I've attempted to take an existing BizTalk server installation - that was installed, configured, and running just fine - and re-configure it to ...

1 2 3