After your initial modification and remakeindex you'll know if removal of keywords from the database was successful. No need to wait for refresh.
Make sure you replace dowalk with the new version. Don't keep the modified version under a different name than the original. The scheduled job will run "dowalk" (the name that was scheduled).
Now I think have to eat some crow though. There's another place in dowalk that needs the "Keywords" removed. The test query. Doh!
<sql novars max=1 "select id from html where Title\Description\Keywords\Meta\Body like $tquery"></sql>
Remove "\Keywords".
Make sure you replace dowalk with the new version. Don't keep the modified version under a different name than the original. The scheduled job will run "dowalk" (the name that was scheduled).
Now I think have to eat some crow though. There's another place in dowalk that needs the "Keywords" removed. The test query. Doh!
<sql novars max=1 "select id from html where Title\Description\Keywords\Meta\Body like $tquery"></sql>
Remove "\Keywords".