-
Sure, can you please give me your email address? I was just using Visual Studio to genenerate the XSLT. However there's a trick of doing this though. After setting up the BTM (map) file, simply map one of the field from source schema to any field of destination schema. Then you right click on the...
-
Hi, There's 2 types of properties in the context of a message properties based on values of a specific field of your chosen schema (MessageDataPropertyBase) and properties not base on any fields of your chosen schema (MessageContextPropertyBase) [Example of this is BTS.MSMQ.Label, BTS.FILE.SourceFileName...
Posted to
BizTalk 2006 R2
(Forum)
by
Guo Ming Li
on
Sun, May 31 2009
Filed under: Biztalk 2006 R2, custom pipeline component, MessageDataPropertyBase, MessageContextPropertyBase, message routing
-
Hi Guys, For some reason my BizTalk Host service Instance doesn't start automatically when i restart/start my computer. (even though the credentials are correct, and the start up mode is set to automatic) That's not a big problem, since It's my developer enviroment. But if I start working...
-
I have this following schema with element ElementB promoted as a message property (by defining a property schema) for routing purpose: <SchemaA> <ElementB>BLAH1</ElementB> <ElementC>BLAH2</ElementC> </SchemaA> And I also have an envelop schema call <Envelop>...
Posted to
BizTalk 2006 R2
(Forum)
by
Guo Ming Li
on
Tue, May 19 2009
Filed under: Biztalk, BizTalk Server 2006 R2, Map, biztallk, Biztalk 2006, envelope, Biztalk 2006 R2, Biztalk 2006 R2 configuration SSO, Schema
-
Hi All, Here is what I am trying to do: Enable Routing failure for failed messages I have an orchestration that have direct bound to the message box that subscribe to Xml.XmlDocument message type with (ErrorReport.FailureCode exists) filter Here is what I noticed: When "Enable Routing failure for...
Posted to
BizTalk 2006 R2
(Forum)
by
Guo Ming Li
on
Tue, May 19 2009
Filed under: biztallk, Biztalk 2006 R2, Biztalk 2006 R2 configuration SSO, Performance in biztalk, subscriber not reachable
-
Hi, I have an orchestration that calls a WCF service. It uses the default configuration (BindingInfo.xml WsHttp) created using "Add Generated Items->Consume WCF Service" option in Biztalk. For the most part it works without a problem except when I pass certain data. Looking at the data nothing...
Posted to
BizTalk 2006 R2
(Forum)
by
oscar
on
Tue, May 19 2009
Filed under: BizTalk Server 2006 R2, pipeline Components, Biztalk 2006 R2, wcf
-
Hi, I've got the following error while I wanted to compile a BizTalk Server Project: Build failed. Compiler for file type '*.xsd' failed. Value cannot be null. Parameter name: pUnk The error occurs if there is ANY xsd file added to the project. We are using BizTalk 2006 r2. The project was...
-
I am very new to Biztalk and XML so I quickly appologize for my ignorance (and my spelling). I have created a map in Biztalk 2006 R2 from X.12 211 to an XML XSD of my SQL Server 2005 tables. The map and orchistration works great. My problem is getting the data from XML to SQL Server. I created the XSD...
-
Does anyone know of any sample that exists where you can consume WCF services without using orchestration? What I wanted to achieve was using a receive location get an XML message (<Person xmlns="http://www.biztalkgurus.com/wcf"><ID>123</ID><Name>Joe</Name><...
-
I have been thrown into the Biztalk world. We have a suspended message (this is not an unusual event) One of the admins pulled the message out of HAT and has sent it to me. If I can decrypt it I can see who sent it and then we can figure out what to do from there. How can I decrypt this message so that...