AEM ICC PrintChannel
printChannel = this.printChannelService.getPrintChannel(formName)
The above line with the PDFGenerationofPrintChannel document is throwing an exception from Printchannel ,of
com.adobe.fd.ccm.channels.print.api.exception.PrintChannelException: Missing or Invalid print channel identifier /content/dam/formsanddocuments/testLetterName
when the servlet that it is called from postman.
But the same form(or the same code) works fine if called within the AEM server, through and adaptive form -using a servlet.
The letters have the same tags.
Not sure what this "Missing or Invalid print channel identifier" means. Can someone suggest what this means message is about and how to rectify it.
Thank you for your time.