Xanadu: vCenter extension contexts can't start. Events not getting collectedDescriptionCustomers in Xanadu will fail to start the vCenter collector MID Server Extensions. This did work in Washington version.Steps to Reproduce 1. Navigate to vCenter Event Collector Contexts2. Create a new record3. Specify the mid server and vcenter details4. save the record 5. Now click on "start" to trigger the events It was observed that the events are not getting triggered when we click on the start button. This feature is working in Washington. Appnode logs will show Script execution error: Script Identifier: sys_ui_action.9145ef439f0121004d58decf857fcfef.script, Error Description: "contextGr" is not defined., Script ES Level: 0Evaluator: com.glide.script.RhinoEcmaError: "contextGr" is not defined. sys_script_include.733404329f1121004d58decf857fcf8b.script : Line(55) column(0) WorkaroundWorkaround is to make changes to the script includes MIDExtensionContext. Please change the Line 50 on the scriptips = [ contextGr.vcenter.ip_address + '' ];change it to add the missing "this.":ips = [ this.contextGr.vcenter.ip_address + '' ]; An update set is attached containing the fixed Xanadu Patch 3 version of this script include. This single line is the only change. Note: You will need to revert this customisation back to the OOTB version after upgrading to Xanadu Patch 3 or later, or Yokohama to avoid skipped upgrades and problems in future.Related Problem: PRB1788611