Generative Classifier Error

Hi I used generative classifier in classify document scope activity to classify the document. But when I run, I am getting following error as shown in the image.

How to resolve this?

@mohamedalthaf,

Please share how you have configured the classifier. It looks like ‘path’ parameter being passed as null.

Hi @ashokkarale . Please find it in the attached.

@mohamedalthaf,

Add breakpoint on Classify Document Scope activity and check the values of DocText, ‘DOM’ and 'Taxonomy` in locals or Immediate panel. Any of these variables shouldn’t be empty.

@mohamedalthaf

Verify variables in locals panel

Also remove the path..open advanced editor and then give the path there and save

Cheers