SharePoint list template doesn't appear in Add apps
I have a SharePoint list, I saved its template, downloaded it and renamed the .stp extension to .zip.
After that, I extracted manifest.xml file, edited it and changed the list's GUID.
After that, I added the manifest.xml file to the archive, renamed it to .stp and uploaded it to the SharePoint site.
But when I am trying to add this list, it doesn't appear in Add apps.
Here is an image of how it is displayed in List Template Gallery:
sharepoint-designer sharepoint-list guid
add a comment |
I have a SharePoint list, I saved its template, downloaded it and renamed the .stp extension to .zip.
After that, I extracted manifest.xml file, edited it and changed the list's GUID.
After that, I added the manifest.xml file to the archive, renamed it to .stp and uploaded it to the SharePoint site.
But when I am trying to add this list, it doesn't appear in Add apps.
Here is an image of how it is displayed in List Template Gallery:
sharepoint-designer sharepoint-list guid
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30
add a comment |
I have a SharePoint list, I saved its template, downloaded it and renamed the .stp extension to .zip.
After that, I extracted manifest.xml file, edited it and changed the list's GUID.
After that, I added the manifest.xml file to the archive, renamed it to .stp and uploaded it to the SharePoint site.
But when I am trying to add this list, it doesn't appear in Add apps.
Here is an image of how it is displayed in List Template Gallery:
sharepoint-designer sharepoint-list guid
I have a SharePoint list, I saved its template, downloaded it and renamed the .stp extension to .zip.
After that, I extracted manifest.xml file, edited it and changed the list's GUID.
After that, I added the manifest.xml file to the archive, renamed it to .stp and uploaded it to the SharePoint site.
But when I am trying to add this list, it doesn't appear in Add apps.
Here is an image of how it is displayed in List Template Gallery:
sharepoint-designer sharepoint-list guid
sharepoint-designer sharepoint-list guid
edited Jan 14 at 13:02


