TDM Portal (Docker) - Custom functions folder for data generation using Docker/k8s
search cancel

TDM Portal (Docker) - Custom functions folder for data generation using Docker/k8s

book

Article ID: 274869

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

Custom functions for TDMWeb Portal data generation are not supported in the Docker/k8s environment.
 

TDMWeb should read the json configuration file from ${TDM_HOME}/conf/ folder. The custom functions should be in ${TDM_HOME}/lib/data/customfunctions.

 
For backward compatibility with Windows users, the fallback folder location (in case the json/jar are not found), TDM Web should search the installation folder location too.
 
 
 

Environment

Release : 4.10

Resolution

A fix has been provided in TDM Portal for Docker, release 4.10.225.0 or greater.

The Docker image can be downloaded from the TDM Patches page

NOTE: The alternative location for DataGeneratorCustomFunctions.json file is ${TDM_HOME}/conf directory and the custom function libraries can be placed in ${TDM_HOME}/lib/data/customfunctions directory.