Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Importing CMS-data

Vote:
 

Hi,

I'm currently trying to export CMS-content from one database to another. The export works fine, but the import is cancelled with the following error-msg:

Importen har blivit avbruten
Följande fel inträffade:
[Importing content 83366_938464] Exception: Sidnamnet måste innehålla minst ett synligt tecken.

"The page name must contain at least one visible character". 

How do i know which page that content-id is referencing? I've tried locating it in the database to fix it, but i must be looking in the wrong table.

#211030
Dec 16, 2019 12:58
Vote:
 

Please consider below points-

  1. Make sure you have added all the related items for that content.
  2. If you added any new language in the source database and if it is not available in the target database then please add it first and then try.
  3. I am not sure but please refer answer of this thread as well - https://world.episerver.com/forum/developer-forum/Addons/Thread-Container/2016/2/episerver-forms-drag-and-drop/ 
#211031
Dec 16, 2019 13:18
Vote:
 

Try:

SELECT *
  FROM [dbo].[tblContent]
  WHERE pkId = 83366
#211034
Dec 16, 2019 13:31
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.