by community-syndication | Jan 29, 2013 | BizTalk Community Blogs via Syndication
In my previous post I introduced the concept of Customer Power Outages and, at a high level, introduced how Outage Management Systems work. The key take away from that blog post is that important, event driven data is passing through BizTalk and there is an opportunity use this information to provide better Customer and Employee engagement through Service Bus Notification Hubs. Think about, conceptually how different is it from BAM Alerts? The idea behind BAM Alerts is data is moving through BizTalk, Tracking Profiles pick it up and send it to subscribers who are interested in it via email (oversimplifiedI know). The process of collecting this information for Notification Hubs is different but now we can reach an audience that we may never had access to before.
In this post we will take a closer look into how we could actually implement a Power Outage system and include notifications to both customers and employees by using Service Bus Notification Hubs.
Note: In some areas I have over-simplified the process in order to focus on some of the key technical aspects of Notification Hubs.
In the diagram below I have laid out the series of events that make up the architecture:
- Customer determines their power is out and launches the Windows 8 application on their SurfaceRT tablet in order to report their Power Outage. The mobile client registers itself for Toast Notifications. In this case the Customer is only interested in events pertaining to its SiteID (Customer ID) so a Tag of 0090123456789 is included as part of the Toast Notification registration. Next, the customer clicks the submit button to notify the power company of their outage. The message is sent to a Customer Outage Service Bus Queue.
- BizTalk is using the new SB-Messaging Adapter to connect to this Service Bus Queue and pulls down the Customer message.
- BizTalk will perform a transformation and send the message to the Work Order Create Queue. Once again, the new SB-Messaging Adapter will be used when communicating with the Service Bus.
- Once the Work Order message has been sent to the Service Bus Work Order Create Queue, BizTalk will send a message using the Service Bus .Net Preview SDK to the Service Bus Notification Hub. Included in this message is the tag “Airdrie” which happens to be the City were the customer, who submitted the trouble ticket, lives. It also happens to be the area that the Power Line Technician (PLT) is responsible for. Only he will receive this toast notification because he is the only employee that is registered for this tag.
- The PLT will now receive a Toast Notification indicating that he has a new Work Order that he needs to complete.
- When the PLT clicks on the Toast Notification, the PLT App is launched and he can click the Retrieve Next Order button to download the order.
- Once the PLT has had a chance to assess the situation he can provide an Estimated Time of Restore (ETR) and send this information to a Work Order Update Queue that exists in the Service Bus.
- BizTalk will pickup this message from the Work Order Update Queue.
- The updated Work Order information will now be sent to the Outage Management System using the FILE Adapter.
- BizTalk will use the information contained in the Work Order Update message to push a Notification message up to the Service Bus Notification Hub. As part of this message, a tag for the customer’s Site ID is populated. In this case it is 0090123456789 which happens to be the same Site ID as the customer who initially logged the Power Outage ticket.
- The customer will now receive a Toast Notification indicating their Estimated Time of Restore (ETR).
- Steps 7 – 11 will be repeated once the PLT has restored power and a notification can be sent to the customer, when the work order has been closed in the Outage Management System, indicating that their power has been restored and give them a duration of the outage.

