cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
5
Helpful
1
Replies

Managing reports on LMS 4.2.1

Thomas McLean
Level 1
Level 1

Hi,

I was just wondering if you could help - we have around 20 reports running on CW and we would like to delete/remove these scheduled reports - I've been looking through CW and I can't find the area where it will allow me to remove the actual reports - can anyone advise where this setting would be please?

Thanks,

Thomas.

1 Reply 1

Vinod Arya
Cisco Employee
Cisco Employee

Ideally when a job is scheduled it has four digit ID and a sub digit which is for each instance. Example if a job 1234 is scheduled every day it will be:

day 1 = 1234.1

day 2 = 1234.2

.

.

.

day n = 1234.n

To delete you must search and delete the first instance, which should remove the entire job. You should find it in jobb browser.

If that is difficult you can delete the job from CLI command using job cli.

Following is the procedure to perform the action via job CLI :

The utility to delete the job from JRM table directly via CLI, please follow:

C:\Program Files\CSCOpx\bin>cwjava -cw c:\progra~1\CSCOpx com.cisco.nm.cmf.jrm.jobcli

Established connection with JRM

Enter "exit" to quit the CLI

delete 1234 --->  (enter the Job ID, for ex- here it is 1234, without the instance ID)

Job 1002 deleted.

exit


-Thanks    

-Thanks Vinod **Rating Encourages contributors, and its really free. **