How to Create a template from List Template Gallary folder

Hi All
    I need to create list using List Template. Here is problem, I have added the list template in List template gallery using Feature stabilling, where the  list template are create under a folder (List Template Gallery -> ListTemplate(folder)
-> template.stp). I am not able to create list programatically using the template which is under the folder. I am getting following error "Error occurred in deployment step 'Activate Features': The template you have chosen is invalid or cannot be found."
but the template can be found in the SPListTemplateCollection.
Can any one please suggest a solution to it. or is there any workaround.
Thanks in advance.
Raj

Hi Arockiaraj_SP,
Do you mean that you can create new list instance in browser using the list template, but not with server object model, or CAML using new List instance from the project?
please make sure that the template can be used to create new list instance, would you please provide the code sample you use?
Qiao Wei
TechNet Community Support

Similar Messages

  • How can I delete an unwanted template from 'My Templates'?

    How can I delete an unwanted template from 'My Templates'? I created this in error and cannot find a way to remove it. Thanks for all help.

    Pages stores those you created & saved as templates in (your account) > Library > Application Support > iWork > Pages > Templates > My Templates. The user's Library is hidden in Lion but it is easy to open. In Finder, hold down the Option key while clicking on the Go menu & your users Library will appear about halfway down the list.
    I suggest you update your profile to show your current version of OS X. Click on "Your Stuff" at the top right of this page & choose profile (bottom of the list) then click edit.

  • How can I delete templates from MY TEMPLATES in Pages?

    How can I delete templates from MY TEMPLATES i Pages?

    Pages stores those you created & saved as templates in (your account) > Library > Application Support > iWork > Pages > Templates > My Templates. The user's Library is hidden in Lion & Mountain Lion but it is easy to open. In Finder, hold down the Option key while clicking on the Go menu & your user Library will appear about halfway down the list. Or you can choose Go to Folder from Go menu in Finder & paste this line in the box:
    ~/Library/Application Support/iWork/Numbers/Templates/My Templates/

  • Error on creating a subsite from custom template with full control

    I have a site collection and a subsites A and B on it, there is a group 'Managers' that has Read permissions on
    site A. This group has Full control permissions on site B, and I have a solution with custom site definition, lists and feature event receiver that breaks permissions for certain list and sets Read permissions for group 'Visitors'. This list
    is being created when site was created by my custom site definition. But when I try to create a site from this template I get 'Access denied'.  I checked logs, and they say that site was created, every method in my receiver is executed without errors
    but later I see messages about deleting this site. But if I am a
    site collection admin everything works. And another fact is that if I create site without activating feature with event receiver and after creating site I
    manually activate the feature everything works fine. Any ideas?

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Rescope your features so that web application related activity are performed by a web application scoped feature.
    2. Disable the security setting  via PowerShell or a console app.
    function Set-RemoteAdministratorAccessDenied-False()
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") > $null
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Administration") > $null
    # get content web service
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    # turn off remote administration security
    $contentService.RemoteAdministratorAccessDenied = $false
    $contentService.Update()
    Set-RemoteAdministratorAccessDenied-False
    Best regards
    Dennis Guo
    TechNet Community Support

  • HELP with Problem creating a page from a template Suggestions PLS.

    Nadia was kind enough to give me step by step in creating a template the right way.
    Problem is why won't it work?
    1) I create a page exactily like I want the templete to look.
    2) I save the child page as a template.
    3) I go to FILE>NEW>Page from template, look at the template on the insert on the right and it is just as I would expect it to be. The update is checked on change. I say ok and what appears on screen is I have lost all my formatting. When I look at the code, creating a page from the template causes the process to change the location of (for instance) the background image gif file from ...images/background.gif to the full location name starting the string at the C:/ all the way to ...background.gif. Therefore, the created page from the template loses all of its formatting.
    How do I fix this problem????

    Okay, here I go again with this problem step by step.
    1) Created a basic page that has a header, body and footer: www.goodimage.com and saved it as maintemp.html .
    2) I saved maintemp.html in the normal place where all the html are stored because as I was creating the template it told me I needed to save the page I was working on. So I decided to store it as an html until as it was layed out. Then I went to FILE/SAVE AS TEMPLATE storing it as maintemp.dwt.
    3) Then I created an edItable area called BODY.
    4) Then I did a FILE/SAVE AS TEMPLATE or tried to. As part of this process it wants to know if I want to UPDATE LINKS. If I do then the links will reference the template folder (but it is the DW default - hmmm what do I do) When in doubt take the default. So I did.
    5) So now I have a nice looking template called maintemp.dwt with one editablel region. So I feel pretty good until I suspect the next problem I have been fighting all along will appear. I select FILE/NEW PAGE FROM TEMPLATE and I see goodimage site, and my template called maintemp and a nice picture of it on the right screen part. Also update page when template changes is checked. Then I select to do the action.
    6)  Upcomes an unformatted screen caused by the links not being correct. I save the page as index.html to see if it will correct itself. I does not correct itself. So the index.html page is not formatted even after I closed down DW to see if that would help. It didn't. So I could go in and manually update the page but what a mess that would be.
    7) So I will go back to create a page from the maintemp.html with the UPDATE LINKS turned off. Using maintemp.html to create a template just like in step 2). When UPDATE LINKS is not selected then the template falls apart and is unusable.
    I HAVE WASTE ABOUT THREE DAYS ON THIS ONE PROBLEM AND I HAVE BUT A FEW MORE HOURS TO GET IT DONE. ONCE THIS WORKS IT WILL GO FAST. I AM TIRED OF BEING TIRED BUT MAYBE THAT IS CAUSING MY PROBLEM. ANYWAY, PLEASE HELP AS I AM AT A LOSE.
    HLOWER

  • How create temporary table from list of values

    Can you anybody advise me how can I create temporary table from list of values? I have list of values and need create temporary table for next use with command JOIN etc.
    Thank you for help

    NO, you can not create temporary table in oracle on the fly ( Like #Tabels in SQl Server or Sybase ) , you will have to use the GTT i.e Global Temporary Tables
    check the following link GTT :
    to flush the tables after commit
    CREATE GLOBAL TEMPORARY TABLE my_temp_table (
      column1  NUMBER,
      column2  NUMBER
    ) ON COMMIT DELETE ROWS;In contrast, the ON COMMIT PRESERVE ROWS clause indicates that rows should be preserved until the end of the session.
    so to keep rows in Table after commit
    CREATE GLOBAL TEMPORARY TABLE my_temp_table (
      column1  NUMBER,
      column2  NUMBER
    ) ON COMMIT PRESERVE ROWS;

  • Custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list

    I  am looking for custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Greetings.
    pls check if it helps you.
    http://msdn.microsoft.com/en-us/library/office/jj554504(v=office.15).aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How do I eliminate unnecessary templates from "My Templates?"

    How do I eliminate unnecessary templates from "My Templates?"

    What application do these templates refer to?

  • How to create a database from dfj zip file

    Hi,
    I have created a database template via DCA from PC-1 which has got oracle 9i and it has produced a file with extention dfj.
    I am trying to create a new database using this dfj file on a different pc which has oracle 10g.
    1- How can i use dfj file to create a new database?
    2- Can i use Oracle 9i templates in Oracle 10g?

    -in dbca you have the option to create the database from existing template
    -not sure if we can simply use 9i template in 10g but you may try, chances are less.

  • How to create a group contact list on iphone4?

    how to create a group contact list on iphone4?

    You can create your groups on your computer and sync them on your iPhone. Or you can use an application. I developped Easy Group, to manage group of contacts, and send group texts and group emails.
    http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Rémi
    Note: I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • Template from another template?

    I am building a website and I want to use template which will include navigation bar. When I change navigation bar in template, will it automatically change navigation bar throughout my site?
    Also, can I create templates from original template and will that template (and all pages linked to that template) be updated when I make changes to original template.
    I hope that this makes sense to you. Any help would be very much appreciated.
    [email protected]

    MichaelCo wrote:
    I am building a website and I want to use template which will include navigation bar. When I change navigation bar in template, will it automatically change navigation bar throughout my site?/
    Yes, that's the main purpose of using templates  :-)
    You create areas in the template that will be the same across all the pages created from this template .
    You create the navbar in  the template and if you ever need to make any changes to the navbar,save the dwt file, all child pages created from this template will be updated with the changes.  You then need to upload all the changed pages to your server.
    Also, can I create templates from original template and will that template (and all pages linked to that template) be updated when I make changes to original template.
    I think you may be asking about 'nested templates'
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7aa0a .html
    However, it is generally recommended that they not be used.
    You could look at a combination of using templates and or serverside includes (SSI).
    With templates, you have to upload every page that was changed when you make changes to the template file, but with serverside includes you only need to upload the one file and all pages that have the SSI will update.
    http://www.dwfaq.com/tutorials/dynamic/ssis.asp
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Access - How to create Mail Address only list?

    Printing envelopes from mail lists - via Microsoft Excel? Access - How to create Mail Address Only list?
    Bearing my "new boy" status, step by step instruction would be appreciated.

    Hi
    This is a question only about the Microsoft products and has nothing to do with Toshiba notebooks but I have investigated a little bit in the net and found this useful sites:
    http://support.microsoft.com/kb/q141991/
    https://www.nahu.org/member/using%20excel%20to%20create%20lists%20and%20labels .pdf

  • How to create GOS view attachment list in ECC6

    Hi,
    I created Z transaction. I have to create View attachment List to this transaction. How to create GOS view attachment list in ECC6. can anybody send sample code on this.
    Thanks in advance.
    Zakir.

    Hi all,
    I've following problem with class CL_GOS_ATTACHMENTS.
    Transaction IE01/02/03 (create/change/display equipment) starts and instantiate GOS manager, and related BAdI are called.
    Then, when I choose one of available service, CL_GOS_ATTACHMENTS is instantiated, and inside that class a new GOS manager is instantiated, inspite of already existing instance.
    As a result, related BAdI are called twice, but unfortunately second time some SY variables are not correctly filled, particularly SY-TCODE and SY-MODNO are both empty.
    I've develop a workaround so that when sy-tcode is filled I save it somwhere, and when it's empty I filled it from saved value, does anyone know any other solution??
    Many thanks
    Regards
    m@x

  • How to Create adf table from java bean

    Hi,
    How to Create adf table from java class (Not from ADF BC).
    Thanks
    Satya

    @vlsn -- you have to follow what shay said.
    Do the following in Model layer ::
    create a table property java class with your columns setters and getters like :
    *public class gridProps {*
    private int sno;
    private String orderNum;
    *public void setSno(int sno) {*
    this.sno = sno;
    *public int getSno() {*
    return sno;
    *public void setOrderNum(String orderNum) {*
    this.orderNum = orderNum;
    *public String getOrderNum() {*
    return orderNum;
    Create another table java class which will populate the values to your column values and return the collection :
    *public class gridPopulate {*
    private  List<gridProps> gridValues ;
    *public List<gridProps> setToGrid(ArrayList<ArrayList> valuesToSet) {*
    *if (valuesToSet == null) {*
    return gridValues;
    gridValues = new ArrayList<gridProps>();
    if(btnValue.equals("completeBtn"))
    return gridValues;
    for(ArrayList<String> tempArr:valuesToSet)
    gridProps gp = new gridProps();
    gp.setSno(Integer.valueOf(tempArr.get(0)));
    gp.setOrderNum(tempArr.get(1));
    return gridValues;
    Right click gridPopulate class and create this as data control.This class will be seen in Data control list.Under this data control,Drag the grid property collection(created earlier) to your page.Then execute your binding(gridPopulate) according to your logic.
    Thanks.(My jdev version 11.1.1.5.0)

  • How to create a group mailing list in JavaMail?

    Hello,
    I've been searching through the entire API, specifically the InternetAddress class and I can't seem to find out how to create a group/mailing list. Does anyone know how to do this?
    That is, I would like to be able to group a bunch of e-mail addresses together and give that group a name "my friends". Then send it off using this 'group mail address' as opposed to an array of InternetAddress[]. Then when the recipients receive the e-mail, they see "my friends" in the To: field, instead of everyone's e-mail address...
    Is this possible in JavaMail? I've tried many things like creating an InternetAddress object passing in a comma-delimited list of e-mail addresses but it doesn't like it.
    Thanks in advance!

    Hi:
    I have the same problem. I've read JavaMail implements RFC 822 which allow mailing lists. But, �how can I implement it with JavaMail?
    Best regards,
    Fabio Galarraga.

Maybe you are looking for

  • I can not authorize my computer with Adobe ID

    When I try to authorize my computer with my Adobe ID, there is a erro happened, it said the activation sever can not be connected

  • Adobe PDF 9.0が表示されない

    Mac OS X 10.6.6(SnowLeopard)とAcrobat Pro 9(9.3.0)にて Adobe Acrobat 9をインストールすると 自動的にシステム環境設定の中の「プリンタとファックス」上に 「Adobe PDF 9.0」が表示されるそうですが.表示されません. また.プリンタの追加(+)をクリックしても. 名前が表示されないので.選択・追加することが出来ません. Acrobatのアンインストール・再インストールなどは試みたのですがダメでした. なにか表示させるための解決

  • Need help getting DPX101 pressure transducers to read correctly in labview

    hello, i previously posted about some resource errors i was getting, but i fixed that and now i am simply having trouble getting the correct through labview. basically i have no experience with labview, and for this project one of my professors hande

  • I have approached the carriers for service

    I have approached the carriers (Etisalat & DU) and even AXIOM for the sevice. They have not accepted the phone, finally I given to the shop where I purchased. During the purchase, it was assured the 1 year replacenment guarantee for any defects. Now

  • BPM scenarios

    Hi All, Could anyone explain me in detail about these four processes defined by SAP in http://sap.com/xi/XI/System/Patterns namespace. BpmPatternMulticastParallel, BpmPatternMulticastSequential, BpmPatternSerializeMultipleTrigger, BpmPatternSerialize