in-mem-update.xqy not found in MarkLogic 8.0-6.4

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


in-mem-update.xqy not found in MarkLogic 8.0-6.4



Has anyone faced the below error when running the application without admin user in MarkLogic 8.0-6.4



Module /opt/MarkLogic/Modules/MarkLogic/appservices/utils/in-mem-update.xqy not found



The import is specified as follows in one of the application modules


import module namespace mem = "http://xqdev.com/in-mem-update" at "/MarkLogic/appservices/utils/in-mem-update.xqy";



We are facing with one of our users who is running the application without admin privilege. As soon as we assign admin privilege to that user, everything starts to work magically again for that same user.



Do we need to assign any specific privilege for /MarkLogic to resolve to the global MarkLogic modules (/opt/MarkLogic/Modules/) directory?


/MarkLogic


/opt/MarkLogic/Modules/



Or is there any specific setting we need to do for non-admin users?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

How to scale/resize CVPixelBufferRef in objective C, iOS

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

SVG with two text elements. When one resizes due to textLength - how to resize the other one to the same character size