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

Database Configuration from BI Portal?

0
0

Hello Experts!

 

Is it possible to update the Database Configuration from the BI portal instead of the CMC?

 

I would like to allow the Report Writers to make these changes when they add Crystal Reports.

 

Thanks!

Sean


Crystal Report Server 2011 and Integration framework doesn't work at same time

0
0

Hi,

 

 

I have a server with Integration Framework (in port 8080) and Crystal Report Server 2011 configured to use port 8081.

 

 

I cannot running both Integration Framework and CR Server at the same time.

 

 

Either one works and the other doesn't work.

 

 

For example if the IF works and the CR server doesn't, if I restart the apache tomcat service CR server starts working but the IF stops.

Vice versa when I restart apache tomcat service.

 

 

 

 

Can anyone help me on this issue?

 

 

 

Best Regards,

 

 

Miguel Santos.

Error in switching from one database location to another database location in Crystal Reports using JSP

0
0

Hi,

 

Please help me in resolving the issue while changing the database dynamically in crystal reports using JSP. I followed the below link to change DB connection dynamically.

 

CRJava Modify DB Location

 

Please help me on this.

 

While switching from one database to another i found the issue.

 

dbController.replaceConnection(oldConnectionInfo, newConnectionInfo,pFields,replaceParams);

 

The Error is:

 

com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Subreport does not exist.---- Error code:-2147467259 Error code name:failed

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

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

    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.a(SourceFile:480)

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

    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.proxy.remoteagent.RemoteAgent.char(SourceFile:220)

    at com.crystaldecisions.proxy.remoteagent.RemoteAgent.new(SourceFile:240)

    at com.crystaldecisions.proxy.remoteagent.RemoteAgent.do(SourceFile:452)

    at com.crystaldecisions.proxy.remoteagent.RemoteAgent.if(SourceFile:429)

    at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(SourceFile:156)

    at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(SourceFile:106)

    at com.crystaldecisions.sdk.occa.report.application.an.a(SourceFile:65)

    at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.a(SourceFile:1921)

    at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValues(SourceFile:2237)

    at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValue(SourceFile:2328)

    at org.apache.jsp.DynamicDB_jsp._jspService(DynamicDB_jsp.java:255)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)

    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)

    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)

    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)

    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: com.crystaldecisions.reports.reportdefinition.ReportModificationException: Subreport does not exist.

    at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.a(SourceFile:229)

    at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.for(SourceFile:214)

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

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

    ... 47 more

 

Any help Appreciated.

 

Thanks

Penchal

SAP BI 4.1 - Version Manager

0
0

We recently upgraded to SAP BI 4.1.  We were adding our reports to the Version Manager and all was going fine.  All of the sudden we received an
"Add Resource Error: Can't add (said report) because it is locked." The report is not locked and even if we try to "unlock" it we get the message saying you can't unlock a report that isn't locked.  We can't go any further.  It has been two days, multiple reboots and still we can't add anything else to the Version Manager.

Any suggestions?

Populating Employee Responsible on Task in After Modify event

0
0

Hi, I have a requirement to code the After Modify event of Task Extended BO. If the Category on the task has some specific value, then the Owner needs to change.

Below is the code I have put in the After Modify event:

 

var elActivityParty : elementsof Activity.Party;

if(this.GroupCode.content = "Z001")

{

elActivityParty.PartyName = "Sumeet Narang";

this.EmployeeResponsibleParty.Create(elActivityParty);

}

 

I am getting the error "Please enter a party with role Employee Responsible". The Employee Responsible is getting created, but the ID is blank. Also I am not able to change the PartyID as it is a read only field. What else needs to be done in this case?

generic webI parameter and PDF name ?

0
0

Hi World,

 

Is it possible in WebI BO XIR3.1 ?

 

 

If the current is between january and june

then

set the value "currentYear-1" in the parameter of the request filter  and concat this value to the name of the PDF generated file (executed by the batch task).

else

set the value "currentYear"

 

For exemple,

