Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Component versions

...

As of March 11 2022 a patch for the pyruleservice component is available. The patch is for SDP-59996 which is for these items which are included in March 2022 release.:

SDP-59743 pypy worker is not being stopped after MC2 restart
SDP-60298 The EDS Transformers produce file names in uppercase

After installing All Services for the February release, also install specific version of pyruleservice 2022.2.3 (and restart MC2 service)Image Removed

...

SDP-46595 Unknown rule element POSTPROCESSING in MC2

...


<taskParameter>
<name>outfilepattern</name>
<dataType>S</dataType>
<value>custom_file_name.dat</value>
</taskParameter>
<taskParameter>
<name>outfolder</name>
<dataType>S</dataType>
<value>data/msgcenter/cmw_staging_folder</value>
</taskParameter>

...

Updated rule files to correctly manage parameters.
Note: until a corresponding change is made within IWS, workflows must be updated manually in IWS as follows:
Update each loader task that follows a python translator task within the workflowto have custom parameter DataFrom with value

EXPR#iif(atoi(:isMC2

...

=

...

1,'TASK_{name

...

of

...

translator

...

task}

...

','')

...

SDP-58783 Duplicated execution of eds interfaces

...

Updated the EDS upload to blob storage to not overwrite an existing file by default.
To change the default, add the below to estar/tpe/dynamic/pyrules/custom/env.py:

def

...

overwrite_azure_blob()

...

->

...

bool:
 

...

  return

...

True

...

...