Conclusion
Hopefully this post has described in more detail how Service Bus Notifications can improve customer and employee engagement. I promise that the next post in the series will have some code. I just felt that if I could build a story, it would provide some worthwhile context that truly demonstrates why this Notification Hub technology is important.
by community-syndication | Jan 29, 2013 | BizTalk Community Blogs via Syndication
Once again, Cnext is proud to announce the renewal of the gold partnership with Microsoft, demonstrating a “best-in-class” ability and commitment to meet Microsoft Corp. customers’ evolving needs in today’s dynamic business environment and distinguishing itself within the top 1 percent of Microsoft’s partner ecosystem. Cnext reached this gold partnership in the category Application Integration. […]
Blog Post by: Cnext
by community-syndication | Jan 29, 2013 | BizTalk Community Blogs via Syndication
Microsoft Learning used the ALM Summit 3 this week to announce the new “Microsoft Certified Solution Developer (MCSD): Application Lifecycle Management” certification. The new certification required you to pass the following three exams.
- 70-486: Administering Microsoft Visual Studio Team Foundation Server 2012
- 70-497: Software Testing with Visual Studio 2012
- 70-498: Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management
QuickLearn’s two TFS instructors have both already obtained this certification and have prepared comprehensive exam preparation sessions to help candidates focus their study and pass these exams.
The exam preparation sessions are available as FREE, ONLINE WEBINARS that anyone can register to attend. Over the coming month we’ll also release online video preparation sessions.
Attending these webinars will help you in the following ways.
- Understand the goals and objectives covered in each exam.
- Get links to study material on the Microsoft MSDN website.
- Go through some samples questions.
- See product demonstrations for topics listed in the exam preparation guide.
- Learn techniques to help you when you’re doing the actual exams.
To sign up for any of the free webinars, simply click the following link, choose the webinar you wish to attend and register.
SESSION DATES/TIME and REGISTRATION LINK
NOTE: We do not tell you the questions or the answers. We provide sample questions that we have written ourselves. We respect the NDA we signed prior to taking these exams. We do not encourage the use of brain dumps. Brain dumps devalue the certification and reduce value for everyone.
by community-syndication | Jan 29, 2013 | BizTalk Community Blogs via Syndication
This week QuickLearn was involved at the third annual Application Lifecycle Management Summit held on the Microsoft Corporate headquarters in Redmond.
Nick and I were both involved in delivering content and sharing our TFS knowledge and skills with attendees. Here are the two activities we presented.
Pre-conference workshop
I delivered a sold-out pre-conference workshop entitled “Managing your application lifecycle with TFS”. The workshop provided attendees with a rapid overview of many of the features of Microsoft’s ALM suite. Based on the number of questions from attendees, there was a lot of interest in the new features in TFS 2012.
Exam Cram Session
Microsoft took the opportunity to announce the brand new MCSD: Application Lifecycle Management certification at the conference. Nick and I paired up to deliver a 90 minute exam prep session to help attendees learn the best way to prepare for the three exams required for the new certification. Fortunately, both Nick and I both already have the certification so this made things a little easier.
Feedback from both activities was overwhelmingly positive and with our commitments done, we’re both just enjoying attending sessions at the conference for the rest of the week.
by community-syndication | Jan 28, 2013 | BizTalk Community Blogs via Syndication
TorbenChrona Christiansen wrote a very handy blog post last year on how to bulk stop and start EDI batches in BizTalk Server 2009 using SQL queries. These queries can be used to aid in creating proof of concepts, to demonstrate batching in presentations, as a setup step in integration tests, or during deployments. Seeing as […]
Blog Post by: Johann
by community-syndication | Jan 28, 2013 | BizTalk Community Blogs via Syndication
My dev machine works so slowly, so I decided to clean it. I found a guide to perform it. But don’t do it on production plateform, it won’t be supported Here are few steps to clean up BizTalk Message Box Database. 1. There is a Stored Procbts_CleanupMsgboxin BizTalkMsgBoxDb Database. By default this stored proc does […]
Blog Post by: Jeremy Ronk
by community-syndication | Jan 28, 2013 | BizTalk Community Blogs via Syndication
The BizTalk Server 2013 Beta release comes with the SB-Messaging adapter. This adapter allows our on-premise BizTalk environment to integrate seamlessly with the Windows Azure Service Bus queues, topics and subscriptions. Together with my colleague Mathieu, I had a look at these new capabilities.
by community-syndication | Jan 27, 2013 | BizTalk Community Blogs via Syndication
In my previous post I introduced Service Bus Notifications and explained why you may want to use it when sending Notifications to mobile devices. In this post I want to explore its use in a corporate environment and how introducing this technology can improve customer engagement as well as employee engagement.
Use Case
Back in the Summer of 2012, I wrote a couple blog posts on BizTalk and SignalR. The idea was that BizTalk could provide real time notifications to on premise users. The notifications provided the current state of particular events that were flowing through BizTalk. In this post there is a similar theme but this time we will extend the experience onto customers and mobile field workers.
The scenario that we are going dive into is a typical Customer Power Outage scenario. We have all been there, we get home from work (or wherever) and discover that our power is out. If you have never worked in the utility sector, you probably have no idea what goes on behind the scenes. I have worked in the sector for close to 7 years and I can assure you that these scenarios are taken seriously. At least the places that I have worked have treated them that way.
Each utility will vary greatly when it comes to dealing with Power Outage scenarios. Some utilities will have very sophisticated SCADA and Outage Management Systems (OMS) others may simply rely upon customers calling their utility to notify them that their power is out. Sometimes the power outage may be widespread other times it may be only you. Much like any other company, or industry, the utility companies are looking for ways to provide Self Service capabilities to customers. Just like you can check your bank account online, why can’t you see your power consumption or inform your power company that your power is off via a mobile application?
In the diagram below, you will see many different key data flows:
- Notifying the OMS system of devices that have failed via SCADA interfaces
- Customers calling and talking to a Contact Centre agent. The Contact Centre agent in turn will leverage a Customer Information System (CIS) to log a ticket.
- Customers who use an Integrated Voice Recognition (IVR) service when live agents are currently servicing other customers
- Self Service inputs such as mobile applications and Websites
If an organization is using a Middleware product, such as BizTalk to bridge all of these different inputs with the Outage Management System then BizTalk has access to a lot of relevant, event driven information.
Another interesting fact is when orders are created and dispatched to Field workers aka Power Line Technicians (PLTS) information is often passed back to an ERP system. This information is often used for Financial or Reporting purposes. For instance if there is a power outage, then resources will be used to address the power outage. This will include Employee time and materials such as replacement parts and equipment used such as vehicles to fix the problem. This information is usually passed back once the outage has been completed or maybe as the outage is being resolved in the form of updates. Since ERP systems are usually not part of Outage Management Systems, this information needs to be moved via Middleware platform such as BizTalk.

