PUM 40 UPD33250624_01_DMS FAILS on MS SQL DB SQL TO_DATE is not a recognized built-in function name.
if you install NATIVE OS windows and run PUM 40 change control, you might get this error on the DMS Script.
PUM 40 UPD33250624_01_DMS FAILS on MS SQL DB SQL TO_DATE is not a recognized built-in function name.
this fails when using MSSQL PUM 40 change control.
a bug has been posted
Bug 33523206 : PUM 40 UPD33250624_01_DMS FAILS ON MS SQL TO_DATE IS NOT A RECOGNIZED BUILT-IN
to keep moving on PUM 40 to get what you need i figured out the fix myself. waiting for PUM 41 as stated is too late
here is my workaround that was successful.
Update PS_HR_SSTEXT_TEXT SET EFFDT = '1900-01-01 00:00:00.000' WHERE TEXT_ID='BENEFIT_SUMMARY_TP' AND EFFDT = '2020-05-15'