Feature xxxx for list template xxx not installed in this farm.....

  • 28 July 2008
  • 6 replies
  • 18 views

Badge +3

Hi all,


Going through Server move from Development to Production, and I'm at the stage when I'm deploying one of the Project Solutions.


I've run the ServiceGUID Converter tool from Blackmarket, which worked. I've successfully deployed all the SmartObjects. I've re-run all the Process wizards in VS to update references to SmartObjects, IPC calls, mail events, Destination users etc.


On deploy, I got the following error:


Server was unable to process request. ---> Feature '00bfea71-dbd7-4f72-b8cb-da7ac0440130' for list template '130' is not installed in this farm.  The operation could not be completed.


The path to the file (P:DealPackPreLoadingDealPackPreLoadingobjDebugDeploymentDealPackPreLoading.msbuild 134 6 DealPackPreLoading) points to the following lines:


 

  <Target Name="InfoPath Process and Event Deployment" Condition="$(InfoPath_Process_And_Event_Deployment) == 'true'">
    <SourceCode.DeploymentTasks.InfoPath.PublishFormTemplateTask TaskGuid="fd851283a5d84172a649b9697e1e7144" />
    <SourceCode.DeploymentTasks.InfoPath.PublishFormTemplateTask TaskGuid="6eb7b3707ceb41cb9870a64477ed2f6b" />
  </Target>

Anyone got any ideas what's missing?


Thanks


Paul


6 replies

Badge +6

The Guid '00BFEA71-DBD7-4F72-B8CB-DA7AC0440130' refers to the Data connection library. It seems this is not available to create the UDCX files upon deployment


Make sure that you


1. Use 'MOSS Enterprise Edition'


2. Enabled Enterprise features to all sites in SharePoint Central Administration


HTH


http://www.davehunter.co.uk/Blog/Lists/Posts/Post.aspx?List=f0e16a1a%2D6fa9%2D4130%2Dbcab%2Dbaeb97ccc4ff&ID=68

Badge +3

Thanks, Conrad. Those error messages aren't the most helpful ones, are they?


So that's done now, I can deploy when using InfoPath Client, but still not Web Browser. The error now says that the InfoPath Forms Services Support Feature is not present....?


Can't find anything on this, and from looking at SP Central Admin, it all looks like it's set up....

Badge +3

Also, this thread refers:


http://www.k2underground.com/forums/thread/22172.aspx


I've tried everything suggested without success........

Badge +3

Update:


 I discovered that SQL Server (OFFICESERVERS) is not present as a service on the server - it is running on our development box, pointng to an instance of sqlservr.exe.


I've located the equivalent file on the production server, but can't see how to add this as a named service that runs in the background.


Any ideas?

Badge

I had similar problem and have used a new tool, called Pako Simeonov's tool. You can read more about it here:  http://blog.myitechnology.com/2009/06/fixing-feature-guid-for-list-template.html

It has helped me, hope it will be useful for others too.

Thank you,

Tpl

Badge

For SharePoint 2010 you can delete the list with PowerShell as in shown here: http://www.sharepointnoob.com/2012/03/21/error-feature-gui-list-template-xxx-installed-farm-operation-completed/

Reply