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

SRF files needed to pasted outside application folder

$
0
0
Hi All

We are using 
srf to load/create a form .In our code we  have provided application path/ xxx.srf.

 

The form works perfectly fine while running from source eg.F:\......\...\bin

But same code fails after installing.

We need to paste the files outside the application folder and then it works perfect

How can we avoid it.


IDT Universe on OLTP Database

$
0
0

hello guys,

 

i am developing a universe on OLTP database in IDT.

So far, universe was looking complete.

But now issue which i am facing is-

suppose we have 2 tables a & b.

for 1 report, we have inner join btw these 2 tables but for other report, we need left join btw these 2 same tables for other report, it can be full outer join.

 

is there any way, we can sort such issues.

Audit Report - Most Used Universe Object

$
0
0

Dear All, one of our HRA users want to know the most used universe objects in a an audit report.

 

As per my knowledge, audit does not store such granular information. But, however, I would like to get some expert advises on this.

 

Does anyone throw some light on this?

 

Thank you.

User right: Installing/Uninstalling Design Studio Extensions

$
0
0

Hi all,

 

we have several key users operating in our system and they develop Design Studio Applications.

Design Studio includes a feature for installing and uninstalling Design Studio extensions.
Users should not be granted to do this. Is there any right we can disable on our platform?

 

Snap9.jpg

Snap10.jpg

 

Thanks and best regards,

Simon

BI Platform Support Tool Enhancement Request: Web Application Server Report - AJP

$
0
0

Hi,

 

It would be helfpul if the Web Application Server Report would take the AJP connector into consideration.

Since there is the Apache Split deployment using the AJP connector,

e.g. the max HTTP threads paramter is not siginificant for all deployments.

A Web Server report, covering Apache Web Server, would be also a nice feature for these deployments.

 

Best Regards

Moritz

Accessing Crystal Report Server 2008 using Wildfly (JBoss 8) and Java 1.8

$
0
0

We are currently accessing Crystal Reports Server 2008 to run reports using

Java 1.7 and JBoss 7.1.1 without any issues.

 

We now have to upgrade to JBoss 8 (Wildfly) and Java 1.8.

 

When I start the Wildfly server, information is logged to the JBoss server.log file as expected until our CrystalReportsManager (used to run reports via the Crystal Server) starts.

Once that object is instantiated, all the JBoss logging stops but our Report Web application functions as expected.  Just nothing new is

logged to the JBoss log.

So it appears that there may be a conflict with some dependencies etc.

 

All of the Crystal dependencies in the web application are from this java package:

com.businessobject.crystalreport.enterprise.sp4

 

Does anyone know if Crystal Reports Server 2008 should work with Java 1.8 and Wildfly (JBoss 8)?

Publication of Design Studio Application in SAP NetWeaver Portal

$
0
0


dear community,

 

I've published a Design Studio Application in SAP NetWeaver Portal.

 

Unfortunately the appplication is shown with the BI Launchpad Frame and the possibility to view the application Details (see attached .jpg)

Does anybody know how to hide the Frame and the Details stuff, when the application is shown in the Portal?

 

The Settings in the BI Launchpad are  not enough, I think.

 

Thanks in advance.

 

Regards,

 

Sebastian

Which rights has to be used to display or not display documents in the "recently viewed documents" of the BI Platform ?

$
0
0

Hello everybody,

 

I am looking for your help on how to give or give away rights for a user or a group to see documents listed under "recently viewed documents" on the BI launchpad.

 

I have been looking under "access level" in the CMC, but I am struggling...

 

Does anybody have encountered this issue already ?

 

Thank you for your help.

 

Fabien


Applet initialization error

$
0
0

Hi All,

 

During upgrade to BI 4.1 SP6,we noticed 2 issues with default installation(Out of BOX features)

 

1.Applet initialization error---When we try to create a webi report via Launchpad

 

2. Illegal access to the viewer,please use a valid url.---when we try to view a report via launchpad or CMC.

 

 

Environment

==========

BI 4.1 SP6

Win 2008 R2

ESRI and BusinessObjects

$
0
0

Currently I have a customer that need to use maps to show his own data in different BI clients like web Intelligence,Crystal Reports and Xcelsius

 

My questions:

 

1. Do we have a direct integration between BusinessObjects and Esri maps?If so what is the BI clients (like web intelligence,Crystal and so on) can use them?

2.  Is this coming for free of cost?

3. What is the other third parties that provide this integration?

Extract SQL Query using JAVA code

$
0
0

I want to extract raw SQL Query from local crystal report files, and using below code but I am constantly getting JNDI Exception.

 

Thanks in advance for your help.

 

Code

====

    val report = new ReportClientDocument()

    report.open("C:\\temp\\report\\BOLI Position Dump jp2 8.5Pace2.rpt",0)

    val grouppath = new GroupPath()

    var emptystr = ""

    println(report.getRowsetController.getSQLStatement(grouppath, emptystr))

 

 

