Categories
Peoplesoft PeopleTools SES

SES Crawl Stuck in Launching? …. the “fix” ….

In the SES database execute these SQLs:

1
2
3
4
5
EXEC eq_adm.use_instance('eq_inst');
 
SELECT cs_id, cs_state, cs_name FROM eq$crawler_sched WHERE cs_state LIKE 'LAUNCH%';
 
UPDATE eq$crawler_sched SET cs_state='SCHEDULED' WHERE cs_id = <cs_id found above>;

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.