BizTalk R2 General - BizTalk Server
Recent update: 2008-3-21

out of memory issue in Biztalk 2006

543 byte By Thunder_Rock at 2008-3-7
Hi All,I am calling a web service inside my orchestration. When the data return from the web service is around 19MB, it doesnot give any problem. But when it is around 31MB, I am getting the following exception when receiving the data in the web service port: InvalidOperationException: There ...

Multi-host Deployment - too much time!

4313 byte By LeonidGaneline at 2008-3-6
I have several Hosts in the solution. When I redeploy it, it takes too much time! Analyzing the log we can see that the most of the delay is by restarting hosts. " 00006741 2:47:45 PM [2696] Information: Restarting in-process host instances... 00006742 2:47:47 PM [2696] Restarting ...

Response Schema

432 byte By Thunder_Rock at 2008-3-5
Hi,I have an orchestration which consume a web service. I have a response schema which I reused from the reference schema from web service. The problem for me is that I dont want to show all the response elements in the response schema, which I achieve by not mapping those unwanted field. But I ...

Functoid/mapping question

1323 byte By jim at 2008-3-3
Hello All!I'm new to BizTalk (and these forums) and am wondering if anyone can help out. I am trying to map an entire XML document (by first converting it to a string) to an attribute in an SQL updategram. I tried using a Mass Copy functoid however it will not allow output to an attribute (not ...

Secret Server Issue

614 byte By enizin at 2008-3-1
I am new to BizTalk and SSO and I'm having an issue with I think the SSO server. I'm getting the following error when I try to view the detail of my currently installed adapters:Cannot perform encryption or decryption because the secret is not available from the master secret server. It says ...

Secret Server Issue

613 byte By enizin at 2008-2-28
I am new to BizTalk and SSO and I'm having an issue with I think the SSO server. I'm getting the following error when I try to view the detail of my currently installed adapters: Cannot perform encryption or decryption because the secret is not available from the master secret server. It ...

Host BizTalk Rules Engine in my own application?

653 byte By ChristophWienands at 2008-2-27
Hello all, I was wondering whether it is possible to host the BT Rules Engine in my own application, meaning, not in a BT host process. I know with WF you can do that to execute RuleSets outside of a workflow, but the WF RE is too limited for me. I need the RETE features from BT. On the web I ...

unable to get the data at the send location

244 byte By mallyk at 2008-2-26
I have configured a Receive port as SQL and a send port as a File and the data is getting transferred from the Database but i am unable to see the file at the send location after starting the application in the Administrative console. Pls Help

Regarding custom adapter

241 byte By SantoshKK at 2008-2-25
Hi Friends i am intrested to develop a custom adapter can any one suggest the walkthrough so that i can understand easily and any sites which will help to develop the custom adapter thanks in advance santhoshkk

Publishing multiple orhestrations as a single web service

718 byte By Thunder_Rock at 2008-2-24
Hi, I have a project with two orchestratioins one for "geting Inventory data" and another for " getting POS data". The problem is when I published orchestration as a web service by selecting both Inventory and POS receive posts, the "Inventory orhestration" is ...

submissionGUID equivalent in 06

1139 byte By mitre at 2008-2-23
Hi, I'm trying to figureout if there is something equivalent to the submissionGUID and some of the other transport dictionary values that were available in in 02 in custom components. These values equate to keys in the DTA tables when a message moves through the work queue. The submissionGUID ...

Biztalk Server 2004 XSLT problem

1239 byte By jheywood at 2008-2-22
Hi all, I am trying to update a BT04 project that contains an XSLT file (just updating an element to look for a different value), but when I build the project and deploy it the XSLT changes are not present. I found a post that said the following: If you build the map after making changes to ...

Configurating BTS 2006 R2

435 byte By Amit at 2008-2-22
Hi, I have installed the BTS 2006 R2 on my windows server 2003. It has earlier BTS 2006 which I have uninstalled. Now when configurating the BTS 2006 R2 I am getting the following error. I have active directory also installed in the same windows server. "BizTalk Server Administrators is ...

Appending a new line for a flat file document

156 byte By MikeTG at 2008-2-21
In BT 2002 in Biztalk Spec Editor there is functionality that allows you to append a new line...Does any one know how this functionality is done in BT 2006

Single Sign On

330 byte By houtexwebdev at 2008-2-20
Biztalk has an SSO server. It appears that this same server is used in other products (Sharepoint, Host Integration, etc). Can this server be de-coupled and used without any of these products? I've searched the MSDN site and can't sind out anything about this. Is there a more appropriate ...

BizTalk 2006 R2 beta 2 already expired?

537 byte By RalfL at 2008-2-19
I installed the BizTalk 2006 R2 Beta 2 yesterday and today I get an error in the eventlog that says that BizTalk 2006 Trial period has expired? Ok, I am a fast learner but 1 day is a little short for me too Any ideas what this might be? I looked around yesterady but could not find any ...

BizTalk for device connectivity

