TDM Portal TDMMaskingService/api/ca/v1/masking/jobs/startCustom error
search cancel

TDM Portal TDMMaskingService/api/ca/v1/masking/jobs/startCustom error

book

Article ID: 207186

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

 

Hello,

We are using TDMMaskingService/api/ca/v1/masking/jobs/startCustom and we get errors because we can't configure the HEAPSIZE?

The default value of 1000 is not enough for us on some masking jobs.


Environment

 

TDM portal 4.9.x

Component : CA Test Data Manager

Cause

 

 

Resolution

 

The fixed binary is available at

https://support.broadcom.com/external/content/release-announcements/Test-Data-Manager-TDM-Patches/16649

in version TDMWEv-4.9.254

please note that users need to specify a new property in the REST API request
- the property is named customExtraOptionsFile and it should be set to the content of the custom extra options file encoded in BASE64.

At this moment only HEAPSIZE is supported as an extra option so they can use:
example

"customExtraOptionsFile": "SEVBUFNJWkU9NDAwMA=="

to specify HEAPSIZE=4000.