Questions tagged [marklogic-8]

8th Version of MarkLogic - An Enterprise NoSQL Database. Indicates a question specific to MarkLogic 8; use with the MarkLogic tag, but not instead of.

MarkLogic is the trusted enterprise NoSQL platform for Big Data applications to drive revenue, streamline operations, manage risk, and make the world safer. Marklogic 8 provided Native JSON storage, NodeJS Client API, JAVA Client API, Server Side Java Script etc.

Apply to questions that are specific to MarkLogic 8. This tag should be used in addition to the MarkLogic tag, which has many more followers. (If you have other other tags and have to choose between this one and MarkLogic, use the MarkLogic tag instead.)

564 questions
0
votes
1 answer

Marklogic loading data using information studio flows (Invalid entity reference)

I'm trying to load data using information studio flows. I have 1 xml document (1.65 GB). When I load it I got this error XDMP-DOCENTITYREF Invalid entity reference. I don't know how to solve it.
s.e
  • 1
  • 4
0
votes
1 answer

Database restoring in Marklogic

We are using Marklogic 8.0-4 version. I have a database backup from MarkLogic database. I want to restore it to a new database name on the same server. It is possible?
Antony
  • 966
  • 8
  • 19
0
votes
2 answers

How to identify duplicate documents in MarkLogic server?

I have created the one database in MarkLogic server and also attached one forest for same database. How can I identify the duplicate documents in Marklogic database? For example I have C.xml in URI /A/B/c.xml and /D/E/c.xml both are same forest and…
Antony
  • 966
  • 8
  • 19
0
votes
2 answers

Custom authentication for REST client

We are looking to take an approach where there are service accounts in MarkLogic, but not accounts for all actual users. We would use a custom authentication token, JSWT in this case, and then via xdmp:login, elevate the calling user to the…
TJ Tang
  • 921
  • 6
  • 17
0
votes
2 answers

where does p:insert() install the pipeline?

I have an XQuery function which I am using to install a CPF pipeline programatically. I am testing this by executing the function call from the Query console, where my content source is set to the content db which has CPF enabled. I was executing…
TJ Tang
  • 921
  • 6
  • 17
0
votes
1 answer

MarkLogic rest service returns 405 Method Not Allowed from selected servers

MarkLogic 8, Linux (Centos & RH6). I've set-up the same REST service, User, and Roles on each of three MarkLogic instances (2x Centos,1x RH6). I've separately checked the settings for these entries are identical for each host. The Centos boxes are…
Guy Yeates
  • 85
  • 4
0
votes
2 answers

to get 5 min window of an event when it reaches max. value

How can I get the 5 minute time window of an event 'X' when it reaches its maximum value(say in last one month or last 7 days or in a day) and fetch the time of event also when It was max..
Saahil Gupta
  • 209
  • 2
  • 6
0
votes
1 answer

Liferay with MarkLogic XDBC database integration

I'm a newbie programmer with Liferay and Marklogic. I'm trying to connect the MarkLogic using these guides https://www.liferay.com/community/wiki/-/wiki/Main/Database+Portal+Properties but to no avail. May I know what kind of database MarkLogic is?…
Olivia A.
  • 41
  • 3
0
votes
1 answer

Database Replication for a Database that is its own Schemas Database (Replication Guide)

The Database Replication Guide, chapter "Understanding Database Replication," section "Master and Replica Database Index Settings" states the following: You cannot replicate a Master database that acts as its own schema database. When replicating…
0
votes
0 answers

Marklogic XML read throwing jersey multipart exception

I am reading XML stored in Marklogic with below code // get a manager for text documents XMLDocumentManager docMgr = client.newXMLDocumentManager(); // create a handle to receive the document content …
Rahul Agrawal
  • 8,913
  • 18
  • 47
  • 59
0
votes
1 answer

MarkLogic spring RestTemplate

Hi I am trying to get the list of graphs in MarkLogic using RestTemplate. Below is the sample code. From the browser I can able to get the graph list, but through the Java REST Client I am getting error 401. HttpHeaders header = new…
Logesh
  • 45
  • 4
0
votes
2 answers

Installing MarkLogic 8 on CentOS 6.7 x64 via DigitalOcean

Installing MarkLogic 8 on CentOS 6.7 x64 via DigitalOcean Okay so I downloaded the rpm file from: https://developer.marklogic.com/download/binaries/8.0/MarkLogic-8.0-3.2.x86_64.rpm I installed it with: sudo yum install…
Tutan Ramen
  • 1,234
  • 1
  • 8
  • 27
0
votes
2 answers

NoSQL MarkLogic Inserting Entity POCO much slower than SQL Server 2008?

I'm busy creating a simple DBTester program with a Data Access Layer that can Test and Compare multiple (kind of) Databases. Currently I have implemented the Add(Insert) for SQL Server and MarkLogic NoSQL. To my supprise inserting/adding 1 M Person…
Henry Roeland
  • 492
  • 5
  • 19
0
votes
1 answer

not enough memory transforming base64 rtf doc to xml?

Ok i am trying to decode a base64 encoded rtf doc in MarkLogic. xquery version "1.0-ml"; declare namespace cdm = "http://example.nl/cdm/1.2"; let $inh := Large base64 encoded RTF doc here let $pv :=…
Hugo Koopmans
  • 1,349
  • 1
  • 15
  • 27
0
votes
0 answers

MarkLogic Sparql insert after clear/drop graph

From Query Console after clear/drop the graph. Trying to insert triples from Java using ResourceManager and SJS. It does not getting inserted, but after few (say 5 min) minutes if we try again using java it gets inserted.
Logesh
  • 45
  • 4
1 2 3
37
38