Reputation: 348
I am trying to run Harmonize flow using Gradle in DHF and getting the below error-
RESTAPI-SRVEXERR: (err:FOER0000) Extension Error: code: 404 message: Not
Found document: The requested flow was not found
2018-06-29 11:57:22.627 Notice: in
/marklogic.rest.resource/flow/assets/resource.xqy, at 72:14,
2018-06-29 11:57:22.627 Notice: in function() as item()*() [1.0-ml]
2018-06-29 11:57:22.627 Notice: $entity-name = "Order"
2018-06-29 11:57:22.627 Notice: $flow-name = "HarmonizeFlow"
2018-06-29 11:57:22.627 Notice: $flow-type = "harmonize"
2018-06-29 11:57:22.627 Notice: $flow = ()
Data Hub Framework version -2.0.4 MarkLogic Version-9.0.3
The files for harmonize flow has been created successfully but not able to run the flow.
Any suggestions ?
Upvotes: 2
Views: 242
Reputation: 361
have you deployed your modules with the mlLoadModules task? They need to be copied from your filesystem into MarkLogic.
Upvotes: 1
Reputation: 8422
DHF requires MarkLogic version 9.0-5 or higher. Earlier versions of the DHF included the flows and REST endpoints, but they are now included in MarkLogic itself.
Upvotes: 2