Where do I find the XSD for executions_history? I am using 4.1.0.018

The documentation points me to CloverETL Server URL: http://[host]:[port]/clover/schemas/executions.xsd

There is a file there, but it just points out to <xs:import namespace=“http://cloveretl.com/server/data” schemaLocation=“cs.xsd”/>

Am I missing something? Does anyone have the executions.xsd for version 4.1.0.018?

Any help is appreciated.

-Paul

Hi Paul,
as you rightly said, the mentioned URL points to a different location which is, in fact, the following (as per the executions.xsd content):

http://[host]:[port]/clover/schemas/cs.xsd

However, even using the following URL mentioned by the documentation should work properly in CloverETL:

http://[host]:[port]/clover/schemas/executions.xsd

For example, populating the ‘XML Schema’ property in XMLExtract with this URL (pointing to the ‘executions.xsd’) will enable the mapping configuration as the schema will get resolved properly to the ‘cs.xsd’.
Kind regards,