Deadlocks

Transcripción

Deadlocks
Deadlocks
NOTA: Las siguientes excepciones fueron analizadas en Producción.
SQL EXCEPTION: CTF_AsignacionReq_DAO.map()
Excepciones :
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The connection is closed.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: MD_ParametroValor_DAO.load()
Excepciones :
• The server failed to resume transaction.
Conclusion: Función en desuso.
SQL EXCEPTION: UsuarioSUD_DAO.existeUSuario()
Excepciones :
• The server failed to resume transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The connection is closed.
Conclusion: Tiempo de espera de conexión a DB agotado.
1
SQL EXCEPTION: Kennen: CTF_Certificado_Dao.actualizarTodosLosDatos()
Excepciones :
• Transaction (Process ID ###) was deadlocked on lock resources with another process and has
been chosen as the deadlock victim. Rerun the transaction.
• Transaction (Process ID ###) was deadlocked on lock | communication buffer resources with
another process and has been chosen as the deadlock victim. Rerun the transaction.
• The server failed to resume transaction.
Conclusion: Tiempo de espera de recurso agotado. Buffer saturado.
2
SQL EXCEPTION: CM_ItemContratoMarco_DAO.map()
Excepciones :
• The server failed to resume transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: KENNEN_OyM: OyMCampaniaAuditoriaCabeceraDAO.map()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: EstadoDeSeguimientoArbol_DAO.map()
Excepciones :
• The connection is closed.
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The statement did not return a result set.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: CTF: CTF_AsignacionReq_impl_DAO.insert()
Excepciones :
• The INSERT statement conflicted with the FOREIGN KEY constraint
"FK_AsignacionDeRequerimiento_Implementacion_Implementacion". The conflict occurred in
database "SUDP", table "Implementacion.Implementacion", column 'ImplementacionID'.
Conclusion: Insert de FK existente.
3
SQL EXCEPTION: CTF_EstadoDeSeguimiento.getDescripcion()
Excepciones :
• The connection is closed.
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: CTF_Certificado_DAO.map()
Excepciones :
• The connection is closed.
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera de conexión a DB agotado.
SQL EXCEPTION: CTF: CTF_AsignacionReq_impl_DAO.map()
Excepciones :
• An unexpected row packet was found.
• The query has timed out.
Conclusion: Tiempo de espera saturado. En conflicto junto con SQL EXCEPTION: CTF:
CTF_AsignacionReq_impl_DAO.insert().
4
SQL EXCEPTION: CM_ContratoMarco_DAO.ultimosDatos_SAV()
Excepciones :
• Transaction (Process ID ###) was deadlocked on lock resources with another process and has
been chosen as the deadlock victim. Rerun the transaction.
Conclusion: Tiempo de espera de recurso agotado. Buffer saturado.
SQL EXCEPTION: CTF - SF - ABM Certificado.validateMontoActualPresupuesto
Excepciones :
• The server failed to resume the transaction.
• Transaction (Process ID ###) was deadlocked on lock resources with another process and has
been chosen as the deadlock victim. Rerun the transaction.
• The connection is closed.
• An unexpected row packet was found.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: CTF_RevisionCertificado_DAO.getUltimoEstadoDeSeguimiento()
Excepciones :
• The server failed to resume the transaction.
• The connection is closed.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: CTF_AsignacionReq_DAO.getPresupuesto()
Excepciones :
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
5
•
•
The statement did not return a result set.
New request is not allowed to start because it should come with valid transaction descriptor.
Conclusion: Tiempo de espera de recurso agotado.
SQL EXCEPTION: SUD_RadioBaseEmplazamiento_DAO.mapByIdEmplazamiento()
Excepciones :
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera de recurso agotado.
SQL EXCEPTION: CTF_RevisionCertificado_DAO.map()
Excepciones :
• The query has time out.
6
•
An unexpected row packet was found.
Conclusion: Tiempo de espera agotado.
SQL EXCEPTION: CTF_AsignacionReq_DAO.saveOrUpdate()
Excepciones :
• The server failed to resume the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• Transaction (Process ID ###) was deadlocked on lock | communication buffer resources with
another process and has been chosen as the deadlock victim. Rerun the transaction.
Conclusion: Tiempo de espera de recurso agotado. Buffer saturado.
SQL EXCEPTION: CTF_Certificado_DAO.certificado_carga()
Excepciones :
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• Transaction (Process ID ###) was deadlocked on lock resources with another process and has
been chosen as the deadlock victim. Rerun the transaction.
• Invalid length parameter passed to the SUBSTRING function.
Conclusion: Tiempo de espera agotado.
7
8
9
10
11
SQL EXCEPTION: NE:: sfCandidatosEvaluacion.sudliberarCandidato()
Excepciones :
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de espera de conexión a DB agotado.
12
SQL EXCEPTION: OyM - OyMTicketDAO.setEstadoTicket()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de espera de recurso saturado.
SQL EXCEPTION: KENNEN_OyM: OyMNotificacionInstanciasDAO.map()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de consulta agotado. La consulta no devuelve registros con esos parametros, a
pesar de que existen. Se puede solucionar con between en la consulta.
SQL EXCEPTION: CM_ContratoMarco_DAO.map()
Excepciones :
• The server failed to resume transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The transaction log for database 'tempdb' is full. To find out why the space in the log cannot
be reused, see the log-reuse_wait_desc column in sys.databases.
Conclusion: Tiempo de consulta agotado. Buffer saturado. Log completo.
SQL EXCEPTION: CTF – SF – ABM Asigacion de requerimiento
Excepciones :
• The server failed to resume transaction.
Conclusion: Tiempo de consulta agotado.
SQL EXCEPTION: ProjectJobs.storeJob
Excepciones :
• Problemas al ejecutar el metodo
SQL EXCEPTION: ProjectJobs.create
Excepciones :
• The server failed to resume transaction.
SQL EXCEPTION: GLA:: SqlToolbox.insert()
Excepciones :
• The server failed to resume transaction.
• New request is not allowed to start because it should come with valid transaction descriptor.
13
•
•
No TDS_RET_STATUS was found for the stored procedure output parameters.
The connection is closed.
Conclusion: Tiempo de consulta agotado.
SQL EXCEPTION: OYM - Gestion Ticket.loadCosteo
Excepciones :
• The server failed to resume transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The query has timed out.
Conclusion: Tiempo de consulta agotado.
SQL EXCEPTION: SmeDao.map()
Excepciones :
• The server failed to resume transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
• The query has timed out.
Conclusion: Tiempo de consulta agotado.
SQL EXCEPTION: OyM - OyMTicketDAO.persistCuerpo()
Excepciones :
• Cannot insert the value NULL into column 'idUnidadDeMedida', table
'Movistar_BPM.dbo.OyMTicketCuerpo'; column does not allow nulls. INSERT fails..
Conclusion: Ingreso de dato invalido.
SQL EXCEPTION: CTF_DefinicionIC_DAO.getUltimosEstados()
Excepciones :
• The server failed to resume transaction.
Conclusion: Tiempo de consulta agotado.
SQL EXCEPTION: CTF_FactorDeDistancia_DAO.getFactorDeDistancia()
Excepciones :
• The server failed to resume transaction.
Conclusion: Tiempo de consulta agotado.
14
SQL EXCEPTION: KN_UsoAplicacionesDAO.persist()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: EPGenerica: Kn_UsoAplicaciones.saveOrUpdate()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: MovistarDireccionV57:: KN_UsoAplicacionesDAO.load()
Excepciones :
• The connection is closed.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: GLA:: PedidoMaterialesDao.map()
Excepciones :
15
•
The connection is closed.
Conclusion: Tiempo de espera saturado.
SQL EXCEPTION: MovistarDireccionV57 - Vistas.setContenidoDatos()
Excepciones :
• The transaction log for database 'tempdb' is full. To find out why space in the log cannot be
reused, see the log_reuse_wait_desc column in sys.databases.
Conclusion: Tiempo de consulta agotado. Buffer saturado. Log completo.
SQL EXCEPTION: NE:: SitioPlanificadoDao.saveOrUpdate()
Excepciones :
• ---Conclusion: Tiempo de consulta agotado.
16
SQL EXCEPTION: MovistarDireccionV57-DREPCeldas.cargarDatos()
Excepciones :
• New request is not allowed to start because it should come with a vlid transaction descriptor.
• The server failed to resume transaction.
• Transaction (Process Id ###) was deadlocked on lock resources with another process and has
been chosen as the deadlocked victim. Rerun the transaction.
• No TDS_RET_STATUS was found for the stored procedure output parameters.
Conclusion: Tiempo de consulta saturado.
SQL EXCEPTION: Kennen: CTF_Certificado_Dao.getTipoDeCertificado()
Excepciones :
• The server failed to resume transaction.
Conclusion: Tiempo de espera saturado.
17

Documentos relacionados