Quantcast
Channel: SCN : Unanswered Discussions - Semantic Layer
Viewing all 1291 articles
Browse latest View live

Relational Connection (to SAP BW) Problem

$
0
0

Hi,

 

We are facing a strange problem and it is getting even more strange for some time.

 

I recently took over an on-going project that had a relational sap bw connection to and ODS. There was a UNX on top of it that fed BO explorer information spaces.

 

On problem DAY1, The problem was that the relational connection didn't work. I could enter the parameters, select the ODS from info provider list however, when it came to test the connection (even stranger) it firstly said "SUCCESS" and then on second try (after a 15 seconds delay) "FAILED". It kept going success and fail as you tested. You could build the data foundation layer and then the business layer on top but at any point it was not possible to preview data in any table. When you tried to preview data, it kept loading without giving an error.

 

On problem DAY2, it appeared to me that we also had a BO test server apart from the production environment. So I could define the same connection and see how it goes. Well, it worked only for a few hours. At first, I defined the connection with no problem. (Success each time I hit the test connection button) and then I created the data foundation and the business layer with working previews of data on each step. And then I even created a small information space and it indexed successful. Later, I added more dimensions to the information space and tried to index it again. I realized it kept on going forever. Then I went back to IDT to test the relational connection, oh it was on success-fail loop and I wasn't  able to preview data at all just like the BO production server.

 

On problem DAY3, the basis side advised me to try to connect to another bw environment. All our connections were to BW production, so since we had a BW test environment as well, why wouldn't give it a try? I went back to the BO production server and on IDT connection repository folder > right click > create relational connection > connection name > select middle driver > SAP BW Jco > Not responding!.

That "not responding" both happens on my laptops IDT and on BO server's IDT. Other database's Jco's don't give "not responding" and open the login parameters window.

 

By the way, BO Test server is still on DAY2, we can create relational connections on that server for now.

 

We are on BO 4.0 SP06 P1. BO server java version is 7.67 for prod and 7.21 for test. Firewalls are all down but Symantec antivirus is working on bot BO servers and can't be shut down. First we thought it would a server to server connection issue; some security program could have been blocking the connection when it realizes the data flow, but that doesn't explain the "not responding" issue.

 

I am open to all suggestions.

Thank you all in advance


Data source name is blank in Relational connection establishing in IDT

$
0
0

Hello,

 

While creating Relational connection in IDT, the data source name is blank to select.

 

where we can create data source name

 

Santhosh

question on bobi 4.x universe designer

$
0
0

Hi this is mahesh bhat i have a question on universe designer

 

After exporting universe to repository, how can i change universe name and then see changed name of universe?

 

 

Can any any one answer?????

PostgreSQL for Multisource Data Foundation

$
0
0

Hi Experts,

 

 

I just would like to ask if any of you know what driver and version of PostgreSQL should we use

for building multisource data foundation?  I was told ODBC 9.1.4, but we couldn't find the driver.

 

Any input is greatly appreciated.

 

Kind Regards,

Mark

How to reuse calculated columns in IDT

$
0
0

Hi,

I am new to IDT and have a basic question. I have created a calculated column in the data foundation layer using existing measures in the fact table. Can I use this newly created calculated column in the definition of another calculated column.

 

Example:

 

CC1 definition = Measure 1 - Measure 2 + Measure 3

 

CC2 definition = CC1 + Measure 4

 

I did not find a way to define CC2 without writing the whole formula for CC1 all over again (i.e. Measure 1 - Measure 2 + Measure 3 + Measure 4).

 

Any advice would be really helpful.

 

Thanks.

How to get Cluster and Pooled tables from sap into IDT

$
0
0

Dear experts,

 

                 I am getting only transparent tables in Information Design Tool, can any one tell me how to get cluster or pooled tables from sap into IDT using MS SQL Database connection.

 

Thanks & Regards,

MD

Attribute View in SAP HANA

$
0
0

Hi Experts,

 

I am new to the SAP HANA platform and want to know the use of some of the properties related to Attribute View. Following are the Points:

 

1. The general properties tab for the individual attribute fields like:

 

  • Drill Down Enablement
  • Hierarchy Default Member
  • InfoObject

 

2. The Related attribute tab for individual attribute fields

 

 

Please share your view on above points.

 

 

