﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Integration Services / Data Warehousing  / SSIS 2012 package execution fails - create_execution timeout error 27195. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 03:05:43 GMT</lastBuildDate><ttl>20</ttl><item><title>SSIS 2012 package execution fails - create_execution timeout error 27195.</title><link>http://www.sqlservercentral.com/Forums/Topic1426287-364-1.aspx</link><description>Hi, I've just upgraded my SSIS packages from SQL2005 to SQL2012 and I'm using SQL Agent to execute the pacakges.  The jobs are failing about 20% of the time with a timeout error.  I ran a trace to see what was causing the problem and the error occurs in the SSISDB.catalog.create_execution procedure when it calls sp_getapplock. EXEC @lock_result = sp_getapplock                 @Resource = 'MS_ISServer_Create_Execution',                @LockTimeOut= 5000,                 @LockMode = 'Exclusive' The timeout occurs in sp_getapplock when it calls sys.xp_userlock, the error number is 27195. exec @result = sys.xp_userlock 0, @dbid, @DbPrincipal, @Resource, @mode, @owner, @LockTimeout I have 11 packages that are all executed every minute so I suspect that this is 'causing' the problem.  I had no issues when I execute 11 packages concurrently in SQL2005 or SQL2008. Has anyone run into this problem?  Do you have any idea how I can prevent this error other than scheduling the packages to run less frequently?   Thanks, Tim</description><pubDate>Mon, 04 Mar 2013 08:43:15 GMT</pubDate><dc:creator>greenantim</dc:creator></item></channel></rss>