Description
I converted a PDI project via file -> convert.
If I try to open a pipeline by clicking onto it and then selecting "open: Pipeline", I get the following error:
HopXmlException: The pipeline path name_of_the_project/name_of_the_pipeline.hpl is invalid, and will not run successfully. Root cause: HopXmlException: The pipeline path name_of_the_project/name_of_the_pipeline.hpl is invalid, and will not run successfully.
That path looks wrong to me. In the original PDI job the paths were relative via job.filename.directory - it looks like this is somehow wrong translated into ${Internal.Workflow.Name}/name_of_the_pipeline.hpl
Projects are not in some repository or cloud, simply in a Windows filesystem - and that needs to stay that way.
Attachments
Issue Links
- relates to
-
HOP-2782 Import: Incorrect translation of ${Internal.Job.Filename.Directory}
- Resolved