[MarkLogic Dev General] Flexible replication retry not working after 4 retries

2018-05-16 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, I am doing a POC on MarkLogic with flexible replication to copy data between two clusters. For this, I have been doing some testing and here is an issue I encountered. I have enabled the retry task mentioned here https://docs.marklogic.com/guide/flexrep/configuring#id_66155 to run every

[MarkLogic Dev General] Issue with XCC - Error parsing HTTP headers: Premature EOF, partial header line read: ''

2018-01-09 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, I have a java program that makes MarkLogic calls using XCC api to fetch some data. Calls to MarkLogic from the same client with same adhoc query and input parameters runs successfully sometimes and fails sometimes. Our ML cluster is in AWS and the client program is running from one of our

[MarkLogic Dev General] Issue in making XCC connections with changing IPs for the DNS server name

2017-08-21 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, We are using MarkLogic XCC api from our java code to make calls to MarkLogic XDBC server and both of our Java servers and ML servers run on AWS EC2 instances. We have an ELB above our MarkLogic E-nodes and the IP addresses of this ELB changes frequently but it looks like our code does not

Re: [MarkLogic Dev General] root collation vs unicode collation in terms of performance

2016-08-23 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, If anyone can share their experiences or knowledge in terms of which one works better in terms of performance, it will be very helpful. Thanks. -Sudheer From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Yalaverthi, Sudheer (LNG

Re: [MarkLogic Dev General] cts:element-values() issue

2016-08-16 Thread Yalaverthi, Sudheer (LNG-RDU)
;http://www.marklogic.com> From: general-boun...@developer.marklogic.com<mailto:general-boun...@developer.marklogic.com> [general-boun...@developer.marklogic.com] on behalf of Yalaverthi, Sudheer (LNG-RDU) [sudheer.yalaver...@lexisnexis.com] Sent: Tuesday, August 16, 2016 2:33 PM T

[MarkLogic Dev General] cts:element-values() issue

2016-08-16 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, I have some data with the below format. Mark A 2016 I need to find out in between 2011 to 2016, how many students got grade A, how many got grade B, how many got grade C. I initially wrote a query like this. xquery version "1.0-ml";

Re: [MarkLogic Dev General] XDMP-DOCROOTTEXT error

2016-06-03 Thread Yalaverthi, Sudheer (LNG-RDU)
Missed few details. I am running the java program from eclipse 4.5.2 IDE in a windows 7 environment and my marklogic instance is also on the same host and it is of version 7.0-6.3 From: Yalaverthi, Sudheer (LNG-RDU) Sent: Friday, June 03, 2016 1:32 PM To: 'general@developer.marklogic.com

[MarkLogic Dev General] XDMP-DOCROOTTEXT error

2016-06-03 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, I have a simple java program that I am trying to use to insert an xml content into MarkLogic database using an xdbc server. Below is the program import java.io.ByteArrayInputStream; import java.io.IOException; import com.marklogic.xcc.Content; import