You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Doing ./ml env capture --full-ml-config on an environment that has odbc servers triggers a piece of code with an eval that contains a flaw. The resulting error is:
"error": {
"evalinfo": "query evaluated in App-Services at file:: as 1.0-ml",
"errorcode": "[1.0-ml] XDMP-UNBPRFX: (err:XPST0081) Prefix gr has no namespace binding",
"stacktrace": {
"stack": [
{
"errorline": "13",
"errorcolumn": "32",
"lines": [
"distributed under the License is distributed on an \"AS IS\" BASIS,",
"WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
"See the License for the specific language governing permissions and",
"limitations under the License.",
":)"
],
"operation": "xdmp:eval(\" import module namespace admin = "http://mark...\", (fn:QName(\"\", \"default-group\"), xs:unsignedLong(\"7786746982640617900\"), fn:QName(\"\", \"default-modules\"), ...))",
"errorDatum": ""
},
{
"errorline": "4525",
"errorcolumn": "8",
"lines": [
Line number 4525 refers to an xdmp:eval in setup:strip-default-properties-from-odbc-server of deploy/lib/xquery/setup.xqy. That eval is missing this ns declaration:
Doing
./ml env capture --full-ml-config
on an environment that has odbc servers triggers a piece of code with an eval that contains a flaw. The resulting error is:Line number 4525 refers to an xdmp:eval in
setup:strip-default-properties-from-odbc-server
ofdeploy/lib/xquery/setup.xqy
. That eval is missing this ns declaration:The text was updated successfully, but these errors were encountered: