by community-syndication | Oct 11, 2010 | BizTalk Community Blogs via Syndication
It has been a couple of years ago since I last attended a TechEd. It was 2005 in Amsterdam and I am fortunate to go this year to venue in Berlin. I know there will be a couple of BizTalk sessions like one from Mikael H%u00e5kansson called:
BizTalk Server Performance: Configuring BizTalk Server for performance
Description
Optimizing and verifying your BizTalk Server installation is not an easy thing to do. The documentation is good but very extensive. This presentation aims to guide you through the most important operations you need to do in order to boost the performance of BizTalk. The session includes a live demo where these settings are applied and how it significantly improves the performance.
This session will cover BizTalk 2010 and MS SQL Server 20008 R2.
Or one by Paolo Salvatori and Tony Meleg:
BizTalk Biztalk Server – What is it, What’s new, What’s next
Description
BizTalk is a key part of Microsoft’s Integration platform, if you don’t know about its powerful and rich set of capabilities, come and hear about them, learn what they can do for you. Already familiar with BizTalk and want to know what is new in BizTalk Server 2010? – then we will cover the main investment areas and show these. Finally, we will tell you where this is all going, what’s the strategy for the integration workload at Microsoft and how does BizTalk Server fit into this strategy.
There will be many more session not just BizTalk. Hope to meet some of you there.
Cheers.
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
Registrations are quickly nearing capacity and registrations closes Thursday morning for the BizTalk Saturday – Sydney BizTalk 2010 Hands on Day on the 16th of October. For more details please visit: http://www.biztalksaturday.com/HandsOnDays2010.aspx
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
About a month ago we had a problem in migrating an old BizTalk application from development environment to quality environment. This application sign the incoming messages, base in the certificate installed in the machine, and put this signature in one record in the body of the message, all of this is execute in the received […]
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
This problem occurs many times when we are trying to deploy pipeline components (copy dll to folder: “C:\Program Files\Microsoft BizTalk Server \Pipeline Components”. “cannot copy "custom pipeline component" as the earlier is in use” CAUSE Visual Studio has a lock on the file in order to show the pipeline components in the toolbox. Or Some […]
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
get-service BTS* | foreach-object -process {restart-service $_.Name} You can also set all your BTS Services to start ‘automatic’ as follows: get-service BTS* | foreach-object -process {set-service $_.Name -startuptype automatic} By Mick Breeze Tags: BizTalk | PowerShell
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
All sessions from the European BizTalk Conference will be available on MSDN shortly.
For more information: http://appliedarchitecturepatterns.com/
by community-syndication | Oct 10, 2010 | BizTalk Community Blogs via Syndication
I’m attending TechEd Europe on the 8th to 12th of November. I’ll be celebrating my birthday in Berlin, although I’m looking forward to the former more than the latter. If you want to wish me a happy birthday, or talk about technology or successful user groups look me (or Mikael) up. Mikael will be doing a session while I’m just there to drink in the knowledge, networking, atmosphere and free beer. Hey, after all, it is my birthday
by community-syndication | Oct 9, 2010 | BizTalk Community Blogs via Syndication
It was a long ago.
Smart guys from all across the world were in one place, at Microsoft campus.
There are pictrures from the MVP (Microsoft Most Valuable Professional) Summit 2010 in Bellevue and Redmond, WA.
All pictures are here:
http://public.fotki.com/leogan/cities_and_countries/usa/2010_mvp_summit/
Here are mostly BizTalk and CSD MVPs.
See list of BizTalk MVP here https://mvp.support.microsoft.com/communities/mvp.aspx?product=1&competency=BizTalk
list of the Connected System Developer MVP –
https://mvp.support.microsoft.com/communities/mvp.aspx?product=1&competency=Connected+System+Developer
by community-syndication | Oct 8, 2010 | BizTalk Community Blogs via Syndication
The ServiceContract attribute identifies the interface as a WCF service contract from which WCF can generate a Web Services Description Language (WDSL) description. The Namespace attribute should qualify the contract as belonging to your organizational domain and to the functional domain.
read more
by community-syndication | Oct 8, 2010 | BizTalk Community Blogs via Syndication
A WCF service can contain one or more endpoints. An endpoint defines the three pieces of information that a client needs to successfully communicate with a service
Address:
The logical address of the service. This is a uniform resource identifier (URI) in the format that is required by the transport protocol that the service uses
read more