Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Eben 4 posts 74 karma points
    Oct 25, 2017 @ 20:13
    Eben
    0

    uSync Content Edition - Newbie question

    Hey there Umbraco newbie here.

    Currently busy with my first deployment. Our DEV site is in Azure, and I am busy deploying to QA.

    When I import with uSync Content Edition, the pages are created, but they are all blank.

    I am sure I am just missing something small, but I can't figure it out.

    What can I do to resolve this?

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Oct 25, 2017 @ 21:54
    Kevin Jump
    0

    Hi

    I haven't seen that behaviour directly - but it might be one of a couple of things .

    If uSync is creating the pages, then presumably all of the Document types have come across correctly - i would check that they look correct and that all the properties have the right names.

    Check that any additional property editor packages are installed properly - missing property editors won't stop usync completely but it won't be able to create those properties to put the content in if they are missing.

    The other possiblity is that something is stopping uSync mid-sync - I would check the log file (./App_Data/Logs/ - on Azure - add .scm. to the site (i.e http://mydevsite.scm.azurewebsites.net/ - to get to the console and you can browse for the log files).

    hopefully there would be something in the sync showing up if it's getting stopped.

    and then finaly. if you add the following to config/log4net.config

      <logger name="Jumoo.uSync">
        <level value="DEBUG" />
      </logger>
    

    you will get a shed load of extra logging that may help you pinpoint the problem.

  • Eben 4 posts 74 karma points
    Oct 26, 2017 @ 07:45
    Eben
    0

    Thanks, Kevin!

    I have enabled the debug logging, and I am not getting the shed load of extra logging.

    I am not seeing any errors.

    Below is an example of what looks like the succesful import of a piece of content:

    06:57:00.141 DEBUG Jumoo.uSync.Core.Mappers.ContentMapperFactory
    Custom Mapper: Jumoo.uSync.Core.Mappers.GridMapper 06:57:00.141 DEBUG Jumoo.uSync.Core.Mappers.ContentMapperFactory
    Mapping: Umbraco.Grid Custom 06:57:00.063 DEBUG Jumoo.uSync.Core.Serializers.ContentSerializer
    Looking for node by name and type [1351] Thank you LandingPage 06:57:00.016 DEBUG Jumoo.uSync.Core.Serializers.ContentSerializer
    Using IsNewer Checker 06:57:00.000 DEBUG Jumoo.uSync.Content.ContentHandler
    Importing Content : D:\home\site\wwwroot\uSync\data\Content\home\thank-you\content.config 1351 06:57:00.000 DEBUG Jumoo.uSync.Content.ContentHandler
    Import Folder: D:\home\site\wwwroot\uSync\data\Content\home\thank-you 1351

    Any other ideas?

    I will just add I don't access to the .scm, as the site is on a client's Azure. I am viewing the log files through the Diplo Trace Log Viewer.

Please Sign in or register to post replies

Write your reply to:

Draft