I would like to extract the coded domnain definition from a geodabase.
There is already an article about it here. However, when dowloading the ETL extract-domains-from-geodatabase-gdb-py34.fmw, I couldn't run it with my 2021 FME version.
FME_BEGIN_TCL script returned error on execution. Error message was: '                FME 2021.2.6.0 (20220727 - Build 21821 - WIN64)
                        FME Database Edition (floating)
                               Permanent License.
                         Machine host name is: 237146PT
          Operating System: Microsoft Windows 10 64-bit  (Build 19045)
                 Copyright (c) 1994 - 2021, Safe Software Inc.
                               Safe Software Inc.
GEODATABASE_FILE reader: An unknown exception occurred
Program Terminating
Translation FAILED.
child process exited abnormally'. TCL script was: 'lappend sysString $FME_MacroValues(FME_HOME_UNIX)/fme;
lappend sysString {Generate};
lappend sysString {GEODATABASE_FILE};
lappend sysString {NULL};
lappend sysString $FME_MacroValues(SRC_GDB);
lappend sysString $env(TEMP)/temp.fme;
lappend sysString {--RESOLVE_DOMAINS};
lappend sysString {YES};
lappend sysString {2>@1};
eval exec $sysString;
;'
Any ideas on what I should do to make this script work? Or is there another way to extract such values without  having  a licensed version of ArcGIS available?