Changes between Version 22 and Version 23 of Deployments/SAMBRO/FAQs
- Timestamp:
- 12/29/16 05:31:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deployments/SAMBRO/FAQs
v22 v23 63 63 64 64 1. Message Polling Timeout/ Error etc. 65 65 [[BR]] 66 66 a. Login as admin. 67 67 b. Go to raw database table. From UI: Administration -> Database or from URL: /eden/appadmin/index … … 73 73 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. 74 74 i. This should solve the problem. Check Problem Number 2 as well for confirmation. 75 [[BR]][[BR]] 75 76 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. 76 90 [http://eden.sahanafoundation.org/wiki/Deployments/SAMBRO/Evaluation Simulation and Evaluation Methodology] for ensuring your system performs to your requirements before going live. Implementers are encourage to conduct simulations and evaluate the system periodically, at least, once every year.