WCF Data Services vs. WCF RIA Services – Making the Right Choice

In .NET, Windows Communication Foundation (WCF) provides all the support you need to build distributed service-oriented data access solutions. You can certainly work with WCF directly to create custom services and expose data from an Entity Data Model (EDM) with the ADO.NET Entity Framework, or from any other data access layer (DAL) of your choosing. […]
Blog Post by: Lenni Lobel

Video – BizTalk360 Graphical Message Flow viewer

One of the big feature we added in our 3.2 release is the graphical message flow viewer. Basically it allows user to visualize the end-to-end message flow within your BizTalk Environment. A example screen shot

We released a short video  (7 minutes) this morning covering some of the scenarios and showing how easy it’s to use it. If in case you are not aware, graphical message flow viewer requires zero development/configuration effort, you can install BizTalk360 on your existing environment and start using it straight away.

Watch the video:

https://vimeo.com/36884124

Nandri
Saravana Kumar

BizTalk compile error with maps

I am working with an integration against a SalesForce solution, where there is a very complex structure in SalesForce, where there are references that will never end in a recursive situation. This gives you an out of memory exception or your Visual Studio crashes. 

The solution is to open the BizTalk map with an XML editor and change the (GenerateDefaultFixedNodes=”Yes”) to (GenerateDefaultFixedNodes=”No”) or (GenerateDefaultFixedNodes=”RequiredDefaults”). If you have defaults in your map then you would need to take the last “RequiredDefaults” as you otherwise will miss those in your output.
Remember to test your mappings after you have done this change. See here for more information: http://msdn.microsoft.com/en-us/library/aa561485.aspx
 


BizTalk Server 2010 Patterns Book Winner

BizTalk Server 2010 Patterns Book Winner

The results are in!

Out of a total of 12 blog post comments, the winner of the Microsoft BizTalk Server 2010 Patters Book published by Packet Publishing is Comment #8 – Mitch Vanhelden

BizTalk Server 2010 Patterns Book 1st Plance Winner

As a 2nd place winner, I am also giving away a copy of Pro BAM in BizTalk Server 2009. 

The winner of this book is .. Comment #10 – Eric Beyer

BizTalk Server 2010 Patterns Book 2nd Plance Winner

If you did not win this time, watch for a new contest in just a few days.

 

BizTalk360 – Silverlight Caching issue with Chrome

With our 3.2 release we restructured the navigation menu to make it bit more simpler. The LHS shows the old navigation and the RHS showing the new navigation (Data folder).

In the above screens, Chrome and IE are actually accessing the same resource (URL). IE is smart enough to refresh the new Silverlight XAP files and display the new navigation tree, whereas Chrome is still referring to the old xap file.

The solution to this problem is to clear the browser cache, you can follow the below instructions.

Go to Options>Under the Bonnet> Clear Browsing Data, which will bring the following screen

Just select "Empty the cache" option and click "Clear browsing data". After that you open a new instance of Chrome and navigate to BizTalk360 as normal. You can notice it’s displaying the new navigation now.

There are few ways to tackle this problem permanently, we’ll do a small incremental release to address this problem soon.

Regards,

Saravana Kumar

Follow us on twitter @biztalk360, to get this sort of updates quickly

BizTalk360 – Dynamic Topology diagram

We have done consulting work for various organisation, typically the BizTalk environment topology diagram is drawn in Visio and stored somewhere in document a repository like SharePoint. Depending on the size of the organisation, there will be various environments like SIT, UAT, Staging, Performance, Production, etc and it will be a time consuming task to keep the diagrams up to date. Majority of the time the diagrams will quickly go out of sync when more servers are added/removed to the environment, not representing the real topology.

BizTalk360, solves this problem by intelligently generating the topology diagram on the fly. This solves few issues

  • You don’t need to spend time generating topology diagrams in Visio.
  • Your diagram is always in Sync with the real environment, since it’s generated based on the current configuration.
  • The diagram is readily available on the tool you use to support, so you don’t need to hunt for them in your document repository.
  • Diagram got inbuilt zoom-in/zoom-out capability if your environment is complex (ex: 6 BizTalk server , 4 SQL Servers)

Sample Single-Server diagram

Sample Multi-Server diagram