cancel
Showing results for 
Search instead for 
Did you mean: 

Component DPR_SETTINGS is not active

Former Member
0 Kudos

Hi all,

While accessing the cProjects URL, we are facing the following error message:

-


The following error text was processed in the system ECC : Component DPR_SETTINGS is not active

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY

Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY

Method: IF_WDR_RR_COMPONENT~GET_USED_COMPONENT of program SAPLWDR_RUNTIME_REPOSITORY

Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY

Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY

Method: IF_WDR_RR_COMPONENT~GET_COMPONENT_USAGE of program SAPLWDR_RUNTIME_REPOSITORY

Method: CREATE_COMPONENT_USAGE of program CL_WDR_COMPONENT==============CP

Method: GET_COMPONENT_USAGE of program CL_WDR_COMPONENT==============CP

-


We have made setting for the Object Keys: DPR_USER_SETTINGS and DPR_USER_TEMP_SETTINGS in SU01 --> Personalization for the user.

Is anything else needs to be set that I'm missing?

Kindly suggest.

Regards,

Vivek Pandey

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you already checked if this component is really active (DPR_SETTINGS)?

Because that's what the error states.

Also check transaction ST22, it will provide you some more and detailed info and perhaps tell you what the exact problem is.

Regards,

Jos

Former Member
0 Kudos

Hi Jos,

I've checked the web dynpro component DPR_SETTINGS which I found was active.

ST22 talks about some exception, but I guess that it should not be a problem since this is SAP standard component and has not been edited by anyone.

Regards,

Vivek Pandey

Former Member
0 Kudos

Which exception is mentioned?

Have you tried the same with a user for whom the personalization settings haven't been done? Perhaps these settings upset it.

Jos

Former Member
0 Kudos

Which exception is mentioned?

Have you tried the same with a user for whom the personalization settings haven't been done? Perhaps these settings upset it.

Jos

Former Member
0 Kudos

Hi Jos,

Thanks for your reply. I tried accessing the application with a new user ( without any personalization settings). It is still giving me the same error.

Regards,

Vivek Pandey

Former Member
0 Kudos

Hi Vivek,

You mentioned an exception that was shown in ST22.

Could you give some more details about the dump?

Regards,

Jos

Former Member
0 Kudos

Hi Jos,

I'm pasting some part of the Dump Analysis report:

-


Runtime Errors UNCAUGHT_EXCEPTION

Exception CX_WDR_RR_EXCEPTION

Date and Time 13.12.2007 17:49:11

<b>Error analysis</b>

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_WDR_RR_EXCEPTION', was not caught and therefore caused a runtime error. The reason for the exception is:

Component DPR_SETTINGS is not active

<b> How to correct the error</b>

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"UNCAUGHT_EXCEPTION" "CX_WDR_RR_EXCEPTION"

"SAPLWDR_RUNTIME_REPOSITORY" or "LWDR_RUNTIME_REPOSITORYF12"

"CONSTRUCTOR"

<b>Information on where terminated:</b>

Termination occurred in the ABAP program "SAPLWDR_RUNTIME_REPOSITORY" - in

"CONSTRUCTOR".

The main program was "SAPMHTTP ".

In the source code you have the termination point in line 127

of the (Include) program "LWDR_RUNTIME_REPOSITORYF12".

-


Please let me know if you would need more information.

Thanks,

Vivek Pandey

Former Member
0 Kudos

Well clearly something is not activated.

Could you check if all components that are used (even sub_components) are activated.

What you could also do is check in SE80 if there are any inactive components.

Automatically your userid is entered but replace this with a * to see all inactive objects.

Perhaps you will find it via that way.

Regards,

Jos

Former Member
0 Kudos

Hi Jos,

Thanks for your reply. I checked DPR_SETTINGS in SE80 and found that once of its sub components VI_SETTINGS (view) gives a dump when I click on it to display its properties.

The view has not been modified by anyone. Activating the component gives an error, but it does not show me the long text. Am I missing anything?