• Does it tell you what conponent is failing?

    You need to create a select query for what ever hardware / software values you want. like

    SELECT FreeSpace, DeviceId, Size, SystemName, Description FROM in32_LogicalDiskwhere DriveType= 3

    (DriveType = 3 filters the query to only the machines physical drives and excludes mapped network drives)

    It means that you may need to use more than one query, which of course will complicate your package, but the general process should be the same, create your variables and assign your values to the variables in the parameter mappings

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)