cancel
Showing results for 
Search instead for 
Did you mean: 

WAD error "You can only work in client 001"

Former Member
0 Kudos

Hi experts,

I have installed SAP Netweaver sneak preview(ABAP full edition) in my laptop.

I have successfully created BCUSER login in client 001 and activated BW in it.

Problem:

When I try to execute a web template in the browser using BEx WAD, I am getting the following error, when ever I specify a data provider for any web item in the web template.

If i run a web template with out any data provider like one with only adhoc query designer web template, its working fine.

Error:

The URL http://localhost:8000/sap/bw/BEx was not called due to an error.

The following error text was processed in the system NSP : You can only work in client 001

The error occurred on the application server GSS104_NSP_00 and in the work process 0 .

The termination type was: ABORT_MESSAGE_STATE

The ABAP call stack was:

Function: RS_MANDT_CHECK of program SAPLRSMANDT

Method: CLIENT_CHECK of program CL_RSD_UTILITIES==============CP

Method: IF_RSD_DTA~DTA_GET_INFO of program CL_RSQ_ISET===================CP

Method: IF_RSD_DTA~DTA_GET_INFO of program CL_RSD_DTA====================CP

Form: L_CUBE of program SAPLRRI2

Form: TABELLEN_FUELLEN of program SAPLRRI2

Form: GENERIEREN of program SAPLRRI2

Function: RRI_REPORT_GENERATE of program SAPLRRI2

Function: RRI_REPORT_IMPORT_AND_CHECK of program SAPLRRI0

Method: CONSTRUCTOR of program CL_RSR_OLAP_VAR===============CP

I have checked the BWMANDT field in RSADMINA field its set to 001.

Can you please help me out in resolving this problem?

Thanks,

Uday

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

may be try passing the client to the url and the pattern is

sap-client=001

alternatively you can default the client by setting profile parameter

login/system_client = 001

regards

Raja

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Uday..

What Raja has mentioned would work fine... you need to check if the default client is 001 or any other ...

One more clarification .. did you get the error when you ran a query on the Web from Bex or designed a web template for the same ?

If it was through BeX // look for the sap-client in the URL and find out if it is 001.

Some times the default client is something else ad the actual client is something else.. it has to be configured for RSA! and for Web sessions separately.

It could be that BW is RSADMIN is configured but there is some setting for WAS that is set to a different client.

Check the parameters in RZ11 and see if there is any mismatch in the client configuration. ( Also go through the install guides for what should be done for proper client configuration )

Hope it helps..

Arun

Assign points if useful