Every time I start Logos, it attempts to update metadata, but it fails. I don't know if the bug is with my installation of Logos, or with your metadata service. In my case the problematic resource update is volume 1 of ACCS, but this bug appears to be preventing other users from downloading important metadata). See the log below:
2010-07-27 21:43:46.5777 10 Info
ResourceMetadataUpdateServiceClient Requesting all metadata newer
than '2010-07-23T23:29:17Z'.
2010-07-27 21:43:47.7408 10 Info
ResourceMetadataUpdateServiceClient 1 metadata info objects retrieved
from service.
2010-07-27 21:43:47.8268 10 Info
ResourceMetadataUpdateServiceClient Database updated with 1 metadata
info records.
2010-07-27 21:43:47.8268 10 Info
ResourceMetadataUpdateServiceClient Checking metadata status against
the library catalog.
2010-07-27 21:43:47.9018 4 Info
ResourceMetadataUpdateServiceClient Downloading missing metadata for 1
resources.
2010-07-27 21:43:48.4739 4 Info
ResourceMetadataUpdateServiceClient Downloaded metadata for 0
resources.
2010-07-27 21:43:48.5089 13 Info
ResourceMetadataUpdateServiceClient Checking for resource metadata
updates in 06:00:00.
Despite the log entry, the download does happen. Here's the actual XML downloaded:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetMetadataResponse xmlns="http://services.logos.com/resource/v2/">
<GetMetadataResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ResourceMetadata>
<AbbreviatedTitles>
<Title>
<Language>en</Language>
<Value>ACCS Intro</Value>
</Title>
</AbbreviatedTitles>
<AlternateIds>
<Id>
<Scheme/>
<Value>ACCSGEN</Value>
</Id>
</AlternateIds>
<Authors>
<Name>InterVarsity Press</Name>
</Authors>
<Category i:nil="true"/>
<CitationFields>
<Field>
<Name>pr</Name>
<Value>InterVarsity Press</Value>
</Field>
<Field>
<Name>bt</Name>
<Value>Introduction and Biographical Information</Value>
</Field>
<Field>
<Name>yr</Name>
<Value>2005</Value>
</Field>
<Field>
<Name>sr</Name>
<Value>Ancient Christian Commentary on Scripture.</Value>
</Field>
<Field>
<Name>pl</Name>
<Value>Downers Grove, Ill.</Value>
</Field>
</CitationFields>
<Copyright>Copyright 2005 InterVarsity Press</Copyright>
<CoverImages>
<ImageLink>
<Height i:nil="true"/>
<Url>http://covers.assets.logos.com/lls_accsgen/cover.jpg
<Width i:nil="true"/>
</ImageLink>
</CoverImages>
<Descriptions>
<Description>
<Language>en</Language>
<Content>
<Section Language="en" xmlns="">
<Paragraph>
<Run Text="This book comprises the “General Introduction,” the “Biographical Sketches” and the “Timeline of Writers of the Patristic Period,” which are found in all of the print volumes of the ACCS. In the interest of economy, these have been removed from the electronic volumes and grouped together to form a new volume. Each volume’s table of contents links to the “Timeline” and “Biographical Sketches” in this volume."/>
</Paragraph>
</Section>
</Content>
</Description>
</Descriptions>
<ElectronicPublicationDate>2005</ElectronicPublicationDate>
<ExtendedCopyright i:nil="true"/>
<Languages>
<Language>en</Language>
</Languages>
<MetadataLanguage>en</MetadataLanguage>
<MilestoneIndexes>
<MilestoneIndex>
<DataType>page</DataType>
<Language/>
<Priority>1000</Priority>
<Supersets/>
</MilestoneIndex>
</MilestoneIndexes>
<Owners>
<Name>IVP</Name>
</Owners>
<PublicationDate>2005</PublicationDate>
<PublicationStatus>DRAFT</PublicationStatus>
<Publishers>
<Name>InterVarsity Press</Name>
</Publishers>
<ResourceFiles>
<ResourceFileMetadata>
<DatePublished>2009-10-27T07:34:14.583</DatePublished>
<FileName>ACCSGEN.lbxlls</FileName>
<FileSize>472264</FileSize>
<MinimumSoftwareVersion i:nil="true"/>
<Platform i:nil="true"/>
<ResourceId>LLS:ACCSGEN</ResourceId>
<Version>2005-07-29T20:03:28Z</Version>
</ResourceFileMetadata>
</ResourceFiles>
<ResourceId>LLS:ACCSGEN</ResourceId>
<ResourceType>text.monograph</ResourceType>
<Series>Ancient Christian Commentary on Scripture</Series>
<Subjects>
<Subject>
<Scheme>lcsh</Scheme>
<Value>Bible--Commentaries.</Value>
</Subject>
</Subjects>
<SupportedPlatforms>
<Name>logos4</Name>
</SupportedPlatforms>
<Titles>
<Title>
<Language>en</Language>
<Value>Introduction and Biographical Information</Value>
</Title>
</Titles>
<Traits>
<Trait>supports-bible</Trait>
</Traits>
<Version>2010-07-26T23:37:36Z</Version>
</ResourceMetadata>
</GetMetadataResult>
</GetMetadataResponse>
</s:Body>
</s:Envelope>