Windows 2008 R2 might end up giving me a heart attack at some point. Yesterday I installed and configured UDDI 3.0 as part of an ESB 2.0 install & config. After configuring UDDI 3.0, if I browsed to the localhost/uddi virtual directory from IIS, all of the links would show up in UDDI. If opened up IE and went to the UDDI site only the Home and Search links would show up. You've probably already guessed at what the "fix" was... I had to Run IE as Administrator. Then when I browse to the UDDI site ......
Earlier this week I had an ESB endpoint (Off-Ramp in ESB parlance) that I was sending to over http using WCF-BasicHttp. I needed to switch the protocol to https: which I did by changing my UDDI Binding over to https: No problem from a management perspective; however, when I tried to run the process I saw this exception: Event Type: Error Event Source: BizTalk Server 2009 Event Category: BizTalk Server 2009 Event ID: 5754 Date: 3/10/2010 Time: 2:58:23 PM User: N/A Computer: XXXXXXXXX Description: ......
When deploying the Microsoft.BizTalk.ESB.BAM.E... BAM activity (as part of the Core ESB Toolkit install) we ran into this error: --- OLE DB error: OLE DB or ODBC error: DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied : 08001 Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of ‘bam_ExcByApplication’, Name of ‘bamExcByApplication’ --- The issue was that we used a SQL Server Alias while configuring ......
I had this exception in the Application Event Log after trying to bring up the portal in IE (after a newly installed and configured BizTalk & ESB platform): --- Exception information: Exception type: WebException Exception message: The remote server returned an error: (401) Unauthorized. --- I was working in a two (application) server BizTalk environment but I only had this exception on one server. The portal came up fine on the other server. I looked at IIS log files and found a 401 for /ESB.Exceptions.Service/Exc... ......
I ran into the error, below, because the host instance didn't have permissions to read the C:\Program Files\Microsoft BizTalk ESB Toolkit 2.0\esb.config file. Also, don't forget to restart your host instance (or run iisreset) after you update your permissions. Event Type: Error Event Source: BizTalk ESB Toolkit 2.0 Event Category: None Event ID: 6060 Date: 2/9/2010 Time: 2:03:58 PM User: N/A Computer: XXXXXXXXXXXXX Description: Error 194008: An error occurred reading the, esb, Section in the config ......
Event Type: Error Event Source: BizTalk ESB Toolkit 2.0 Event Category: None Event ID: 6060 Date: 1/31/2010 Time: 7:06:00 AM User: N/A Computer: WS03_OFFICE07 Description: Parameter name cannot be null or an empty string. Parameter name: key Source: Microsoft.Practices.ESB.Res... Method: System.Collections.Generic.... Resolve(Microsoft.Practices... Microsoft.BizTalk.Message.I... Microsoft.BizTalk.Component... ......
[Source: http://geekswithblogs.net/a... I recently had the pleasure of installing and configuring the ESB Toolkit 2.0 in a multi-server environment. There are some notes on how to do this in the official documentation but they’re not exhaustive and they don’t include details on how to install the management portal in a multi-server environment. Prerequisites: · Install and Configure BizTalk in your multi-server environment · Install and Configure UDDI in your multi-server ......