WORKAROUND
To work around this problem, add the name that is defined in the
ISMIF32.EXE -p Name parameter to the
NAME field on the package properties
Reporting tab.
By doing this, you enable the Execution Manager component to find a match between the package and the MIF
file. You can also add the
MIF File Name,
Version, and
Manufacturer fields, but these fields are not
required.
This workaround requires that the Ismif32.exe command line include the
-f Mif File
name and
-p Name switches. However, for status MIF
matching to occur, only the
Name value for the
-p switch must be entered
in the
Name field on the
Reporting tab of the corresponding package properties.
The MIF file is created in the Temp folder of a program's user context when that program runs. If the status MIF matching is successful, the MIF file will be automatically deleted from the Temp folder.
A failed attempt to match an MIF file leaves the orphaned MIF file in the Temp folder. To determine the Name value from an existing MIF file, open the MIF file in the Temp folder, and then locate the value in the following section:
START ATTRIBUTE
NAME Product
ID = 2
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(64)
VALUE = SMS
END ATTRIBUTE
In the following sample command line, the MIF file name is "MYMIF," and the Name value is "SMS":
Ismif32.exe -f MYMIF -p SMS -d "Completed successfully"
Verify that the name in the "Value =" field matches the name in
Name field on the
Reporting tab. For example, if "Value = SMS" appears in the MIF file, "SMS" is entered in the
Name field on the
Reporting tab.
Correct the information in the
Name field if you have to, and then rerun the program. This action generates the Mymif.mif file that, in turn, generates the 10009 exit code.
REFERENCES
For more information about parameters that are used by the Ismif32.exe process, click the following article number to view the article in the Microsoft Knowledge Base:
186415
Status MIF creator, Ismif32.exe, is available for Systems Management Server 1.2
268791 How a status Management Information Format (MIF) file produced by the ISMIF32.exe file is processed in SMS 2.0