Questions tagged [marklogic-dhf]

Use for questions about the MarkLogic Data Hub Framework. More people will see your question if you also tag it with "marklogic".

The MarkLogic Data Hub Framework is a data integration framework and tool-set to quickly and efficiently integrate data from many sources into a single MarkLogic database, and expose that data.

The MarkLogic Data Hub Framework lives at https://github.com/marklogic/marklogic-data-hub

190 questions
0
votes
1 answer

How to add a Dynamic value as a collection in DHF5 flows source query

I have a requirement to add current date as a collection in DHF5 flows source query. How to achieve this
ramz123
  • 207
  • 1
  • 8
0
votes
1 answer

What are the different ways to do real time ingestion in MarkLogic

I am using MarkLogic-10 and DHF5 in my project. I have a requirement to do real time ingestion and harmonization. My requirement is to do step1 & 2 harmonization if any changes in the document(delta load)
Ramz
  • 99
  • 1
  • 6
0
votes
0 answers

Quickstart 4.3.2 "Bad Request", "messageCode":"XDMP-ELEMRIDXNOTFOUND", "message":"XDMP-ELEMRIDXNOTFOUND: cts.jsonPropertyReference(\"id\")

Ive been working through this tutorial https://marklogic.github.io/marklogic-data-hub/tutorial/4x/harmonize-order-data-by-custom-code/ and have followed it exactly as per the tutorial. The server is a dev machine that was built clean from the…
steve
  • 395
  • 2
  • 11
0
votes
0 answers

How to stop all the IN/OUT flows in Marklogic Database

I want to stop all the IN/OUT flows in marklogic, It includes both ingestion and harmonization
ramz123
  • 207
  • 1
  • 8
0
votes
2 answers

How to run mlunittest in adidfferent database in marklogic

I am running mlunittest in my FINAL database currently and it causing failure of some unittest cases. Is there any way to run the test cases in a different database
ramz123
  • 207
  • 1
  • 8
0
votes
2 answers

How To Run A Nifi Template As Part Of A DH Ingestion Flow

We have a nifi template that used to extract data from a relational SQL Server DB and ingest every row of the tables as documents in Marklogic. Now we want to add DH in the mix, and run the nifi template as part of the ingestion flows to populate…
0
votes
1 answer

Is it possible to make a doubly-inherited custom task in Gradle?

I'm working on a Gradle (Groovy, not Kotlin) library using a bunch of external libraries, and we have a case where we want to implement double-inheritance in our code off of a custom Task provided by an external library. (For reference, that library…
ahwitz
  • 13
  • 5
0
votes
1 answer

MarkLogic Data Hub cluster upgrade

We are looking at upgrading our v4.1 Data Hub to v5.2 on our 2 node ML v9.x cluster ( upgrading server v9.x to v10.x ) and need to understand the mechanism for the Data Hub upgrade process. For the Server, the upgrade of a cluster is straight…
steve
  • 395
  • 2
  • 11
0
votes
0 answers

not able to deploy Marklogic Modules through Jenkins Pipeline

I am trying to build CI in jenkins for marklogic but in Deploy step i am getting below error Execution failed for task ':ml-modules:mlDeployApp'. unsupported auth scheme: [Basic realm=public] How to resolve this issue. I have tried different auth…
0
votes
1 answer

Marklogic DataHub Management GUI

When you install the quick start Data Hub, it usually installs on port 8080 or 9000 ( which is user configurable ) e.g. https://developer.marklogic.com/learn/data-hub-quickstart/ I have installed a 5.2.6 Data Hub on a Server 9.0-13.1 using Gradle…
steve
  • 395
  • 2
  • 11
0
votes
1 answer

TDE's are not working due to the updated version of entity

Could someone help me on the below.Initially I created an entity and loaded the data and harmonized it according to the client required state.After some time ,i updated the entity definition due to the enhancement and updated the entity version as…
0
votes
1 answer

Marklogic Data Hub Frame 5.2.2 Mapping

I'm trying to learn the datahubframework 5.2.2 and as a part of that implementing a small project.Could someone help me to understand the below points. Whats the main use of creating steps?(Ingestion,mapping).Because as a part of flow,we define the…
0
votes
1 answer

what is the minimum memory required for executing mldeploy in marklogic

I am running mldeploy in VM is having 3GB memory but it is failing due to insufficient memory.What is the minimum memory required to run mldeploy in marklogic or if there is any settings allow to run ml deploy in 3GB memory
ramz123
  • 207
  • 1
  • 8
0
votes
1 answer

Best practice for Excel data extraction

If I have .xlsx file created by Excel 2019, what will be the best practice to extract data and turn into JSON format using the latest Data Hub Framework?
user8420733
0
votes
1 answer

Informatica-MarkLogic Re-Try Mechanism

Is there a re-try mechanism for all the calls(Services) initiated through Informatica to MarkLogic? If yes, please provide the documentation or link for it.
Manish
  • 59
  • 3