cancel
Showing results for 
Search instead for 
Did you mean: 

No permite importar informe de Crystal Reports

Former Member
0 Kudos

Buenos días, tengo un problema al importar un informe de crystal reports, cuando lo importo en el gestor de informes y layout, al momento de hacer click en finalizar queda procesando y luego no pasa nada, no lo importa, alguien ha tenido este problema?.Gracias por su ayuda.

Accepted Solutions (1)

Accepted Solutions (1)

armandomuozsule
Active Participant
0 Kudos

Hola Oscar, tuve este problema y se soluciono, ejecuta estos querys en el orden que te los voy a dar uno por uno y me cuentas como te va.

saludos

1)

select * from CDPM where ObjectType = 232 and ObjectKey not in (select doccode from rdoc) order by permid

2)

Select * from USR3 where PermId

not in (Select distinct Absid from OUPT union Select distinct cast(PermId as nvarchar(50) )from CDPM)

3)

delete from CDPM where ObjectType = 232 and ObjectKey not in

(select doccode from rdoc)

4)

Delete from USR3 where PermId

not in (Select distinct Absid from OUPT union Select distinct

cast(PermId as nvarchar(50) )from CDPM)

Former Member
0 Kudos

Armando Gracias por contestar, fue de gran ayuda.

armandomuozsule
Active Participant
0 Kudos

De nada

Answers (0)