BizTalk Mapper Extensions UtilityPack for BizTalk Server 2013 R2 Updated to v1.9.0.0

BizTalk Mapper Extensions UtilityPack for BizTalk Server 2013 R2 Updated to v1.9.0.0

Exciting news Version 1.9.0.0 of BizTalk Mapper Extensions UtilityPack for BizTalk Server 2013 R2 and 2013 is now available! Here’s the change-log for this release: Ten new functoids: Advance Logical AND Functoid Advance Equal Functoid Advance Greater Than Functoid Advance Greater Than or Equal To Functoid Advance Less Than Functoid Advance Less Than or Equal […]
Blog Post by: Sandro Pereira

Power Shell to restart BizTalk Host instances

Power Shell to restart BizTalk Host instances

Recently there was a chance to implement the Power Shell script which re-start the BizTalk host instances.

————————————————————-

[ARRAY]$hostInstances = get-wmiobject MSBTS_HostInstance -namespace ‘rootMicrosoftBizTalkServer’ -Filter ‘(HostType = 1)’

write-host (‘Total Number of Host Instance : ‘+$hostInstances.Count) -Fore Yellow
Write-Host “Re-starting Host instance” -Fore Yellow

foreach ($hostInstance in $hostInstances)
{
$hostInstance.Stop()
$hostInstance.Start()
}

Write-Host “Host instances are restarted successfully” -Fore Yellow

———————————————————-

Advertisements

Azure Service Bus–Connectivity issue with SB-Messaging Adapter in BizTalk

Azure Service Bus–Connectivity issue with SB-Messaging Adapter in BizTalk

Hi All,

I just came across connectivity issue with the Azure Service Bus topics with SB-Messaging Adapter in BizTalk. The detail about the error is below. It took us sometime to figure out or resolve this connectivity issue. That is why wanted to document it so that we know the resolution.

“A message sent to adapter “SB-Messaging” on send port “Send__MEL_Topic” with URI “sb://m-dev-integration-.servicebus.windows.net/test” is suspended. Error details: System.ServiceModel.CommunicationException: Unable to connect to Service Bus using HTTP connectivity mode. —> System.ServiceModel.CommunicationException: Unable to connect upstream.

In this post I’ll demonstrate how to create Topics in Azure Service Bus and using SB-Messaging adapter to connect.

1- Create Service Bus Topic in Azure.

a- Go to Service Bus Menu

b- Create Namespace .

c- Navigate to Newly created Namespace, in my case “m-dev-integration-”.

d- Click New – Click “Topic” – Click Custom Create.

e- Add name to the new topic.

f- Click Next and Next.

image

g- Click on Newly created topic “Test”

h- Create Subscription.

i- Configure Topic “Test”. Click on configure, you need to add shared access policies.

Test- will be used to Send messaged to the Topic, and BizTalk is used to listen/receive messages from the Topic.

j- You need connection string and SAS information for BizTalk connectivity. Please copy the Access connection string for both Test and BizTalk.

2- Go to BizTalk Admin Console.

a- Create One-way send port to send out messages to Service Bus Topic “Test”.

b- Go to authenticate tab. Enter shared access key name – “Test” and access key from the connection string on the Topics configure page.

c- Create properties, add label to identify messages in the Service Bus/ BizTalk.

d- Send any Json message to the send port.

If you get the below error the follow the steps mention below:

“A message sent to adapter “SB-Messaging” on send port “Send_MEL_Topic” with URI “sb://m-dev-integration.servicebus.windows.net/test” is suspended. Error details: System.ServiceModel.CommunicationException: Unable to connect to Service Bus using HTTP connectivity mode. —> System.ServiceModel.CommunicationException: Unable to connect upstream. – “

Resolution to the above error is very simple. This might be issue with your Proxy settings if you are within the firewall. Check your internet explorer Lan Settings, you should be using proper proxy address and port number (please make sure you use correct port number).

or you can edit your BTS config file to include proxy setting, this setting will be used for all the users accessing the machine, otherwise in DEV vm each user need to edit the internet explorer settings.

Advertisements

Competitive Programming

Competitive Programming

http://www.geeksforgeeks.org/ https://en.wikipedia.org/wiki/Competitive_programming https://www.topcoder.com/community/competitive-programming/ https://www.codechef.com/ http://codeforces.com/ http://blog.hackerearth.com/2013/09/competitive-programming-getting-started_11.html http://cpbook.net/
Blog Post by: vijaymstech

DevOps Articles

DevOps Articles

https://en.wikipedia.org/wiki/DevOps http://www.vminstall.com/devops-for-beginners/ http://devops.com/2015/04/20/9%C2%BD-simple-steps-start-devops-today/ http://devops.com/category/blogs/devops-institute/ https://seroter.wordpress.com/2014/07/28/new-pluralsight-course-devops-the-big-picture-just-released/  
Blog Post by: vijaymstech

Redis Cache

Redis Cache

Redis Overview http://redis.io/ http://redis.io/topics/introduction Redis Architecture http://qnimate.com/overview-of-redis-architecture/ https://matt.sh/redis-architecture-diagram http://www.yzuzun.com/2015/04/some-architectural-design-concepts-for-redis/ Others: https://azure.microsoft.com/en-in/documentation/articles/cache-dotnet-how-to-use-azure-redis-cache/ https://azure.microsoft.com/en-in/documentation/services/redis-cache/ https://azure.microsoft.com/en-in/services/cache/ https://www.youtube.com/playlist?list=PLKeTWhPdYFRxw1El6CjFGA7v4BW-LDgKB Redis Cache with C#: https://www.youtube.com/watch?v=rXQRqek3kLw http://www.codeproject.com/Articles/636730/Distributed-Caching-using-Redis http://www.c-sharpcorner.com/UploadFile/2cc834/using-redis-cache-with-C-Sharp/
Blog Post by: vijaymstech

Azure Interview Questions

Azure Interview Questions

http://www.dotnet-tricks.com/Tutorial/windowsazure/Dc67011013-Understanding-Cloud-Computing-and-Windows-Azure.html/ http://blog.sqlauthority.com/2011/07/25/sql-server-azure-interview-questions-and-answers-guest-post-by-paras-doshi-day-25-of-31/ http://dotnetanalyst.com/FAQs/Index http://www.indiabix.com/technical/dotnet/cloud-computing/ https://systemadminguide.wordpress.com/2015/05/14/azure-cloud-based-interview-questions-part-i/ http://www.c-sharpcorner.com/UploadFile/8ef97c/top-most-interview-questions-and-answers-of-cloud-computing/ http://www.sanfoundry.com/cloud-computing-windows-azure-interview-questions-answers/
Blog Post by: vijaymstech

BizTalk Service Architecture Poster

BizTalk Service Architecture Poster

https://www.google.co.in/search?q=azure+biztalk+services+architecture&sa=X&espv=2&biw=1517&bih=714&tbm=isch&imgil=ENWXB7BHNpsADM%253A%253BKKGRib7m1_bROM%253Bhttp%25253A%25252F%25252Fwww.codit.eu%25252Fblog%25252F2013%25252F06%25252F03%25252Fannouncement-windows-azure-biztalk-services-have-been-announced%25252F&source=iu&pf=m&fir=ENWXB7BHNpsADM%253A%252CKKGRib7m1_bROM%252C_&usg=__vXCUZwICvSkzUN2Xsskk0vdrVU0%3D#imgrc=ENWXB7BHNpsADM%3A
Blog Post by: vijaymstech