com.actuate.ereport.eapi.exception.OutputException : Unable to create output factory

ram_p_j
edited February 11, 2022 in Analytics #1
Hi All,

I am getting com.actuate.ereport.eapi.exception.OutputException: Unable to create output factory error when i run the report.

I understand that this error is thrown when there is a problem with the Query in .jod.

How do i identify the problematic Query if there is couple of Queries in .jod

Is there any way that i can display the compiled Query to identify?

Please refer the .jod code block which i doubt

<StoredProcedureControl>
<ID>STOBJ000</ID>
<Visible>true</Visible>
<Location>
<x>337.4999899417165</x>
<y>22.499999329447768</y>
</Location>
<Dimension>
<width>68.24999796599155</width>
<height>18.749999441206473</height>
</Dimension>
<Border>
<style>None</style>
<Color>
<Red>0</Red>
<Green>0</Green>
<Blue>0</Blue>
</Color>
</Border>
<Expression>storedproc("LOS_SP_EMPNAMEWISE_REP","SCHEMA=AB123","STOBJ000","PARAMS=|_$iID$_SESSIONID|_$iID$_USERID|_$iID$_PRODUCT_ID|_$iID$_BRANCHID|_$iID$_BROKERID|_$iID$_FROM_DATE|_$iID$_TO_DATE|_$iID$_EMPLOYER_NAME|_$oID$_CID_SOOP_000|")</Expression>
<Reset>DTL_00</Reset>
<Style>
<Font>
<Name>Arial</Name>
<Size>10</Size>
</Font>
<FontColor>
<Red>0</Red>
<Green>0</Green>
<Blue>0</Blue>
</FontColor>
<FillColor>
<Red>-1</Red>
<Green>-1</Green>
<Blue>-1</Blue>
</FillColor>
<Alignment>
<Vertical>Top</Vertical>
<Horizontal>Left</Horizontal>
</Alignment>
<WrapText>false</WrapText>
<Strikethrough>false</Strikethrough>
<Underline>None</Underline>
</Style>
<SuppressWhilePrinting>false</SuppressWhilePrinting>
<ResizeToFit>false</ResizeToFit>
<Locale>Report</Locale>
</StoredProcedureControl>

i checked LOS_SP_EMPNAMEWISE_REP, its working fine.


Thanks & Regards,
Ramachandran