554 byte By dfiordean at 2008-2-18
Hi,I just started looking through some BizTalk tutorials, pretty nice. I was aware about it, but never been curious since recently when I started asking myself if BizTalk could be used as a middleware for device connectivity (medical devices, pumps, monitors, water quality measurement, ...

Configuration Biztalk Host and Group Security Settings

303 byte By QasemElmogy at 2008-2-17
I have a Request Please, How to Create A Certificate in my Pc to set Configuration For BT Host and BT Group (Certification)? then set property Certificate Name For Send port to customeize a Pipeline to send and recive Xml file thanks alot....... My Best Regards , ...

BizTalk Admin Console - "unable to enlist send port 'X'. Exception from HRESULT: 0xC0C01B

753 byte By RobPotter at 2008-2-16
Hello. This is all running on BizTalk 2004 SP1. I have an orchestration with 3 send ports, 2 using the FILE adapter and 1 using the HTTP adapter. The send ports cannot be enlisted due to the error: Could not enlist Send Port 'DX.SendDataSourceResponseIMS'.Exception from HRESULT: 0xC0C01B22 ...

Adapter framework in R2 B2 missing

209 byte By JSanders at 2008-2-15
What happened to the Adapter Framework in Beta 2? I see the LOB Adapters, but where is the framework install for building my own WCF adapters? Jeff Sanders jeff.sanders@dynamicshift.com

How to iterate a xml list?

514 byte By NunoMiguelNunes at 2008-2-15
Hello, I'm stuck in biztalk Server 2006, i have a schema that have a list of items, like:<item> NAME1 NAME2 XPTO<\item>... i need to get each element <item> in the schema and send him to a web service. I don't know how to do it, the only way that i found to iterate the ...

POP3 Adaptor In BizTalk Server 2006, Not Working ?

652 byte By BZT_Starter at 2008-2-15
Hi , I have a simple orchestration , I am using POP3 as a transport , I have configured it and everything is ok . But Problem is If I dont use filter in my Sendport as BTS.ReceivePortName = my receive port , I dont get my mail in my send file location ... ! and when I use BTS.ReceivePortName ...

Configuring Biztalk server

717 byte By NReddy at 2008-2-15
Hello, I am trying to set up a new Staging environment set up for our team. I would like to get all the projects that are on the Production server into this server. The new setup is 2 new servers one with BTS and the other one has sql server 2005. I have installed all the prerequisites and ...

Functoid/mapping question

1341 byte By jim at 2008-2-15
Hello All! I'm new to BizTalk (and these forums) and am wondering if anyone can help out. I am trying to map an entire XML document (by first converting it to a string) to an attribute in an SQL updategram. I tried using a Mass Copy functoid however it will not allow output to an attribute ...

BizTalk 2006 SQL Adapter Receive Locations - Cannot have 2 Receive Locations on same DB

816 byte By BillB_01 at 2008-2-14
BizTalk 2006 requires unique addresses for receive locations. For SQL adapters the address is SQL://{DBServername}/{DatabaseName}/. This precludes me creating two receive locations against the same database (even though they would be executing different stored procedures in different ...

FAQ - BizTalk Server 2006 R2 Beta 2

10791 byte By MarjanKalantar-MSFT at 2008-2-14
Today we are announcing the release of BizTalk Server 2006 R2 Beta 2. We encourage everyone to explore the latest release at http://connect.microsoft.com/. While there are numerous improvements to BizTalk, this release has three major themes: · EDI: The native support for comprehensive ...

XML in singel line

326 byte By hottoko at 2008-2-13
when BTX creats a XML file I get in a single line <root><elem>aa</elem></root> insted of <root> -- newline <elem>aa</elem> -- newline </root> -- newline How can I get the one withe newline after each Tag ? Thanx ...

Data from multiple flat-file record types -> single record

7886 byte By rowanrh at 2008-2-13
Hi --Newbie to BizTalk suffering with major problems 8)The input is a medical insurance claim file consisting of multiple [nesting] record types, each identified by a 4-digit record tag. Each file consists of an unlimited number of claims. Each medical insurance claim can include one (or more) ...

BizTalk 2006 Installation

100 byte By HemantBhiwajee at 2008-2-12
Hello everyone, Can BizTalk 2006 be installed on SQL 2005 with Client Access License?

Human WorkFlow Services in BizTalk 2006 ?

249 byte By BZT_Starter at 2008-2-11
Hi , Are HWF services not recomended in BizTalk 2006 ? and what is its equivalent in BizTalk 2006 ? Is WCF adapter is replacement for HWF services ? Can you please guide me on this. Thanks, BZT starter

Invalid character BizTalk 2006

441 byte By 570Enrico at 2008-2-10
Hii have a schema tha generate the next error when i try to validate an input file: Error 2 '.', hexadecimal value 0x00, is an invalid character. The same schema with the same input file in BizTalk 2004 working good but in BizTalk 2006 dont. The problem is solved if i save the file in ...

Biztalk virtual labs setup and solution files for download

291 byte By BizTalkWalker at 2008-2-10
Forum, You can download a lab manual for the virtual labs. But what about the resources? Does anyone know? The remote desktop connection is too slow so its very painful and test of patience to take the actual virtual labs. ...... Any help would be appreciated.