Glorfindel
2451310
2451310
asked Jan 14 at 7:15
Vaso MiruashviliVaso Miruashvili
567
567
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30
add a comment |
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30
add a comment |
2 Answers
2
active
oldest
votes
SharePoint Template files (.stp) are not zip files. They are actually cabinet files - so the correct extension if you want to browse their content would be .cab, not .zip. Since you were able to rename the template file to .zip and extract its content, I assume you aren't using the default Windows archive manager but instead you are using some external tool - probably 7zip based on its diffusion (and the fact it is free).
So, back to your issue - based on the small screenshot you posted I think that whatever edited file you uploaded to SharePoint wasn't a valid cabinet file (some of the list column are empty, probably an indication that SharePoint wasn't able to parse the template correctly).
Anyway, without more detail it would be difficult to pinpoint the exact nature of the error (did you rename the manifest.xml file to manifest.stp and tried to upload that? Did you create a new zip archive with the manifest and renamed it to .stp??) so I will suggest you follow this procedure instead:
- take the original .stp file you downloaded from SharePoint, rename it to [filename].cab.
- the file icon should have changed to the icon of a Windows cabinet archive, now doubleclick it and it should open like a normal folder/archive directly into Windows Explorer.
- Extract the contained manifest.xml file by dragging it to a location of your choice (alternatively, you should also be able to doubleclick the file and Windows should show you and "extract file to folder" prompt).
- edit the manifest file to fit your need. Based on your other question, you will have to find the lookup field you need to fix and change its source list identifier to point to the new GUID of the lookup list that you have recreated. Please, try to be sure you change the CORRECT id. If you are not sure, maybe ask a different question and ask for further assistance.
- now that you have the new, edited manifest.xml file it is time to wrap it into a cab archive.
- open a command prompt window and navigate to the folder that contains your new edited manifest file.
now, enter the command:
makecab.exe manifest.xml newFixedTemplate.stp
after the command completes, you should have a file named newFixedTemplate.stp in the same folder - upload that file to the SharePoint template gallery.
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "232"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f255693%2fsharepoint-list-template-doesnt-appear-in-add-apps%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
SharePoint Template files (.stp) are not zip files. They are actually cabinet files - so the correct extension if you want to browse their content would be .cab, not .zip. Since you were able to rename the template file to .zip and extract its content, I assume you aren't using the default Windows archive manager but instead you are using some external tool - probably 7zip based on its diffusion (and the fact it is free).
So, back to your issue - based on the small screenshot you posted I think that whatever edited file you uploaded to SharePoint wasn't a valid cabinet file (some of the list column are empty, probably an indication that SharePoint wasn't able to parse the template correctly).
Anyway, without more detail it would be difficult to pinpoint the exact nature of the error (did you rename the manifest.xml file to manifest.stp and tried to upload that? Did you create a new zip archive with the manifest and renamed it to .stp??) so I will suggest you follow this procedure instead:
- take the original .stp file you downloaded from SharePoint, rename it to [filename].cab.
- the file icon should have changed to the icon of a Windows cabinet archive, now doubleclick it and it should open like a normal folder/archive directly into Windows Explorer.
- Extract the contained manifest.xml file by dragging it to a location of your choice (alternatively, you should also be able to doubleclick the file and Windows should show you and "extract file to folder" prompt).
- edit the manifest file to fit your need. Based on your other question, you will have to find the lookup field you need to fix and change its source list identifier to point to the new GUID of the lookup list that you have recreated. Please, try to be sure you change the CORRECT id. If you are not sure, maybe ask a different question and ask for further assistance.
- now that you have the new, edited manifest.xml file it is time to wrap it into a cab archive.
- open a command prompt window and navigate to the folder that contains your new edited manifest file.
now, enter the command:
makecab.exe manifest.xml newFixedTemplate.stp
after the command completes, you should have a file named newFixedTemplate.stp in the same folder - upload that file to the SharePoint template gallery.
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
add a comment |
SharePoint Template files (.stp) are not zip files. They are actually cabinet files - so the correct extension if you want to browse their content would be .cab, not .zip. Since you were able to rename the template file to .zip and extract its content, I assume you aren't using the default Windows archive manager but instead you are using some external tool - probably 7zip based on its diffusion (and the fact it is free).
So, back to your issue - based on the small screenshot you posted I think that whatever edited file you uploaded to SharePoint wasn't a valid cabinet file (some of the list column are empty, probably an indication that SharePoint wasn't able to parse the template correctly).
Anyway, without more detail it would be difficult to pinpoint the exact nature of the error (did you rename the manifest.xml file to manifest.stp and tried to upload that? Did you create a new zip archive with the manifest and renamed it to .stp??) so I will suggest you follow this procedure instead:
- take the original .stp file you downloaded from SharePoint, rename it to [filename].cab.
- the file icon should have changed to the icon of a Windows cabinet archive, now doubleclick it and it should open like a normal folder/archive directly into Windows Explorer.
- Extract the contained manifest.xml file by dragging it to a location of your choice (alternatively, you should also be able to doubleclick the file and Windows should show you and "extract file to folder" prompt).
- edit the manifest file to fit your need. Based on your other question, you will have to find the lookup field you need to fix and change its source list identifier to point to the new GUID of the lookup list that you have recreated. Please, try to be sure you change the CORRECT id. If you are not sure, maybe ask a different question and ask for further assistance.
- now that you have the new, edited manifest.xml file it is time to wrap it into a cab archive.
- open a command prompt window and navigate to the folder that contains your new edited manifest file.
now, enter the command:
makecab.exe manifest.xml newFixedTemplate.stp
after the command completes, you should have a file named newFixedTemplate.stp in the same folder - upload that file to the SharePoint template gallery.
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
add a comment |
SharePoint Template files (.stp) are not zip files. They are actually cabinet files - so the correct extension if you want to browse their content would be .cab, not .zip. Since you were able to rename the template file to .zip and extract its content, I assume you aren't using the default Windows archive manager but instead you are using some external tool - probably 7zip based on its diffusion (and the fact it is free).
So, back to your issue - based on the small screenshot you posted I think that whatever edited file you uploaded to SharePoint wasn't a valid cabinet file (some of the list column are empty, probably an indication that SharePoint wasn't able to parse the template correctly).
Anyway, without more detail it would be difficult to pinpoint the exact nature of the error (did you rename the manifest.xml file to manifest.stp and tried to upload that? Did you create a new zip archive with the manifest and renamed it to .stp??) so I will suggest you follow this procedure instead:
- take the original .stp file you downloaded from SharePoint, rename it to [filename].cab.
- the file icon should have changed to the icon of a Windows cabinet archive, now doubleclick it and it should open like a normal folder/archive directly into Windows Explorer.
- Extract the contained manifest.xml file by dragging it to a location of your choice (alternatively, you should also be able to doubleclick the file and Windows should show you and "extract file to folder" prompt).
- edit the manifest file to fit your need. Based on your other question, you will have to find the lookup field you need to fix and change its source list identifier to point to the new GUID of the lookup list that you have recreated. Please, try to be sure you change the CORRECT id. If you are not sure, maybe ask a different question and ask for further assistance.
- now that you have the new, edited manifest.xml file it is time to wrap it into a cab archive.
- open a command prompt window and navigate to the folder that contains your new edited manifest file.
now, enter the command:
makecab.exe manifest.xml newFixedTemplate.stp
after the command completes, you should have a file named newFixedTemplate.stp in the same folder - upload that file to the SharePoint template gallery.
SharePoint Template files (.stp) are not zip files. They are actually cabinet files - so the correct extension if you want to browse their content would be .cab, not .zip. Since you were able to rename the template file to .zip and extract its content, I assume you aren't using the default Windows archive manager but instead you are using some external tool - probably 7zip based on its diffusion (and the fact it is free).
So, back to your issue - based on the small screenshot you posted I think that whatever edited file you uploaded to SharePoint wasn't a valid cabinet file (some of the list column are empty, probably an indication that SharePoint wasn't able to parse the template correctly).
Anyway, without more detail it would be difficult to pinpoint the exact nature of the error (did you rename the manifest.xml file to manifest.stp and tried to upload that? Did you create a new zip archive with the manifest and renamed it to .stp??) so I will suggest you follow this procedure instead:
- take the original .stp file you downloaded from SharePoint, rename it to [filename].cab.
- the file icon should have changed to the icon of a Windows cabinet archive, now doubleclick it and it should open like a normal folder/archive directly into Windows Explorer.
- Extract the contained manifest.xml file by dragging it to a location of your choice (alternatively, you should also be able to doubleclick the file and Windows should show you and "extract file to folder" prompt).
- edit the manifest file to fit your need. Based on your other question, you will have to find the lookup field you need to fix and change its source list identifier to point to the new GUID of the lookup list that you have recreated. Please, try to be sure you change the CORRECT id. If you are not sure, maybe ask a different question and ask for further assistance.
- now that you have the new, edited manifest.xml file it is time to wrap it into a cab archive.
- open a command prompt window and navigate to the folder that contains your new edited manifest file.
now, enter the command:
makecab.exe manifest.xml newFixedTemplate.stp
after the command completes, you should have a file named newFixedTemplate.stp in the same folder - upload that file to the SharePoint template gallery.
answered Jan 14 at 10:32


SPArchaeologistSPArchaeologist
6,44612545
6,44612545
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
add a comment |
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
thank you, but in .cab file I also got .000 file (60000000.000) so how can I handle this?
– Vaso Miruashvili
Jan 16 at 10:52
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
@VasoMiruashvili have you tried opening the file? What does it contain? I think that could be the list data if you checked the "include data" option when originally creating the template on SharePoint, but I can't be sure without knowing the file contents.
– SPArchaeologist
Jan 16 at 11:21
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
I have done it with makecab.exe and .ddf file, I make cab file with my manifest.xml and 60000000.000 file. thank you once again
– Vaso Miruashvili
Jan 16 at 11:37
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
Do not extract the contents, directly open the zip and edit the file and save.
answered Jan 14 at 8:55
Ullas KottaryUllas Kottary
112
112
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
add a comment |
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
1
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
Jan 14 at 9:40
add a comment |
Thanks for contributing an answer to SharePoint Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f255693%2fsharepoint-list-template-doesnt-appear-in-add-apps%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
Jan 14 at 7:24
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
Jan 14 at 7:30