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
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago
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 17 hours ago
Glorfindel
2131210
2131210
asked 23 hours ago
Vaso MiruashviliVaso Miruashvili
274
274
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago
add a comment |
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
22 hours ago
Which version of sharepoint you are on? And what as the need to edit manifest.xml?
– Ganesh Sanap
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago
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.
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
New contributor
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
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.
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.
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 19 hours ago
SPArchaeologistSPArchaeologist
6,41612545
6,41612545
add a comment |
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
New contributor
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
New contributor
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
add a comment |
Do not extract the contents, directly open the zip and edit the file and save.
New contributor
Do not extract the contents, directly open the zip and edit the file and save.
New contributor
New contributor
answered 21 hours ago
Ullas KottaryUllas Kottary
112
112
New contributor
New contributor
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
add a comment |
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
1
1
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
I tried but windows can not open this zip. it says that zip is invalid
– Vaso Miruashvili
20 hours ago
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
22 hours ago
sharepoint 2013, here is explained why I need change GUID id sharepoint.stackexchange.com/questions/255365/…
– Vaso Miruashvili
22 hours ago