Ungelöst
1 Rookie
•
23 Nachrichten
0
412
August 20th, 2020 02:00
Fehler im Dell SCUP Katalog bei WD19 Firmwareupdate
Hallo,
da sich der Dell Technicial Support sich nicht in der Lage sieht das Problem an die richtige Stelle zu eskalieren versuche ich es hierüber:
wir setzen SCUP ein um den Katalog aller Updates / BIOS / Treiber herunterzuladen und dann via SCCM auf die Clients zu verteilen.
Folgendes Update ist im SCUP Katalog https://downloads.dell.com/Catalog/DellSDPCatalogPC.cab auch enthalten:
<ADMIN NOTE: Broken link has been removed from this post by Dell>
allerdings ist die Erkennungs-Regel gleich der IST-Installiert-Regel.
Erkennungs-Regel dh. wird das Update benötigt:
SELECT * FROM Dell_OEMComputerSystem WHERE SystemTypeID = '1883' OR SystemTypeID = '1914' OR SystemTypeID = '1951' OR SystemTypeID = '1952' OR SystemTypeID = '1956' OR SystemTypeID = '1957' OR SystemTypeID = '1958' OR SystemTypeID = '1959' OR SystemTypeID = '1960' OR SystemTypeID = '1961' OR SystemTypeID = '1962' OR SystemTypeID = '1963' OR SystemTypeID = '1968' OR SystemTypeID = '1969' OR SystemTypeID = '1982' OR SystemTypeID = '1983' OR SystemTypeID = '2000' OR SystemTypeID = '2001' OR SystemTypeID = '2022' OR SystemTypeID = '2035' OR SystemTypeID = '2061' OR SystemTypeID = '2069' OR SystemTypeID = '2070' OR SystemTypeID = '2071' OR SystemTypeID = '2072' OR SystemTypeID = '2073' OR SystemTypeID = '2074' OR SystemTypeID = '2075' OR SystemTypeID = '2076' OR SystemTypeID = '2077' OR SystemTypeID = '2080' OR SystemTypeID = '2083' OR SystemTypeID = '2090' OR SystemTypeID = '2097' OR SystemTypeID = '2098' OR SystemTypeID = '2105' OR SystemTypeID = '2106' OR SystemTypeID = '2120' OR SystemTypeID = '2121' OR SystemTypeID = '2168' OR SystemTypeID = '2169' OR SystemTypeID = '2170' OR SystemTypeID = '2171' OR SystemTypeID = '2172' OR SystemTypeID = '2173' OR SystemTypeID = '2220' OR SystemTypeID = '2222' OR SystemTypeID = '2223' OR SystemTypeID = '2224' OR SystemTypeID = '2230' OR SystemTypeID = '2231' OR SystemTypeID = '2232' OR SystemTypeID = '2233' OR SystemTypeID = '2234' OR SystemTypeID = '2236' OR SystemTypeID = '2237' OR SystemTypeID = '2238' OR SystemTypeID = '2239' OR SystemTypeID = '2272' OR SystemTypeID = '2273' OR SystemTypeID = '2274' OR SystemTypeID = '2281' OR SystemTypeID = '2309' OR SystemTypeID = '2310' OR SystemTypeID = '2328' OR SystemTypeID = '2329' OR SystemTypeID = '2330' OR SystemTypeID = '2342' OR SystemTypeID = '2343' OR SystemTypeID = '2344' OR SystemTypeID = '2365' OR SystemTypeID = '2383' OR SystemTypeID = '2402' OR SystemTypeID = '2413' OR SystemTypeID = '2431' OR SystemTypeID = '2432' OR SystemTypeID = '2444' OR SystemTypeID = '6193' OR SystemTypeID = '6194' OR SystemTypeID = '6438' OR SystemTypeID = '6439'
Ist-Installiert-Regel:
SELECT * FROM Dell_OEMComputerSystem WHERE SystemTypeID = '1883' OR SystemTypeID = '1914' OR SystemTypeID = '1951' OR SystemTypeID = '1952' OR SystemTypeID = '1956' OR SystemTypeID = '1957' OR SystemTypeID = '1958' OR SystemTypeID = '1959' OR SystemTypeID = '1960' OR SystemTypeID = '1961' OR SystemTypeID = '1962' OR SystemTypeID = '1963' OR SystemTypeID = '1968' OR SystemTypeID = '1969' OR SystemTypeID = '1982' OR SystemTypeID = '1983' OR SystemTypeID = '2000' OR SystemTypeID = '2001' OR SystemTypeID = '2022' OR SystemTypeID = '2035' OR SystemTypeID = '2061' OR SystemTypeID = '2069' OR SystemTypeID = '2070' OR SystemTypeID = '2071' OR SystemTypeID = '2072' OR SystemTypeID = '2073' OR SystemTypeID = '2074' OR SystemTypeID = '2075' OR SystemTypeID = '2076' OR SystemTypeID = '2077' OR SystemTypeID = '2080' OR SystemTypeID = '2083' OR SystemTypeID = '2090' OR SystemTypeID = '2097' OR SystemTypeID = '2098' OR SystemTypeID = '2105' OR SystemTypeID = '2106' OR SystemTypeID = '2120' OR SystemTypeID = '2121' OR SystemTypeID = '2168' OR SystemTypeID = '2169' OR SystemTypeID = '2170' OR SystemTypeID = '2171' OR SystemTypeID = '2172' OR SystemTypeID = '2173' OR SystemTypeID = '2220' OR SystemTypeID = '2222' OR SystemTypeID = '2223' OR SystemTypeID = '2224' OR SystemTypeID = '2230' OR SystemTypeID = '2231' OR SystemTypeID = '2232' OR SystemTypeID = '2233' OR SystemTypeID = '2234' OR SystemTypeID = '2236' OR SystemTypeID = '2237' OR SystemTypeID = '2238' OR SystemTypeID = '2239' OR SystemTypeID = '2272' OR SystemTypeID = '2273' OR SystemTypeID = '2274' OR SystemTypeID = '2281' OR SystemTypeID = '2309' OR SystemTypeID = '2310' OR SystemTypeID = '2328' OR SystemTypeID = '2329' OR SystemTypeID = '2330' OR SystemTypeID = '2342' OR SystemTypeID = '2343' OR SystemTypeID = '2344' OR SystemTypeID = '2365' OR SystemTypeID = '2383' OR SystemTypeID = '2402' OR SystemTypeID = '2413' OR SystemTypeID = '2431' OR SystemTypeID = '2432' OR SystemTypeID = '2444' OR SystemTypeID = '6193' OR SystemTypeID = '6194' OR SystemTypeID = '6438' OR SystemTypeID = '6439'
und das ist natürlich Quatsch denn so kommt das Update niemals bei den Geräten an. Außerdem checkt es nur die SytemTypeID und nicht den wirklichen Firmwarestand der Docking.
Da dieses Update für uns von größter Notwendigkeit ist, brauchen wir hier schnellstmöglich eine Anpassung.
P.S. Dieses Update ist gar nicht im Katalog enthalten: <ADMIN NOTE: Broken link has been removed from this post by Dell>
und für uns auch notwendig
P.P.S Hier mal die Regeln für ein BIOS Update Latitude 5590 1.13.1:
Erkennungs-Regel:
SELECT * FROM Dell_OEMComputerSystem WHERE SystemTypeID = '2069' OR SystemTypeID = '2070' OR SystemTypeID = '2071' AND SELECT * FROM Dell_SoftwareIdentity WHERE (Description >= 'Dell:BIOS_159__' AND Description < 'Dell:BIOS_159__~') AND VersionString < '0001.0013.0001'
Ist Installiert-Regel:
SELECT * FROM Dell_OEMComputerSystem WHERE SystemTypeID = '2069' OR SystemTypeID = '2070' OR SystemTypeID = '2071' AND SELECT * FROM Dell_SoftwareIdentity WHERE (Description >= 'Dell:BIOS_159__' AND Description < 'Dell:BIOS_159__~') AND VersionString >= '0001.0013.0001'
da wird klar warum das BIOS Update angeboten wird wenn BIOS Update kleiner 1.13.1 ist und warum es dann als installiert erkannt wird wenn es die Version = oder > 1.13.1 ist
mfg Sascha
saxo
1 Rookie
•
23 Nachrichten
0
September 15th, 2020 23:00
Rückmeldung von "Dell EMEA Advanced Technical Services", das Problem wird sich angeschaut