Posts

Showing posts from June, 2012

My new Camera gear

Image
Last week I bought my first ever DSLR. I searched a lot on model which suites for my budget and finally decided to settle in Nikon D5100. For the fast few weeks Nikon 5100 price went down due to some reason. So I thought of buying it without waiting anymore. I got a bundle package with reasonable price from CameraLk. So my new camera gear is as follows. Nikon D5100 Lens AF-S DX Zoom-NIKKOR 18-55mm f/3.5-5.6G ED VR Nikon Tripod Nikon side bag I’m waiting to do some experiments with the current gear and will definitely add more items to the list. I did some DSLR photography before using one of my friend camera. At that time I was amazed by photos generated by long exposure shots. I hope to do some experiment and stick to a specific area.

Developing complex BizTalk maps

When developing complex BizTalk maps using BizTalk mapper using simple functoids will make the map more complex. Recently while I was working on complex maps I faced some situations where we need to write complex XSLT scripts to get the output what we wanted. Using simple functoids increased the complexity. While I was using the custom script XSLT functoids I found following article which suggest different situation where we wanted to use custom XSLT script and guideline for implementing complex maps. http://social.technet.microsoft.com/wiki/contents/articles/10001.biztalk-virtual-mapper-vs-custom-xslt-en-us.aspx I hope this article will help you in next BizTalk map you are going to implement.

BizTalk Orchestrations troubleshooting and advice for solving common orchestration errors.

While I was searching for a compile issue on a BizTalk orchestration I found a really good MSDN article which gives different ways to troubleshoot our orchestrations and advice for solving many common errors. That article consist on following topics. Orchestration Tracking Options Replaying an Orchestration Instance in HAT Interactive Debugging of an Orchestration in HAT Using Debug and Trace Statements in an Orchestration Writing Information to the Event Log General Troubleshooting Questions and Answers Common Errors Article URL - http://msdn.microsoft.com/en-us/library/cc825581(v=bts.10).aspx You can definitely get information on how to fix your orchestration related issues by reading this  article.