
Hello, The MarkLogic server should resolve the path "common.xquery" relative to the root location of the server that listens on the port that was set for the MarkLogic connection in Preferences -> Data Sources. In the configuration of the server on the server machine look for the module directory root and the database that contains application modules. Regards, Sorin Lee, David wrote:
I have an XQuery file running on MarkLogic which includes a module.
import module namespace common = "http://schemas.epocrates.com/schemas/marklogic/common" at "common.xquery" ;
When I run this using ML’s App Server it locates this module in the same directory as the master file.
But when I try to run the xquery from within Oxygen it cant find the module.
Is there a way to tell Oxygen to somehow tell marklogic where this common module resides so it would behave the same as if it were executed from the App server ?