Thanks,

Prakash

Universe

$
0
0

Hi

 

can anybody give the details of how  joins will work between the tables in business objects.

 

 

thanks

 

mahesh


How to enable full join in my universe

$
0
0

Hi All,

I have created a Microsoft SQL Server 2008 based universe in IDT that uses only 2 tables. However, when i try to retrieve a few fields from these 2 tables in Business Objects it returns the results as an inner join. When i tried to change the join conditions in the data foundation layer to left or right outer join by checking the boxes in front of the tables (where it only allows me to check one box but not both at the same time), it still does not work as i really need to have a full join between the 2 tables.

I came across this post on BOB and SCN respectively that mentions about how to enable ANSI 92 parameter in the data properties but i am still unable to check both the boxes in IDT that will allow me to get a full outer join even after doing an ANSI 92 = Yes in IDT

http://www.forumtopics.com/busobj/viewtopic.php?t=29838

http://scn.sap.com/thread/3238413

Also attached are 2 snips from the data foundation layer of my universe.

Here is how my odbc.prm files look like:

<?xml version="1.0" encoding="UTF-8"?><DBParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../dbparameters.xsd">
<Configuration>
<Parameter Name="DB_TYPE">GENERIC</Parameter>
<Parameter Name="ORDER_BY_REQUIRES_SELECT">YES</Parameter>
<Parameter Name="GROUP_BY_SUPPORTS_COLUMN_INDEX">NO</Parameter>
<Parameter Name="JOIN">YES</Parameter>
<Parameter Name="INNER_JOIN">INNER JOIN</Parameter>
<Parameter Name="EXT_JOIN">NO</Parameter>
<Parameter Name="UNION"></Parameter>
<Parameter Name="UNION_IN_SUBQUERY">NO</Parameter>
<Parameter Name="INTERSECT"></Parameter>
<Parameter Name="INTERSECT_IN_SUBQUERY">NO</Parameter>
<Parameter Name="MINUS"></Parameter>
<Parameter Name="MINUS_IN_SUBQUERY">NO</Parameter>
<Parameter Name="DISTINCT">NO</Parameter>
<Parameter Name="CONSTANT_SAMPLING_SUPPORTED">NO</Parameter>
<Parameter Name="ANALYTIC_CLAUSE"></Parameter>
<Parameter Name="PERCENT_RANK_SUPPORTED">NO</Parameter>
<Parameter Name="RANK_SUPPORTED">NO</Parameter>
<Parameter Name="ANALYTIC_FUNCTIONS"></Parameter>
<Parameter Name="SEED_SAMPLING_SUPPORTED">NO</Parameter>
<Parameter Name="FULL_EXT_JOIN">NO</Parameter>
<Parameter Name="LEFT_EXT_JOIN">NO</Parameter>
<Parameter Name="LEFT_OUTER"></Parameter>
<Parameter Name="RIGHT_EXT_JOIN">NO</Parameter>
<Parameter Name="RIGHT_OUTER"></Parameter>
<Parameter Name="GROUP_BY_SUPPORTS_COMPLEX">NO</Parameter>
<Parameter Name="GROUP_BY_SUPPORTS_CONSTANT">NO</Parameter>
<Parameter Name="GROUP_BY">YES</Parameter>
<Parameter Name="HAVING">YES</Parameter>
<Parameter Name="ORDER_BY">YES</Parameter>
<Parameter Name="ORDER_BY_SUPPORTS_COLUMN_INDEX">YES</Parameter>
<Parameter Name="INTERSECT_ALL">NO</Parameter>
<Parameter Name="MINUS_ALL">NO</Parameter>
<Parameter Name="UNION_ALL">NO</Parameter>
<Parameter Name="LIKE_SUPPORTS_ESCAPE_CLAUSE">NO</Parameter>
<Parameter Name="SELECT_SUPPORTS_NULL">NO</Parameter>
<Parameter Name="SUBQUERY_IN_FROM">NO</Parameter>
<Parameter Name="SUBQUERY_IN_IN">NO</Parameter>
<Parameter Name="SUBQUERY_IN_WHERE">NO</Parameter>
<Parameter Name="CALCULATION_FUNCTION">YES</Parameter>
</Configuration>


I found this file at the following location:

C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc

Folder doesn't exist error in IDT while publishing Business layer

$
0
0

Hello,

 

While publishing Business Layer into Development server, I'm getting below error in IDT.

 

 

Santhosh

question on bobi 4.x universe designer

$
0
0

Hi

 

IDT is newly introduced tool, i was worked on universe design tool but not on IDT

 

so explain me about "Project synchronization" and "Security editor" In  IDT with examples.

 

Regards

 

Mahesh

question on bobi 4.x universe designer

$
0
0

Hi

 

what is @variable how it is used in IDT Explain?

Installation Problem BI 4.1 SP 2 server on window 2008 R2

$
0
0

Hi All,

 

Please suggest what I should do

 

I have  to install SAP Bi 4.1 SP2  server on window 2008R2 server .



Setup is running fine but in setup sequence  one wizard UI is not showing like :-



Configure destination folder

 

 

 

 

Apart form this all setup steps  is showing correctly .

 

i need to install server in D:\Drive in place of default C:\Drive but by  default this window(<Configure destination folder>)is not showing in installer

 

Please see attachment  in which you will see the missing setup UI in red circle <Missing_setup.png>

 

 

I tried to find out solution on SAP marketing link and did all the suggested steps but same issue persist

 

Try steps from SAP Note http://service.sap.com/sap/support/notes/1866775

 

 

Please  help someone who has really resolved this issue

Error in publishing universe in Repository

$
0
0

Hi Guru,

I've created a universe(SAP HANA Business Layer)  based on HANA Views.  I tried to publish my universe into  repository, I'm getting error..

Need help.

 

error.JPG

Possible to use BOUSER in sql e.g in data security profile outwith BEGIN_SQL + END_SQL?

$
0
0

Hi,

 

Is it possible to use BOUSER to appear in the sql e.g

 

publisher_name = @variable('BOUSER')

 

 

Have used in BEGIN + END_SQL but not used in data security profiles before.

 

Thanks


Defining calculated columns with prompt for values

$
0
0

Hi forum experts,

 

I am new to designing universes through IDT and need some help. I am trying to reconstruct the calculated key figures and restricted key figures that are part of the BEx query in an universe in IDT.

 

I was able to define the calculated columns in the business layer of the IDT but I am facing issues in defining calculated columns with restriction based on a prompt.

 

So here is what I did - I first defined the parameter prompts for Fiscal year (single value) and Posting period (multiple values)

 

Fiscal Year.png

Posting Period.png

 

After that I defined a new calculated column and made the prompt part of the selection statement and now I am facing the error that the expression is invalid. The error occurs only when the Posting Period prompt allows multiple values (as explained in the screenshot above).

IDT Error.png

 

Could you let me know how to fix this error and whether this is the right way to define a calculated column with restrictions through a prompt.

user groups/profiles for every country!!

$
0
0

Hi,

 

I have user groups for every country in CMC and Universe security.

 

Like

     For India           -     India-Group-Rows

     For Australia     -     Australia-Group-Rows

 

 

User requirement is - he want access for both countries.

 

if i grant access to both Groups to get access, it's not working.

 

 

Reason:  WHere clause 

Country='India'

and

Country='Australia'

Optional Prompt on universe

$
0
0

  Scenario: Client wanted to have one copy of WEBI report inorder to schedule and refresh on demand. After playing around with the @Prompt, found out error when getting current year out of current date. It said SQL query error. When changing from getdate() to year(getdate()) the error occur. Is there any alternative way in doing optional prompt? My requirement is current year and current month as default value.

 

 

 

A.BATCACTYR = (Case When @Prompt('Enter This Year','C','Year Others',mono,constrained,,{'999'})='999' Then getdate() else @Prompt('Enter This Year','C','Year Others',mono,constrained,,{'999'}) END)

IDT Retrieving 5000 rows

$
0
0

Hello,

 

I have designed an IDT by using relational connection and published to Development environment.

 

But IDT retrieving 5000 rows only. In Query options Business layer, I have unchecked all the check boxs related to rows retrieval.

 

still IDT retrieving 5000 rows only.

 

Santhosh

connection change universe

$
0
0

Hi,

 

is it possible to change the connection in universe level

 

 

Regards,

Rao

Viewing all 1291 articles
Browse latest View live


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