Re: Accessing crystal report
Prthivi,Thanks for your reply, what i meant to ask is, instead of BOE, if the reports are placed on a network shared drive eg. "d:\reports" and they are mapped to the server. How do we call and invoke...
View ArticleRe: Accessing crystal report
If the reports are on a drive, you would need to open the reports using the Crystal Reports for Eclipse SDKs. You can only open managed reports (Reports which are published to Crystal Server) using...
View ArticleTo find if a WebI report contains a hyperlink ?
Hi Experts I need to find whether a given webI report contains any hyperlink or not and wether we can get that hyperlink. Thanks in advance.
View ArticleTo get List of Object used in Reports
Hi Team, Do we have any SDK where we can get the list of objects used in reports. Env:BO XI 3.1 Regards,Shiva Gunturu
View ArticleRe: To get List of Object used in Reports
Webi or Crystal? For Webi, you need to use the Report Engine SDK. For Crystal you need to use IReportDocument from the regular Java SDK. -Dell
View ArticleRe: To find if a WebI report contains a hyperlink ?
Please provide the BI product version with patches(if any)? Thanks,Prithvi
View ArticleRe: To find if a WebI report contains a hyperlink ?
Hi Prithvi Thanks for ur response. I am using BI 4.0 and writing my JAVA SDK code in Eclipse Galileo. RegardsAdil
View ArticleRe: To get List of Object used in Reports
This might helpList objects used in Web Intelligence reports Thanks,Prithvi
View ArticleGetting Error "This feature is not implemented. (Error: RWI 00013)" in JAVA...
This code is part of printing SQL from WebI report DataProviders dps = widoc.getDataProviders();DataProvider dp = (DataProvider)dps.getItem(0); if(dp instanceOf SQLDataProvider){ SQLDataProvider...
View ArticleRe: Getting Error "This feature is not implemented. (Error: RWI 00013)" in...
Hi Adil, I believe you are using BI 4.x environment. You are using Report engine sdks to retrieve the SQL from your webi reports. However, there are lot of features which are deprecated from the Report...
View Articledeployment
Hi, I'm looking to write an app that extracts info from the CMS. This will get just all the users and user groups, and it will get all the reports and their paths. I can worry about getting more...
View ArticleRe: To find if a WebI report contains a hyperlink ?
Hi Prithvi Can there be any solution to my above requiremnet. RegardsAdil
View ArticleRe: Getting Error "This feature is not implemented. (Error: RWI 00013)" in...
Hi Prithvi I am getting this error because DataProviderFeature.VIEW_SQL is returning false , is there any way to set it to true. RegardsAdil
View ArticleRe: Getting Error "This feature is not implemented. (Error: RWI 00013)" in...
Hi Prithvi If DataProviderFeature.VIEW_SQL isn't granted how can we resolve it. RegardsAdil
View ArticleRe: Getting Error "This feature is not implemented. (Error: RWI 00013)" in...
See below snapshot and refer the Warning section. This is the issue you have. It is because the sdks no longer support the functionality. As mentioned in my above post, you would need to visit Rest...
View ArticleRe: To find if a WebI report contains a hyperlink ?
Unfortunately, I have not tried this earlier and cannot comment much on this. I would try to test this sometime this week if time permits. I would still recommend that you review the Restful sdks.May...
View ArticleRe: To find if a WebI report contains a hyperlink ?
Thanks Prithvi for ur response, I really appreciate that from your busy schedule u took out time and replied to my query.RegardsAdil
View ArticleRe: To find if a WebI report contains a hyperlink ?
Please try if u can its really important for me. Thanks in advance. RegardsAdil
View ArticleRe: To find if a WebI report contains a hyperlink ?
what i thought that there is a function in ReportConrtainer() Interface as getHyperlinkColor(). If it returns a true then it means Hyperlink is there in that particular report, but i am not getting how...
View Article