cancel
Showing results for 
Search instead for 
Did you mean: 

Questions about Netweaver architecture u0085

Former Member
0 Kudos

Hello,

my configuration is the following : 1 server BI 7 and 1 server with the Portal.

I put the components like this :

BI 7 server : AS ABAP (It seems that AS Java is not necessary ...)

Portal Server : AS Java, BI_Java, EP

I understand that I need an oracle database on the Portal server too …

Could you confirm that these choices are valid or not ?

What about the SID ? Have I to take the same for BI and Portal ? for example : BD1 …

Or can I take BD1 for BI part and PD1 for Portal Part ?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

> BI 7 server : AS ABAP (It seems that AS Java is not necessary ...)

YES, it is not necessary that you install WebAS JAVA

>I need an oracle database on the Portal server too …

No, the portal server does not require its own database. It uses the database of WebAS JAVA. So if you have installed your DB instance on any machine and your current WebAS JAVA instance is referring to that machine, nothing else is required. But if your WebAS JAVA is totally independent of your WebAS ABAP machine and not using the same DB instance, then you will needs an additional DB instance.

>what about the SID ? Have I to take the same for BI

Each component within a system will need its own SID. So you will need separate ones for BI and Portal.

Regards

Message was edited by:

Shehryar Khan

Message was edited by:

Shehryar Khan

Former Member
0 Kudos

Thanks you for your reply !

but on my BI server with only AS ABAP, will I have less functionalities without AS Java locally installed (I meen on the same server) ?

I suppose that my AS ABAP will work with the AS JAVA on the Portal server, the same way if it was installed on the same server …

Regards

Former Member
0 Kudos

Hi,

You might already know that from NW2004s, installation of NW components is as per IT scenarios. Can you please specify your IT scenario? Is it:

1. Business Planning and Analytical Services,

2. Enterprise Reporting, Query, and Analysis, or

3. Enterprise Data Warehousing

I can then better answer your question. Meanwhile, have you taken a look at <a href="https://websmp104.sap-ag.de/~sapidb/011000358700005412792005E.pdf">Master Guide</a>? This contains the architectural variants you can use to use an IT scenario. Take a look at Page 17 to find links for your case.

If you have further questions, please do not hesitate to ask.

Regards

Former Member
0 Kudos

.

Message was edited by:

Shehryar Khan

Former Member
0 Kudos

Hello,

Yes : I had a look on Master Guide ...

Our scenario is "Enterprise Reporting, Query, and Analysis" (without TREX).

I know we need :

AS ABAP

AS Java

BI

EP

BI Java

But, we have 2 servers : one for BI and one for the Portal

I think I have to distribute the different composants like this :

BI server : AS ABAP, BI

Portal server : AS Java, EP, BI Java

In each server, I think I have to create an oracle database (one for AS ABAP and one for AS JAVA).

But I wonder if there is no AS Java directly on the BI server (so : one AS JAVA on the BI server and one AS JAVA on the Portal) : have I less functionalities ?

So, I have a doubt ....

Regards

Former Member
0 Kudos

Hi,

>>In each server, I think I have to create an oracle database (one for AS ABAP and one for AS JAVA

YES, if you are doing separate installation of ABAP and JAVA, rather than ABAP+JAVA Addon, then you will need separate database instances for both.

>>But I wonder if there is no AS Java directly on the BI server (so : one AS JAVA on the BI server and one AS JAVA on the Portal) : have I less functionalities ?

NO, the actual BI capabilities reside on the ABAP server. The BI JAVA component has additional functionality that you may or may not want to use. Primarily, you'd use BI JAVA for connecting to SAP and non-SAP data sources using UDI. Moreover, you will use Visual Composer for rapid BI application development. Visual Composer requires EP/JAVA/Datawarehouse source to fetch data from.

Regards