<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.biztalkgurus.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BizTalk Blogs</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/default.aspx</link><description>This group is for blogs related to BizTalk Server.  This includes Community Syndicated blogs and Stephen W. Thomas’s blog.</description><dc:language /><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>Blog Post: What the BizTalk Server 2013 Mapper Updates Mean for You</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/24/what-the-biztalk-server-2013-mapper-updates-mean-for-you.aspx</link><pubDate>Sat, 25 May 2013 01:32:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37536</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>This blog post represents the first in a weekly series that will highlight things you need to know about new features in BizTalk Server 2013. This week we will look at the new mapping engine and how the underlying changes in the engine might effect the behavior you see when using the BizTalk Mapper. If [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=blog.quicklearn.com&amp;#038;blog=46651804&amp;#038;post=300&amp;#038;subd=quicklearntraining&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Nick Hauenstein</description></item><item><title>Blog Post: Creating well-typed BizTalk flat file schemas which contain tags in the middle of a record</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/24/creating-well-typed-biztalk-flat-file-schemas-which-contain-tags-in-the-middle-of-a-record.aspx</link><pubDate>Sat, 25 May 2013 01:30:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37537</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>One of the interesting challenges I&amp;#8217;ve faced in the last year was creating a flat file schema for a well established custom flat file format that was in use at one of my clients.  What made this flat file format different from most that I had dealt with in the past was that this flat [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=adventuresinsidethemessagebox.wordpress.com&amp;#038;blog=33363643&amp;#038;post=619&amp;#038;subd=adventuresinsidethemessagebox&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Johann</description></item><item><title>Blog Post: BAM error: Failed to list permissions for BAM view – System.Data.SqlTypes.SqlNullValueException: Data is Null.</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/24/bam-error-failed-to-list-permissions-for-bam-view-system-data-sqltypes-sqlnullvalueexception-data-is-null.aspx</link><pubDate>Fri, 24 May 2013 09:20:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37534</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>I just encountered an error using the BAM views. None of the BAM views could be opened and I got following error: An unspecified error has occurred. Use the navigation bar on the left to access Business Activity Monitoring views. If the problem persists, contact your System Administrator. Unfortunately, this error doesn&amp;#8217;t give much information [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=blog.cnext.eu&amp;#038;blog=7026719&amp;#038;post=423&amp;#038;subd=cnext&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Cnext</description></item><item><title>Blog Post: Sample automation script | exemple de script d’automatisation</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/24/sample-automation-script-exemple-de-script-d-automatisation.aspx</link><pubDate>Fri, 24 May 2013 06:36:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37533</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>&lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;This sample script shows how to create virtual machines in Windows Azure to prepare an installation of SharePoint Server.&lt;/td&gt;        &lt;td valign="top" width="200"&gt;Le script suivant montre comment automatiser la création de machines virtuelles dans Windows Azure destinées à accueillir une installation de SharePoint Server&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;pre class="csharpcode"&gt;&lt;span class="preproc"&gt;#region&lt;/span&gt; set &lt;span class="kwrd"&gt;default&lt;/span&gt; Windows Azure subscription  Import-Module azure    #select &lt;span class="kwrd"&gt;default&lt;/span&gt; subscription and storage account  $subscription = &lt;span class="str"&gt;&amp;#39;My Azure subscription&amp;#39;&lt;/span&gt;  Set-AzureSubscription -SubscriptionName $subscription -CurrentStorageAccount &lt;span class="str"&gt;&amp;#39;mystockageazure&amp;#39;&lt;/span&gt;  Set-AzureSubscription -DefaultSubscription $subscription  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    #$adminPassword=&lt;span class="str"&gt;&amp;quot;******obfuscated*****&amp;quot;&lt;/span&gt;  &lt;span class="preproc"&gt;#region&lt;/span&gt; secret  $adminPassword=&lt;span class="str"&gt;&amp;quot;MWfvsoor75&amp;quot;&lt;/span&gt;  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; other initializations  $serviceName = &lt;span class="str"&gt;&amp;#39;confsharepointc05&amp;#39;&lt;/span&gt;  $virtualNetworkName = &lt;span class="str"&gt;&amp;#39;network123&amp;#39;&lt;/span&gt;  $adminUsername = &lt;span class="str"&gt;&amp;#39;c05admin&amp;#39;&lt;/span&gt;    # get the credential &lt;span class="kwrd"&gt;as&lt;/span&gt; PSCredential (same type &lt;span class="kwrd"&gt;as&lt;/span&gt; what would be retrieved by the following command:  #    $credential = Get-Credential -UserName &lt;span class="str"&gt;&amp;quot;.\${adminUsername}&amp;quot;&lt;/span&gt;  # )  $SecureStringadminPassword = ConvertTo-SecureString –String $adminPassword –AsPlainText -Force  $credential = New-Object –TypeName System.Management.Automation.PSCredential –ArgumentList $adminUsername, $SecureStringadminPassword      # One can select an image by issuing commands like  # get-azurevmimage | select Label, ImageName, IsPremium  # get-azurevmimage | &lt;span class="kwrd"&gt;where&lt;/span&gt; { $_.Label -Match &lt;span class="str"&gt;&amp;#39;Windows Server 2012 Datacenter, Apri&amp;#39;&lt;/span&gt; }  $WindowsServer2012ImageName = &lt;span class="str"&gt;&amp;#39;a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-Datacenter-201304.01-en.us-127GB.vhd&amp;#39;&lt;/span&gt;  $WindowsAndSqlServerImageName = &lt;span class="str"&gt;&amp;#39;fb83b3509582419d99629ce476bcb5c8__Microsoft-SQL-Server-2012SP1-Standard-CY13SU04-SQL11-SP1-CU3-11.0.3350.0-B&amp;#39;&lt;/span&gt;    #create an empty collection of VMConfigs  $vms = @()  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; create domain controller  $DcVmName = &lt;span class="str"&gt;&amp;#39;C05DC1&amp;#39;&lt;/span&gt;    Write-Host &lt;span class="str"&gt;&amp;quot;creating $DcVmName&amp;quot;&lt;/span&gt;  $adminPort = 52101    #create a &lt;span class="kwrd"&gt;new&lt;/span&gt; VM Config  $newVM = `      New-AzureVMConfig -ImageName $WindowsServer2012ImageName -InstanceSize Small -Name $DcVmName `          -AvailabilitySetName &lt;span class="str"&gt;&amp;quot;C05DC&amp;quot;&lt;/span&gt; -DiskLabel &lt;span class="str"&gt;&amp;quot;${DcVmName}os&amp;quot;&lt;/span&gt; `          -HostCaching ReadWrite -Label &lt;span class="str"&gt;&amp;quot;$DcVmName&amp;quot;&lt;/span&gt; |      Add-AzureProvisioningConfig -Windows -AdminUsername $adminUsername -Password $adminPassword -NoRDPEndpoint |      Add-AzureDataDisk -CreateNew -DiskSizeInGB 30 -DiskLabel &lt;span class="str"&gt;&amp;quot;${DcVmName}data1&amp;quot;&lt;/span&gt; -LUN 0 |      Add-AzureEndpoint -LocalPort 3389 -Name &lt;span class="str"&gt;&amp;quot;RDP&amp;quot;&lt;/span&gt; -Protocol tcp -PublicPort $adminPort |      Set-AzureSubnet &lt;span class="str"&gt;&amp;#39;DCSubnet&amp;#39;&lt;/span&gt;        #add the VM config to the collection  $vms += ,$newVM    #show the collection  $vms | format-table    #create the VM and wait &lt;span class="kwrd"&gt;for&lt;/span&gt; boot  New-AzureVM -ServiceName $serviceName -VMs $vms -VNetName $virtualNetworkName -WaitForBoot  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; function definition &lt;span class="kwrd"&gt;for&lt;/span&gt; PowerShell remoting  function InstallWinRMCert($serviceName, $vmname)  {      $winRMCert = (Get-AzureVM -ServiceName $serviceName -Name $vmname | select -ExpandProperty vm).DefaultWinRMCertificateThumbprint         $AzureX509cert = Get-AzureCertificate -ServiceName $serviceName -Thumbprint $winRMCert -ThumbprintAlgorithm sha1         $certTempFile = [IO.Path]::GetTempFileName()      Write-Host $certTempFile      $AzureX509cert.Data | Out-File $certTempFile         # Target The Cert That Needs To Be Imported      $CertToImport = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 $certTempFile         $store = New-Object System.Security.Cryptography.X509Certificates.X509Store &lt;span class="str"&gt;&amp;quot;Root&amp;quot;&lt;/span&gt;, &lt;span class="str"&gt;&amp;quot;LocalMachine&amp;quot;&lt;/span&gt;      $store.Certificates.Count      $store.Open([System.Security.Cryptography.X509Certificates.OpenFlags]::ReadWrite)      $store.Add($CertToImport)      $store.Close()         Remove-Item $certTempFile  }  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; install features on DC  $uri = Get-AzureWinRMUri -ServiceName $serviceName -Name $DcVmName  InstallWinRMCert $serviceName $DcVmName        # Use native PowerShell Cmdlet to execute a script block on the remote &lt;span class="kwrd"&gt;virtual&lt;/span&gt; machine  Invoke-Command -ConnectionUri $uri.ToString() -Credential $credential `      -ArgumentList $SecureStringadminPassword -ScriptBlock `  {      param($SecureStringadminPassword)        $logLabel = $((get-date).ToString(&lt;span class="str"&gt;&amp;quot;yyyyMMddHHmmss&amp;quot;&lt;/span&gt;))      $logPath = &lt;span class="str"&gt;&amp;quot;$env:TEMP\init-webservervm_webserver_install_log_$logLabel.txt&amp;quot;&lt;/span&gt;      Import-Module -Name ServerManager      Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools -LogPath $logPath          $disks = Get-Disk | &lt;span class="kwrd"&gt;where&lt;/span&gt; { $_.NumberOfPartitions -eq 0 }       &lt;span class="kwrd"&gt;foreach&lt;/span&gt; ($d &lt;span class="kwrd"&gt;in&lt;/span&gt; $disks)      {          # there should be one disk only          $diskNumber = $d.Number          echo &lt;span class="str"&gt;&amp;quot;will format disk $diskNumber&amp;quot;&lt;/span&gt;          Initialize-Disk $diskNumber          New-Partition -DiskNumber $diskNumber -UseMaximumSize -AssignDriveLetter          Format-Volume -DriveLetter F -Confirm:$False          get-volume -DriveLetter F      }        Import-module ADDSDeployment      Install-ADDSForest -DomainName &lt;span class="str"&gt;&amp;quot;c05.compiouting.fr&amp;quot;&lt;/span&gt; -InstallDns:$&lt;span class="kwrd"&gt;true&lt;/span&gt; -DatabasePath &lt;span class="str"&gt;&amp;quot;F:\NTDS&amp;quot;&lt;/span&gt; `          -LogPath &lt;span class="str"&gt;&amp;quot;F:\NTDS&amp;quot;&lt;/span&gt; -SysvolPath &lt;span class="str"&gt;&amp;quot;F:\SYSVOL&amp;quot;&lt;/span&gt; -NoRebootOnCompletion:$&lt;span class="kwrd"&gt;false&lt;/span&gt; -Force:$&lt;span class="kwrd"&gt;true&lt;/span&gt; `          -SafeModeAdministratorPassword $SecureStringadminPassword  }   &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; wait &lt;span class="kwrd"&gt;for&lt;/span&gt; reboot and start a &lt;span class="kwrd"&gt;new&lt;/span&gt; collection  Start-Sleep -Seconds 45    $DcVm = Get-AzureVM -ServiceName $serviceName -Name $DcVmName  While ($DcVm.InstanceStatus -ne &lt;span class="str"&gt;&amp;quot;ReadyRole&amp;quot;&lt;/span&gt;)  {      write-host &lt;span class="str"&gt;&amp;quot;Waiting for DC to be ready... Current Status = &amp;quot;&lt;/span&gt; $DcVm.InstanceStatus      Start-Sleep -Seconds 15      $DcVm = Get-AzureVM -ServiceName $serviceName -Name $DcVmName  }    $vms = @()  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; SQL Server  $prefix = &lt;span class="str"&gt;&amp;#39;C05SQL&amp;#39;&lt;/span&gt;  &lt;span class="kwrd"&gt;for&lt;/span&gt;($i=1; $i -le 2; $i++)  {      Write-Host &lt;span class="str"&gt;&amp;quot;creating $prefix${i}&amp;quot;&lt;/span&gt;      $adminPort = 53100 + $i        #create a &lt;span class="kwrd"&gt;new&lt;/span&gt; VM Config      $newVM = `          New-AzureVMConfig -ImageName $WindowsAndSqlServerImageName -InstanceSize Small -Name &lt;span class="str"&gt;&amp;quot;$prefix$i&amp;quot;&lt;/span&gt; `              -AvailabilitySetName &lt;span class="str"&gt;&amp;quot;$prefix&amp;quot;&lt;/span&gt; -DiskLabel &lt;span class="str"&gt;&amp;quot;$prefix${i}os&amp;quot;&lt;/span&gt; `              -HostCaching ReadWrite -Label &lt;span class="str"&gt;&amp;quot;$prefix${i}&amp;quot;&lt;/span&gt; |          Add-AzureProvisioningConfig -WindowsDomain -AdminUsername $adminUsername -Password $adminPassword `          -Domain &lt;span class="str"&gt;&amp;quot;c05&amp;quot;&lt;/span&gt; -DomainUserName $adminUsername -DomainPassword $adminPassword -JoinDomain &lt;span class="str"&gt;&amp;quot;c05.compiouting.fr&amp;quot;&lt;/span&gt; `          -NoRDPEndpoint |          Add-AzureDataDisk -CreateNew -DiskSizeInGB 50 -LUN 0 -DiskLabel &lt;span class="str"&gt;&amp;quot;$prefix${i}data1&amp;quot;&lt;/span&gt; |          Add-AzureEndpoint -LocalPort 3389 -Name &lt;span class="str"&gt;&amp;quot;RDP&amp;quot;&lt;/span&gt; -Protocol tcp -PublicPort $adminPort |          Set-AzureSubnet &lt;span class="str"&gt;&amp;#39;SQLSubnet&amp;#39;&lt;/span&gt;            #add the VM config to the collection      $vms += ,$newVM  }  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; SharePoint Server  $prefix = &lt;span class="str"&gt;&amp;#39;C05SP&amp;#39;&lt;/span&gt;  &lt;span class="kwrd"&gt;for&lt;/span&gt;($i=1; $i -le 2; $i++)  {      Write-Host &lt;span class="str"&gt;&amp;quot;creating $prefix$i&amp;quot;&lt;/span&gt;      $adminPort = 52200 + $i        #create a &lt;span class="kwrd"&gt;new&lt;/span&gt; VM Config      $newVM = `          New-AzureVMConfig -ImageName $WindowsServer2012ImageName -InstanceSize Small -Name &lt;span class="str"&gt;&amp;quot;$prefix$i&amp;quot;&lt;/span&gt; `              -AvailabilitySetName &lt;span class="str"&gt;&amp;quot;$prefix&amp;quot;&lt;/span&gt; -DiskLabel &lt;span class="str"&gt;&amp;quot;$prefix${i}os&amp;quot;&lt;/span&gt; `              -HostCaching ReadWrite -Label &lt;span class="str"&gt;&amp;quot;$prefix${i}&amp;quot;&lt;/span&gt; |          Add-AzureProvisioningConfig -WindowsDomain -AdminUsername $adminUsername -Password $adminPassword `          -Domain &lt;span class="str"&gt;&amp;quot;c05&amp;quot;&lt;/span&gt; -DomainUserName $adminUsername -DomainPassword $adminPassword -JoinDomain &lt;span class="str"&gt;&amp;quot;c05.compiouting.fr&amp;quot;&lt;/span&gt; `          -NoRDPEndpoint |          Add-AzureDataDisk -CreateNew -DiskSizeInGB 50 -LUN 0 -DiskLabel &lt;span class="str"&gt;&amp;quot;$prefix${i}data1&amp;quot;&lt;/span&gt; |          Add-AzureEndpoint -LocalPort 3389 -Name &lt;span class="str"&gt;&amp;quot;RDP&amp;quot;&lt;/span&gt; -Protocol tcp -PublicPort $adminPort |          Add-AzureEndpoint -LocalPort 80 -Name &lt;span class="str"&gt;&amp;quot;Web&amp;quot;&lt;/span&gt; -Protocol tcp -PublicPort 80 `              -LBSetName &lt;span class="str"&gt;&amp;quot;SPWebLB&amp;quot;&lt;/span&gt; -ProbePort 8080 -ProbeProtocol http -ProbePath &lt;span class="str"&gt;&amp;#39;/&amp;#39;&lt;/span&gt; |          Set-AzureSubnet &lt;span class="str"&gt;&amp;#39;SP2013Subnet&amp;#39;&lt;/span&gt;            #add the VM config to the collection      $vms += ,$newVM  }  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;    &lt;span class="preproc"&gt;#region&lt;/span&gt; create SharePoint and SQL Server VMs and wait &lt;span class="kwrd"&gt;for&lt;/span&gt; them to boot  #show the collection  $vms | format-table    #create the VM and wait &lt;span class="kwrd"&gt;for&lt;/span&gt; boot  New-AzureVM -ServiceName $serviceName -VMs $vms -WaitForBoot  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;      &lt;span class="preproc"&gt;#region&lt;/span&gt; install features on SharePoint Servers  $prefix = &lt;span class="str"&gt;&amp;#39;C05SP&amp;#39;&lt;/span&gt;  &lt;span class="kwrd"&gt;for&lt;/span&gt;($i=1; $i -le 2; $i++)  {      $vmName = &lt;span class="str"&gt;&amp;quot;$prefix$i&amp;quot;&lt;/span&gt;        $uri = Get-AzureWinRMUri -ServiceName $serviceName -Name $vmName      InstallWinRMCert $serviceName $vmName        # Use native PowerShell Cmdlet to execute a script block on the remote &lt;span class="kwrd"&gt;virtual&lt;/span&gt; machine      Invoke-Command -ConnectionUri $uri.ToString() -Credential $credential -ScriptBlock `      {          $logLabel = $((get-date).ToString(&lt;span class="str"&gt;&amp;quot;yyyyMMddHHmmss&amp;quot;&lt;/span&gt;))          $logPath = &lt;span class="str"&gt;&amp;quot;$env:TEMP\init-webservervm_webserver_install_log_$logLabel.txt&amp;quot;&lt;/span&gt;          Import-Module -Name ServerManager          Install-WindowsFeature -Name Web-Server -IncludeAllSubFeature -IncludeManagementTools -LogPath $logPath      }  }  &lt;span class="preproc"&gt;#endregion&lt;/span&gt;  &lt;/pre&gt;      &lt;p&gt;&lt;img class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-46-20-metablogapi/2630.wlEmoticon_2D00_smile_5F00_0416D274.png" /&gt;&lt;/p&gt;    &lt;p&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10421088" width="1" height="1" alt=" " /&gt;&lt;br /&gt; Blog Post by: Benjamin GUINEBERTIERE</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Install and Configure the Microsoft BizTalk ESB Toolkit (Part 14)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/23/biztalk-2013-installation-and-configuration-install-and-configure-the-microsoft-biztalk-esb-toolkit-part-14.aspx</link><pubDate>Thu, 23 May 2013 22:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37532</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>BizTalk Server includes a powerful publish/subscribe mechanism for messaging applications that works by creating and filling subscriptions, which provides a highly efficient and scalable platform for service-oriented architecture (SOA) applications. The BizTalk ESB Toolkit extends the functionality of BizTalk Server to provide a range of new capabilities focused on building robust, connected, service-oriented applications that [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3229&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item><item><title>Blog Post: NDepend: Manage your .NET Code</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/23/ndepend-manage-your-net-code.aspx</link><pubDate>Thu, 23 May 2013 16:49:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37531</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>Many of will like myself will code once and a while. As a BizTalk professional it is inevitable that you will code for instance a pipeline component, a helper class, functoid, or other custom code to support your solution or test.     There are many tools available to make you more productive and provide you ability to create robust and high quality code. Either you find open source tools through </description></item><item><title>Blog Post: Power View Resources</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/23/power-view-resources.aspx</link><pubDate>Thu, 23 May 2013 15:33:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37530</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>I was doing some research on Power View capabilities recently and came across some good blogs on it, thought I will compile and share it:  Video Series: Visualizing the Summer Olympics. Microsoft Senior Program Manager Sean Boon created a good blog series on Power View. He talks about how you can set custom images in power [...]&lt;br /&gt; Blog Post by: kadasani</description></item><item><title>Blog Post: BizTalk Event in Oslo</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/23/biztalk-event-in-oslo.aspx</link><pubDate>Thu, 23 May 2013 09:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37528</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>If you happen to be close to Oslo, Norway June 6th you should definitely attend this event The event is hosted by Microsoft Norway and is purely dedicated to BizTalk and especially BizTalk 2013. Here&amp;#8217;s the agenda: 12.00 -12.30 welcome and a little inspiration around integrations. 12.30 &amp;#8211; 13.15 Integration &amp;#8211; from strategy to successful [...]&lt;br /&gt; Blog Post by: Tord Glad Nordahl</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Install and Configure Microsoft UDDI Services (Part 13)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/22/biztalk-2013-installation-and-configuration-install-and-configure-microsoft-uddi-services-part-13.aspx</link><pubDate>Wed, 22 May 2013 20:35:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37527</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>UDDI Services provides Universal Description, Discovery, and Integration (UDDI) capabilities for sharing information about Web services within an organization&amp;#8217;s intranet, between business partners on an extranet, or on the Internet. UDDI Services can help improve the productivity of developers and information technology (IT) professionals with more reliable and manageable applications. With UDDI Services you can [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3185&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item><item><title>Blog Post: Message Box Viewer 13 included in BizTalk Server 2013</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/22/message-box-viewer-13-included-in-biztalk-server-2013.aspx</link><pubDate>Wed, 22 May 2013 05:39:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37526</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>&lt;p&gt;For BizTalk people probably you don&amp;#8217;t need any introduction to Message Box Viewer. It became as the de-facto tool to analyse and fix any issue you find in your environment. The tool was initially built as hobby project by one of the Microsoft PSS (support) person called Jean-Pierre Auconie (JP) and over the years it&amp;#8217;s [...]&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://blogs.biztalk360.com/message-box-viewer-13-included-in-biztalk-server-2013/"&gt;Message Box Viewer 13 included in BizTalk Server 2013&lt;/a&gt; appeared first on &lt;a href="http://blogs.biztalk360.com"&gt;BizTalk360 Blog&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt; Blog Post by: Saravana Kumar</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Installing BizTalk Adapter Pack (Part 12)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/21/biztalk-2013-installation-and-configuration-installing-biztalk-adapter-pack-part-12.aspx</link><pubDate>Tue, 21 May 2013 20:09:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37525</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>BizTalk Adapter Pack 2010 along with BizTalk AppFabric Connect, RFID features, UDDI services and ESB Toolkit are not automatically installed with the default installation process, instead you have to additional install this features The Microsoft BizTalk Adapter Pack contains adapters that enable enterprise applications and databases to interface with each other by implementing a common [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3143&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item><item><title>Blog Post: BizTalk prerequisite files list (summary) [Updated]</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/21/biztalk-prerequisite-files-list-summary-updated.aspx</link><pubDate>Tue, 21 May 2013 14:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37522</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>At a certain point in time when installing BizTalk, you will need to install some extra components. In the BizTalk installation wizard this is referred to as a prerequisite file.   This file can be downloaded automatically from within the wizard, but you might want to download them first. Here&amp;#39;s the list from BizTalk 2006 R2 up to BizTalk 2013!</description></item><item><title>Blog Post: Terminating an XSLT transform during processing</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/21/terminating-an-xslt-transform-during-processing.aspx</link><pubDate>Tue, 21 May 2013 05:24:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37520</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>I have run into an instance where I need to terminate and raise an exception from within an XSLT template, based on values (or lack thereof) within the source document.  The XSLT transform is running within a BizTalk map. The secret is the following little-known XSLT construct, which can be conditionally called at any point [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=biztalktalk.wordpress.com&amp;#038;blog=4474709&amp;#038;post=286&amp;#038;subd=biztalktalk&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Brett</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Validate Mail account used by BizTalk to send BAM Alerts (Part 11)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/20/biztalk-2013-installation-and-configuration-validate-mail-account-used-by-biztalk-to-send-bam-alerts-part-11.aspx</link><pubDate>Mon, 20 May 2013 22:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37519</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>After you configure with success BizTalk Server 2013 BAM Alerts, the configurator will create a new Database Mail Account called “BAM_Alerts_Account” that will be used by BizTalk to send BAM Alerts. To Validate Mail account used by BizTalk to send BAM Alerts: Press the “Windows key” to switch to Metro UI and type “SQL Management” [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3066&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item><item><title>Blog Post: BizTalk Community Series: Introducing Rob Fox</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/20/biztalk-community-series-introducing-rob-fox.aspx</link><pubDate>Mon, 20 May 2013 15:27:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37516</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>                     Normal    0                    false    false    false        EN-US    X-NONE    X-NONE                                                                                                                                                                                                                                                                                                           </description></item><item><title>Blog Post: MBV 13 is now available and fully compatible with BizTalk 2013 !</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/20/mbv-13-is-now-available-and-fully-compatible-with-biztalk-2013.aspx</link><pubDate>Mon, 20 May 2013 09:07:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37513</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>&lt;p&gt;Hello to the BizTalk community !&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;The last time I updated that blog to provide a new version of MBV is far&amp;nbsp;but&amp;nbsp;it took me a while&amp;nbsp;to update&amp;nbsp;MBV for&amp;nbsp;BizTalk 2013 and collect ideas of new queries and&amp;nbsp;rules&amp;nbsp;to add.&lt;br /&gt;&lt;br /&gt;For your information, a first version of MBV 13 is already&amp;nbsp;provided in the support Tools folder of BizTalk 2013 !&lt;br /&gt;I worked indeed with my US peers (a big thank to&amp;nbsp;Mike Shea who is&amp;nbsp;BizTalk Escalation Engineer in US) to produce that new version and we&amp;nbsp;collaborated with the BizTalk Product group to integrate MBV in BizTalk 2013.&lt;/p&gt;  &lt;p&gt;A first release of MBV 13 was so sent&amp;nbsp;to the Product group well before the BizTalk&amp;nbsp; 2013 release and since that time&amp;nbsp;we continued to update the tool with additional queries and rules, and we had to fix some queries to make MBV fullly compatible with the final version of BizTalk 2013.&lt;br /&gt;It is this last&amp;nbsp;version of MBV 13 which&amp;nbsp;is now available on my blog, and new update of MBV should be also available in each next BizTalk CUs.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;MBV 13 provides the new features below :&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;MBV is now fully compatible with BizTalk&amp;nbsp;2013&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;MBV&amp;nbsp;detects the new adapters provided and the additional BizTalk version,&amp;nbsp;checks the build number&amp;nbsp;features specific to BizTalk 2013.&lt;/p&gt;  &lt;p&gt;&lt;br /&gt;&lt;strong&gt;New simplified UI&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;The graphic version of MBV was refreshed and its main window was reorganized to be smaller and easier to use.&lt;br /&gt;The interface is more &amp;quot;flat&amp;quot; than before and provides so better clarity.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The format of output files changed&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;MBV is generating now by default a subfolder for each collect containing HTML files (and the XML and TXT ones depending of the selected options).&lt;br /&gt;The&amp;nbsp;output file named &amp;quot;MBVOutputMAINPAGE.html&amp;quot; is the main file to open to start the analyse&amp;nbsp;of&amp;nbsp;an &amp;nbsp;MBV report and is composed&amp;nbsp;of four&amp;nbsp;frames :&amp;nbsp;two of them&amp;nbsp;present the&amp;nbsp;list of the main&amp;nbsp;report sections and the query categories, and the two remaining&amp;nbsp;present&amp;nbsp;the content of the selected section&amp;nbsp;or query category.&lt;br /&gt;This new format makes much more easy the analyze of an MBV&amp;nbsp;report.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;Additional queries and rules&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Additional queries were added in MBV 13 about CUs, SQL, BAM, ESB, EDI, etc...&lt;br /&gt;These queries and rules come from all the BizTalk community&amp;nbsp;at Microsoft&amp;nbsp;and my&amp;nbsp;experience working with my own customers, but also from customers themselves who suggested me some&amp;nbsp;ideas.&amp;nbsp;&lt;br /&gt;You are of course welcome to contact me to suggest queries and rules if I think they are pertinent for all the BizTalk community.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;You can find this new version attached in that post.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;I will&amp;nbsp;continue updating MBV&amp;nbsp; and its query repository,following the CUs update cycle and adding some critical rules when&amp;nbsp;needed. The pertinence of MBV analyze is the key of success of that tool and comes&amp;nbsp;from its queries and rules.&lt;/p&gt;  &lt;p&gt;As usual, feel free to report me your feedbacks or submit any issues,questions or suggestions you could have about&amp;nbsp;MBV.&lt;/p&gt;  &lt;p&gt;Thanks !&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;JP&lt;/p&gt;  &lt;p&gt;Jean-Pierre&amp;nbsp;Auconie&lt;br /&gt;Premier Mission Critical&amp;nbsp;Engineer and BizTalk Escalation Engineer&lt;br /&gt;MCROSOFT FRANCE&lt;br /&gt;&lt;a href="mailto:jpierauc@microsoft.com"&gt;jpierauc@microsoft.com&lt;/a&gt;&amp;nbsp;l&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573620" width="1" height="1" alt=" " /&gt;&lt;br /&gt; Blog Post by: JPAUC</description></item><item><title>Blog Post: Local Windows Azure: Integrate, Innovate &amp; Australia just got smarter</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/19/local-windows-azure-integrate-innovate-amp-australia-just-got-smarter.aspx</link><pubDate>Mon, 20 May 2013 02:23:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37518</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>&lt;p&gt;  Well folks I’ve been greeted with the news that &lt;strong&gt;Microsoft Windows Azure will  be in 2 geo-replicated places here on Australian soil, &lt;/strong&gt;coming ‘shortly’.  &lt;/p&gt;  &lt;p&gt;  As an Azure MVP &amp;amp; from &lt;a href="http://www.breeze.net"&gt;Breeze&lt;/a&gt; (a  leading Microsoft Cloud Partner) perspective we invest heavily in cloud technologies.  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;What does this mean and why should I care?&lt;/strong&gt; I hear you ask… good question  and I asked the same.   &lt;/p&gt;  &lt;p&gt;  As most of you know I have a passion for Integration, sticking all sorts of things  together from small RFID devices, hand made hand-held devices, raspberry PIs through  to high end ERP, Financials &amp;amp; many other types of systems. So before I get to  the WHY aspect, let me briefly set the context.  &lt;/p&gt;  &lt;p&gt;  There’s some great data coming out of Gartner a report which caught my eye - &lt;a href="http://searchsoa.techtarget.com/news/2240173583/Gartner-Better-collaboration-for-new-era-of-application-integration"&gt;http://searchsoa.techtarget.com/news/2240173583/Gartner-Better-collaboration-for-new-era-of-application-integration&lt;/a&gt; came  out with these:  &lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;  &lt;font style="background-color:#ffff00;"&gt;Integration Costs to rise by 33% by 2016,  more than half of new system development costs will be spent on Integration &lt;/font&gt;   &lt;/li&gt;&lt;li&gt;  &lt;font style="background-color:#ffff00;"&gt;By 2017, over two-thirds of all new integration  flows will extend outside the enterprise firewall.&lt;/font&gt;  &lt;/li&gt;  &lt;/ul&gt;  &lt;p&gt;  &lt;strong&gt;So Integration just took on a whole new face – successful integration is about  using the right tools (in the toolbox) for the right task.&lt;/strong&gt; Now we have a  whole new drawer in our toolbox full of Azure goodies &amp;amp; widgets. This functionality  is just too compelling to be ignored….  &lt;/p&gt;  &lt;p&gt;  …and now that it’s on Australian soil I’d be thinking that just about every Data center  service provider should be giving you cloud functionality.  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;Some quick cloud advantages&lt;/strong&gt;:  &lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;  scale, provisioning and ease of use   &lt;ul&gt;  &lt;li&gt;  Imagine being able to spin up a SharePoint site in the time it takes me to write this  article.&lt;br /&gt;  &lt;a href="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_2.png"&gt;&lt;img title="image" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="image" src="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_thumb.png" width="244" height="173" /&gt;&lt;/a&gt;   &lt;/li&gt;&lt;li&gt;  Imagine being able to ask for an extra load balanced highly available Server/Service  at the click of a button. Importantly – Imagine being able to give it back again at  the end of the weekend/day/next hour.   &lt;br /&gt;  &lt;a href="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_4.png"&gt;&lt;img title="image" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;margin:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="image" src="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_thumb_1.png" width="244" height="95" /&gt;&lt;/a&gt;  &lt;br /&gt;  &lt;/li&gt;  &lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;  Not wait the typical 12 weeks for a new server to be provisioned, oh and dont mention  filling out the right forms. Running an application on those machines and getting  a firewall port opened….that’ll be another 2 weeks…and on it goes.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  The much beloved Enlightenment for many companies of achieving Single Sign-On – Imagine  your customers being able to sign into your applications using their own Ids, Live  Ids, + a bunch of other Ids without you needing to provision more services. You can  house your identity accounts in Azure, locally or elsewhere – finally you don’t need  a Quantum Analyst to setup Single Sign-on.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  My experiences in the last few weeks on client sites have been back in the world of  old – classic encumbered infrastructure service providers wanting to claim everything,  put the brakes on any new ideas and have meetings around such concepts of adding an  extra 10gb disk space to existing servers. These guys should be ‘can do’ people –  it’s all about choosing the right tool for the job.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  Microsoft have done a great job on the developer tooling front from the classic MS  toolset through to Apple, PHP, Ruby, Phython etc. all being able to access, develop  on, publish and deploy.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  We could even give a bunch of HDD drives to Olaf (our gun cyclist @ Breeze) to ride  to the Azure Data Center and offload our data, while we wait for the NBN to never  come to our area.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  There are some great options on the horizon coming down the track.&lt;br /&gt;  &lt;/li&gt;  &lt;/ul&gt;  &lt;p&gt;  &lt;strong&gt;So let’s say we’re keen to explore – how hard/easy is it to get ‘my’ own environment  &amp;amp; what does this mean.&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  The short answer is you get an Azure Footprint which could be running in a ‘Data Center’  in Sydney. Depending on what you’re playing with you could get:  &lt;/p&gt;  &lt;p&gt;  - SQL Databases, Cloud Services, Scalable Mobile Device Services, Load balanced Websites/Services/Restful  endpoints…and the list of ‘widgets’ goes on and on.  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;How do I interact with this environment&lt;/strong&gt;:  &lt;/p&gt;  &lt;p&gt;  Often the issue around alot of this is that because my beloved ‘servers’ are running  somewhere else I’m concerned over how much control we get.  &lt;/p&gt;  &lt;p&gt;  We enter into the &lt;strong&gt;Hybrid Integration &lt;/strong&gt;space – where as you can imagine  not *everything* is suited for the Cloud, there will be things you keep exactly as  they are. So there will be many many scenarios where – we have something running locally  as well as something running in Azure. Some options we have available are to make  our servers ‘feel at home’:  &lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;  &lt;strong&gt;VPN connection&lt;/strong&gt; – we can have several flavours of a VPN connection  that connect our &lt;strong&gt;Azure Footprint&lt;/strong&gt; to our local network. for e.g. local  network is 10.10.x.x/16, Azure network 10.50.x.x/16. Full access to all the machines/services  and other things you have running. CRON jobs, FTP, scripts, processes, linux boxes,  samba shares, etc etc.. (I do realise the integration world is never as easy as we  see it in the magazines)&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;RDP Connections – &lt;/strong&gt;standard level of service really from any Service  provider.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;Remote PowerShell Access   &lt;br /&gt;  &lt;/strong&gt;   &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;Azure Service Bus - Applications Level Web/WCF/Restful Services &lt;/strong&gt;connectivity.  An Application Service can run either locally or in the cloud and this feature allows  your Service to be accessed through a consistent Endpoint within the cloud, but the  calls are Relayed down to your Application Service. There’s a few different ways we  can ‘relay’ but the public endpoint could house all the clients &amp;amp; their device  requests, while your existing application infrastructure remains unchanged.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;SQL Azure Data Sync – &lt;/strong&gt;sync data between clouds &amp;amp; local from your  databases. So for many clients, come 8pm each day, their local database has all the  Orders for the day as per normal, without the usual provisioning headaches as the  business responds to new market opportunities to support smart devices.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;We even get pretty graphs….&lt;br /&gt;  &lt;a href="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_6.png"&gt;&lt;img title="image" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;margin:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="image" src="http://blogs.breeze.net/mickb/content/binary/Windows-Live-Writer/243438c96f1b_11015/image_thumb_2.png" width="244" height="103" /&gt;&lt;/a&gt;&lt;/strong&gt;   &lt;ul&gt;  &lt;li&gt;  But wait there’s more…..   &lt;/li&gt;&lt;li&gt;  These details are typical performance monitor counters + diagnostic information. We  can use Azure Admin tools to import these regularly and import them into our typical  tools.   &lt;/li&gt;&lt;li&gt;  System Center does exactly this – so our ‘dashboard’ of machines will list our local  machines as well as our cloud machines. Your IT guys have visibility into what’s going  on.&lt;/li&gt;  &lt;/ul&gt;  &lt;/li&gt;  &lt;/ul&gt;  &lt;p&gt;  We’ve been using Singapore DCs or West Coast US with pretty good performance times  across the infrastructure.&amp;nbsp;   &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;What does having a local Windows Azure Data Center mean to me:&lt;/strong&gt;  &lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;  &lt;strong&gt;Medical Industry&lt;/strong&gt; – we have several medical clients allowing us to  innovate around Cloud technologies using HL7 transports. Faster time to market and  higher degrees of re-use.   &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;Cloud Lab Manager – &lt;/strong&gt;&lt;a href="http://www.cloudlabmanager.com"&gt;www.cloudlabmanager.com&lt;/a&gt; can  run locally for all training providers. Breeze has created an award winning cloud  based application that will certainly benefit from this piece of great news.   &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;Creating a cloud based application is now feasible&lt;/strong&gt; (this particular  one was due to the sensitive nature of information it carried)   &lt;/li&gt;&lt;li&gt;  &lt;strong&gt;And lastly I can house my MineCraft server – &lt;/strong&gt;well it’s my 10 yr old  sons and half the school I reckon.&lt;/li&gt;  &lt;/ul&gt;  &lt;p&gt;  &lt;strong&gt;&lt;/strong&gt;&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;So for you…&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  Ask yourself the question – are you getting all these features from where you currently  host/run your hardware?  &lt;/p&gt;  &lt;p&gt;  Lack of infrastructure and provisioning challenges shouldn’t be holding back new ideas  &amp;amp; business movement. iPads, smartphones, anywhere, any time access should be the  norm, not like we’re putting another person on the moon.  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;It’s all about using the right tool for the job&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  Enjoy folks as it’s certainly exciting times for us Aussies ahead!!  &lt;/p&gt;  &lt;p&gt;  &lt;a href="http://blogs.msdn.com/b/ausblog/archive/2013/05/16/windows-azure-expands-downunder.aspx"&gt;Microsoft’s  Announcement&lt;/a&gt;  &lt;/p&gt;  &lt;img width="0" height="0" src="http://blogs.breeze.net/mickb/aggbug.ashx?id=d2715669-1ba4-4827-9e48-3d75c1262cc0" alt=" " /&gt;&lt;br /&gt; Blog Post by: Mick Badran</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Configure SQL Server Network Configuration protocols (Part 10)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/19/biztalk-2013-installation-and-configuration-configure-sql-server-network-configuration-protocols-part-10.aspx</link><pubDate>Sun, 19 May 2013 22:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37512</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>Under certain stress conditions (such as clients accessing SQL Server from the same computer), the SQL Server Shared Memory protocol may lower BizTalk Server performance. You can resolve this problem by disabling the use of the Shared Memory network protocol in SQL Server Network Configuration. Also, to facilitate transactions between SQL Server and BizTalk Server, [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3047&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item><item><title>Blog Post: Join our BizTalk 2013 technical launch event!</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/17/join-our-biztalk-2013-technical-launch-event.aspx</link><pubDate>Fri, 17 May 2013 14:05:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37509</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>BizTalk 2013 is out, but this is obviously old news for most of you. With a lot of new features and support for on premises, or in the cloud, this new version seems exciting and maybe challenging…  To help you overcome any potential issues and to make sure you are ready for the new version, Codit organizes a technical BizTalk launch event with 6 expert speakers!</description></item><item><title>Blog Post: BizTalk 2013 Installation and Configuration – Install and Configure BizTalk Server 2013 (Part 9)</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2013/05/16/biztalk-2013-installation-and-configuration-install-and-configure-biztalk-server-2013-part-9.aspx</link><pubDate>Thu, 16 May 2013 22:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:37508</guid><dc:creator>Syndicated BizTalk Author</dc:creator><description>In this section you’ll install BizTalk Server, confirm that the installation succeeded, and then configure BizTalk Server. When you installed SQL Server, setup granted your account Database Administrator rights. Since these rights are also required for installing BizTalk Server, you must do one of the following: Use the same account you used when you installed [&amp;#8230;]&lt;img alt=" " border="0" src="http://stats.wordpress.com/b.gif?host=sandroaspbiztalkblog.wordpress.com&amp;#038;blog=16199969&amp;#038;post=3027&amp;#038;subd=sandroaspbiztalkblog&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;&lt;br /&gt; Blog Post by: Sandro Pereira</description></item></channel></rss>