I have a report on Webi server. I need a code snippet to show the folder where the report is located.
Get folder where Webi report is stored in FRS
4.1k Views Asked by user727272 At
1
There are 1 best solutions below
Related Questions in WEBI
- How to sort prompt values in a Webi report?
- Dependent filters in Webi report
- Define number format in Webi Report 4.1
- Passing parameters using SQL to Webi report
- Make NOT EXISTS clause in Webi
- Value based on multiple MERGED DIMENSIONS
- Blank cells in table are locked and I dont know why
- Match on 2 values?
- Sorting of numbers gives a random order in cross table
- WIS 10901 error while refreshing Webi report
- How to access web page source code including CSS and JavaScript like chrome inspect element option does?
- My WEBI report is sorting numbers from source Excel sheet in a binary style
- Solving the Error: INF WIS 10901 On Webi report?
- Exporting Webi to Excel throws java.lang.NoClassFoundException :com.crystaldecisions.celib.trace.h
- Finding solution to "Missing ';' or closing parenthesis in function 'If' at position 640. (IES 10063)" in Webi
Related Questions in BUSINESS-OBJECTS-SDK
- How to get the raw data from particular document's schedule instance?
- Set the default parameter value for the report by code
- BiarEnginer.jar/Command Line Import Documentation/Usage
- BO 4.0 issue : SDK Version 1400 does not support Crystal Enterprise version 1261
- How (in RESTFUL web services) in BO to obtain the timestamp of a schedule for which I get the details?
- Exporting Webi to Excel throws java.lang.NoClassFoundException :com.crystaldecisions.celib.trace.h
- SAP Business Objects 4.2 Integration
- Schedule weekly Webi report using SDK
- Usings SAFEARRAYs with VB.Net
- Business Objects XI link to report
- Business Objects Java
- create executable jar file when making businessobjects SAP BI SDK app
- Could not initialize Report Engine server. (Error: RWI 00226) while opening WeBi Report
- How to set the Provider for CrystalDecisions.Enterprise.Desktop.Report?
- How do I check if an EnterpriseSession token exists in BusinessObjects SDK
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The first thing needed is a IInfoObject for the WebI report you are looking for. After that is is a couple of queries against the IInfoStore looping through the SI_PARENTID values you get back.