我正在尝试将多个 xml 文件从 MarkLogic 中导出到一个单个文件中以交付给下游消费者。
运行以下脚本时...
gradle mlExportToFile -PexportPath=G:\Marklogic\export_header.xml -PwhereCollections=policyrequestharmonize
我收到以下错误...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mlExportToFile'.
> unsupported auth scheme: [Basic realm=public]
我的 gradle.properties 文件看起来像这样(出于安全原因,未在此处发布主机名和密码),请告知我为什么会收到身份验证错误。
mlHost=<hostname>
mlAppName=data-hub-FINAL-QA
mlRestPort=8021
mlUsername=admin
mlPassword=<password>
mlContentForestsPerHost=4
mlAuth=digest
mlSimpleSsl=true