[MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-07 Thread Yogesh Kumar
Hi Team, I am using MLCP in my java code to ingest the data into Mark Logic. How can I get the following details in my java application *OUTPUT_RECORDS* *OUTPUT_RECORDS_COMMITTED* *OUTPUT_RECORDS_FAILED* Thanks, Yogesh ___ General mailing list General

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-09 Thread Yogesh Kumar
Gentle reminder!! On 07-Jan-2017 10:13 PM, "Yogesh Kumar" wrote: > Hi Team, > > I am using MLCP in my java code to ingest the data into Mark Logic. How > can I get the following details in my java application > *OUTPUT_RECORDS* > *OUTPUT_RECORDS_COMMITT

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-11 Thread Yogesh Kumar
Gentle reminder!! On 09-Jan-2017 3:44 PM, "Yogesh Kumar" wrote: > Gentle reminder!! > > On 07-Jan-2017 10:13 PM, "Yogesh Kumar" wrote: > >> Hi Team, >> >> I am using MLCP in my java code to ingest the data into Mark Logic. How >>

[MarkLogic Dev General] Unable to add network location of web dev server

2017-03-02 Thread Yogesh Kumar
Hi Team, I have ML instance in my local machine. I am trying to add a network location for a web dev which I have created in same MarkLogic server. While doing I am getting the following error. "The folder you entered does not appear to be valid. Please choose another". I have entered the path a

Re: [MarkLogic Dev General] General Digest, Vol 153, Issue 4

2017-03-03 Thread Yogesh Kumar
edit your Subject line so it is more specific > than "Re: Contents of General digest..." > > > Today's Topics: > >1. Unable to add network location of web dev server (Yogesh Kumar) >2. Re: Unable to add network location of web dev server > (Geert J

[MarkLogic Dev General] Unable to fetch the registered UDF

2018-03-13 Thread Yogesh Kumar
I function returns number of plugins returned). When I try to get the plugin details by using xdmp:host-status(xdmp:host())//*:native-plugin I am getting empty result. I am using MarkLogic version 8. Please let me know if I am missing anything while registering the plugin. Thanks in advance. Yo