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
1 answer

MarkLogic 10 - database restore from MarkLogic 7 - unable to search managed document in restored data

I am upgrading MarkLogic from 7 to 10. I am trying to restore backup from MarkLogic 7 to MarkLogic 10. Database restored successfully but facing issues with managed documents. I verified managed documents history and it is present in the database.…
-2
votes
1 answer

How can I know the temporal document ingestion date

I want to know the temporal document ingestion date. Is there any function to achieve this?
-2
votes
3 answers

MarkLogic 10 - managed document throwing exception on dls:document-checkout-update-checkin

I have managed document named 123456.xml and I am trying to update it with dls library function as below, declare variable $uri:= "/abc/123456_xml_versions/1-123456.xml"; dls:document-is-managed($uri), dls:document-checkout-update-checkin($uri,…
IAM
  • 11
  • 4
1 2 3
13
14