12/09/2014, set 2014 in one of the parameters of the request filter and set "Stats-2014.pdf" to the generated file in the batch process.

12/05/2014, set 2013 in one of the parameters of the request filter and set "Stats-2013.pdf" to the generated file in the batch process.

 

Thanks for any advice

Crystal report prompting parameters for optional field of stored procedure

0
0

Hi,

    Can anyone help me with this issue. I couldn't find a solution for this problem.

 

I have a storedprocedure that has one field optional

@ReportID VARCHAR(14) = '0X000000000000'

 

In Report I have 30 parameters Field [no ReportID field as its optional in storedprocedure].

1. In visual studio 'Main Report Preview' It prompts me for 30 parameters [Working fine]

2. I run the code in web with nothing filled. When it prompts it shows me 31 parameters. Why is it asking me that optional parameter.

 

Current fix [not a perfect one]

. Planning to modify the storedprocedure and report, which mean I have to modify a lot of report which uses that storedprocedure.

 

Is there other alternative for this fix.

 

Code used

Asp.net/C#

Crystal report XI

 

Thank you

Lakpa

Scheduled reports are suddenly not able to complete

0
0

Using SAP BO 3.1, previously scheduled reports are suddenly not completing.  Reports that took less than a minute to run now fail with Error Message:  Object could not be scheduled within the specified time interval.  I have stopped and restarted the servers and tomcat several times, but nothing will complete.


How to stop BOBJ 4.1 SP4 to not prompt for the latest JAVA update

0
0

Currently our my users are on a version of Java that is supported with BOBJ 4.1 SP4.  Each time Java releases a new security update, users are being prompt to update Java to its latest version.  We cannot go beyond this current version as it will break other applications within our business.  This isn't the first time I have seen this behavior with an application, in the past we have asked Kronos to accommodate this request from within their code which they were able to do.

 

This is definitely at the application level, its not as if I can go into 'Control Panel >> Java' and update this change there, the applications overrides this.  After opening a case with SAP support, we are now being told this needs to be handled by the development team, that it is not in scope of support nor is supported.  They mentioned that SAP Development Consultants also can assist with such a custom setting like this.

 

Can someone please assist?

 

 

 

Bill

Empty tables in Audit Universe unx File (No data)

0
0

Hi BOBJ Gurus,

 

I am trying to configure Audit database / universe in 4.1 SP2 and have imported .unx universe into IDT so I can run my audit activity report within organization.

I have configured Auditing in the CMC (Plz see Fig1 attached), I have almost selected everything as far as capturing the events are concerned.

 

I didn't change anything in the universe and published it in the repository and created a webi report accordingly. When I try to run the webi report based on objects like Application Type, Event Type, Event Status, user Name, Object Type etc, I dont see any deleted event type in the report. I am not sure whcih object do i need to capture the delete log.

I even created a sample report and deleted from the system but no log  in the report.

 

I checked the tables in the universe and there are some tables in unx file such as ADS_EVENT_DELETES, ADS_EVENT_DETAIL_DELETES and these tables are not joined with any other table and I also checked but there is no data in these tables. I even joined these tables and set an outer join so atleast i can see if there is any data but these tables are blank.

I am just wondering if these tables are supposed to be empty and Is there any other object that I need to use to capture and delete activity on the BOBJ side.

 

My question is that How do I go about and see Delete logs/activity in my webi report.

 

Will appreciate your help.

 

Regards

Connectivity error when refreshing a CR report in BO -CMC and BI Launch Pad

0
0

I'm looking for help with a connectivity error that I get when I try to refresh a Crystal report in Business Object, CMC and BI Launch pad.  I can view the file, but can't refresh it.  The error I get reads "The database logon information for this report is either incomplete or incorrect".

 

Additional info.  I'm using Crystal server 2013 and Crystal reports 2013. I have an ODBC connection I use and it works when I run the reports in Crystal, so I believe my is correctly setup.  I  have tried running the report on the same server and I get the same error.  Any help would be really appreciated.

 

Below is a snapshot of the setup for the object in Business Object.

 

Object Setup.jpg

