I have created a Crystal Report connecting to an Informix Database. This report was developed using Visual Studio 2010. This Report AUTO Refreshes Every minute. Sometimes the report will stay running for hours and somtimes it will begin to generate the following error "Failed to retrieve data from the database [Database Vendor Code -11017]. Does anyone know what could be wrong??? Here is a copy of the SQL
" SELECT route.rte_no, route.total_shipments, route.total_weight, route.total_feet, route.pull_time, route.rte_status, trlposition.cur_dock_door[1,4] cur_dock_door, trlposition.trailer_no, Cur_Load_No
FROM windb:informix.route route, OUTER windb:informix.trlposition trlposition
WHERE (route.rte_no=trlposition.route) and route.rte_status <> 'C'
ORDER BY route.rte_no"
" SELECT route.rte_no, route.total_shipments, route.total_weight, route.total_feet, route.pull_time, route.rte_status, trlposition.cur_dock_door[1,4] cur_dock_door, trlposition.trailer_no, Cur_Load_No
FROM windb:informix.route route, OUTER windb:informix.trlposition trlposition
WHERE (route.rte_no=trlposition.route) and route.rte_status <> 'C'
ORDER BY route.rte_no"