BizTalk ESB Toolkit ForumDiscussion for the BizTalk ESB Toolkit© 2009 Microsoft Corporation. All rights reserved.Wed, 25 Nov 2009 19:44:35 Z16818e62-77d3-4dab-bcb6-af54f9cf3793http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/85b89926-72a7-47e2-b75e-b038d888d3cehttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/85b89926-72a7-47e2-b75e-b038d888d3ceHenrik Sandqvisthttp://social.msdn.microsoft.com/Profile/en-US/?user=Henrik%20SandqvistBizTalk Server Std or Ent requirement for ESB Toolkit 2.0Hi<br/><br/>Is the BizTalk Server 2009 Enterprise Edition an absolute requirement in order to deploy ESB Toolkit 2.0 or can it be deployed on Standard Edition?<br/>If Enterprise Edition is required why has the requirements changed from ESB Guidance 1.0 which only requires BizTalk Server 2006 R2 any edition and BAM?<br/><br/>cheers<br/>/Henrik SandqvistWed, 25 Nov 2009 19:44:33 Z2009-11-25T19:44:35Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/01259ab0-54e0-4186-8bb3-46c041fb7fc0http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/01259ab0-54e0-4186-8bb3-46c041fb7fc0MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKESB Fault Handling Bug: Message Content Type IncorrectWe have an ESB Orchestration service &amp; we are trapping errors and creating a fault message as per the ESB documentation, i.e. XLANG like<br /><br />Microsoft.Practices.ESB.ExceptionHandling.ExceptionMgmt.AddMessage(FaultMessage, InMessage);<br /><br />However when you view the message within the ESB Portal the content type of our failed message is always showing as text/plain when in fact it should be text/xml. This prevents resubmission because the ESB Portal fault handler treats text/plain messages as flat file &amp; so we can't resubmit to the WCF receive handler.<br /><br />I have not been able to find anyway of telling the ESB toolkit the correct content type of the message - how is it determining this? As far as BizTalk is concerned our message is an XML message - if I view the messages in the tracking database I can clearly see our incoming message as text/xml. On the All.Exceptions port I see 2 messages, one being the ESB fault message &amp; the other is our failing message which BizTalk shows as text/xml. <br /><br />So is this an ESB&nbsp;bug?<br /><br />The ESB fault handler for messaging only scenarios seems to work fine.Tue, 13 Oct 2009 11:59:05 Z2009-11-25T16:54:25Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/f7fecbde-17d9-4c56-8032-0c0fc8247835http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/f7fecbde-17d9-4c56-8032-0c0fc8247835MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKESB Toolkit not Capturing WCF-WSHttp Service Fault?Hi,<br/><br/>I have a messaging itinerary that invokes a WCF-WSHttp service via a dynamic send/receive port. If I send the service an invalid message (e.g. a non-numeric value in an int element), then the WCF service generates a fault message (when it tries to deserialize the msg), but this fault is not being raised so my itinerary continues with this &quot;Bad&quot; message. I have tried this with &quot;enabled routing for failed messages&quot; set to true (which is how I believe it should be set) and to false on the port, but an error is not raised in either case.<br/><br/>However I see 2 errors in the the event log:<br/><br/>Event ID: 5796<br/>The transport proxy method MoveToNextTransport() failed for adapter WCF-WSHttp: Reason: &quot;Messaging engine has no record of delivering the message to the adapter. This could happen if MoveToNextTransport() is called multiple times for the same message by the adapter or if it is called for a message which was never delivered to the adapter by the messaging engine&quot;. Contact the adapter vendor.<br/><br/>Event ID: 5677<br/>The Messaging Engine encountered an error while suspending one or more messages.<br/><br/>BizTalk carries on regardless and returns this message to the itinerary:<br/>&lt;Fault xmlns=&quot;<a href="http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope</a>&quot;&gt;<br/>  &lt;Code&gt;<br/>    &lt;Value&gt;Receiver&lt;/Value&gt;<br/>    &lt;Subcode&gt;<br/>      &lt;Value xmlns:a=&quot;<a href="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher&quot;&gt;a:InternalServiceFault&lt;/Value">http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher&quot;&gt;a:InternalServiceFault&lt;/Value</a>&gt;<br/>    &lt;/Subcode&gt;<br/>  &lt;/Code&gt;<br/>  &lt;Reason&gt;<br/>    &lt;Text xml:lang=&quot;en-GB&quot;&gt;Error in deserializing body of request message for operation 'SendMyMessageRequest'.&lt;/Text&gt;<br/>  &lt;/Reason&gt;<br/>  &lt;Detail&gt;<br/>    &lt;ExceptionDetail xmlns=&quot;<a href="http://schemas.datacontract.org/2004/07/System.ServiceModel">http://schemas.datacontract.org/2004/07/System.ServiceModel</a>&quot; xmlns:i=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br/>etc<br/><br/><br/>I am not sure if this is a BizTalk or ESB bug. Looking at the context properties for the returned message I see that &quot;IsFault=true&quot; so BizTalk does seem to know that this is a fault message, but the usual context properties for faults (prefixed withh &quot;Failure&quot;) are missing.<br/><br/>I am using the standard ESB ItineraryForwarderSendReceive pipeline on the receive port. I tried ItineraryForwarderSendReceiveXml and had the same result.<br/><br/>You can't route the &lt;Fault&gt; message directly to the All.Exceptions port since the standard Failure context properties are missing &amp; also there is no copy of the original message at this time, so there is no way you can resubmit the message.<br/>Wed, 25 Nov 2009 14:39:34 Z2009-11-25T15:59:26Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/da780370-2402-4bfd-bc1f-8f3a6e345f66http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/da780370-2402-4bfd-bc1f-8f3a6e345f66MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKDynamic Itinerary From Orchestration?<p>I have an orchestration that receives 1 message then sends out X different messages. I would like to assign new itineraries to these messages so that they &quot;go their own way&quot;.<br/><br/>To do this I tried invoking a custom pipeline based on the ESB ItinerarySelectXml pipeline directly within the orchestration using:<br/><br/>xxx = Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline(typeof(mypipeline), myMessage);<br/><br/>The custom pipeline has a BRI resolver specified.<br/><br/>I then send the message, initialising a correlation, directly to the message box.<br/><br/>It almost works - the pipeline finds the itinerary using the BRI and advances it as required. However it is not processing the resolvers within the pipeline, thus the context properties BTS.OutboundTransportLocation &amp; BTS.OutboundTransportType are missing &amp; thus BizTalk complains that there are no subscribers for the message I am writing. The ESB context properties such as ItineraryHeader, ServiceName, etc, are present &amp; correct.<br/><br/>I know the itinerary works since I use the same BRI rule in a generic receive location &amp; the message is delivered correctly.<br/><br/>So I am a bit stuck with this approach - it looked like a good solution with minimal code needed within the orchestration to make its messages ESB aware. I can't see why the resolver is not being invoked - I turned on ESB tracing but this gave no clues.<br/><br/>Anyone else tried this?<br/><br/>Or used a different approach?<br/><br/>I know there is a scatter-gather sample which uses resolvers - that is how I am doing it a present but I would rather each message type have its own itinerary, since I need to do this to enable resubmission. Using the above approach has the benefit of not requiring dynamic ports within the orchestration, just a direct bound port, and the resolvers live with the itinerary for the outboud message, not the itinerary containing the orchestration.<br/><br/>One thing I might try is to change the new itinerary from this:<br/><br/>  on-ramp &gt; messaging_service: resolve route -&gt; off-ramp extender &gt; off-ramp<br/><br/>to this:<br/>  on-ramp &gt; orchesation-service &gt; off-ramp extender &gt; resolve route &gt; off-ramp<br/><br/>then in the orchestration, prior to writing the new message, invoking Itinerary.Advance() &amp; Itinerary.Write to invoke the resolver.<br/><br/></p>Thu, 12 Nov 2009 16:35:24 Z2009-11-25T13:34:19Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/92e76b3f-98ff-4890-93ef-4722550a4d22http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/92e76b3f-98ff-4890-93ef-4722550a4d22Richard Hallgrenhttp://social.msdn.microsoft.com/Profile/en-US/?user=Richard%20HallgrenService level security How is it possible to achieve service level security when using ESB and a WCF general on-ramp? With service level security I mean that I somehow need to figure out what services an itinerary will call on its way and then do some check to see if those services are allowed to called by that user/group etc who is doing the call.<br/> <div><br/></div> <div>Love to hear how other have done similar security functionality? </div> <hr class=sig> http://www.richardhallgren.comFri, 20 Nov 2009 19:48:54 Z2009-11-25T10:00:36Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/d53ecd9e-bbc4-4d60-ac58-aa6ece6914bahttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/d53ecd9e-bbc4-4d60-ac58-aa6ece6914baMikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKESB.Portal 401.2 Access Denied ErrorI have built a 2 box server: BizTalk on one, SQL on another. This server doesn't have Visual Studio installed, so I copied the binaries of the ESB portal from the development server then ran the install script which creates the web sites. When I browse to <a href="http://localhost/esb.portal">http://localhost/esb.portal</a> I get prompted for my credentials (I am full admin) and then the 401.2 Access denied error. The event log shows I have authenticated via Negotiate protocol.<br/><br/>I am running on Win2008 IIS7.0 &amp; SQL 2008.Thu, 19 Nov 2009 13:12:02 Z2009-11-25T09:33:51Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/a89668b5-e916-4ecb-b8ab-d76b2c25220bhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/a89668b5-e916-4ecb-b8ab-d76b2c25220bShailesh Kawadehttp://social.msdn.microsoft.com/Profile/en-US/?user=Shailesh%20KawadeDynamic Transformation using BRE in Biztalk ESB 2.0<p>Hi,<br/>We are facing issues while calling Map resolvers using BRE.<br/><br/>Here is what we did,<br/>Created an Itienerary , where in itinerary service space set properties</p> <p>Itinerary service Extender= Orchestration<br/>Service <span class=hilite7>name</span>=Microsoft.Practices.<span class=hilite1>ESB</span>.Services.Transform<br/>Add new <span class=hilite3>resolver</span> , <span class=hilite4>BRE</span> <span class=hilite3>resolver</span> in which i am calling <span class=hilite5>the</span> <span class=hilite4>BRE</span> policy <br/><br/>Policy , rule1: <strong>When  conditon =&gt; 1=1 and Action=&gt; Set Transform Transform Type = &lt;Fully qualified <span class=hilite7>name</span> of <span class=hilite6>Map</span>&gt; It is working fine.<br/></strong><br/>But when   <strong>Condition =&gt;  Country=IN  ( Country is some node from input schema)<br/></strong><strong>and Action=&gt; Set Transform Transform Type = &lt;Fully qualified <span class=hilite7>name</span> of <span class=hilite6>Map</span>&gt; , <br/><br/>it is throwing an error</strong> <br/><strong><span style="color:#ff0000"><br/>&quot;<span style="font-family:Calibri">Exception while attempting to determine <span class=hilite6>map</span> type: <span class=hilite5>The</span> <span class=hilite6>map</span> <span class=hilite7>name</span> <span class=hilite8>could</span> <span class=hilite9>not</span> <span class=hilite10>be</span> <span class=hilite11>resolved</span></span>&quot;<br/></span></strong>I also put <span class=hilite5>the</span> Debuger in to &quot;Microsoft.Practices.<span class=hilite1>ESB</span>.Services.Transform&quot; (inbuild Orch from <span class=hilite1>ESB</span>) , and see that <span class=hilite5>the</span> input message is coming inside <span class=hilite5>the</span> Orchestration.<br/><br/>Any Help on this will be highly appreciated.<br/><br/>Thanks &amp; Regards,<br/>Shailesh Kawade</p>Tue, 24 Nov 2009 08:27:59 Z2009-11-25T08:54:12Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2cd129e4-44c3-41db-be46-b523fd060b9ehttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2cd129e4-44c3-41db-be46-b523fd060b9eJagadish_KRNagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=Jagadish_KRNagarUnable to configure ESB Management Portal on vistaHi,<br/>I am trying to configure the ESB Portal on a Vista (SP2) system but getting following error while executing the Management_Install.cmd file:<br/>++++++++++++++++++++++++++++++++++<br/>Welcome To GIL Powershell<br/>--------------------------------------------<br/>        Get-GILFuns     (List GIL Functions)<br/>--------------------------------------------<br/>The term '.\Management_Install.ps1' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.<br/>At line:1 char:25<br/>+ .\Management_Install.ps1  &lt;&lt;&lt;&lt; 1<br/>+++++++++++++++++++++++++++++++++++<br/>Any pointer to resolve the issue is highly appreicated.<br/><br/>Thanks,<br/>KRN.Thu, 19 Nov 2009 19:21:10 Z2009-11-25T08:05:12Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/91b643a8-aadb-484a-ab8a-0dbcd5a01500http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/91b643a8-aadb-484a-ab8a-0dbcd5a01500kashinathtrhttp://social.msdn.microsoft.com/Profile/en-US/?user=kashinathtrcustom pipeline for resolving itineraryhi,<br/><br/>i need to develop a custom pipeline component and resolve/select a itinerary based on some rules in DB. pls help with some sample code if u have done some custom pipeline for choosing itineraries.<br/><br/>thanksThu, 19 Nov 2009 11:46:31 Z2009-11-25T07:51:48Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/7b271824-dd44-4368-a22d-b0dfa00766e1http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/7b271824-dd44-4368-a22d-b0dfa00766e1Pål Harsethhttp://social.msdn.microsoft.com/Profile/en-US/?user=P%u00e5l%20HarsethUsing another version of Enterprise Library in a web application with ESB installed<p class=MsoNormal style="margin:0cm 0cm 10pt"><span style="" lang=EN-US><span style="font-size:small"><span style="font-family:Calibri">Is there any possibility in the web.config (or someplace else for that matter) to make your web application use another version of Enterprise Library when the ESB is installed and the machine.config is altered stating the use of the 4.1 version? <br/><br/>Regards<br/>Pål</span></span></span></p>Mon, 23 Nov 2009 14:07:32 Z2009-11-25T06:31:29Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/daa840b6-bf4f-49e9-b2d5-0132dffaeb08http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/daa840b6-bf4f-49e9-b2d5-0132dffaeb08Jagadish_KRNagarhttp://social.msdn.microsoft.com/Profile/en-US/?user=Jagadish_KRNagarESB 2.0 Toolkit Installation/Configuration<p>Hi,<br/>I was able to install the ESB 2.0 toolkit on Win Vista Enterprise with SP2 but unable to configure the Exception Web Services. I am getting the error &quot;IIS Parameters Registry key is missing&quot;. So I wanted to know if it is possible to install/configure ESB 2.0 toolkit on Win Vista Enterprise at all or it's only possible on Windows Server 2008/2003 as per the system requirements recommend on MSDN?<br/><br/>Here are more details of my system<br/>Operating System: Windows Vista Enterprise with SP2<br/>IIS 7.0<br/>.Net Framework 3.5 with SP1<br/>Visual Studio 2008 Professional Edition with SP1<br/>SQL Server 2008 <br/>BizTalk Server 2009 Developer Edition<br/><br/>Any pointers/guidlines are highly appreicated.<br/><br/>Thanks,<br/>J.<br/><br/> </p>Mon, 21 Sep 2009 23:34:56 Z2009-11-24T01:20:25Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b032423c-9b44-4dbb-93d6-908e309623eahttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b032423c-9b44-4dbb-93d6-908e309623eaRajinder Singhhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rajinder%20SinghQuestion about repair and resubmitI am trying to create a simple demo that shows benefits of repair and resubmit.<br/>I am using BRI resolver to determine the itinerary name. Everything is working fine.<br/>When I send a message to a file receive location based on the content of my message an itinerary name is determined.<br/>I have enabled failed message routing. When I send an invalid message the BRE cannot determine which Itinerary to assign and it errors out.<br/>I can see this message in the Management Portal. I can edit it. I want to resubmit it. When I look at &quot;Select a receive location&quot; drop down I see only one entry EAIProcess.Resubmit_HTTP. I tried resubmitting to it and I saw an error telling me that no subscribers are found.<br/>What do I need to do next?<br/>Do I need to add resubmit port dedicated to receiving the resubmitted messages?<br/>The documentation says that &quot;Select a receive location&quot; list is dynamic. It also says that I need to create a WCF, SOAP or HTTP OnRamp. How does a receive port become a resubmit port.<br/>Is there is need to register this resubmit port in the portal web.config file?<br/>Since the resubmission does not resubmit the context properties I am assuming that I have to use an Itinerary Select Receive Pipeline in my resubmit port to resubmit the message.<br/><br/>Thanks for your response.<br/><hr class="sig">Integration ArchitectFri, 18 Sep 2009 22:47:40 Z2009-11-20T12:00:19Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/99b6771b-b1bb-43b4-b721-d2a87c1303dahttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/99b6771b-b1bb-43b4-b721-d2a87c1303daMikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKESBImportUtil Failing: Could not load file or assembly Microsoft.Practices.Modeling.ServicesI am trying to run the ESBImportutil on a server that does not have Visual Studio installed &amp; I get the error:<br/><br/>Could not load file or assembly Microsoft.Practices.Modeling.Services.<br/><br/>I cannot find this dll anywhere in the ESB toolkit directory. <br/><br/>I checked on a development server &amp; found these .DLLs under the &quot;Tools\Itinerary Designer&quot; directory. These dlls need to be in the core BIN directory of the ESB since they are needed by this utility!Thu, 19 Nov 2009 15:21:15 Z2009-11-20T09:42:14Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/116ebef5-c214-49b5-8a0a-9a96a81dc4a7http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/116ebef5-c214-49b5-8a0a-9a96a81dc4a7Richard Hallgrenhttp://social.msdn.microsoft.com/Profile/en-US/?user=Richard%20HallgrenContacts (WSDL and schema) in a generic on-ramp/off-ramp?<p class=MsoNormal style="background:white"><span style="font-family:Verdana, sans-serif;font-size:12px">We're planning to start using the ESB Toolkit 2.0 as a way to create configurable service compositions. Basically we have a number of services in our backend system. We want to expose these using orchestrations, register these in ESB and use these as services.</span></p> <p class=MsoNormal style="background:white"><span style="font-family:Verdana, sans-serif;font-size:12px">We'll then create itinerates to dynamically route between these services. This will hopefully make our SOA implementation more agile and easier to develop and evolve.</span></p> <p class=MsoNormal style="background:white"><span style="font-family:Verdana, sans-serif;font-size:12px">My problem is however that different services will require different request data. There will also be a difference in the response we get back depending on the route setup by the itinerary.</span></p> <p class=MsoNormal style="background:white"><span style="font-family:Verdana, sans-serif;font-size:12px">How can I then <em>make it easy for my client to make the call and handle the response</em>. Do I then <em>have to handcraft the WSDL</em> to hand them? I guess I also <em>need some sort of schema in BizTalk to send between the services and map</em> different orchestrations response into one single response back to the client - right? <em>How can I make this as dynamic as possible?</em></span></p> <p class=MsoNormal style="background:white"><span style="font-family:Verdana, sans-serif;font-size:12px">Thanks in advance!</span></p><hr class="sig">http://www.richardhallgren.comThu, 19 Nov 2009 11:30:21 Z2009-11-21T14:33:44Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/3113bfcc-bbde-499d-baa7-398a6962eb39http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/3113bfcc-bbde-499d-baa7-398a6962eb39Monish Nagisettyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Monish%20NagisettyESB Portal in a distributed scenario<p>I am running ESB.Portal on a general web server and the respective services (ESB.Exception.Service, ESB.BAM.Service, ESB.UDDI.Service) on the BizTalk server.  I am getting the following error below. I also checked the IIS log file where I am running ESB.Exception.Service.  I am seeting 401.1 and 401.2 errors.  I have already configured web.config for ESB.Portal to use domain accounts, updated URLs, etc.<br/><br/><span>Environment Info (All Servers)<br/>-Windows Server 2008 R2<br/>-IIS7<br/>-BizTalk 2009<br/>-ESB Toolkit 2 RTM<br/>-SQL 2008<br/><br/></span><span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><strong><span style="font-family:Verdana">Description: </span></strong>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br/><br/><strong><span style="font-family:Verdana">Exception Details: </span></strong>System.Net.WebException: The operation has timed out<br/><br/><strong><span style="font-family:Verdana">Source Error:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code></td> </tr> </tbody> </table> <br/><strong><span style="font-family:Verdana">Stack Trace:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code> <pre>[WebException: The operation has timed out] System.Net.HttpWebRequest.GetResponse() +1126 System.ServiceModel.Channels.HttpChannelRequest.WaitForReply(TimeSpan timeout) +81 [TimeoutException: The HTTP request to 'http://&lt;SNIPPED&gt;/ESB.Exceptions.Service/ExceptionService.svc/GetUserSettings?username=DOMAIN\USER' has exceeded the allotted timeout of 00:00:59.9530000. The time allotted to this operation may have been a portion of a longer timeout.] System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) +6663493 System.ServiceModel.Channels.HttpChannelRequest.WaitForReply(TimeSpan timeout) +15272027 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) +415 [TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.9531244. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10256378 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type) +539 ESB.Exceptions.Service.Implementation.IExceptionService.GetUserSettings(String username) +0 Microsoft.Practices.ESB.Portal.PortalHelper.LoadUserSettingsToSession(HttpContext context) +138 System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +11154828 System.Web.SessionState.SessionStateModule.CompleteAcquireState() +366 System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1281 System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +85 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +263 </pre> </code></td> </tr> </tbody> </table> <br/><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> <p><span>#Date: 2009-11-16 23:46:51<br/>#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken<br/>2009-11-16 23:46:51 10.50.95.25 GET /ESB.Exceptions.Service/ExceptionService.svc/GetUserSettings username=DOMAIN%5cUSERNAME 80 - 10.50.54.11 - 401 2 5 187<br/>2009-11-16 23:47:31 10.50.95.25 GET /ESB.Exceptions.Service/ExceptionService.svc/GetUserSettings username=DOMAIN%5cUSERNAME 80 - 10.50.54.11 - 401 1 64 0<br/><br/></span></p> </font></span></p> <h1>Server Error in '/ESB.Portal' Application.</h1> <h1> <hr size=1> </h1> <h2><em>The operation has timed out</em></h2> <p> </p> <p></p>Mon, 16 Nov 2009 23:57:59 Z2009-11-19T15:51:58Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/543f1179-a3ab-46cf-923e-e110f981d661http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/543f1179-a3ab-46cf-923e-e110f981d661OraclePandithttp://social.msdn.microsoft.com/Profile/en-US/?user=OraclePanditError while trying to configure Exception Web Services<p>Hi,<br/>I'm pretty new to ESB and I'm in process of setting up BizTalk ESB ToolKit 2.0 on my box.  The configuration is Win Server 2003 EE with SP2, BizTalk 2009, SQL 2008, IIS 6.0.  While trying to configure the Exception Web Services, I'm getting the error &quot;The specified network name is no longer available. (Exception from HRESULT: 0x80070040)&quot;<br/><br/>and the details logged in the EsbConfigurationTool.log is,<br/><br/><strong>ESBConfigurationTool.exe Information: 0 : Executing script: databaseExistsSmoIntegrated.ps1 in view: ExceptionManagementDatabase with parameters: Key: serverInstance Value: blrkec77432d, Key: databaseName Value: EsbExceptionDb, <br/>ESBConfigurationTool.exe Error: 0 : An error has occurred: <br/>The specified network name is no longer available. (Exception from HRESULT: 0x80070040)<br/>The specified network name is no longer available. (Exception from HRESULT: 0x80070040)<br/>Stack Trace:<br/>   at System.DirectoryServices.AccountManagement.CredentialValidator.BindSam(String target, String userName, String password)<br/>   at System.DirectoryServices.AccountManagement.CredentialValidator.Validate(String userName, String password, ContextOptions connectionMethod)<br/>   at System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(String userName, String password, ContextOptions options)<br/>   at EsbConfigurationTool.Panels.PanelBase.ValidateCredential(NetworkCredential credentials, String groupName)</strong></p> <p><strong>ESBConfigurationTool.exe Information: 0 : The specified network name is no longer available. (Exception from HRESULT: 0x80070040)<br/>ESBConfigurationTool.exe Error: 0 : An error has occurred: <br/>The specified network name is no longer available. (Exception from HRESULT: 0x80070040)</strong></p> <p><strong>ESBConfigurationTool.exe Information: 0 : The configuration source found was: ESB File Configuration Source<br/>ESBConfigurationTool.exe Information: 0 : D:\Program Files\Microsoft BizTalk ESB Toolkit 2.0\esb.config<br/>ESBConfigurationTool.exe Information: 0 : The configuration settings were saved to file: D:\Program Files\Microsoft BizTalk ESB Toolkit 2.0\Bin\ESBConfigurationTool.exe.Config<br/>ESBConfigurationTool.exe Information: 0 : The configuration settings were saved to file: c:\SYSROOT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config<br/>ESBConfigurationTool.exe Information: 0 : The machine configuration file for x64 was not found. Path: c:\SYSROOT\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config<br/>ESBConfigurationTool.exe Information: 0 : The configuration changes were persited to 'ESB File Configuration Source'' from view 'Configuration<br/></strong><br/>I'm using a local user account who is a member of the  <strong>Administrators</strong> and <strong>BizTalk Isolated Host Users</strong> groups.  Also, BizTalk 2009 has been configured with this local user account only.<br/><br/>Seems to me like a credential issue but I'm not able to figure out why.  I would appreciate any guidance on this issue.  Thanks in advance.<br/><br/>Regards,<br/>Pandit.</p>Thu, 22 Oct 2009 10:31:27 Z2009-11-19T12:35:35Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/49c4b9b4-cc4e-47c4-952b-e6e74f4c23d1http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/49c4b9b4-cc4e-47c4-952b-e6e74f4c23d1MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKError trying to configure Exception Web Services: The server could not be contacted<p>I am using domain accounts and domain groups. I specify these accounts in the ESB configuration tool but get this error:<br/><br/>The server could not be contacted.<br/>The LDAP server is unavailable.<br/>Stack Trace:<br/>   at System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties&amp; properties)<br/>   at System.DirectoryServices.AccountManagement.PrincipalContext.DoServerVerifyAndPropRetrieval()<br/>   at System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name, String container, ContextOptions options, String userName, String password)<br/>   at System.DirectoryServices.AccountManagement.PrincipalContext..ctor(ContextType contextType, String name)<br/>   at EsbConfigurationTool.Panels.PanelBase.ValidateCredential(NetworkCredential credentials, String groupName)<br/>   at EsbConfigurationTool.Panels.WebServicesException.Save()<br/>   at EsbConfigurationTool.EsbConfiguration.OnTsBtnSaveClick(Object sender, EventArgs e)<br/><br/>I saw entries (<a href="http://social.msdn.microsoft.com/Forums/en/biztalkesb/thread/13b3f024-2610-4810-8f43-7effbaca7861">http://social.msdn.microsoft.com/Forums/en/biztalkesb/thread/13b3f024-2610-4810-8f43-7effbaca7861</a> &amp; <a href="http://social.msdn.microsoft.com/Forums/en/biztalkesb/thread/e3e0d4c4-27f2-4348-9b80-712495aeaf15">http://social.msdn.microsoft.com/Forums/en/biztalkesb/thread/e3e0d4c4-27f2-4348-9b80-712495aeaf15</a>) that said AD needs to be at Windows 2003 level, which it is. I can't proceed with configuration due to this error in the configurator.<br/><br/>For the user account I am specifying the BizTalk service account (myDomain\biztalksvc) and the BizTalk isolated host group (myDomain\TestBizTalkIsolatedHostGroup).<br/><br/>The only way I can proceed is to temporarily set up a local account &amp; local group &amp; then manually change the application pools to use the BizTalk service account. However I am not sure what configuration is performed using the &quot;Isolated Host&quot; &amp; how to manually replicate this configuration.</p>Thu, 19 Nov 2009 11:56:49 Z2009-11-19T11:56:50Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b346809f-4e3e-4d86-bbc8-8552f086fa5chttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b346809f-4e3e-4d86-bbc8-8552f086fa5cHomesickerhttp://social.msdn.microsoft.com/Profile/en-US/?user=Homesickerhow to find the map in the Exception Handling projectI am trying to study the Exception Handling project:<br/>C:\Projects\Microsoft.Practices.ESB\Source\Samples\Exception Handling<br/><br/>First of all, the project can be compiled without error. However, in the EAIProcess.odx -&gt; Build Denied Message (Construct Message)<br/>When I try to view the map : by double click the &quot;Set Denied Req..: shape, it prompts me the &quot;Map file not found, GlobalBank.ESB.ExceptionHandling.Schemas.MapToReqDenied&quot; Error. the map could not be resolved.<br/><br/>I tried to to manually find/add the existing map in the referece assembly,  I could not see the refereced assembly in the &quot;select artifact type&quot; dialog box.<br/><br/>I varified the reference is pointing to the ESB.ExceptionHandling.Schemas project. <br/><br/>It is seems very odd to me,  I can compile the solution, but I can't view (resolve) the map  in the solution.<br/><br/>Any thoughts would be greately appriciated.<br/><br/><br/><br/><br/><br/><br/>Wed, 11 Nov 2009 13:01:53 Z2009-11-18T09:49:02Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/f65683e3-ebfe-40ff-89ba-f3f56ec88699http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/f65683e3-ebfe-40ff-89ba-f3f56ec88699Rajinder Singhhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rajinder%20SinghESB Toolkit and Ordered DeliveryHi:<br/><br/>Many of of Healthcare customers and financial customers required Ordered Delivery. This can be done in BizTalk but it is cumbersome to implement it.<br/>What are your thoughts about implementing Ordered Delivery with ESB Toolkit? Will it work? Are there issues we should consider before diving into this.<br/><br/>Thanks<hr class="sig">Integration ArchitectWed, 11 Nov 2009 21:14:25 Z2009-11-18T11:13:09Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/3a855ae1-962b-49ba-a479-a8e2ec635983http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/3a855ae1-962b-49ba-a479-a8e2ec635983SDSO Yoshhttp://social.msdn.microsoft.com/Profile/en-US/?user=SDSO%20YoshESB Toolkit 2.0 and Queues<p>Currently in our environment most of the application interfaces are very tigtly coupled and we are entertaining the idea of migrating them to ESB solution. We are working on implementing scatter-gather pattern with toolkit and I was wondering if we can use MSMQ as a receive pipeling for ESB?</p>Mon, 16 Nov 2009 21:59:10 Z2009-11-18T07:33:12Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/584a4cce-6059-4ce3-a6f2-272783f755aehttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/584a4cce-6059-4ce3-a6f2-272783f755aeRam KVhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ram%20KVPromoting message type in ItinerarySelectReceivePassthrough pipeline<div>I am using Business rule to attach itinerary based on message type. How to promote this message type to the message context. I am using ItinerarySelectReceivePassthrough. Any other way without writing custom pipeline.</div> <div><br/></div> <div>Resolver.Itinerary</div> <div>BRI:\\policy=ResolveItineraryBasedOnMsgType;useMsg=true;recognizeMessageFormat=true;</div> <div><br/></div> <div><br/></div> <div>Exception:</div> <div><br/></div> <div>There was a failure executing the receive pipeline: &quot;Microsoft.Practices.ESB.Itinerary.Pipelines.ItinerarySelectReceivePasshrough, Microsoft.Practices.ESB.Itinerary.Pipelines, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; Source: &quot;ESB Itinerary Selector&quot; Receive Port: &quot;WcfReceivePort_BizTalkWcfService/ESBServiceWCF&quot; URI: &quot;/BizTalkWcfService/ESBServiceWCF.svc&quot; Reason: Procedure or function 'Itinerary_getitinerary' expects parameter '@name', which was not supplied.</div> <div><br/></div> <div>Appreciate your help</div> <div>Thanks,</div> <div>Ram.</div>Mon, 16 Nov 2009 00:33:37 Z2009-11-18T18:10:30Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/20c1ff16-e2c0-424d-9712-5702f538553dhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/20c1ff16-e2c0-424d-9712-5702f538553dIrishBTDevloperhttp://social.msdn.microsoft.com/Profile/en-US/?user=IrishBTDevloperManagementPortal Install Script Fails (x86) (ESB 2.0)<p>Hi Folks,<br/><br/>I am trying to use the ManagementPortal Install Script and its failing with the below error.<br/><br/>The term 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com'<br/>is not recognized as a cmdlet, function, operable program, or script file. Veri<br/>fy the term and try again.<br/>At D:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\Install<br/>\Scripts\Management_Install.ps1:19 char:3<br/>+     &amp;$ &lt;&lt;&lt;&lt; env:VS\devenv.com &quot;$solutionPath\Samples\Management Portal\ESB.Al<br/>ertService\ESB.AlertService.sln&quot; /clean $buildType<br/>The term 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com'<br/>is not recognized as a cmdlet, function, operable program, or script file. Veri<br/>fy the term and try again.<br/><br/>Has anyone got any ideas how to solve this?<br/><br/>Note I am following this install guide: <a href="http://www.biztalkgurus.com/blogs/biztalksyn/archive/2009/06/10/getting-up-and-running-with-biztalk-esb-toolkit-2-0.aspx">http://www.biztalkgurus.com/blogs/biztalksyn/archive/2009/06/10/getting-up-and-running-with-biztalk-esb-toolkit-2-0.aspx</a><br/><br/>Windows Server 2003<br/>VS 2008 SP1<br/>SQL Server 2008<br/>Biztalk 2009<br/>IIS 6.0<br/><br/>Cheers</p>Mon, 28 Sep 2009 08:09:21 Z2009-11-17T16:11:06Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/769cc1de-24aa-485f-a2c3-8bfda7ca12a5http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/769cc1de-24aa-485f-a2c3-8bfda7ca12a5Basj3http://social.msdn.microsoft.com/Profile/en-US/?user=Basj3UDDI configuration with Microsoft.Practices.ESB.UDDIPublisher keeps failing to run correctlyWhen I try to run the Publisher application for the registration of the ESB webservices I keep getting an error. I searched all of internet and found some hints like SSL is checked in the UDDI server (Not the case.). Also looked in the Service Trace Viewer and found that an exception is thrown when running the publish application. (Details below). The error is :<br/> Error 285012: An unexpected error occurred retrieving the Business information in Uddi for Business name, 'Microsoft.Practices.ESB.UDDI3.UddiClientException: Error 285008: An unexpected error occurred retrieving all the Uddi Business Information for the Business name 'System.ServiceModel.FaultException<br/> <br/> Server stack trace: <br/>    at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp; rpc)<br/>    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)<br/>    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)<br/>    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)<br/> <br/> Exception rethrown at [0]: <br/>    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)<br/>    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)<br/>    at Microsoft.Practices.ESB.UDDI3.UDDI_Inquiry_PortType.find_business(find_businessRequest request)<br/>    at Microsoft.Practices.ESB.UDDI3.UDDI_Inquiry_PortTypeClient.Microsoft.Practices.ESB.UDDI3.UDDI_Inquiry_PortType.find_business(find_businessRequest request)<br/>    at Microsoft.Practices.ESB.UDDI3.UddiClient.GetBusinessByName(String businessName)'.<br/>    at Microsoft.Practices.ESB.UDDI3.UddiClient.GetBusinessByName(String businessName)<br/>    at Microsoft.Practices.ESB.UDDI3.UddiClient.GetMyBusinessByName(String businessName)'. <br/> <br/> Source: Microsoft.Practices.ESB.UDDI3.UddiClient <br/> <br/> Method: System.String SaveBusiness(System.String, System.String) <br/> <br/> Error Source: Microsoft.Practices.ESB.UDDI3 <br/> <br/> Error TargetSite: Microsoft.Practices.ESB.UDDI3.businessInfo GetMyBusinessByName(System.String)  <br/> <br/> Error StackTrace:    at Microsoft.Practices.ESB.UDDI3.UddiClient.GetMyBusinessByName(String businessName)<br/>    at Microsoft.Practices.ESB.UDDI3.UddiClient.SaveBusiness(String businessName, String description)<br/> <strong><br/> XML Of the trace log for the application.</strong> <br/> &lt;E2ETraceEvent xmlns=&quot;http://schemas.microsoft.com/2004/06/E2ETraceEvent&quot;&gt;<br/> &lt;System xmlns=&quot;http://schemas.microsoft.com/2004/06/windows/eventlog/system&quot;&gt;<br/> &lt;EventID&gt;131075&lt;/EventID&gt;<br/> &lt;Type&gt;3&lt;/Type&gt;<br/> &lt;SubType Name=&quot;Warning&quot;&gt;0&lt;/SubType&gt;<br/> &lt;Level&gt;4&lt;/Level&gt;<br/> &lt;TimeCreated SystemTime=&quot;2009-10-26T14:20:41.1395953Z&quot; /&gt;<br/> &lt;Source Name=&quot;System.ServiceModel&quot; /&gt;<br/> &lt;Correlation ActivityID=&quot;{00000000-0000-0000-0000-000000000000}&quot; /&gt;<br/> &lt;Execution ProcessName=&quot;Microsoft.Practices.ESB.UDDIPublisher&quot; ProcessID=&quot;2508&quot; ThreadID=&quot;1&quot; /&gt;<br/> &lt;Channel /&gt;<br/> &lt;Computer&gt;WIN-PMEJJ9LORO3&lt;/Computer&gt;<br/> &lt;/System&gt;<br/> &lt;ApplicationData&gt;<br/> &lt;TraceData&gt;<br/> &lt;DataItem&gt;<br/> &lt;TraceRecord xmlns=&quot;http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord&quot; Severity=&quot;Warning&quot;&gt;<br/> &lt;TraceIdentifier&gt;http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx&lt;/TraceIdentifier&gt;<br/> &lt;Description&gt;Throwing an exception.&lt;/Description&gt;<br/> &lt;AppDomain&gt;Microsoft.Practices.ESB.UDDIPublisher.exe&lt;/AppDomain&gt;<br/> &lt;Exception&gt;<br/> &lt;ExceptionType&gt;System.ServiceModel.FaultException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/ExceptionType&gt;<br/> &lt;Message&gt;&lt;/Message&gt;<br/> &lt;StackTrace&gt;<br/> at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp;amp; rpc)<br/> at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)<br/> at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)<br/> at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)<br/> at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type)<br/> at Microsoft.Practices.ESB.UDDI3.UDDI_Security_PortType.get_authToken(get_authTokenRequest request)<br/> at Microsoft.Practices.ESB.UDDI3.UDDI_Security_PortTypeClient.Microsoft.Practices.ESB.UDDI3.UDDI_Security_PortType.get_authToken(get_authTokenRequest request)<br/> at Microsoft.Practices.ESB.UDDI3.UddiClient.SetUddiAuthentication(String username, String password, String url, BasicHttpSecurityMode securityMode, HttpClientCredentialType credential)<br/> at Microsoft.Practices.ESB.UDDIPublisher.Publish.Main(String[] args)<br/> &lt;/StackTrace&gt;<br/> &lt;ExceptionString&gt;System.ServiceModel.FaultException&lt;/ExceptionString&gt;<br/> &lt;/Exception&gt;<br/> &lt;/TraceRecord&gt;<br/> &lt;/DataItem&gt;<br/> &lt;/TraceData&gt;<br/> &lt;/ApplicationData&gt;<br/> &lt;/E2ETraceEvent&gt;<br/> <br/> The system consists of a 2008 Server with UDDI 3.0 SQL 2008.<br/> Anybody recognizes this error or has a solution ?Mon, 26 Oct 2009 14:58:52 Z2009-11-17T15:37:44Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/4b349bac-f7f5-44b7-a1a4-06b9ebec7cfahttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/4b349bac-f7f5-44b7-a1a4-06b9ebec7cfaorentalhttp://social.msdn.microsoft.com/Profile/en-US/?user=orentalHow To Pass Large Messages through WCF Generic onRampHi,<br/><br/>In My Organization I have to deal with large messages(10-30MB)<br/><br/>how can i receive these messages through the generic onramp?(MTOM encoding??)<br/><br/>TNX,<br/><br/>Wed, 11 Nov 2009 11:06:22 Z2009-11-18T03:34:01Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/78ebe124-9a75-4ef3-b1f8-52c07fd62c49http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/78ebe124-9a75-4ef3-b1f8-52c07fd62c49Ram KVhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ram%20KVRouting failure (ItinerarySelectReceivePassthrough->OnRamp->Orchestration)I deployed schema (XLANGS.BaseTypes.Any) as web service and submitted message to the  ESB through web service. <div><br/></div> <div>Here is the message flow:</div> <div>- ItinerarySelectReceivePassthrough (Configured to BRE which will attach itinerary)</div> <div>- Message received on OnRamp</div> <div>- Sends to the Orchestration </div> <div>Here is the issue, Orchestration is not picking up the message, I did setup filter expressions for servicename, servicetype and servicestate.</div> <div><br/></div> <div>Here is the exception:</div> <div><br/></div> <div><strong>A message received by adapter &quot;SOAP&quot; on receive location &quot;WebService_ESBServiceDev1/ESBServiceDev1&quot; with URI &quot;/ESBServiceDev1/ESBServiceDev1.asmx&quot; is suspended. </strong></div> <div> <div><strong> Error details: The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration console to troubleshoot this failure.  </strong></div> <div><strong> MessageId:  {E61211E8-3929-4299-8B76-996E41E1581C}</strong></div> <div><strong> InstanceID: {CF97CF82-8400-403D-BEDB-CA7EBB3F66BE}</strong></div> <div><br/></div> <div>However if i set messaging extender instead of orchestration and also static resolver message is processing but this is not what i needed.</div> <div><br/></div> <div>Any suggestions greatly appreciated.</div> <div><br/></div> <div>Thanks,</div> <div>Ram. </div> </div> <div><br/></div>Sun, 15 Nov 2009 00:23:01 Z2009-11-15T19:56:45Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/6e1eda40-f1e0-4a66-9f2a-c28a2cfef0b8http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/6e1eda40-f1e0-4a66-9f2a-c28a2cfef0b8MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKProblems with ESB Fault HandlingI am testing out the ESB fault handling process and I am encountering some very basic issues. I took a simple scenario - an itinerary that receives a message via WCF &amp; then routes via a dynamic ESB send port using WCF transport, the routing information being specified via a business rule. In the receiving WCF application I deliberately throw an exception. These are the issues I see:<br/><br/>a) Unable to deteremine error reason due to error message truncation<br/>In the the ESB portal I find the error but the fault description &amp; exception is truncated to 4096 characters. WCF generates very long exception messages so all I see is a message beginning &quot;System.ServiceModel.FaultException ....&quot;. The ESB Portal doesn't even try to display the full 4096 characters, in fact I don't quite understand what it is displaying - it certainly does not look the same as the fault exception message found in the EsbExceptionDb. In the database I see:<br/><br/>System.ServiceModel.FaultException: &lt;s:Envelope xmlns:s=&quot;<a href="http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope</a>&quot; xmlns:a=&quot;<a href="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing</a>&quot; xmlns:u=&quot;<a href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd&quot;&gt;&lt;s:Header&gt;&lt;a:Action">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd&quot;&gt;&lt;s:Header&gt;&lt;a:Action</a> s:mustUnderstand=&quot;1&quot; u:Id=&quot;_2&quot;&gt;http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher/fault&lt;/a:Action&gt; ... etc<br/><br/>Whilst the ESB portal shows:<br/><br/>System.ServiceModel.FaultException: http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher/faulturn:uuid:021231b7-c5d1-441c-be45-b714fe8cf8182009-11-05T09:57:25.755Z2009-11-05T10:02:25.755Z024HALTMLJLHbupEDkpp5HwzA==WWZrr07Cx529SgpdjMdjhQ<br/><br/>which would be totally useless to any operator trying to determine the error. What is the ESB Portal doing? Is it having a problem because the full error is not being logged?<br/><br/>Buried in the WCF fault message is the actual error in the &quot;&lt;Body&gt;&lt;Fault&gt;...&quot; - the ESB should be picking that up since inside it is the actual error message from the faulting target application.<br/><br/>b) Incorrect Service Name and Fault Generator<br/>I have an itinerary with an orchestration service. The orchestration is sending a message to WCF using a dynamic port. If the receiving WCF service faults the ESB logs the error (with all the issues noted above) but &quot;Service Name&quot; and &quot;Fault Generator&quot; are being set to values from earlier in the itinerary and not the current service and port.<br/><br/>c) Message Retries<br/>On a static send or send/receive port BizTalk normally defaults to performing 3 retries before failing the message, but with a dynamic send or send/receive an error is being generated immediately. How do we specify message retry and retry interval for ESB dynamic ports?<br/><br/>d) Message Content Type Set to &quot;text/plain&quot;<br/>The ESB is capturing the failed message but it is setting the content type to &quot;text/plain&quot; within the EsbExceptionDb, yet BizTalk clearly shows these messages as being text/xml. The ESB Portal then subsequently does not allow you to resubmit the message since it will only submit text/xml messages back to the WCF OnRamp.<br/><br/>The ESB Fault handling is one of the things Microsoft says is a significant bonus of the ESB toolkit, but this catalogue of problems with the error handling starts to make it rather unusable. <br/>Thu, 05 Nov 2009 10:50:01 Z2009-11-13T18:11:37Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2b38c1bc-20bb-4476-ba7a-31adf21558e8http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2b38c1bc-20bb-4476-ba7a-31adf21558e8MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKTransport Retry Options in a BRE RuleHi,<br/><br/>does anyone know how you specify the transport retry and retry interval options within a BRE rule for a dynamic send or send/receive port?Thu, 05 Nov 2009 18:59:33 Z2009-11-12T04:58:20Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/29873074-c3b4-4f1c-8f94-7f60df2b6121http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/29873074-c3b4-4f1c-8f94-7f60df2b6121Rajinder Singhhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rajinder%20SinghProblem with creating a custom resolver<p>I am trying to create a custom resolver.<br/>I have followed the instructions in the Help file.<br/><br/>To create a custom resolver</p> <p>1. Create an assembly with a class that implements the IResolveProvider interface and contains a Resolve method that returns resolver facts as an instance of the Dictionary class. <br/>2. Register the resolver by adding it to the Esb.config configuration file using a &lt;resolver&gt; element that contains the root moniker as the name attribute and the fully qualified assembly name as the type attribute.<br/>3. Added the assembly to GAC<br/><br/>When I try to add a new Resolver I don't see the newly added resolver. I have reviewed my class that implements IResolverProvider and the esb.config settings. I don't see anything wrong but I cannot get the resolver implementation list to show me my new resolver. There are no errors logged so it is hard to debug.<br/><br/>I was wondering if the instructions are complete or if a step is missing. If  you have written a custom resolver please share any tips to fix this issue.<br/><br/>Thank</p><hr class="sig">Integration ArchitectWed, 11 Nov 2009 19:14:15 Z2009-11-12T18:34:34Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/c65e6ef7-5817-4168-88f6-c15c7210ae4bhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/c65e6ef7-5817-4168-88f6-c15c7210ae4bshathishprabuhttp://social.msdn.microsoft.com/Profile/en-US/?user=shathishprabuCalling WebService From ItineraryHi,<br/> <br/> I trying to call Web Service from Itinerary. The Web Service is invoked and I am also getting the response from the Web Service if it is without any parameters. <br/> But when I am calling Web Method with Parameter(which is of XMLDocument type, to receive the Itinerary Message) the Parameter value is always null, the Itinerary Message is not getting passed to the Web Method.<br/> <br/> Can someone please suggest how to proceed.<br/> <br/> Thanks.Fri, 30 Oct 2009 14:14:23 Z2009-11-11T16:38:03Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/297e38e3-48af-4cdb-9b8e-7f65a9aa3960http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/297e38e3-48af-4cdb-9b8e-7f65a9aa3960Grzegorz.Piotrowskihttp://social.msdn.microsoft.com/Profile/en-US/?user=Grzegorz.Piotrowskiesb.portal -> faults pagehi,<br/> <br/> got strange issue,<br/> portal up and running, exception service working...<br/> 2 projects set to use esb exception handling... <br/> <br/> until now everything looks fine...<br/> <br/> <br/> had around 1000 - 2000 errors in db,  everything works (portal, errorhandling)<br/> <br/> i've started load testing the esb toolkit (exception handling)<br/> <br/> with around 3 - 4 k of errors... suddenly page responsible for showing faults throws such exception:<br/> {&quot;The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM'.&quot;}<br/> <br/> the strange thing is that it worked ... nothing changed in configuration....<br/> i've spent 1/2 day looking in what to ____ is going on... then i've came to wild idea... delete rows from db...<br/> now db has 0 records... fault page shows ok,<br/> added few errors shows ok,<br/> <br/> <br/> is there somekind of limit that im not aware of ?<br/> did any of you got similar issues ?Fri, 18 Sep 2009 13:06:22 Z2009-11-11T16:04:02Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2b6f2783-321a-420a-85e9-c55afb282215http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/2b6f2783-321a-420a-85e9-c55afb282215Vladimir Vasiltsovhttp://social.msdn.microsoft.com/Profile/en-US/?user=Vladimir%20VasiltsovWCF-Adapter + Linked Server + ESBI'm trying to connect all those three things together. <br/><br/>System is Windows Server 2008, Biztalk 2009, ESB, MSSQL 2008.<br/><br/>I have some data in Oracle 10G database, I'm trying to access this data. The scenario I try is the following. I have a View in MSSQL, view selects the data from a Linked oracle server. I consume that data in WCF-custom adapter in Off-Ramp extender using sqlBinding. <br/><br/>Every piece of the puzzle works great separately, but when I try get the data from itinerary, over WCF-Custom (sqlBinding), linked server to Oracle 10g I get the following message:<br/><br/><strong>System.Data.SqlClient.SqlException: The operation could not be performed because OLE DB provider &quot;OraOLEDB.Oracle&quot; for linked server &quot;RTW&quot; was unable to begin a distributed transaction.<br/><br/></strong>The Distributed Transaction Coordinator is up and running, and accepring remote clients, allows inbound and outbound, does not require any authentication has XA Transactions enabled and works as a NetworkService.<br/><br/><br/>What is that I should configure, enable/disable or read to get what is that needed to get this thing working.<br/><br/>I appritiate any help. ThanksThu, 05 Nov 2009 19:55:28 Z2009-11-13T01:49:24Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/6aae6985-622b-4034-8df4-ddbf8cebe0c7http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/6aae6985-622b-4034-8df4-ddbf8cebe0c7MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKBRI Rule Problem with Content Based RoutingHi,<br/><br/>I am using the ESB generic WCF receive port and I am using a &quot;generic&quot; business rule to assign the correct itinerary. I am having a problem writing a business rule that does this:<br/><br/>IF Context Message Type = &quot;some-doc-spec-1&quot; <br/>  AND <br/>    (doc-content = 'X' OR doc-content = 'Y')<br/>OR Context Message Type = &quot;some-doc-spec-2&quot; <br/>OR Context Message Type = &quot;some-doc-spec-3&quot; <br/>THEN<br/>  Set Itinerary Name = zzzz <br/><br/>Using the above rule, messages of context type &quot;some-doc-spec-1&quot; get selected if they have the correct content, but never for the &quot;OR&quot; conditions. The BRE rule is actually written as:<br/><br/>OR<br/>|_ AND<br/>|    |_   Context Message Type = &quot;some-doc-spec-1&quot; <br/>|    |_   OR<br/>|           |_ doc-content = 'X'<br/>|           |_ doc-content = 'Y'<br/>|_  Context Message Type = &quot;some-doc-spec-2&quot; <br/>|_  Context Message Type = &quot;some-doc-spec-3&quot; <br/><br/>If I split this rule into 2 rules by putting the outer OR's into another rule:<br/><br/>IF Context Message Type = &quot;some-doc-spec-1&quot; <br/>  AND <br/>    (doc-content = 'X' OR doc-content = 'Y')<br/>THEN<br/>  Set Itinerary Name = zzzz <br/><br/>plus:<br/><br/>IF  Context Message Type = &quot;some-doc-spec-2&quot; <br/>OR Context Message Type = &quot;some-doc-spec-3&quot; <br/>THEN<br/>  Set Itinerary Name = zzzz <br/><br/>then itineraries are set for all document types. But this is not ideal - I would rather have one rule per itinerary so I can see all the logic in one place.<br/><br/>Thus it seems you can't have a rule that mixes CONTENT based routing with CONTEXT based routing for different<br/><br/>Does anyone know how to invoke &quot;Test Policy&quot; to test a BRI rule? I believe you need fact creators for the ESB facts, but I don't know where they are.<br/>Thu, 05 Nov 2009 16:21:58 Z2009-11-13T01:48:28Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/1e36627d-be92-442c-8d58-6c34e05cc730http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/1e36627d-be92-442c-8d58-6c34e05cc730Rajinder Singhhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rajinder%20SinghMSMQ Adapter Provider for ESB Toolkit 2.0I just wrote a detailed blog post about how you can connect to MSMQ from ESB Toolkit.<br/>One of the option is to use a custom adapter provider for MSMQ.<br/>You can look at this post and code samples at<br/><br/><a href="http://rajsinghblog.wordpress.com/2009/11/10/sending-messages-from-esb-toolkit-to-msmq-2/">http://rajsinghblog.wordpress.com/2009/11/10/sending-messages-from-esb-toolkit-to-msmq-2/</a><br/><br/>Cheers<hr class="sig">Integration ArchitectTue, 10 Nov 2009 22:27:47 Z2009-11-10T22:27:47Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b68b2109-e4e8-4753-9dad-fa4b8003bf26http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/b68b2109-e4e8-4753-9dad-fa4b8003bf26SumanaMhttp://social.msdn.microsoft.com/Profile/en-US/?user=SumanaMDynamic Transformation using ESB<p>Hi,<br/><br/>I have the following requirement:<br/><br/>I have an EDI message coming into BizTalk. I have to select a particular map  depending on the MessageType and the PartyName that are present as context properties.<br/><br/>For this I have a SQL table that has entries for PartyName, MessageType and Map Name.<br/><br/>I have created an itinerary that has the following components: an On-Ramp to receive the EDI message-&gt;An Itinerary Service(Messaging Extender) that has a BRE Resolver-&gt;An off-Ramp Extender that specifies the output location-&gt;An off-Ramp that specifies the send port.<br/><br/>The Messaging Extender has the Service Name set to Microsoft.Practices.ESB.Transform.Service.<br/><br/>The BRE resolver has the UseMsg set to True. This calls a business rule that gets the map name depending on the PartyName from the database. <br/>I am getting a routing error saying there is no subscribing orchestration or Send Port. Also, the suspended message has not been transformed.<br/><br/>The Send Port is a dynamic one-way send port with ItineraryPassThroughPipeline and has three filters <br/>Microsoft.Practices.ESB.Itinerary.Schemas.ServiceName<br/>Microsoft.Practices.ESB.Itinerary.Schemas.ServiceState<br/>Microsoft.Practices.ESB.Itinerary.Schemas.ServiceType<br/><br/><br/>Could you please guide me as to how to apply the transformation dynamically depending on the context property &quot;PartyName&quot; and &quot;MessageType&quot;?</p> <p>Thanks,</p> <p>Sumana.</p>Mon, 09 Nov 2009 09:08:18 Z2009-11-16T08:39:28Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/eba846c6-a5b5-4bfe-93e8-143135c241b9http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/eba846c6-a5b5-4bfe-93e8-143135c241b9nick.hauensteinhttp://social.msdn.microsoft.com/Profile/en-US/?user=nick.hauensteinUnofficial ESB Toolkit Survey<p>Hello all,<br/><br/>I have some survey-style questions for anyone that feels like answering them. This is to satisfy my personal curiosity, and is not an official survey in anyway, nor will it likely have any effect on anything (though it might affect how I talk about and/or explain ESB). Hopefully we will be able to learn from each other though, in seeing how each of us is using (or not using) the Toolkit.<br/><br/>1.) What types of scenarios have you found that the ESB Toolkit (not just the exception handling stuff) is helpful? In which types of scenarios has using it increased productivity? Be as specific as you can.<br/><br/>2.) What types of scenarios have you found that just using regular BizTalk stuff (pipelines / orchestrations) without ESB has been more helpful? Be as specific as you can.<br/><br/>3.) What types of scenarios have you tried using ESB and then reverted to using regular BizTalk stuff? Be as specific as you can.<br/><br/>4.) What would you say is the biggest pain point in the Toolkit? How do you deal with it?<br/><br/>5.) What pain point (for you personally) does the Tookit address, if any?</p><hr class="sig">BizTalk ESB Toolkit 2.0 Training: http://quicklearn.com/redir/?r=esbtrainingWed, 28 Oct 2009 20:34:34 Z2009-11-09T10:51:31Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/1b949254-d7af-44dd-a776-1c67de0afd06http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/1b949254-d7af-44dd-a776-1c67de0afd06Copseyhttp://social.msdn.microsoft.com/Profile/en-US/?user=CopseySQL Standard Edition OK for ESB Toolkit?Hi all<br/>is there anything in the ESB toolkit that requires SQL Enterprise Edition rather than standard edition? <br/>The two-node cluster limit it ok but is there anything lurking in the restrictions to Analysis Services that would cause a problem?<br/><br/>thanksMon, 02 Nov 2009 11:03:46 Z2009-11-09T07:54:47Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/9d12feef-a0a6-489f-9375-955b1786ebd4http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/9d12feef-a0a6-489f-9375-955b1786ebd4MikeGBUKhttp://social.msdn.microsoft.com/Profile/en-US/?user=MikeGBUKCodeplex ESB ExtensionsHi,<br/><br/>not sure if this has been posted before on this forum, but I noticed that some ESB extensions have been published that overcome some of the limitations of the ESB toolkit and provide extra functionality.<br/><br/>See here: <a href="http://esbextensions.codeplex.com/">http://esbextensions.codeplex.com/</a> Fri, 06 Nov 2009 15:20:50 Z2009-11-06T15:20:53Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/4418f88e-dda5-49ea-87f2-8d42fad7ba84http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/4418f88e-dda5-49ea-87f2-8d42fad7ba84Jody Petronihttp://social.msdn.microsoft.com/Profile/en-US/?user=Jody%20PetroniESB Management Console - cant get date ranges working for faults!!!Hi All,<br/>I am actually using the ESB Guidance framework for 2006/r2 but I have created and can view faults succesfully in the Console. However it only works if I select the &quot;all&quot; date range. If I select &quot;hour&quot; for example - even though the fault was recorded in the last five minutes it doesnt display. Only if I select &quot;all&quot; can I see it.<br/><br/>I can clearly see the datetime of the fault as occuring within the hour.<br/><br/>Any ideas would be appreciated<br/><br/>Thanks<br/><hr class="sig">Biztalk DeveloperMon, 02 Nov 2009 04:52:41 Z2009-11-02T04:52:41Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/34b72910-f0d2-4b41-a24c-f06799621462http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/34b72910-f0d2-4b41-a24c-f06799621462Michelle_Hartneyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Michelle_HartneyCan't call itinerary without restarting the application<p>i have a problem with calling itinerary everytime i start my server. i have only one server and since it doesnt have much capacity, i need to turn off the biztalk server(running on vmware) when i am not using it. when i start the computer and try to send itinerary request using test client, i get the error, request timed out. there are no errors in the event log. all the applications microsoft.practices.esb, globalbank.esb and my application consisting of orchestrations are started. i don't know what's wrong.<br/><br/>but when i run the script setup_bin.cmd for installing the itinerary onramp sampe ( which restarts globalbank.esb and other applications), it works instantly.<br/><br/>i am getting paranoid. everytime i start the server, i need to re-install itinerary onramp sample for all those things to work. is there anything i am doing wrong?</p>Sun, 01 Nov 2009 02:20:17 Z2009-11-01T02:27:37Zhttp://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/89b3eb5a-8d45-4c4d-b38e-7cef5018a532http://social.msdn.microsoft.com/Forums/en-US/biztalkesb/thread/89b3eb5a-8d45-4c4d-b38e-7cef5018a532GerbenvOhttp://social.msdn.microsoft.com/Profile/en-US/?user=GerbenvOError: The itinerary header could not be foundI receive the next message: &quot;The itinerary header could not be found&quot;. I have 2 scenarios. In the first scenario I'm using the ItinerarySelectReceivePassthrough pipeline. In this scenario I'm calling a webservice via the Itinerary and it just works fine. In the second scenario I've created a custom pipeline with the same components (ESB Itinerary Selector and ESB Dispatcher) as in the ItinerarySelectReceivePassthrough, but with an additional component: BTAHL7 2.X Disassembler (second stage). The ResolverConnectionString is entered correctly. I also see that the ItineraryHeader is on the context from the message. But it still fails in the ESB Dispatcher (note: setting the Enabled to false is not an option).<br/><br/>The complete message I receive: 'There was a failure executing the receive pipeline: &quot;mycompany.myproduct.BTAHL7PipelinesESB.ItinerarySelectReceivePassthroughHL7X, mycompany.myproduct.BTAHL7PipelinesESB, Version=1.0.0.0, Culture=neutral, PublicKeyToken=91608530323964c9&quot; Source: &quot;ESB Dispatcher&quot; Receive Port: &quot;ReceiveADTMessage&quot; URI: &quot;127.0.0.1:14123&quot; Reason: The itinerary header could not be found. '<br/><br/>Anyone a suggestion? Or a clue?Tue, 27 Oct 2009 09:59:46 Z2009-11-03T02:50:38Z