WmTransformation package for 10.15

We just migrated from 10.1 to 10.15. WmTransformationServices package was archived from 10.1 and deployed to 10.15 as we coudn’t find the package to deploy in 10.15. Is the package available to deploy for 10.15? In case the package is unavailable, adding any JVM property to the custom_wrapper will help in resolving below issue? The services in this package has been used across many flow services, its not possible to replaces services of this package, mainly below service, in the existing code. Your help is greatly appreciated.
Issue details:
One of the services ‘WmTransformationServices:DateToString’ belonging to the packages ‘WmTransformationServices’, is adding a comma to the output which causes failure in the further steps.
Pic.1 Attached piece of code produces 2 different outputs in 10.1(desired output - without ,) & 10.15(with ,)

Pic2 10.1 output

Pic3 10.15 output

Hi,
Looks like you have created a custom package WmTransforamtionServices in your previous version and now it is not working as expected after migrating to 10.15. Better approach is to replace your WmTransformationservices with WmPublic service as it will have proper documentation and well supported by SAG.

If there is very huge efforts in replacing your existing flow then you need to check and debug “DateToString” service manually and make the requried changes as per your use case.

Thanks,
Yogesh

1 Like

No, I think this is a Wm provided package probably very old

Hi,

as far as I know, the WmTransformationServices package is a package provided by Professional Services (same PSUtilities) and is not part of the regular installation image.
You should be able to find the latest version of this pacakge in the download section of this community.
It was developed for earlier versions of wM but still can be used on current versions.

In Designer, you can check, where this service is used in your code and replace it with the correspondent WmPublic, which is officially supported. This one has also the benefit, that you can specify the source and target formats.

Regards,
Holger

3 Likes

Thank you Holger. Could you please share the download link of the package or the downloads section in general?

https://opensource.softwareag.com/artifactory/sources/ - Is this a good source to download PSUtility like packages?