Uncategorized

CHEF TIP: Constrain Dependent Cookbook Versions

Had an issue last night with a Chef cookbook that I was developing using Kitchen.  The cookbook had been working no problem 2 nights ago and all of the sudden started getting the following error during the Kitchen Converge:        [2017-03-15T18:54:32-07:00] WARN: PowerShell 2.0 is not supported or already installed on this version of Windows: …

CHEF TIP: Constrain Dependent Cookbook Versions Read More »

nano Quick Tip: Append to Path environment Variable

Making a persistent change to the PATH environment variable in Windows Nano was harder than expected.  I found many forum/blog posts that had different PowerShell scripts to append to PATH that would work in older versions of windows but not in Nano.  I finally found the following script works in Nano:  Now I can access …

nano Quick Tip: Append to Path environment Variable Read More »

WINRM to WINDOWS Nano Server 2016

Decided to try out Windows Nano Server 2016 today in a HyperV VHD.  Microsoft provides a VHD for Nano on their evaluation site or you can create your own VHD. https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016 https://technet.microsoft.com/en-us/windows-server-docs/get-started/nano-server-quick-start Nano is a headless operating system.  This means you can’t remote into it like other Windows Server OS versions because it doesn’t have …

WINRM to WINDOWS Nano Server 2016 Read More »

TFS Checkout issue TF400898

Had an issue today with one of our CD pipelines in Thoughtsworks GO!  where it was throwing the following error: [cruise] Start updating WorkItemSource at revision 5555 from http://mytfsserver1p:8080/tfs Failed while checking out into Working Folder: pipelines\AcmeTracker\AcmeSource, Project Path: $/Group/Services/acme.svc/Main, Workspace: d3f98ee96fd565s4f65s4fdsd564wer6b292b74, Username: SVCUser, Domain: MyDomain, Root Cause: com.microsoft.tfs.core.exceptions.TECoreException: TF400898: An Internal Error Occurred. Activity …

TFS Checkout issue TF400898 Read More »

Deploy SSIS Packages with MSDeploy

SQL Server Integration Services (SSIS) is a common and useful tool for many large enterprises but they rarely have an automated deployment strategy.  The common misconception is SSIS deployments are hard or not possible to automate.  Like everything else we have attempted to automate the deployment of, MSDeploy can handle SSIS packages too.  In this …

Deploy SSIS Packages with MSDeploy Read More »