Copied to clipboard

Flag this post as spam?

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


  • quachnguyen 12 posts 32 karma points
    Sep 14, 2018 @ 05:54
    quachnguyen
    0

    Umbraco 7.10.4 has issue with generate Lucense files on Azure

    Hello Everyone,

    I'm developing the Umbraco CMS, I have deployed it to Azure environment. But the Umbraco site doesn't generate the segments.gen file on App_Data\TEMP\ExamineIndexes\InternalMember\Index

    Could someone can suggest me which the rights should be applied to App_Data folder so that the website can generate all the files?

    How could I trigger to force to generate these files manually? under App_Data folder?

                var criteria = ExamineManager.Instance.DefaultSearchProvider
                .CreateSearchCriteria("content");
            var filter = criteria.NodeTypeAlias("home");
    

    I'm using above code to query the Umbraco Content, could someone please with my above situation?

    Thanks

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Sep 14, 2018 @ 11:24
    Dave Woestenborghs
    0

    Hi,

    Are you running on Azure web apps. Then some extra config is needed for Umbraco to work correctly : https://our.umbraco.com/documentation/Getting-Started/Setup/Server-Setup/azure-web-apps

    Dave

  • quachnguyen 12 posts 32 karma points
    Sep 14, 2018 @ 15:33
    quachnguyen
    0

    Thanks Dave for you quick response, Could you tell me how can I re-generate these temporary file manually? What should I can do?

    Republish entire website? Does this trigger can do this?

    Thank you

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies