12-17-2015 09:50 AM
We are using Cisco Prime LMS v4.2.3. We have had a 24 hr. Daily syslog report running for the longest time. The staff person that previously setup the job to run has left the company and his account has been deleted. Since his account has been deleted we have started to getting the following error:
CW2000LMS01 - Cisco Prime LMS
|
The reson for the error is obvious and I have been able to recreate this report under the a current staff member and it works fine......
My question is how to delete the old reoccurring job(s) created by the staff person that has left....
Under the Reports Tab> Fault and Event> Syslog> 24 Hour Syslog Report, I can create/schedule the report, but I do not see where the old report(s) can be deleted.
Can some one point out where the old reports and future scheduled jobs can be deleted please....
I appreciated your time and efforts!Douglas
12-22-2015 08:34 PM
Hi,
if it is a windows server ::
1. Make note of the job ID's that you want to delete.
2. Open a dos shell and go to C:\Progra~1\CSCOpx\bin
3. Issue the command:
cwjava -cw NMSROOT com.cisco.nm.cmf.jrm.jobcli
3. It will take you to the Job CLI mode
4. Issue the command:
delete 31025 (the job ID you cannot delete).
5. Close all CiscoWorks browsers and issue the commands:
net stop crmdmgtd
net start crmdmgtd
6. Wait 15 minutes and log back in to CiscoWorks
**********************************************************************
If above does not work , then you can do it from database::
To login to DBreader
http://hostname:1741/dbreader/dbreader.html
or
https://hostname:443/dbreader/dbreader.html
Enter the following Default credentials
User Id = cmfDBA
Password = c2kY2k ( this is the deafault password , use your own DB passworsd)
Database Name = cmf
Press get Database Tables button
4. Look for Table JRM and verify if
JobId 31025 exists
5. If yes, press the back button of the browser
until you get back to adhoc page
6. Re enter the credentials in step 3 plus the
SQL statement to execute
delete from JRM where id = 31025
Press Execute SQL Statement Button
7. Navigate back to Job Management and see if problem still persists
Thanks-
Afroz
***Ratings Encourages Contributors ***
12-23-2015 10:19 AM
Happy Holidays Afroz!!
Yes, this is a Windows Enterprise Server 2008R2.
In trying your 1st suggestion, I received the following error:
C:\Program Files (x86)\CSCOpx\bin>
Thanks for your assistance and response!!! it is greatly appreciated!!!
Douglas
12-23-2015 04:46 PM
Hi Douglas,
Happy Holidays...
Change the NMSROOT in the above command to the location where LMS is installed
for e.g::: C:/Progra~1/CSCOpx
you can reset the DB password as well::
NMSOOT\CSCOpx\bin > perl dbpasswd.pl all
Thanks-
Afroz
***Ratings Encourages Contributors**
Do rate the useful post***
01-06-2016 11:35 AM
Happy New Year Afroz!
I tried both methods without success (please see attachment).
1st method I received a "Unable to launch JVM" message, even though Java is in the Program/Common files directories.
2nd method I received an invalid user id. or password error. is there a way to change the cmfDBA password? (I did not set/change the password and the previous person has left).
Thanks!!
Douglas
01-06-2016 06:44 PM
Hi Douglas,
I already shared the method of resetting the password, sharing it again
solaris/linux::
/opt/CSCOpx/bin/dbpasswd.pl all
windows:
NMSROOT\bin\perl.exe NMSROOT\bin\dbpasswd.pl all
***Do rate the useful post***
Thanks-
Afroz
***Ratings Encourages Contributors**
01-14-2016 03:47 PM
Hello Afroz,
After resetting the DBA password, logging in to the database using the DBreader method worked our just perfect!! Thanks for your time and patience!!
Douglas Louie
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide