Skip to main content
Open

Add all workspace properties to FMW Workspace Reader

Related products:Transformers
  • September 4, 2019
  • 2 replies
  • 51 views

martinkoch
Enthusiast
Forum|alt.badge.img+25

The time has come. I ditched python 2.7 at my first client when upgrading server to 2019.1

And now of course, some workspaces using python don't run anymore, but which among the approx. 100 workspaces do use python, and have the version set to 2.7??

I went for the .fmw reader, reading all .fmw files in the repository-path. With the Transformers features, I did find all workspaces containing a PythonCaller transformer.

But, for this task it would have been super helpfull If I could read all private parameters (looking for python scripted) and read all of the workspace properties (especially the python startup- / shutdown-scripts and the Python Compatibility setting).

So... Add all workspace properties and the private parameters as features to the .fmw reader please, as a help for all future upgrades....

Kind regards,

Martin

2 replies

ebygomm
Evangelist
Forum|alt.badge.img+51
  • Evangelist
  • June 16, 2020

Private parameters seem to come out the published parameters port...


ebygomm
Evangelist
Forum|alt.badge.img+51
  • Evangelist
  • July 20, 2020

In addition to being able to distinguish between public and private parameters and being able to read the Python Compatibility settings, being able to read other Workspace Parameters that are set e.g. Terminator Redirect would be really useful