LSR report not coming up

Author
Messages
Kenn
Basic Member
Posts: 11
Basic Member
    We have DS code that funs a PO120 job and pops up the report in LSR format. It is working in our dev environment but not in our QA environment. Although, if I run it in PDF format (comment out the LSR line below and activate the PDF line), it brings it up in .PDF format fine. Below is the error in the log stating that the program is not enabled for report format. does anyone know how to enable the program for that format?


    porpt="/servlet/Report?action=LSR&file=/"+hst+"/law/print/"+usr+"/"+rpt+"/1/p-plain1&REPORT_OWNER="+usr
    //porpt="/servlet/Report?action=PDF&file=/"+hst+"/law/print/"+usr+"/"+rpt+"/1/p-plain1"

    [eli.report.ReportRequestHandler] Exception occurred while checking application for batch status.
    com.lawson.ios.common.impl.FormatNotEnabledException: Program not enabled for report format
    ---