Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all articles
Browse latest Browse all 5661

getting FRS path location for Reports

$
0
0

Hi,

 

I am trying to get the FRS  path location info of all the webi documents in our repository.

 

I have below code in my java SDK ,but i am gettting error, iReports cant be resolved.

 

iReports = boInfoStore.query(reportListQuery);

iReport = (IInfoObject) iReports.get(0);

IProperties fileProps = iReport.properties().getProperties("SI_FILES");

String fileName = fileProps.getString("SI_FILE1");

String pathName = fileProps.getString("SI_PATH");

 

Error:

An error occurred at line: 85 in the jsp file: /

iReports cannot be resolved to a variable

 

added below in my java code,am i missing any thing to load for iReports:

 

<%@ page import="com.crystaldecisions.sdk.plugin.desktop.program.*,

com.crystaldecisions.sdk.framework.*,

com.crystaldecisions.sdk.occa.infostore.*,

com.crystaldecisions.sdk.exception.*,

java.io.FileWriter, java.io.IOException,

com.crystaldecisions.sdk.properties.IProperties,

com.crystaldecisions.sdk.properties.IProperty,

com.crystaldecisions.sdk.plugin.desktop.folder.*,

com.crystaldecisions.sdk.occa.infostore.IInfoObject,

com.crystaldecisions.sdk.occa.infostore.IInfoObjects,

com.crystaldecisions.sdk.occa.infostore.IInfoStore,

  com.crystaldecisions.sdk.properties.*,

  com.businessobjects.sdk.plugin.desktop.webi.*,

com.businessobjects.sdk.plugin.desktop.report.*,

com.crystaldecisions.sdk.plugin.desktop.report.IReport,

java.util.*,

java.io.*"

%>

 


 

Thanks


.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>