Hi Debra,
This is a bug in v2.1.2 which affects only SEND validation.
It will be a new release soon. Now you can fix SEND specs by manual editing of SD0064 rule definition. On line #14626
<val:Condition ID=“SD0064” PublisherID=“FDAN040” Message=“Subject is not present in DM domain” Description=“All Subjects (USUBJID) must be present in Demographics (DM) domain.” Category=“Cross-reference” Type=“Error” Test="SUB:SITEID != ‘’" When=“USUBJID != ‘’”/>
Corrected:
<val:Condition ID=“SD0064” PublisherID=“FDAN040” Message=“Subject is not present in DM domain” Description=“All Subjects (USUBJID) must be present in Demographics (DM) domain.” Category=“Cross-reference” Type=“Error” Test="SUB:USUBJID != ‘’" When=“USUBJID != ‘’”/>
Let us know if you need help.
Sorry for inconvenience.
Kind Regards,
Sergiy
P.S. This bug is due to not up-to-date engine in 2.1.2, rather than due to an error in validation specs. So in a new release specs will still refer to SITEID variable.