Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Custom List : Error while creating list

  Asked By: Cedric Lucas         Date: Feb 06, 2007      Category: Sharepoint      Views: 733
 

I have created a custom list and deployed into site. And it is showing in site,
as one of the templates to be used for creating a list.

But, when I am trying to create a list out of this template, after entering List
name and description, I am getting following error when I am creating a list
based on newly deployed custom list:

Cannot complete this action.

Please try again.

Troubleshoot issues with Windows SharePoint Services.

Am I missing any steps while creating the Custom List.

Tagged:          

 

6 Answers Found

 
Answer #1       Answered By: Chantal Rosa          Answered On: Feb 06, 2007       

I get this error  occasionally, and the only way I can get to work again
is to reboot the server.

 
Answer #2       Answered By: Kyla Eckert          Answered On: Feb 06, 2007       

I tried many times, resetting the IIS server but no luck.

For me,...I cant even create  a list  out the Custom List Template.

I am still exploring it. I am following steps  given in SharePoint SDK itself.

Any help is appreciated.

 
Answer #3       Answered By: Alisha Holmes          Answered On: Feb 06, 2007       

Did you try this out?
http://support.microsoft.com/kb/823278

Also, try adding <identity impersonate=”true” /> to
the web.config.

 
Answer #4       Answered By: Alexis Ellis          Answered On: Feb 06, 2007       

In web.config of our site  is already given as <identity impersonate=”true” />

I tried to follow the example given SharePoint SDK for creating custom  list
definitions. but no luck as of now.

 
Answer #5       Answered By: Percy Beach          Answered On: Feb 06, 2007       

Did you create  the list  template as a custom  list definition or a save
list as template? If as a saved list template  did you create it in the
top level site  of a site collection and are you creating  the new site
which uses the list template in the same site collection? List
templates are .stp files stored in the list templates  gallery of a site.
If the stp file is stored in the top level site of a site collection it
will be available to any site in the site collection. But it would not
be available to another site collection unless you manually export it
and import it to the new collection.

 
Answer #6       Answered By: Mary Adams          Answered On: Feb 06, 2007       

I have created  a custom  list, not a saved template(.stp).

I tried to follow the example given SharePoint SDK for creating  custom list
definitions. but no luck as of now.

 
Didn't find what you were looking for? Find more on Custom List : Error while creating list Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].