cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver 2004s - BI configuration (ABAP+Java; MaxDB; Win 2003)

Former Member
0 Kudos

Hi Gurus,

We have installed SAP NW2004s successfully in Win 2003 Server (ABAP+Java) with MaxDB.

We have challenge in configuring in Java side and ABAP side we have done it. Can anyone guide step by step to do the configuration?

We have already gone through the installation doc which says steps but its not that clear to us.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185864
Active Participant
0 Kudos

Hi Narayanan N B ,

In case of ABAP+ Java stack; you should follow below steps:

1. Open Config tool:

C:\usr\sap\<SYSTEM ID>\JCxx\j2ee\configtool --> configtool.bat

Example: C:\usr\sap\Y76\JC03\j2ee\configtool --> configtool.bat

2. In Config tool: cluster-data>Global Server configuration>services--> com.sap.security.core.ume.service

3. set the values for below ume properties:

ume.persistance.data_source_configuration = dataSourceConfiguration_abap.xml

r3.connection.master.ashost = <backend system hostname>(ex: ls4079.wdf.sap.corp)

r3.connection.master.client = <enter clint number> (ex: 000)

r3.connection.master.sysnr = <system number>(ex: 09)

r3.connection.master.user = <comuser>(the sapjsf or communication user which we created in backend system)

r3.connection.master.password = <enter comuser password> ((it is the password of the comuser which is in the backend system)

ume.login.guest_user.uniqueids = <J2EE_GUEST>

login.ticket_portalid = yes (If administrator id length is more than 12 charcters ex: administrator)

: No (If administrator id length is less than 12 charcters ex: j2ee_admin)

Notes:

Creating users

J2EE_ADMIN,J2EE_GUEST and communication user(called as comuser).

<b>User Name: -


User Type:</b>

J2EE_ADMIN -


Diallog user

J2EE_GUEST -


Diallog user

COMUSER -


Communication user

-


<b>NOTE 2:</b>

<b>User Name: -


Roles</b>

J2EE_ADMIN -


SAP_BC_AI_ADMIN

J2EE_GUEST -


SAP_J2EE_GUEST

COMUSER -


SAP_BC_JSF_COMMUNICATION;SAP_BC_JSF_COMMUNICATION_RO

I think it is more helpfull for you; Please let me know if you have any doubts on this.

<b>Thansk,

Nagaraju Parlapalli</b>

Former Member
0 Kudos

Hi Nagaraju,

Thanks for your input. We have completed successfully.

former_member185864
Active Participant
0 Kudos

Hi,

Sorry for the reply. If you solved problem completly using my solution. Please give points 10.

Thanks,

Nagaraju

Former Member
0 Kudos

Done.

Also, we have completed all steps. We need more details as follows:

1) After completion of your steps, what next ?

2) Without applying any patches, can we test working of BI ?

3) What are the patches we need to apply for NW2004s BI system and its sequence?

4) What are the other steps we need to follow to get BI up & running ?

thank you in advance.

Former Member
0 Kudos

After configuring all above steps, I face the problem. Kindly let me know if we need to more configurations or missed out anything.

Server 0 is not starting in (In MMC, SAP System -> <SID> -> <Java_Hostname> - > JEEE Process Table -> Process, Server 0 is in right hand side when Process is clicked).

Any solution ?

former_member185864
Active Participant
0 Kudos

Please send you defaultTrace file; this is located in "usr/sap/<Inst-ID>/JCxx/j2ee/cluster/server0/ --> DefaultTrace file.

Former Member
0 Kudos

Can I have ur personal email id to send ?

former_member185864
Active Participant
0 Kudos

nagaraju03@rediffmail.com

Former Member
0 Kudos

sent. Kindly send reply asap.

Message was edited by:

Narayanan N B

Answers (1)

Answers (1)

Former Member
0 Kudos

Kindly send ur updates

former_member185864
Active Participant
0 Kudos

Hi Narayanana,

The error is:"USER_AUTH_FAILED: User account for logonid "Guest" not found!"

Reasons:

1. Create user in Backend system "J2EE_GUEST" with roles( mentiond first reply)

2. in configtool assign "J2EE_GUEST" to property called "ume.login.guest_user.uniqueids"

3. Save configtool.

4. restart the engine.

Let me know the status.

I guess you didnt follow steps what i mentioned. Please recheck once your configuration.

Former Member
0 Kudos

Hi Nagaraju,

We have followed exactly same as you described and we face same problem. We have some queries:

r3.connection.master.client = <enter clint number> (ex: 000)

Query: We have given our client number 100 (or do we need to give master copy 001 in our case?).

You have asked to create User roles, shd we need to do in client copy or before taking client copy.

Kindly clarify.

thank you for your efforts.

Former Member
0 Kudos

Kindly let us know if you have any solution or work around

Former Member
0 Kudos

Hi Techie Gurus,

We're still facing the problem, to be precise:

1) In MMC Console, We are trying to start the SAP System and it started but few.

2) In Process List of SAP MMC & SID:

- Msg_server.exe(Green) with status as "running"

- disp+work.exe(Yellow) with status as "running, Message Server connection ok, Dialog Queue time 0.00 sec, J2EE: Some process running

- igswd.exe(Green) with status as "Running".

3) J2EE Process Table:

- SDM(Green); pid(3904) with Status as "RUnning" & Debug as "Switched off"

- dispatcher(Green); pid(3092) with status as "Running" & Debug as "Disabled"

- server0(Grey); pid(0) with status as "stopped" & debug as "Disabled"; Exitcode (-11113)

Background:

We have created J2EE_Guest in SAP back end which is working find. Visual Administrator is not working and suddently port got changed to some 8000. Also tried to check telnet for 3900 which also held by another port( we think). Hope this background info helps.

Appreciate help from tech gurus asap.