Skip to main content
Question

Problem with WorkspaceRunner / Parameters > Undefined macro `xy' dereferenced

  • November 9, 2022
  • 1 reply
  • 37 views

vki
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 64 replies

Hello

 

Somehow there seems to be a problem with the WorkspaceRunner and privateParameters in the Workspace, that should be run. .. (I use FMEDesktop 2022.1)

 

I get this error-message:

Undefined macro `Pfad_MGDM_Files' dereferenced in file `I:\\AGI\\Geoinformation\\Produkte\\GDI\\Themen\\A021 Laermempfindlichkeitsstufen\\c\\etl\\wb-xlate-1668001125589_14180'

 

> the Parameter `Pfad_MGDM_Files' is a private parameter in the Workspace to be run, and I use it, to concat a filepath.

A private parameter should be of no interest to the workspace with the WSRunner...?

 

I attach the workspace below.

 

Thanks in advance

Vera

1 reply

vki
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 64 replies
  • November 9, 2022

It works, if I concat the parameters in the workspace with the WorkspaceRunner and pass the concatenated path to the other workspace.

But shouldn't it work the way, I tried it at frist, too?