Al ingresar a la opción de Configuración > Auditoría y Bitácoras > Tablero de Gráficos e Indicadores

da el siguiente error: System.Data.SqlClient.SqlException (0x80131904): Synonym 'aud.aud_config' refers to an invalid object. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at

Validando el sinómino está asociado a una tabla de la EvoConfig. CREATE SYNONYM [aud].[aud_config] FOR [EvoConfig].[aud].[aud_config] GO

Revisando los archivos de creación de EvoConfig no está el script de creación de la tabla. Me lo podrían trasladar?

asked 25 Apr '18, 16:43

Juan%20Carlos%20Soria's gravatar image

Juan Carlos Soria
1.1k171179185
accept rate: 41%


El sinónimo es el malo.

DROP SYNONYM [aud].[aud_config]
GO
CREATE SYNONYM [aud].[aud_config] FOR [EvoConfig].[aud].[aud_auditoria]
GO
link

answered 25 Apr '18, 17:17

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

El sinonimo apunta a la tabla [aud].[aud_auditoria] en EvoConfig

Esta es la linea de la creacion del sinonimo tomada del script de creacion de base

CREATE SYNONYM [aud].[aud_config] FOR [$(EvoConfigDatabaseName)].[aud].[aud_auditoria];
link

answered 25 Apr '18, 17:22

sbarahona's gravatar image

sbarahona ♦♦
(suspended)
accept rate: 32%

Es correcto, pero no está en los scripts de UPGRADE.

(25 Apr '18, 17:26) Juan Carlos Soria Juan%20Carlos%20Soria's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×10
×4

Asked: 25 Apr '18, 16:43

Seen: 372 times

Last updated: 25 Apr '18, 17:26

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática