Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all 5402 articles
Browse latest View live

report generation clarification

$
0
0

I am new to Business objects.I have 2 tables emp and dept tables.I have to generate  a report similar to o/p of below sql query:I have created inner join between emp and dept based on deptno in universe.

 

Stuckup with below things:Where to define sum(sal) based on group by deptno.

I have to fetch the dname also in the report

 

select a.sal,a.deptno,b.dname

from

(

select deptno,sum(sal) as sal

FROM      emp group by deptno) a,

dept b

where a.deptno=b.deptno


report back up

$
0
0

Hi Expert,

 

 

webi report is saved by one shared directory but that directory is not working,but my report back up purpose create one shared directory based on one shared drive then report location change to this shared directory(that means new directory),

 

And how to create shared directory based on shared drive

 

 

 

Could you please responed uregently and give me procedure step by step

 

 

Regards,

Rao

Cognos cubes conversion to SAP BO 4.1

$
0
0

Hi Experts,

   We are contemplating to move SAP BO 4.1 from Cognos. We are worried we might not be able to get same performance with bo as with cognos cubes based reports. What is the best approach to keep customer happy and migrate o BO 4.1. Could you let me know about options to migrate Cognos cubes to SAP BO 4.1 Web Intelligence reports or dashboards.

 

Regards,

Nanda Kishore

WebI Report on top of Oracle DB

$
0
0

Hi Gurus,

 

I am implementing unv on top of Oracle DB. I would truly appreciate if you could shed a light on the topics below.

 

 

1- What is the type/name convention/authorization level/other characteristics. of the Oracle db user that connects to universe?

 

2- In case i am working at client tool(UDT) what type of configurations at udt tool/operating system/database OR installations(e.g. db drivers setup, odbc connection set up)/further works do I need to follow/operate?

 

3-What type of actions should have been already made on the server in order to work on server?

 

Thanks in advance all the responses.

 

Kind Regards.

 

Eddy.

Passing Key Value WEBI

$
0
0

I have 2 separate columns in one table in DB returning 'Key' and 'Value'

 

I want to show 'Value' field as prompt and based on what value is selected I want to pass corresponding key to back end in WEBI

 

How do I achieve that?

 

I am ok even changing DB table design as well.

 

Using - UDT, BI4.1SP6 WEBI and its a universe build on ORACLE DB

How to get Email notifications

$
0
0

Hi,

 

while seduling the webi report threw inofoview geting the status to email,

 

 

for ex:i have seduled one report that status is sueccess this message notification will get to email?

 

 

please help me

Problem in WEBI Report with PCM OLAP Universe (PCM MDX Connector)

$
0
0

We need to create reports in Web Intelligence from our PCM Models (Business Objects Profitability and Cost Management). We are able to create the olap universe using PCM MDX Connector and we have no problems creating the reports in webi. The problem is when we execute the report (run query): all the data from PCM model is loaded correctly (dimensions, levels, etc.), except the Measures. I mean, the values of all the measures are always zero (0). No matter the way we change the query (adding filters, adding or chopping dimensions, drilling levels, etc.) the value for every measure is zero.

 

We've checked the aggretation method of each measure in BO universe designer and are all correctly configured.

The model in PCM is calculated and even when we run the queries in PCM Model Builder tool directly to the model, the results are retrieved Ok and the measures have correct values (Revenue, lineitem values, etc.).

 

Any ideas of what is going on?

Report for full year

$
0
0

Hi Experts,

 

we are calaculating the servers performance when is active and when its going down like that.

so for this already we have the data for servers down time in milliseconds for every server and every year.

here is the screenshot...


 

Capture.PNG

 

now my client requesting that

he want the data for the rest of months also ....i.e...

Capture2.PNG

Bo Version-4.1sp1

Backend -Bex

 

one more restriction is they want without variables...

 

any help folks.....

 

Regards,

Venkat


Problem #TOREFRESH with "Where" in 4.1 SP3 variables

$
0
0

Hi lads,

We have recently upgraded our BO system from 4.0 SP5 to BO 4.1 SP3.

We have solved all incidents we had during the upgrade process, except one, and we don't know what to try or do else.

 

I explaine you. We have a webi which mixes HR and COPA data, and it's splitted by Business Area.  We have 3 business area in our company, so do 3 similar webis.  This split is just for roles and authorizations.

