Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

Cannot enlist the Transaction

On an initial load of 60000+ files our nServiceBus handler threw an exception NServiceBus.Unicast.Queuing.FailedToSendMessageException: Failed to send message to address: queue@machine —> System.Messaging.MessageQueueException: Cannot enlist the transaction. Repro No repro – no issue. Sleeping for 61 seconds caused the same … Continue reading

Posted in Development | Tagged , , | 4 Comments

Octopus deploy timeout fix

The nightly build failed and a bug was assigned to me. Digging trough the msbuild.log file the error was in the deployment One or more tasks did not complete before the timeout was reached. We waited 10.1 minutes for the … Continue reading

Posted in Development | Tagged , | Leave a comment

Chocolatey on Azure provision

A recent update on the Windows Azure platform enables you to run a custom powershell script when creating a new Virtual Machine. It can be configured on the last step of the Wizard. This is where chocolatey can do it’s … Continue reading

Posted in Tooling | Tagged , , , , | Leave a comment

Week 21 roundup

Last week recap an links: Jamie Rubin writes about his adopted to-do list system. A commandline util that uses a textfile to store thing you need to do. Channel9 has a video from David Folwer and Scott Hanselmand called The … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

VS2013.2 update issue

When I tried to install Visual Studio 2013 update 2 it gave me an error. Checked it wasn’t blocked as with other downloaded files. Not the case. The update wasn’t already installed, because the version number was still at 30110. … Continue reading

Posted in Tooling | Tagged | Leave a comment