RKF&CKF DATA NOT DISPLAYING IN BO 4.1

0
0

Dear Experts,

 

Please help below query

 

I am working BO 4.1 with on the top of BW/BI with BICS connection.Here I am able to see data in BI,But in BO perspective Some of the fields are not displaying data. I am able to see all dimension objects data but measure objects are not showing data.

 

Restricted key figures and calculated key figures has been used in BI/BW .Data is displaying in BI. But in BO perspective measure objects are not displaying data.

 

why RKF and CKF's are not supporting in BO 4.1.Please guide me here totally stuck .What are things needs to be done from BO/BI end. We need to do any settings in BO for the same?

 

Please guide me and share your inputs and docs if any.

 

Best Regards,

Mohan

How to translate "Root Folder" ?

0
0

Dear all,


The name of the root of the Public Folders in my system is "Dossier racine", see this screenshot :

dossier_racine.JPG

I understand this French name is coming from the fact I ran the installation wizard in French.

 

Our SDK developers want to see this name in English : "Root Folder".

 

How can you change "Dossier racine" into "Root Folder" ?

 

I tried already with Translation Management Tool, but it is not possible.

 

Many thanks

 

Hans

CrystalReportProcessingServer is failed to get enabled in CMC

0
0


Hi,

 

I'm using Crystal Report Server 2008 (Enterprise XI). I have set "Database Records Read When Previewing or Refreshing (0 for unlimited)"  to '0'  in CrystalReportProcessingServer in CMC under servers tab for MAX Processing Records limit in Crystal Report. When I try to restart the CrystalReportProcessingServer in servers tab, all Servers in the ServerList got disabled. It's not getting enabled after I selecting ENABLE SERVER option.

 

No errors in the logs. Kindly help me to resolve the issue.

 

Thanks,

Ramesh Kumar G.

Freeze Header Issue in BI4.1 SP2

0
0

Hi,

 

I have noticed that the freeze header doesn't work fine when in a report I have:

- section

- Outline active

- sections are collapsed

 

In that scenario the header of my table aren't freeze.

Someone else have noticed these behaviour?

 

Thanks,

 

Laura


CrystalReportProcessingServer is failed to get enabled in CMC

0
0

Hi,

 

I'm using Crystal Report Server 2008 (Enterprise XI). I have set "Database Records Read When Previewing or Refreshing (0 for unlimited)"  to '0'  in CrystalReportProcessingServer in CMC under servers tab for MAX Processing Records limit in Crystal Report. When I try to restart the CrystalReportProcessingServer in servers tab, all Servers in the ServerList got disabled. It's not getting enabled after I selecting ENABLE SERVER option.

 

No errors in the logs. Kindly help me to resolve the issue.

 

Thanks,

Ramesh Kumar G.

Problem putting offset value

0
0

While I am creating a fiscal year/period variable and trying to put an offset value with it ,it's now working.

SO What should I do?

BO4 - Audit of scheduled reports which didn't start

0
0

Hi,

 

On occasion a scheduled report may not run e.g. if the job server overloaded and we have needed to restart the job servers.

 

Whilst we have a report of what is scheduled and reports if runs or not, is it possible to have a report which lists what due to have ran but not actually ran?

 

Thanks

Failed to execute the expression for Business Objects error in IDT(unv to unx)

0
0

Dear all,

 

I have Converted Universe to  IDT (.unx format)  When running integrity checker I see handful of errors on the business layer that state,  Failed to execute the expression for Business Objects. Check the object properties.";"XXXX"; When i am checking the object,its clearly parsing. Any ideas greatly appreciated?

 

Thanks,

Kumar

Server web browsing slow

0
0

Is there a set of instructions for how to performance tune the Crystal Server (2011) web and other services?  Im running on a pretty fast server, no other activity, memory 3GB free out of 12GB, yet i can wait for up to 30 -60 seconds navigating the web pages.  Maybe the repository itself needs tuning?  any guidance would be greatly appreciated.

Viewing all 5661 articles
Browse latest View live




Latest Images