error previo -2147217887 - AI La operación de múltiples pasos de OLE DB generó errores. Compruebe los valores de estado de OLE DB si es posible. No se realizó ningún trabajo.select distinct e.id, e.nombre, e.apodo2, e.idTanatorio, tanatorio,p.ayuntamiento,e.provincia,p.lugar,e.fechaF from v_Esquelas_actos_esp_mobile e, poblaciones p where e.IdPobFallecimiento=p.idpob and idPobFallecimiento in (select idPob from poblaciones where (1=1 and idpro=4 and idcon=258)) and isnull(tipo,'')='' and tanatorio is not null and e.acto in ('Velación','Apertura Velación','Velatorio en') and e.fechaPublicacion=convert(datetime,convert(varchar,getdate(),103),103) UNION select distinct e.id, e.nombre, e.apodo2, e.idTanatorio, tanatorio,p.ayuntamiento,e.provincia,p.lugar,e.fechaF from v_Esquelas_actos_esp_mobile e, poblaciones p where e.IdPobFallecimiento=p.idpob and idPobFallecimiento in (select idPob from poblaciones where (1=1 and idpro=4 and idcon=258)) and isnull(tipo,'')='' and tanatorio is not null and e.acto in ('Velación','Apertura Velación','Velatorio en') and exists (select * from v_Esquelas_actos_esp_mobile e2 where e.id=e2.id and e2.fecha>=convert(datetime,convert(varchar,getdate(),103),103)) order by e.provincia, e.nombre