[Spacewalk-list] Configuration File Import Problem

Marcus Moeller mail at marcus-moeller.de
Thu Mar 4 13:55:50 UTC 2010


Dear Josh,

Shouldn't it be:

+        select cc.id, cv.checksum_type, cv.checksum, file_size, contents, is_binary

+          from rhnConfigContent cc, rhnChecksumView cv

+         where cv.checksum = :checksum

+           and cv.checksum_type = :checksum_type

            and file_size = :file_size

-           and checksum_id = c.id

+           and checksum_id = cc.id
^-> note the difference in the last line.

Best Regards
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2021 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/spacewalk-list/attachments/20100304/3583628f/attachment.p7s>


More information about the Spacewalk-list mailing list