04-18-2018 01:59 PM - edited 03-20-2019 10:05 PM
I now have feeds that have been stuck on "Parsing" for days. IT is my understanding that the source of these feeds is defunct and should be removed. The problem is, I can't delete them. I can't even queue them to be deleted the next time the system is able to do so (cause I'd settle for "it will delete at the next reboot" and then go and restart FMC processes).
Has anyone found a way to remove defunct feeds that are stuck in the "parsing" state and won't allow for altercation?
05-31-2018 02:19 PM
TAC walked me through how to clear the TID source database.
They did call this a bug (as opposed to the "as expected" on the referenced CSC)
This is very much "at your own risk" unless you too open a TAC case and get them to walk you through this. But it worked perfectly in removing the Sources that were hung on Pending for me.
sudo su -
sudo su - lamplighter
mongo
use lamplighter
db.dropDatabase()
exit
redis-cli
flushall <ctrl>+c
exit
touch /var/opt/lamplighter/do-db-init
sudo su - lamplighter
supervisorctl restart all <ctrl>+c
exit exit exit
06-27-2018 06:45 AM
I really wish there was a way to do this without deleting all sources/TID data. I have sources that have been stuck on "Parsing" for weeks with no way to delete them.
06-28-2018 11:26 AM
Good question!!
I tried these steps and it helped me deleted the pending sources. But is there any way to delete the selected sources or pending sources but not all?
Any heads up would be highly appreciated.
07-29-2019 05:48 AM
WIth Version 6.4.0.2 I follwed the following steps to get the sources "unstuck"
Unfortunatly after two days the source is stuck again :-(
# sudo su –
# sudo su – lamplighter
$ mongo
> use lamplighter
db.source.update({"version" : "1.0.0"},{$set:{"feedStatus" : "completed"}},{multi:true})
07-22-2023 04:23 AM
after applying this solution , now socurces keeps in parsing and no indicators shown , any help?
08-24-2018 12:21 PM - edited 08-24-2018 12:26 PM
I've had feeds "parsing" since October 2017 - no joke. Cisco bug ID CSCvh06154.
The database manipulation listed above finally fixed it for me.
05-19-2023 09:44 AM
I'm having this issue also. Upgraded to 7.0.5 hoping that would fix it.
Any source I add gets stuck in "Parsing" status. If I perform either of those suggestions the sources can be deleted. If I try and add any type of source it gets stuck again and neither 'Block' or 'Monitor' functions work.
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