PSXP_RPTDEFNMANAGER:Utility.ViewXMLPAttachment failed.
I'm trying to run BI Publisher with Connected Queries and so far can't get it to run in a new window of a Record FieldChange. There is no error statement and the only message I can pick up from the trace is PSXP_RPTDEFNMANAGER:Utility.ViewXMLPAttachment failed in the Trace file. I'm not using any run controls or schedule controls. The end goal is to display the output of the report in PDF.
CODE:
import PSXP_RPTDEFNMANAGER:*;
import PT_CONQRS:*;
Local PSXP_RPTDEFNMANAGER:ReportDefn &oRptDefn;
Local PSXP_RPTDEFNMANAGER:Utility &oUtil;
Local PT_CONQRS:CONQRSMGR &oConQrsInst;
Local array of PT_CONQRS:QUERYITEMPROMPT &CQPromptsArray;