A number of Bugs import errors "No dating method found" are caused by Bugs method "CalStd". This code has no corresponding mapping in SEAD. The system fails to find an item in tbl_methods where method_abbrev_or_alt_name equals "CalStd".
Methods having "Cal" in their abbreviated name:
select *
from tbl_methods
where method_abbrev_or_alt_name like '%Cal%'
ArchPerCal
GeolPerCal
TephraCal
TypoCal
ArchCal
UnknownCal
GeolCal
HistCal
Cal
CalAMS
A number of Bugs import errors "No dating method found" are caused by Bugs method "CalStd". This code has no corresponding mapping in SEAD. The system fails to find an item in
tbl_methods
wheremethod_abbrev_or_alt_name
equals "CalStd".Methods having "Cal" in their abbreviated name: