TypeError : undefined is not a function when using IRE CMDBTransformUtil();

gaurav72
Tera Contributor

I am importing CI using ImportSet and using an onBefore transform script to call IRE

try{
var cmdbUtilIRE = new global.CMDBTransformUtil();
}
catch(err){
log.info("Error :"+err);
{

After executing  "TypeError : undefined is not a function" as error.

What would be the correct way to resolve this issue. Thanks in advance.

1 ACCEPTED SOLUTION
5 REPLIES 5