Forum Discussion
peerwb
Dec 31, 2020Copper Contributor
problem with sharepoint migration tool
i have done a tenant to tenant move. Now I try to move the sharepoit data, but the url is invalid.get the message:
This site is not supported. Enter a site URL for SharePoint 2010, 2013, or 2016.
URL: https://xxxxxxxxxxxx.sharepoint.com/sites/xxxxxxxx
What is going wrong?
ITpadawan the JSON I wrote for a similar requirement is shown below and the result is in the attached video and it wraps to whatever the screensize is so there's no horizontal scrollbar.
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "hideSelection": true, "hideColumnHeader": true, "rowFormatter": { "elmType": "div", "_comment_": "MAIN DIV", "attributes": { "class": "ms-bgColor-themeLight" }, "style": { "display": "flex", "flex-wrap": "wrap", "align-items": "stretch", "flex-direction": "row", "padding": "20px", "margin-bottom": "16px", "max-width": "98%", "border-radius": "5px", "background-color": "#08526b" }, "children": [ { "elmType": "div", "style": { "flex-grow": "1", "display": "flex", "flex-direction": "column", "flex-wrap": "nowrap", "align-items": "left", "max-width": "98%", "min-width": "205px" }, "children": [ { "elmType": "div", "style": { "display": "block", "font-size": "15px", "font-weight": "normal" }, "children": [ { "elmType": "span", "txtContent": "='Question: ' + [$Question] + ' ' + [$SubmittedOn] + ' ' + [$Email]", "style": { "display": "=if([$Question] == '', 'none', 'block')", "padding-top": "0px", "margin": "0 20px 20px 0", "color": "white" } } ] } ] }, { "elmType": "div", "_comment_": "DIV TWO", "style": { "flex-grow": "1", "display": "flex", "flex-direction": "column", "align-items": "left", "max-width": "98%px", "min-width": "155px" }, "children": [ { "elmType": "div", "style": { "display": "block", "font-size": "15px", "txtContent": "='Answer: ' + [$Answer]", "font-weight": "normal", "color": "white" }, "children": [ { "elmType": "span", "txtContent": "='Answer: ' + [$Answer]", "style": { "padding-right": "5px", "display": "=if([$Answer] == '', 'none', 'block')" } } ] }, { "elmType": "div", "style": { "display": "block", "font-size": "15px", "font-weight": "normal" } } ] } ] } }
Github is a good resource for examples of different types of column and view formatting here.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
5 Replies
Sort By
- Jon-B-SPCopper ContributorSharePoint migration tools often generate problems. It needs a hybrid human/automated approach. Prepping ahead of migration also helps: https://akitais.com/news/how-to-approach-a-sharepoint-migration/
- SPMT is used for SharePoint Server/File Server -> SharePoint Online. From the sounds of it, you're trying to use it for SharePoint Online -> SharePoint Online which is not supported.
A third party tool like Sharegate would be worth investigating for tenant to tenant content migration.- peerwbCopper Contributor
Trevor Seward i realize now that sharepoint migration tool is not working.
I'am using Mover now.
shargate is too expensive for my company
Thanks folks
- priya216Copper ContributorAre you using mover to do site collection migrations between 2 Online tenants ?