Martin Hilbers wrote:
> Dr Thon de Boer wrote:
> >
> > Hi,
> >
> > I'm trying to index the FSSP database and i get a strange 'error'
> > message when I do a SRSCHECK -l FSSP :
> >
> > library "FSSP" had previously 1531, now 1627 entries
> > ======> must build indices for library "FSSP"
>> That is probably due to some fssp entries which are not conforming to
> the
> correct format, and srs fails to pick up the id. Try:
>> id: ~ {$In:[fields c:pdbid] $Out pre $Skip:1}
> x {$Wrt:[c:id s:$JobFile.name:name]} ~
>> as production for your id fields - so at least you will get an id for
> those files. (Not that also all kinds of other indexing errors may occur
> with those files - but at least srscheck will no longer complain)
>
Thanks very much martin, It worked...srscheck is silent now ;-)
Thon