Esto es porque han eliminado el usuario asociado a ese ticket:
Para revivir el usuario:
C:\Users\Concord>osql -U sa -S localhost\agora
Password:
1> use igtpos
2> go
1> update [User] set DeletionDate = null, Name=Name + cast(Id as nvarchar(100)) where Id in (select UserId from TicketLine where TicketId in (select Id from Ticket where FrozenDate is null)) and DeletionDate is not null
2> go
(1 row affected)
¿Le ha sido útil este artículo?
¡Qué bien!
Gracias por sus comentarios
¡Sentimos mucho no haber sido de ayuda!
Gracias por sus comentarios
Sus comentarios se han enviado
Agradecemos su esfuerzo e intentaremos corregir el artículo