Questions tagged [marklogic-10]

Indicates questions specific to MarkLogic 10; use with the [MarkLogic] tag but not in place of.

MarkLogic 10 is the latest release of MarkLogic's NoSQL document database.

198 questions
0
votes
0 answers

Specific string that looks like Code injection as parameter breaks MarkLogic functions

I have encountered a strange behavior of MarkLogic script evaluation (through qconsole or REST API) when trying to invoke ServerSide JavaScript functions. I was manipulating a JavaScript object that had a string property with text which includes…
0
votes
0 answers

Is it possible to assign graphs/collection to TDE generated triples?

I know that TDE generates unmanaged triples, and unmanaged triples are not part of graphs by default. So is there any way to put these TDE generated triples in specific graphs or collections?
anuj_gupta
  • 131
  • 4
0
votes
1 answer

Can we put triples in specific graph or collections for Triples generated via TDE?

I know that TDE generates unmanaged triples, and unmanaged triples are not part of graphs by default. So is there any way to put these TDE generated triples in specific graphs or collections?
AkG
  • 31
  • 3
0
votes
1 answer

when deploying code to marklogic server with gradle , getting 401 Unauthorized error

I am trying to deploy code on marklogic server(version 10.0-9.4) with gradle but while running the command ./gradlew mlDeploy -i -PmlUsername= -PmlPassword= -PmlHost="" I am getting following error `Sending XML GET request as user 'admin' (who…
ravvi
  • 117
  • 6
0
votes
1 answer

Errors when deploying Data Hub 7.5.2

When deploying a fresh install of DH 7.5.2 into a clean ML 10.0-9 Server, I get the following error: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':mlDeployApp'. class…
Frank Blau
  • 21
  • 5
0
votes
1 answer

Need to compare array in Marklogic with xquery

I need to compare array in MarkLogic with Xquery . Query parameters: { "list": { "bookNo": 13, "BookArray":[20,21,22,23,24,25] } } Sample…
Jayabalan
  • 361
  • 1
  • 7
0
votes
0 answers

MarkLogic Upgrade Issue "Errors during downloading metadata for repository 'rhel-8-for-x86_64-baseos-eus-rhui-rpms"

We are trying to upgrade MarkLogic from 10.0-9.1 to 10.0-9.2, we stopped the marklogic and uninstall the previous version(10.0-9.1), but when we are trying to install new version(10.0-9.2) using yum command yum install MarkLogic-10.0-9.2.x86_64.rpm,…
SinghVK
  • 313
  • 2
  • 12
0
votes
1 answer

SVC-SOCCONN: xdmp:http-put

While I'm executing the below code in the Query console I'm getting an "SVC-SOCCONN" error. We are using the authentication method at the digest in the HTTP app server. please help me resolve this issue. xquery version…
Jayabalan
  • 361
  • 1
  • 7
0
votes
0 answers

XDMP-INVAUTHMETH: xdmp:http-put in Marklogic

While I'm executing the below code in the Query console I'm getting an "XDMP-INVAUTHMETH" error. We are using the authentication method at the application level in the HTTP app server. please help me resolve this issue. xquery version…
Jayabalan
  • 361
  • 1
  • 7
0
votes
1 answer

Keeping users out of specific MarkLogic databases

My question is kind of similar to this question, but not quite : Hide a marklogic database to specific user (permissions) Background - up until now, developers who use database X were all admins on the server ( this is a historic config that we…
steve
  • 395
  • 2
  • 11
0
votes
1 answer

Fail to run mlDeploy to Remove ML server on Azure due to connect time out

I am trying to deploy ML changes via gradle from a central management cloud pc. I could successful do a fresh deploy on a new ML installation on that cloud pc. However I could not deploy to an ML server on Azure due to connection timeout. (I have…
0
votes
1 answer

How to set up effective bidirectional document change sync between MarkLogic DB and file system?

MLCP could be used to export and import documents from file system to and from ML DB. However it is ineffective to import and export everything. Only delta changes could be synced. How to do that? The first question is how to detect a delta change…
0
votes
1 answer

How to find out which documents having compliance issue with TDE in Marklogic

I guess behind TDE, ML will still create different types of indexes. TDE greatly simplify the task to maintain the indexes. However, the traditional ML Indexes are not mandatorily reinforced on all the documents in DB. For example, if some documents…
0
votes
1 answer

Handle TDE errors in Marklogic Xquery

I have created templates for documents present in my ML content database without ignore. So, my code throws TDE-INDEX error when there is an invalid row value during create / update of the document. TDE-INDEX:…
Antony
  • 183
  • 8
0
votes
1 answer

MarkLogic on MacOS with M1 chip

As per the documentation, MarkLogic will not work on Apple laptops with an M1 chip. The Apple M1 chip is not supported. Is there any workaround and if there is a plan for any future M1 support?
SinghVK
  • 313
  • 2
  • 12