cancel
Showing results for 
Search instead for 
Did you mean: 

DSR on active component to register

Former Member
0 Kudos

Hi folks,

I tried to register CCMS agent using sapccmsr with -j2ee option from my SAP Java standalone system to CEN system. Everything worked fine except DSR registration failed. Here is error message form the sapccmsr.log. Can anyone who can teach me how to enable ICT-Cache?

SAP J2EE6.40/SP15 unicode /Oracle9.2 database

SAP ECC5.0/SP15 unicode /Oracle9.2 database

Thank you,

Justin

INFO: Checking Distributed Statistical Records Library dsrlib.dll

INFO: DSR: Path F:\usr\sap\ccms\J2E_03\sapccmsr\dsr for Distributed Statistical Records.

INFO: DSR: Dynamic Library 9 (version 21) successfully loaded.

.

.

.

Tue Mar 21 16:15:05 2006

INFO: [C12:000:CSMREG] connected to C12, host uslidv60.ca.com, System Nr. 01, traceflag [ ]

INFO: C12 release is 640 , (kernel release 640 ), CCMS version 20040229

INFO: Central ICT-based monitoring cache not configured in C12 on server uslidv60.ca.com.

INFO: Pushing data into ICT-Cache disabled.

INFO: Switch on ICT-Cache in C12 with profile parameter alert/cache/size_MB.

INFO: DSR: no active components to register.

Tue Mar 21 16:15:06 2006

ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060308220654232._logmon.ini

ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060314083340818._logmon.ini

ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060314170711913._logmon.ini

Tue Mar 21 16:16:07 2006

ERROR: DSR: dsrGetApplicationStaticData failed with rc = 2

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

the important entry is:

INFO: DSR: no active components to register

Meaning: the agent assumes, there is noone who writes DSR.

The reason might be:

- DSR service not activated in the J2EE engine

- DSR lib not loaded properly by the engine

- Troubles with SLD

- On WIn: no DSR registry key set during engine installation.

PLease see SAP notes 864828, and good for DRS trouble shooting 926590.

Regards

CJ

Former Member
0 Kudos

Hi CJ,

Sorry I was out for a week.

NFO: DSR: no active components to register.

.

.

ERROR: DSR: dsrGetApplicationStaticData failed with rc = 2

The error message still proceed after I checked the SAP notes and re-registered the CCMS agent. I couldn't find anything wrong from the notes, I follow all the steps. Do you think anything else I might miss in the system?

Thanks

Justin

Former Member
0 Kudos

Hi CJ,

The problem solved, I was able to see the DSR working by using Non-unicode Dsrlib.dll and Non-unicode sapccmsr.exe on my Unicode system. Sounds weird right! But it worked.

Thanks for your helpful information.

Justin