Exception in thread "main" com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error finding JNDI name (dBASE Files)---- Error code:-2147467259 Error code name:failed

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2284)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2304)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:736)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:166)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:528)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:526)

  at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:524)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:423)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:351)

  at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)

  at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)

  at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)

  at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)

  at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)

  at com.crystaldecisions.sdk.occa.report.application.RowsetController.getSQLStatement(SourceFile:1485)

  at MainApp$.crystalTest(MainApp.scala:757)

  at MainApp$.main(MainApp.scala:823)

  at MainApp.main(MainApp.scala)

Caused by: com.crystaldecisions.reports.common.JndiNotFoundException: Error finding JNDI name (dBASE Files)

  at com.crystaldecisions.reports.queryengine.Connection.a(SourceFile:1871)

  at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1815)

  at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:505)

  at com.crystaldecisions.reports.queryengine.Connection.t4(SourceFile:3020)

  at com.crystaldecisions.reports.datalayer.a.for(SourceFile:1650)

  at com.crystaldecisions.reports.datalayer.a.int(SourceFile:1275)

  at com.crystaldecisions.reports.datalayer.a.char(SourceFile:1286)

  at com.crystaldecisions.reports.dataengine.j.E(SourceFile:826)

  at com.crystaldecisions.reports.dataengine.j.s(SourceFile:841)

  at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.k(SourceFile:1299)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1309)

  at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:660)

  ... 16 more

Caused by: com.businessobjects.reports.jdbinterface.common.DBException: Error finding JNDI name (dBASE Files)

  at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)

  at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)

  at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1786)

User for SAP HANA connection in BI 4.1

$
0
0

Dear Experts

 

I have a OLAP connection against HANA, the connection was working fine but the user that was set in the connection was removed from HANA studio (nobody knew)  and now we are facing some issues to access the cubes.

I have setup another user but it doesn't work because I think that is missing to add some permissions to the user for HANA.

 

I am using pre-defined authentication and when I use SYSTEM user it works perfectly.

 

In this context, my questions are:

 

1. Is a good practice to set the SYSTEM user for these connections?  I don't know if  setting the SYSTEM user,    I am having any security or any other issue in a future.

 

2. If  Question 1 is no,  What are the permissions that I have to add to the user from HANA Studio?

 

I look forward any suggestion,

 

Thanks

DanielO

SAP Predictive Analytics download-Client or Desktop?

$
0
0

Hi guys

Being a BO administrator, I want to install SAP Predictive analytics to try it out myself before rolling it out to the wider business. But I am just confused which one to install? I want to test this tool with our existing universes /Webi reports...

 

I downloaded both of them - Client and Desktop but none of these give me the option to create a new data source from our existing Data warehouse connections...

 

We are on SAP 4.1 SP 3

 

 

thanks

web intelligence instance size differ in 3.1 and 4.1

$
0
0

Hi,

 

 

We are migrating the Webi reports from BO XI 3.1 to BI 4.1, the report size remains same, however when scheduled the instance size is reduced drastically in 4.1. the source database is same.

 

 

Please find the below details:

 

 

Source Information:

 

BO version: BO XI 3.1 SP7

OS: Windows server 2003

Reporting database: Oracle 11g R2

Report type: Web Intelligence Report

 

 

Destination information:

 

BO version: BI 4.1 SP5

OS: Windows server 2008 R2

Reporting database: Oracle 11g R2

Report type: Web Intelligence Report

 

Issue: We have used UMT to migrate the webi reports from 3.1 to 4.1 (No instances). The report size remains same in both the environments. However when we schedule the report on 3.1  as well as 4.1 the instance size differs (in 3.1 instance size is 340 MB and in 4.1 the instance size is 24 MB).

The reports are connecting to same DB in 3.1 as well as 4.1. Number of row count also remains same.

 

 

Issue is occurring with all the migrate webi reports.

 

Kindly suggest. Thank you

 

 

Regards,

Nivi

Import Wizard Tool crashing BI 3.1

$
0
0

Hello!

 

I'm trying to generate a biar file for a BI 3.1 SP 01 plateforme using the import wizard tool. However. every time we attempt to create the biar with all the data, the Wizard crashes.  In the plateforme we have Windows AD and Enterprise authentication (I say this given the final line of the trace file below).

 

I have created a biar with the universes but if i try to add something more  the wizard crashes. (I already tried to create the biar without the users but i have the same result )

 

 

The trace file looks like:

 

.\SelectUsersAndGroupsPage.cpp:241: TraceLog message 1

2016/02/15 12:52:16.387|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\SelectUsersAndGroupsPage.cpp:241). (FALSE : Fail to add user to the list control).

.\ImportWiz.cpp:9669: TraceLog message 2

2016/02/15 12:53:07.106|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ImportWiz.cpp:9669). (lcount == 1 : no message).

.\ProgressDialog.cpp:1916: TraceLog message 3

2016/02/15 12:54:29.886|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:1916). (SUCCEEDED(Add(pExpObj,pCategories)) : no message).

.\ProgressDialog.cpp:2012: TraceLog message 4

2016/02/15 12:54:36.214|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2012). (SUCCEEDED(Add(pExpObj, pServerGroups)) : no message).

.\ProgressDialog.cpp:2120: TraceLog message 5