Webis are built over a BEx OLAP connection.

In BO 4.0 all the 3 webis work fine.  In BO 4.1 2 of them work fine, and just one have an issue, which is that is showing #TOREFRESH in some formulas and variables.

 

We have tried:

- Refresh connections (saving and recreating).

- Refesh queries (saving)

- Recreate variables and formulas.

- Refreshing report (thousand of times).

- Queries BEx are fine, retested and rechecked.

 

What we have discovered is the following: error happens when in the formula there is a KeyFigure followed by a "Where" clause, and if we substitute the KeyFigure for a new Variable variable with a ForEach, it works.

For example:

1. Current formula (which works in 2/3 of webis, and in 3/3 webis in BO 4.0)

= [Key Figure1] Where [Structure]="TESTTESTTESTTEST"

--> #TOREFRESH error

 

1.torefresherror.jpg

 

 

2. Create new variable:

= [Key Figure1] ForEach [Structure]="TESTTESTTESTTEST"

 

2.newvariableForEach.jpg

 

 

3. Substitution KeyFigure by Variable:

= [New Variable] Where [Structure]="TESTTESTTESTTEST"

--> No error.

 

3.noerrorwithvariable.jpg

 

 

We would like to know if any of you have had the same incident, and we can avoid to modify so many variables and formulas.

 

Thanks

Input File repository server Error: The requested directory does not exist.

$
0
0

Hi,

 

Getting following error "The requested directory does not exist." for Input and Out put file repository server.

The specfied directory exists and the user has local administrative privelges with full control of the IFRS and OFRS location.

 

The location was earlier working and after trying to implement Windows AD the things stopped. Have tried reverting the things but the following issue still persists.

 

 

 

Thanks,

 

Manpreet

BO XI R2 : Webi and Deski create different queries for same object.

$
0
0

Hi,

 

I have a following Object.

 

Object name : Object_ABC

select : A.Trade_id

where : A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

 

When I drag the above object in Webi, I get the following query :

Query1 =

Select A.Trade_id from A inner join b on (A.Trade_id=b.some_id) inner join c on (b.some_id=c.id) where A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

 

 

When I drag the same object in Deski, I get the following query :

Query2 =

Select A.Trade_id from A where A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

The underlined portion is eliminated.

 

 

The strange part is Webi in the production generates Query2. The webi in UAT and Dev generates Query1.

The deski generates Query2 in Dev, UAT and Production also.

 

  BO version : XI r2

Access rights on webi report

$
0
0

Hi,

 

I am Working As a bo Consultant,I got Requirement to create end user Id's with Design Mode Enable for Drag and drop Objects dont need access for remaining,I did same and given access enable formatting but design mode in disable mode how to enable design mode with out giving full control,kindly help on this

 

 

 

Regard's

Sathish

How to send unsecured WID by email using Webi Rich Client?

$
0
0

Hello,

 

I would like to send a Web Intelligence WID unsecured document to another user using Web Intelligence Rich Client.

 

In Web Intelligence Rich Client I select the Send option "As unsecured WID". The document is being sent successfully. But the user who gets the report and tries to open it also using Web Intelligence Rich Client receives an error message - "The document has been locked by the user 'username' on the following cluster...".

 

We are using SAP BusinessObjects BI 4.1 SP05 version.

 

Is this a bug or I am missing something?

 

Thank you for your feedback.

 

 

Best regards,

Donatas

Horizontal Bar Chart - Order of Columns

$
0
0

Hi,

 

How can I change the order of columns in a Bar chart.

 

For example, I have country in the "category Axis" and the the value axis I have two measures e.g. Actual and Plan. I want the columns to display as Actual and Plan rather than the other way around.

 

Even if I reorder in the assign data part the ordering - it changes the order of the display in the key but not in the chart?

 

Any ideas?

 

Thanks

Report filter value won't work when manually typed in?

$
0
0

Has anyone seen this before? If I manually type the value in the "Type a value:" field, and click the > arrow to send it to the selected value(s) and click ok it will not filter using that number. i also notice it shows a key icon next to the number when it goes over to the selected value list. If I do select the value from the list below already generated and send it over to the selected value(s) list it will filter correctly. I'm asking because we're trying to manually input a bunch of values so we don't have to look up each one individually. Any help would be appreciated.

 

 

