efrank
unread,Nov 18, 2009, 4:48:01 PM11/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
Generating Proof set ...
Error: There is a type mismatch between the field types of
the recipients database and the Plan file Recipient Information
Schema.
The mismatch occurred between (Plan type - query type):
UID, cod_are, tel_hab, celular, fecha_cita, hora_cita, register_date,
PURL, recomendado, dia_cita.
Proof Set could not be created (1 errors, 0 warnings).
This the error I get if I generate a proof set with a filter on that
contains the following expression:
Select @[prensa].[nombre_prensa], @[prensa].[apellido_prensa], @
[prensa].[correo_prensa]
From @[prensa]
Where (@[prensa].[PURL] is null)
and (@[prensa].[recomendado] is null)
It does not occur if I generate a proof set with the all recipients
filter on.
Any ideas on why the error.