2016/02/15 12:54:39.761|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2120). (SUCCEEDED(Add(pExpObj,pSelUniverses)) : no message).

.\ProgressDialog.cpp:2120: TraceLog message 6

2016/02/15 12:54:42.793|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2120). (SUCCEEDED(Add(pExpObj,pSelUniverses)) : no message).

.\ProgressDialog.cpp:2163: TraceLog message 7

2016/02/15 12:54:46.464|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2163). (SUCCEEDED(Add(pExpObj,pSelGenericAppObjects)) : no message).

.\ProgressDialog.cpp:2163: TraceLog message 8

2016/02/15 12:54:46.480|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2163). (SUCCEEDED(Add(pExpObj,pSelGenericAppObjects)) : no message).

.\ProgressDialog.cpp:2163: TraceLog message 9

2016/02/15 12:54:46.496|>>|A| | 4336|4532| |||||||||||||||assert failure: (.\ProgressDialog.cpp:2163). (SUCCEEDED(Add(pExpObj,pSelGenericAppObjects)) : no message).

 

thanks in advance for your help.

 

Moises


BI Platform Support Tool Issue: timeout:semantic layer

$
0
0

I have been getting errors running the support tool against our environment

it seems to struggle with querying the semantic analysis and getting data for the hardware reporting

i.e 2016 02 13 11:42:11.423|Orphan Report extraction failed for Semantic Analysis Report com.crystaldecisions.sdk.exception.SDKServerException: CMS operation timed out after 9 minutes. ..... 2016 02 13 12:09:12.108|Error retrieving GetCIMObject LOSM javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: Not supported in SOAP 1.1 .... 2016 02 13 12:09:42.546|com.sap.ps.bitool.data.SystemAlertAnalyzer: An error occurred when attempting to read host memory as an integer java.lang.NumberFormatException: For input string: "" .

Does anyone else have similar issues

Manual AD not working for users in Non-Default Domain

$
0
0

Hi Experts,

 

Users in the Default domain (D.CHILD1.PARENT.COM) are able to login manually using Windows AD.

But users in others domains (eg : A.CHILD1.PARENT.COM) are not able to login using manual AD. They are getting the below error :

Error.PNG

I see the below error in tomcat logs (stdout.log)

TC Logs.PNG

User Entered name : xyz@A.CHILD1.PARENT.COM

[Krb5LoginModule] authentication failed 111.A.CHILD1.PARENT.COM

Strange thing is : "111" kdc server belongs to PARENT.COM, but in the error it is showing "A.CHILD1.PARENT.COM"


Forest structure :

PARENT.COM

-CHILD1.PARENT.COM

    -A.CHILD1.PARENT.COM (trying to make it work for user in this domain first)

    -B.CHILD1.PARENT.COM

    -C.CHILD1.PARENT.COM

    -D.CHILD1.PARENT.COM (Default)

-CHILD2.PARENT.COM

-CHILD3.PARENT.COM

    -E.CHILD3.PARENT.COM

    -F.CHILD3.PARENT.COM

 

krb5.ini (trying to make it work for users of A.CHILD1.PARENT.COM & D.CHILD1.PARENT.COM)

 

 

dummykrb5.PNG

 

So, when a user of domain D.CHILD1.PARENT.COM logs in manually, it works

When a user of domain A.CHILD1.PARENT.COM logs in, it gives above error message. Tomcat logs are also attached above.

 

NOTE : Service account is also from the default domain : D.CHILD1.PARENT.COM

 

Kindly help us in fixing this issue. Thanks.

 

Regards,

Monish

Get list of objects used in boxi 4.1 webi report

$
0
0

Hi, I am new to business objects sdk. Can anyone tell me the code to get list of objects used in a web intelligence report in BOXI 4.1. Which sdk to be used? Report engine sdk or restful sdk?

Issue while installing a Patch (P3) update for SAP BI 4.1 SP6 (Client Tools)

$
0
0

Hi,

 

We are facing an issue while installing a Patch update for SAP BI 4.1 SP6 (Client Tools), the patch update is Patch 3. Till installation of the BI4.1 SP6 we didn't face any issues. But when we start installing the Patch 3 update, the system  started getting hang in between and not moving further to complete the installation. We have to force to stop this installation. Once we stop the installation, the whole of BI 4.1 gets uninstalled from the system.

 

I want to let you know that we are maintaining BO 3.1 client tools in parallel in the same system.

 

Can anybody help us to resolve this issue.

 

Regards,

Arun Krishnan G

SAP BO 4.1 Platform License || Lumira, Design Studio & Analysis for Office

$
0
0

Dear Colleagues,

 

Was looking into the latest SAP BO 4.1 Product Availability Matrix (PAM).

I found many client tools such as CR 2013, Webi-Rich, CR for Enterprise etc listed in the PAM, as shown below.

 

However didn't see these tools Lumira, Design Studio and Analysis for Office, as part of the License.

 

Pls suggest if these 3 tools (which are niche BO-Analytics tools) part of the SAP BO 4.1 enterprise license.

 

PAM for SAP BO 4.1.JPG

 

 

 

Thanks,

AK

Viewing all 5661 articles
Browse latest View live




Latest Images