TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
GD Bloggers
This is the blog site for Microsoft Global Delivery Communities focused in sharing the technical knowledge about devices, apps and cloud.
Visitor Globe
Large Visitor Globe
Search Blogs
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
.NET Framework
Asp.Net
Biztalk
Configuration Manager
Exchange 2010
Hyper-V
Office 365
Operations Manager 2007 R2
Orchestrator 2012
SharePoint
SharePoint 2010
SharePoint 2010 troubleshooting
SharePoint 2013
SharePoint Foundation
SharePoint Troubleshooting
SQL Server
System Center 2012 Configuration Manager
Visual Studio
Windows 2008
Windows 7
Windows 8
Windows Azure
Windows Server 2012
Windows Server 8
Archive
Archives
December 2014
(1)
September 2014
(1)
June 2014
(5)
May 2014
(5)
April 2014
(3)
March 2014
(5)
February 2014
(3)
January 2014
(2)
December 2013
(7)
November 2013
(1)
October 2013
(2)
September 2013
(4)
August 2013
(2)
July 2013
(8)
June 2013
(10)
May 2013
(8)
April 2013
(6)
March 2013
(5)
February 2013
(12)
January 2013
(6)
December 2012
(4)
November 2012
(5)
October 2012
(5)
September 2012
(7)
August 2012
(3)
July 2012
(2)
June 2012
(3)
May 2012
(50)
April 2012
(10)
March 2012
(26)
February 2012
(8)
January 2012
(8)
December 2011
(12)
November 2011
(13)
October 2011
(7)
September 2011
(15)
August 2011
(12)
July 2011
(1)
June 2011
(6)
May 2011
(14)
April 2011
(5)
March 2011
(10)
February 2011
(11)
January 2011
(26)
December 2010
(38)
November 2010
(3)
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
November, 2011
TechNet Blogs
»
GD Bloggers
»
November, 2011
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
TFS 2010 in Practice -Part1 (Overview & Dual-server installation)
Posted
over 3 years ago
by
Mecit Atmaca
This is going to be the first part of series of posts on Team Foundation Server (TFS) 2010 and will include overview of TFS 2010 product and an installation scenario. I am going to be practical as much as possible. Alright let’s start. Why...
Caching STS Security Token with an Active Web Client
Posted
over 3 years ago
by
Ahmed Nagy
2
Comments
A common scenario when using an STS (Being ADFS or Custom STS) is the requirement to cache the security token to be used repeatedly with the requests to WCF services to authenticate the calls. This is usually easy in desktop applications when most people...
Fix: BizTalk ESB exceptions notifications service resending emails
Posted
over 3 years ago
by
Mohamed M Malek
1
Comment
What is the ESB Exceptions notifications service? The BizTalk ESB toolkit is an implementation of an enterprise service bus messaging standard. It allows for separation between message content, processes implementation, and process configuration. As part...
Orchestrator 2012 Deployment & Configuration Step by Step – Part 5 “Integration Pack”
Posted
over 3 years ago
by
Maged Ezzat
2
Comments
In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...
Extracting BizTalk Messages Content using XPath in Custom Pipeline Components
Posted
over 3 years ago
by
Mohamed M Malek
4
Comments
Introduction You find yourself writing custom pipeline components in nearly all BizTalk related projects. So this is a common activity. And usually it will mean eventually you will need to extract data from the message coming on the wire using XPath statements...
BizTalk ESB: Step by Step Walkthrough Creating a Custom Orchestration Service
Posted
over 3 years ago
by
Mohamed M Malek
13
Comments
Introduction The BizTalk ESB toolkit is an implementation of an enterprise service bus messaging standard. It allows for separation between message content, processes implementation, and process configuration. This is using what is called ESB itineraries...
BAM portal customization (Websites customization)
Posted
over 3 years ago
by
Mohamed M Malek
1
Comment
Introduction Although the requirement I had was to add a custom page and customize the BizTalk BAM portal; this post actually applies to any web application that is using the compiled web site template. The BAM portal is the business analysis and monitoring...
ESB 2.1 Portal minimal access configuration (Kerberos)
Posted
over 3 years ago
by
Mohamed M Malek
3
Comments
This post will detail how to configure the ESB management portal on a multi-machine environment with minimal access configuration in mind. The environment consists of mainly three server roles: 1. An active directory...
Resolved: BAM deploy view error SELECT permission was denied
Posted
over 3 years ago
by
Mohamed M Malek
1
Comment
I faced a strange issue were I was trying to deploy a new BAM activity and view using the bm.exe tool. Whenever I executed the deploy-all command it simply reports that it deployed the activity and fails while deploying the view with an error like this...
Orchestrator 2012 Deployment & Configuration Step by Step – Part 4 “Build, Testing and Monitoring a Runbook”
Posted
over 3 years ago
by
Maged Ezzat
3
Comments
In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...
Orchestrator 2012 Deployment & Configuration Step by Step – Part 3 “Installation”
Posted
over 3 years ago
by
Maged Ezzat
1
Comment
In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...
Orchestrator 2012 Deployment & Configuration Step by Step – Part 2 “System Requirements”
Posted
over 3 years ago
by
Maged Ezzat
1
Comment
In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...
Orchestrator 2012 Deployment & Configuration Step by Step – Part 1 “Overview and Architecture”
Posted
over 3 years ago
by
Maged Ezzat
3
Comments
In this post series I will go through Microsoft System Center Orchestrator 2012 Deployment and Configuration in Step by Step format with screenshots, and will go into details of the product to help you better understand how you can get benefits from this...