Report Filter.JPG


Applet Initialization Error

$
0
0

Hi all,

 

I'm getting an "Applet Initialization Error" when loading the applet version of Webi.  The full error message is below.

 

My local client is on Windows 8.1 with IE 11.  My server is 4.1 SP4.  The PAM says that this should work.

 

The HTML version of Webi works fine and the server is working OK.  I have tried it on Windows 2008 Server R2 with IE11 and the applet version works fine.

 

I have tried the following versions of the 32-bit JRE and they all have the same problem:  1.7u45, 1.7u72, 1.8u25.

 

I have tried IE 11 with Compatibility mode on and off.  I have ensured I have "Enhanced Protected Mode" disabled.

 

I have also tried with Chrome and Firefox, both with the same results.

 

I have tried disabling my Windows firewall and my anti-virus - no luck.

 

I've run out of ideas for what else to try.  Any ideas what could be going wrong here?

 

Thanks and Regards,

 

Jonathan

 

 

com.businessobjects.sdk.core.server.CommunicationException$InvalidServerResponseException: (Error: RWI 00200)

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:152)

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:109)

at com.businessobjects.rebean.wi.impl.engine.ReportEngineContext.initUserServer(ReportEngineContext.java:450)

at com.businessobjects.rebean.wi.impl.services.ConfigurationServiceImpl.getUserSecuredCommands(ConfigurationServiceImpl.java:196)

at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImpl.postLoginProcess(UserSessionCommonImpl.java:141)

at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImpl.logonWithSerializedSession(UserSessionCommonImpl.java:64)

at com.sap.webi.client.toolkit.internal.usersession.UserSessionJRPImpl.logonWithSerializedSession(UserSessionJRPImpl.java:12)

at com.sap.webi.client.toolkit.SessionContext.logonWithSerializedSession(SessionContext.java:103)

at com.sap.webi.ui.context.managers.SessionsManager.loginAndGetSessionContext(SessionsManager.java:377)

at com.sap.webi.ui.context.managers.SessionsManager.logOnRepository(SessionsManager.java:228)

at com.sap.webi.ui.jrp.WebIAppletMain.start(WebIAppletMain.java:238)

at com.sap.webi.ui.jrp.WebIAppletStartup$2.doInBackground(WebIAppletStartup.java:167)

at com.sap.webi.ui.jrp.WebIAppletStartup$2.doInBackground(WebIAppletStartup.java:162)

at javax.swing.SwingWorker$1.call(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at javax.swing.SwingWorker.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

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

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

Caused by: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:152)

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:109)

at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:183)

at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)

at com.businessobjects.rebean.wi.impl.engine.ReportEngineContext.initUserServer(ReportEngineContext.java:413)

... 16 more

Caused by: java.lang.NullPointerException

at java.io.ByteArrayInputStream.<init>(Unknown Source)

at com.businessobjects.sdk.core.server.internal.marshaling.java.SerializableMarshaler.unmarshal(SerializableMarshaler.java:76)

at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.doProcess(HTTPServerImpl.java:248)

at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:171)

... 18 more

Sum values by 2 weeks a time

$
0
0

Hi guys, i have the following problem:

iberica.JPG

the column's label is the number of the week in the year. Now i would like to sum values taking in account two consecutive weeks a time. For example i want to sum values of the week 17 + values of the week 18 and so for each couple of week ( In this way i get a table with 26 columns instead of 52).

Thank you for any suggestion .

Doubt on Not Assigned

$
0
0

Hi Experts,

 

Recently i designed a webi report. In that report i am getting data like this.

 

NA.png

I want to replace Not assigned as NA. Please suggest me how to do that.

 

Thanks,

Sravani.N

Drill with Key and Description

$
0
0

Hi Expert,

I have created a webi report at top of OLAP Universe ".UNV".

In the Universe I have created  a hierarchy to navigate from Customer to Material.

 

How I can show the material key and description after the drill from Customer?

 

Thanks.

BR

Andrea

List of reports with logo/image

$
0
0

Hi Experts,

 

Is there any way to figure out list of Webi reports having logo/image from Query Builder or Audit database?

 

We have the requirement to change our company logo with different one. As we have more than 300 reports its very difficult to check manually which report is having logo.

 

Your inputs are very much appreciated.

 

Narendar M

Viewing all 5402 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>