| | 77 | 2. Message Parsing Timeout/ Error etc. |
| | 78 | [[BR]] |
| | 79 | a. Login as admin. |
| | 80 | b. Go to raw database table. From UI: Administration -> Database or from URL: /eden/appadmin/index |
| | 81 | c. Search for msg_rss_channel. Click on it and open up. |
| | 82 | d. Look for the RSS Channel which is not fetching up the messages. Note the channel_id for the same channel. |
| | 83 | e. Go back to raw database tables. |
| | 84 | f. Go to scheduler_task table. |
| | 85 | g. In the query, you can search for message polling as: db.scheduler_task.args == '[channel_id, "parse_rss_2_cap"]'. The channel_id is the one we got from step d. |
| | 86 | h. This will bring up the required channel. Check the scheduler_task.status. This should be QUEUED. If this is TIMEOUT or STOPPED or EXPIRED or FAILED, turn this to QUEUED and set the next run time. |
| | 87 | i. This should solve the problem. |
| | 88 | [[BR]][[BR]] |
| | 89 | NB: If it didn't run after you try to solve the problem by following above steps, give it one/two more try. If the problem persists, then its best to contact the Service Providers to look at the problem. |