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 development
Azure Development
Azure Infrastructure
BI and Analytics
cyber security
FIM & Identity Management
Integration BizTalk
Messaging & Voice
Mobile and Devices
MOD Client
MOD Datacenter
Modern Apps & Services
SharePoint
SQL Server
UX
Visual Studio & ALM
Archive
Archives
January 2015
(6)
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
January, 2015
TechNet Blogs
»
GD Bloggers
»
January, 2015
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Enable .net framework 3.5 on windows server 2012 R2 VM created in Azure Environment
Posted
1 day ago
by
Rohit Bhatt1
2
Comments
To install SQL Server on Windows Server 2012 R2 VM Server in Azure, .net framework 3.5 should be installed first on the same Server. .net framework 3.5 can be installed using below two steps: 1. DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess...
Windows Azure Pack – Implementation Issue – G2 Hardware Profile could not be selected when create VM from sysprep vhdx
Posted
9 days ago
by
Maged Ezzat
Another minor issue I found while stabilizing Windows Azure Pack IaaS environment, it was noted that when try to create standalone virtual machine by selecting a sysprep vhdx from gallery in WAP you could not select any of the available Hardware Profiles...
Windows Azure Pack – Implementation Issue – Failed to create VM from sysprep vhdx
Posted
13 days ago
by
Maged Ezzat
1
Comment
I went through another very interesting issue while WAP implementation during stabilizing a WAP production environment, although we able to create standalone virtual machine from different templates, in addition we able to create standalone virtual machine...
TCP CICS transactions integration and automated rollback
Posted
16 days ago
by
Mohamed M Malek
Introduction Integrating BizTalk applications with Mainframe programs can be done using many methods. One of the most convenient methods is to use the TCP CICS integration model using the standard listener TRM or enhanced listener ELM program link. Both...
Windows Azure Pack – Implementation Issue – ACTIVE (OUT OF SYNC)
Posted
17 days ago
by
Maged Ezzat
2
Comments
Recently I faced an issue while building a complete Windows Azure Pack solution to provide Infrastructure as a Service (IaaS), initially everything was working properly while I was doing testing after each step of WAP deployment, so I able to create three...
Writing a custom HostApps ESB adapter provider to integrate ESB toolkit with a Mainframe
Posted
17 days ago
by
Mohamed M Malek
Adapter provider framework is how the ESB toolkit configures the off-ramps to send requests using dynamic send ports. An adapter provider is an implementation of the base abstract class BaseAdapterProvider . The adapter provider is simply a component...