Re: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error...
Hi John, The BusinessObject product version being used with patches(if any)?Does the issue occurs with all the reports or specific reports.Which format are you exporting the reports to? Have you...
View ArticleRe: BI 4.1 JMX attributes return -999
Hi Erik, we're trying also to use JMX for Monitoring.How is your progress? We want to use JMX4Perl as a module for Nagios/Icinga.However, at the moment we are doing baby steps. I would appreciate some...
View ArticleRe: Using InitialContext in our webapp under BOE is throwing the below error.
Hi Saranya G I'm facing the same issue. By any chance could you resolve the error since then? Additional info to the topic opener error message.My code looks like this:<%@ page import="java.util.*"...
View ArticleIs it possible to add system variable like "BOUSER" in BI Platform and Universe
Hi Gurus We want to add new system variable like "BOUSER" and grant it with value pass from custom develop portal, then we can use this new system variable in universe level with function...
View ArticleRe: BOXI - no server available issue
Hi Prithvi, This issue has reappeared again. We currently have four clustered BOXI servers - 2 running CMS and Job servers and the other two running Deski and Webi job services. I'm confirmed that...
View ArticleRe: Is it possible to add system variable like "BOUSER" in BI Platform and...
It will work automatically -- whatever user ID is used to log in to the CMS will be visible via BOUSER.
View ArticleRe: Is it possible to add system variable like "BOUSER" in BI Platform and...
Thanks Joe and sorry for misleading you, I know "BOUSER" is generate automatically by bi platform, I want to know it is possible to add custom develop system variable which functional like "BOUSER" and...
View ArticlePlatform Java SDK support in 4.x+
Hi, Will Business Intelligence platform Java SDK be supported in the future versions or will there be a total change over to the RESTful service offering in the future releases? I am about to embark on...
View ArticleRe: Platform Java SDK support in 4.x+
Hi Vishal, Business Intelligence platform Java SDK is supported with all the functionalities in BI 4.1 version.The changes have only been on the Report Engine SDK side when you compare it with 3.1 to...
View ArticleRe: Platform Java SDK support in 4.x+
And if you're using Crystal reports in your system, the RESTful SDK only covers getting information about Crystal for Enterprise reports - you cannot get info about Crystal 2013 reports from it other...
View ArticleIs passing parameters through Java API secured?
I have a J2EEE application from where I make calls to the BOE server (through java sdk). I invoke crystal reports using this API. Here are the step involved- Pass the username/password to login to the...
View ArticleRe: Is it possible to add system variable like "BOUSER" in BI Platform and...
From everything I've read, it's not possible to add custom variables that can be retrieved with @variable(). I think your only option would be to use a prompt.
View ArticleJava AD SSO - "This server does not allow NTLM"
I'm trying to do AD SSO with jsp on BI4.1 SP5. I used the sample code in this thread, but cannot get it working. I made the appropriate changes in web.xml for my server, and copied in all necessary...
View ArticleRe: Java AD SSO - "This server does not allow NTLM"
Hi Joe, The error message states that your server is not allowing NTLM, you can change the parameter idm.allowNTLM in your web.xml to true, restart your Web App server and see if it works. Hope this...
View ArticleRe: Java AD SSO - "This server does not allow NTLM"
Thanks for your reply, Rajarsh. I had already tried that. I get this error in the log, and the application won't load: javax.servlet.ServletException: KerberosFilter: Use of parameter 'idm.allowNTLM'...
View ArticleWebi UI extension point
Hi, Can the webi UI extension point sdk be used in an open document context? If I create a new extension point and enable it in my webi html viewer, will the same extension point be available through...
View ArticleRe: Java AD SSO - "This server does not allow NTLM"
Hi Joe, The problem you are facing can have several causes. Please check the following: - Is AD SSO working for CMC/BILaunchpad from your client machine where the SDK code is running? - The problem can...
View ArticleHow to get tables and fields used in a Crystal Report?
Below is a rudimentary code I wrote to fetch tables and columns in a Crystal Report based on Oracle DB. IInfoObject report = (IInfoObject)boInfoObjects.get(j); try { ReportClientDocument...
View ArticleRe: How to get tables and fields used in a Crystal Report?
Hi Antony, You can use the ReportClientDocument.getDataDefinition().getResultFields(); to achieve your requirement. It returns an object that contains the result fields in the report. The...
View ArticleRe: Java AD SSO - "This server does not allow NTLM"
I'm all set now, Rajarsh. i was working between two Tomcat instances and I think the Java startup changes were made in one but not the other. Thanks for your help.
View Article