Most of the time I have received a REV_LOADREC error is generally related to some sort of network outage or hiccup. For example, one client would receive this sporadically and we determined it was due to the domain server refreshing the shared drives. Other times, it has been caused by switch or cable which is going bad. To elaborate on what Paul shared, REV_LOADREC is one of the core components within OpenInsight that is used to read data from system files, including stored procedures. So when REV_LOADREC itself is unable to be loaded onto the program stack that means there is a critical failure that almost always points to a network disconnect. However, it is also possible that OI is running so slowly that OI times out, which produces the same error. Have you been able to detect if this program begins to run slower over time? You may want to check the memory in Task Manager for the OINSIGHT.exe process and see if it is growing. Those could help diagnose if this is a problem that is building within OpenInsight versus it being an external problem. If it is external, then this is not much you can do to prevent the problem. Network disconnects happen for whatever reason, but when they do then OpenInsight is forced into an unrecoverable situation. This is one of the problems of not being truly client-server. One solution we have developed in-house is creating an external monitoring system. It is a stand-alone app that allows OpenInsight to ping it. This app can be configured to restart OpenInsight if it does not get a ping after a specified gap in time. La mayor parte del tiempo he recibido un error REV_LOADREC está generalmente relacionado con algún tipo de caída de la red o hipo. Por ejemplo, un cliente recibiría esta forma esporádica y que determinó que era debido a que el servidor de dominio refrescante las unidades compartidas. En otras ocasiones, se ha causado por el interruptor o el cable que va mal. Para más detalles sobre lo que Pablo compartió, REV_LOADREC es uno de los componentes básicos dentro OpenInsight que se utiliza para leer datos de los archivos del sistema, incluidos los procedimientos almacenados. Por eso, cuando en sí REV_LOADREC no puede ser cargado en la pila del programa que significa que hay un fallo crítico que casi siempre apunta a una falta de conexión a la red. Sin embargo, también es posible que OI se ejecuta tan lentamente que los tiempos de OI, lo cual produce el mismo error. ¿Ha sido capaz de detectar si este programa comienza a correr más lento el paso del tiempo? Es posible que desee comprobar la memoria en el Administrador de tareas para el proceso OINSIGHT.exe y ver si está creciendo. Estos podrían ayudar a diagnosticar si se trata de un problema que se está construyendo dentro de OpenInsight frente a que sea un problema externo. Si es externo, entonces esto no es mucho lo que puedes hacer para evitar el problema. Se desconecta de la red pasan por la razón que sea, pero cuando lo hacen, entonces OpenInsight es forzado en una situación irrecuperable. Este es uno de los problemas de no ser verdaderamente cliente-servidor. Una de las soluciones que hemos desarrollado internamente es la creación de un sistema de monitoreo externo. Es una aplicación independiente que permite OpenInsight hacer ping a él. Esta aplicación se puede configurar para reiniciar OpenInsight si no recibe un ping después de un intervalo especificado en el tiempo.