cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis daemon manager

Former Member
0 Kudos

Hi all,

When i try this portal http://<server>:<port>/sap/CCADStatus.jsp i am not getting the jobs displayed .

I have inserted the values but still the problem persists.

INSERT INTO virsa_cc_config

VALUES (105, 0, 'http', 'J2EE Engine Protocol')

INSERT INTO virsa_cc_config

VALUES (106, 0, '50000', 'J2EE Engine Port')

INSERT INTO virsa_cc_config

VALUES (107, 0, 'http://localhost:50000/webdynpro/dispatcher/sap.com/grc~ccappcomp/BgJobStart',

'BgJobStart URL')

I have checked the values from the debugger but still the problem persists.I know this is a known issue but still the problem persists.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ambarish,

What patch level are you on?

There is problem in patch 7. Apply hotfix 7.1 if you have patch 7.

Regards,

Sabita

Former Member
0 Kudos

The current level is AC-RAR 5.3_05.0.Something needs to be done for this ?

Former Member
0 Kudos

hi,

Just restart the J2EE server and check.

Please check Note 999785 for this particular issue.

Thanks,

Sudip

Former Member
0 Kudos

Hi,

Try this entry,

INSERT INTO "<SCHEMA>"."VIRSA_CC_CONFIG" (CNFGPARAM, CNFGSEQ, CNFGVALUE,

COMMENT) VALUES (107, 0,

'http://<server>:5<nn>00/webdynpro/dispatcher/virsa/ccappcomp/BgJobStart', 'BgJobStart URL');

Here the URL is differs then what you used.

Thanks,

Sudip.

Former Member
0 Kudos

HI sudip,

You are a champ.Its working.I have restarted the java engine and now the jobs are visible.Great work thanks a lot.

Answers (0)