After Upgrading 11.2.3 to 11.2.5, fdmContext["FILENAME"] fails.
Hello, we upgraded EPM from 11.2.3 to 11.2.5. In an FDMEE Jython event script, the following two lines are not giving us an output and the script fails here. These are old, proven lines of code.
strFileName = str(fdmContext["FILENAME"])
fdmAPI.logDebug("File Name:"+str(strFileName))
I found this document, "After Applying FDMEE 11.1.2.4.220 Patch, fdmContext["FILENAME"] Returns Null. (Doc ID 2360417.1)".
Has this bug been re-introduced in 11.2.5? Is there something in the release notes that I missed stating that fdmContext["FILENAME"] will not work any more?
Thank you, Kevin