Blog
Welcome to my ramblings. I am going to talk about digital stuff, web design, technologies, Microsoft, Biztalk, ASP.net, Dynamics CRM, Sharepoint, WCF, system integration and enterprise service buses these are my bread and butter at the moment.
The burying of our talents
When we are children we discover in ourselves talents, powers, that we know are truly an essential part of ourselves and, being so, can become the source of the greatest meaning we can find in life. … more
Creating New Annotation/Note Record in Dynamics CRM, Late Binding
There's a minimum amount of data you'll need to creation a new annotation/note record in Dynamics CRM. Below is a sample of how you might do it with late binding.
using (proxy){ … more
Microsoft Dynamics WCF Web Services - Early vs Late Binding Comparison
There are two options when programming against the Dynamics SDK - early binding and late binding, as outlined in the Microsoft SDK documentation (see the two links below).
Use the Early Bound Entity … more
Using DebugView with Biztalk
You can output traces from within a Biztalk orchestration using a product called Microsoft DebugView. Here's what you need to do:
Download a copy of debugview and put in on your Biztalk … more
Removing tempuri.org references in your WCF WSDL
When you create a WCF project, Visual Studio does not assign namespace and therefore libraries WCF automatically assign the value of http://tempuri.org. You're trying to remove the "tempuri" … more
WCF Endpoints, Bindings, Contracts and Behaviours
ENDPOINT
Specifies an actual running instance of the service. A service endpoint has an address a binding and a contract.
BINDING
Specifies how the endpoint communicates with the world … more
There was a failure executing the receive pipeline
Problem
There was a failure executing the receive pipeline: "xxx" Source: "Unknown " Receive Port: "ReceivePort1" URI: "/httpreceive/BTSHTTPReceive.dll" Reason: Failed to get pipeline: xxx. Please … more
Polling a Web Service/WCF from Biztalk
One of the requirements on a project I was working on was to use Biztalk to poll a web service using it's WCF adapters on a regular basis eg every few minutes. I set off looking at the … more
Windows Server AppFabric and Windows Workflow Foundation: Brief Introduction
Windows Server AppFabric is a set of extensions on top of Windows Server improving the application infrastructure allowing to build, scale and manage Web and composite applications. AppFabric comes … more
Biztalk vs Workflow Foundation 4
Architects and developers have to choose carefully in which technology to invest. With this in mind, for some recent developments I was looking at putting together an architecture for a service … more
Training Resources for Biztalk Developers
This is just a useful list of learning resources for any new or experienced Biztalk developers. It includes virtual labs, Microsoft documentation for all recent versions, useful video tutorials … more
Stock Market/Share Sentiment Analysis Software
I have been working on a side interest project lately called Sentiman, which is going to analysis stock market sentiment.
The web site for the site has been set up and should be launching in … more
Linq Cheat Sheet Examples
A few sample using query syntax. Here's a page on the Microsoft site that you might actually find more useful.
See also:
Linq to Entities Basic Concepts and Features
101 Linq Samples … more
Failed to configure with error message [Exception of type 'System.EnterpriseServices.TransactionProxyException' was thrown.]
You may get this error when configuring Biztalk 2010 Group section in a distributed environment with Biztalk on one server and SQL server on another.
There are two things you need to check first, … more
Biztalk Configuration Error for Enterprise SSO - Failed to add the user 'domain\myuseraccount' to the domain group
I had a problem with configuring Biztalk 2010 in a distributed environment which I thought I would share. The problem was with assigning the SSO Administrators group when configuring the Windows … more
Biztalk Developer Yorkshire, Leeds, Manchester, Sheffield, York
If you require Biztalk expertise on a consultancy basis in your organisation in the Yorkshire region, please do not hesitate to contact me.
I am a qualified MCTS (Microsoft Certified … more
Hemmed in a Closed Cirque of Our Own Creating
The vast majority of this blog is all about technology, but occasionally I like to drop in some interesting quotes.
Today's is one from Dorothy Rowe's "What Should I Believe", from the chapter … more
Propellerhead Reason only doing short notes
My first forays into using Propellerhead Reason (version 5 by the way). After pressing my midi input device, Reason wasn't sustaining the notes/chords,
First I went to edit> preferences> … more
File receive port - files not being picked up Biztalk
So you are dropping files to a file receive location but they are just not going anywhere. Here are a few things to check
The host instance associated with file adapter receive is … more
An error has occurred in the claims providers configured from this site collection
I got this error when I was trying to configure permissions for a BCS application in central administration - the people picker popup threw this message. Strangely I found that people pickers in … more