RSS Feed help

waynehartwig

www.jeeperman.com
Location
Mead, WA
For some reason none of my pron feeds are letting me know when there are updated listings.

Thoughts? I've rebooted, I've changed the auto update timing, etc and nothing seems to be working. If I right click, refresh all, they will all update. But that's kind of a pain in the butt.
 

waynehartwig

www.jeeperman.com
Location
Mead, WA
I think I've got it.. .We'll see if it updates. I believe step 3 is where my issues were found/fixed.


http://blogs.msdn.com/rssteam/archive/2007/01/08/feeds-not-updating.aspx
Actions

Check if Task Scheduler is running
sc queryex schedule

Look at the "STATE:" line, it should read "4 RUNNING" if it's not running, then start it

sc start schedule

Check if RSS Download Engine is running
reg query HKCU\Software\Microsoft\Feeds /v SyncStatus

Look at the "Status" line, it should read "0x01" or "0x1". If it isn't enabled, then enable it

msfeedssync enable

Check if task is corrupted
schtasks /query | findstr /i "user_feed"

Look for

ERROR: The task image is corrupt or has been tampered with.

ERROR: Task cannot be loaded: User_Feed_Synchronization-**..

If corrupted, then delete and re-create the task

msfeedssync disable

msfeedssync enable
 
Top