SSO in Biztalk 2006

238 byte By Golnaz84 at 2008-2-8
I have multiple domains that are trusted. I want use SSO in Biztalk 2006 and let my users change their passwords. I mean when some one changes his password in domain1, his user automatically chnges in other domain. Thanks

BTS2006R2 Beta2 Office Web Components Install

273 byte By MikeKoerner at 2008-2-8
This has been probably already noted but the BTS2006R2 Beta2 installer does not detect the installation of the Microsoft Office Web Components. I first installed the prerequisit OWC from the cab then installed the Beta2. It did not detect the OWC during the Beta2 install.

XSLT Generation errors - Requested Assitance

110 byte By Kevin.Orbaker at 2008-2-7
Any tips on resolving invalid XSLT generated by the biztalk mapper! Never had a problem until today...

just remark

1899 byte By LeonidGaneline at 2008-2-7
I was struggling with one nice error. The event was Shape name: send Error...Exception thrown from: segment 3, progress 14Inner exception: Input string was not in a correct format.Exception type: FormatExceptionSource: mscorlibTarget Site: Void StringToNumber(System.String, ...

Issue with BizTalk 2006 two-way port reading pipeline properties

728 byte By Sampras2006 at 2008-2-7
Hi , I am using a custom pipeline component whose properties I am reading every time a message passes through the pipeline.I am using this pipeline component in both receive and send pipeline of a two-way port and found that it's not reading the pipeline properties from the send pipeline. ...

NO services in after installing biztalk 2006 R2

343 byte By the-story at 2008-2-7
Hi, after unstalling all the necessary patches and much more then biztalk 2006 R2 and opening the services in control panel i could not find listed the BIZTALK Server Services. Consequence : ENTSSO is not started and i could not configure biztalk. Operating system windows XP pro sp2. Thanks for ...

My First Orchestartion is not working ?"no subscribers were found" ?

1131 byte By BZT_Starter at 2008-2-6
Hi , I am using BizTalk 2006 , and have created simple orchestartion which recives XML file and process it and send resulted XML file to out location. (I am using my own created pipelines , I have just put XML dissasembler in recieve and send pipelines and Transport type as "FILE" ...

How to replace XCOM with Biztalk

408 byte By Toncri at 2008-2-6
Hi, I would like to know if I coud use Biztalk to replace te following XCOM feature: Send a file to a remote system and execute this file on the the remote system. I currently use this feature to execute the following: .jcl on OS/390 target systems .bat and .cmd on Windows target systems ...

Biztalk single sign on in different domains with no trust between

163 byte By mark20052005 at 2008-2-5
hey anyone let me know whether its possible to implement single sign on with different domains altogether? any advice appreciated. cheers

Biztalk 2006 single sign on across cross domain invironment

291 byte By mark20052005 at 2008-2-5
Hi all, Will biztalk 2006 singlesign on is possible across cross domain environment ( no trust between the domains). Basically our biztalk server need to communicate with webservice located in different domain using single sign on. is this a feasible option? Thanks

Biztalk 2006 single sign on across cross domain invironment

291 byte By mark20052005 at 2008-2-4
Hi all, Will biztalk 2006 singlesign on is possible across cross domain environment ( no trust between the domains). Basically our biztalk server need to communicate with webservice located in different domain using single sign on. is this a feasible option? Thanks

How can I publish WcfNetMsmq Orchestration as a Web Services?

128 byte By muthusuresh at 2008-2-4
Hi, Can someone point me to the right sample or explain how can I achieve this. THanks Suresh.M

Biztalk Server 2008?

48 byte By vai2000 at 2008-2-4
Any news regarding BTS 2008? TIA

Testing the WCF Adaptor

1281 byte By mitre at 2008-2-4
Please excuse my ignorance with this. I exposed an orchestration with the WCF adaptor wizard which takes a PO schema on it's receive. It's a one way port. I used the svcutil tool to generate the proxy class and built a simple client harness to use the newly exposed endpoint. My PO schema is ...

BizTalk, BRE, Custom .NET Classes, and Cached Method Results

1887 byte By JasonWilliams at 2008-2-3
Hello, I am calling a business rule that fires a method in a custom .NET class. This method retrieves the next unique number from a database and returns the result as a string. The unit tests on the class reveal that everything is working correctly and that multiple calls to the method return ...

Appending a new line for a flat file document

156 byte By MikeTG at 2008-2-3
In BT 2002 in Biztalk Spec Editor there is functionality that allows you to append a new line...Does any one know how this functionality is done in BT 2006

Upgrade biztalk 2006 standard edition on windows 2003 server to R2 keeping base EDI adapter?

138 byte By BiztalkUser at 2008-2-2
Is it possible? According to installation doc for 2003 server you have to do a clean install? thanks! /Jakob

How to load data from XML file into database

296 byte By PeterTrell at 2008-2-2
Hi, I am a beginner to Biztalk 2006. Can anyone please explain How I can load data from an Input XML file into Database using the Biztalk server? What all Input ports/messages , Output Ports/messages & orchestration required?. Thanks in Advance