Hopefully it has become apparent that BizTalk has access to a lot of important event driven information that is passing through it that may be of interest to other parties such as customers. For instance if your power was out, would you like to know when the Estimated Time to Restore (ETR) is? Or if you were the owner of a small business, who relied upon power to run its business, would you like to be notified the minute the outage is over? I am pretty sure you would. The interesting part is that any decent Outage Management System will have this information. The problem is that utilities just do not have the people resources to start calling people to let them know. Here is where the opportunity lies to use Service Bus Notification Hubs.
The Solution
Enter Service Bus Notification Hubs. I think this is a great complimentary technology to BizTalk. In this case BizTalk is performing traditional On-Premise integration and can easily hook into a progressive service like Service Bus Notification Hubs to deliver better customer engagement with very little effort.
I have built out a fairly comprehensive solution that dives deeper into this problem. I will be breaking down this problem into a series of different posts. But, as a bit of a teaser you can see part of the solution in the screen shot below.

by community-syndication | Jan 27, 2013 | BizTalk Community Blogs via Syndication
This past week the Service Bus team at Microsoft rolled out a preview of their latest offering called Service Bus Notification Hubs. For those of those of you who keep an eye open for all things Middleware from Microsoft, you may recognize the code name of the project: Iguazu. You may have even seen Iguazu presented by Clemens Vasters at one of the recent Microsoft conferences/summits.
What are Service Bus Notification Hubs?
So what are Service Bus Notification Hubs? Probably the simplest way to explain it is an internet-scale Push Notification Service. Push Notifications are nothing new. The major mobile platforms all have them and you have inevitably used them if you use social media apps like Facebook, Twitter or even games. These notifications are often called “Toast Notifications” in the sense that they pop up and inform you of some relevant event such as someone commenting on a post of yours or informing you that you have been mentioned on Twitter.
If they have been around for a while, why do I care about them now?
Just because Notification Services from Apple, Google and Microsoft have been around for a long time, doesn’t mean that it has been easy to use them. Often times developers need to manage all of the subscriptions and channels within their own data stores. Developers were also required to deal with the nuances of the different platforms and managing which subscriptions were running on a particular platform. This results in a lot of fragmentation. Finally, dealing with large scale has also been challenging for some organizations. Imagine if you were a large media outlet with hundreds of thousands or millions of users. Providing timely notifications to users of this magnitude becomes extremely important. For example receiving a notification for a touchdown that happened in the 2nd Quarter when the game is already over is not a good user experience. Service Bus Notification Hubs can take care of this by delivering to a wide audience immediately.
Benefits of using Service Bus Notification Hubs
While I am relatively new to this technical domain(mobile notifications), I found building solutions off of Service Bus Notification Hubs was pretty straight forward. I find it very compelling that I can choose to use Native Notifications that are specific to a respective platform or I can just use one of the many generic templates that ship and can address devices on multiple platforms. Since the service is currently in “preview mode”, only Windows 8 and IOS notifications are supported but Microsoft is targeting Android and Windows Phone when the service becomes Generally Available. Another key benefit, and perhaps this is why it is in the Service Bus family, is the service is true Pub-Sub. I don’t have to worry about specific subscriptions. I just have to throw the message at the Service Bus and let it figure out who is interested in it. It could be 1 person/device or it could be 100 000. It doesn’t matter to my Server code. This features alone makes the service worth it.
What’s next?
There is quite a bit of content that is already available for this topic and I recommend checking out the following links:
Also stay tuned to this blog where I will be walking through a corporate scenario from the Energy sector where I will combine Service Bus Notification Hubs, BizTalk and Windows 8 Store Apps.
by community-syndication | Jan 27, 2013 | BizTalk Community Blogs via Syndication
I am presenting a session on BizTalk 2013 and Rest at BizTalk Saturday – BizTalk 2013 Hands on Days – Auckland on February 9th. I was all set to write a summary of this topic but this morning I woke and found that Steef-Jan Wiggers has just written a very good summary entitled Microsoft offers […]
Blog Post by: mbrimble