Link to home
Start Free TrialLog in
Avatar of Ajay Pathak
Ajay PathakFlag for India

asked on

https tracing

Hi,
   I am running this DISM tool for http-tracing on IIS win 2k8 R2.
Dism.exe /Online /Enable-Feature /FeatureName:IIS-HttpTracing..


Getting this error:-
 Info                  DISM   DISM Package Manager: PID=432 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
Info                  DISM   DISM Package Manager: PID=432 Encountered the option "featurename" with value "IIS-HttpTracing" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
Info                  DISM   DISM Package Manager: PID=432 Encountered an unknown option "featurename" with value "IIS-HttpTracing" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
 Info                  DISM   DISM Package Manager: PID=432 Initiating Changes on Package with values: 5, 7 - CDISMPackage::Internal_ChangePackageState
Info                  DISM   DISM Package Manager: PID=432  Error in operation: (null) (CBS HRESULT=0x80070643) - CCbsConUIHandler::Error
Error                 DISM   DISM Package Manager: PID=432 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070643)
, Error                 DISM   DISM Package Manager: PID=432 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x80070643)
Error                 DISM   DISM Package Manager: PID=432 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x80070643)
, Error                 DISM   DISM Package Manager: PID=432 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine

I know there was some cleanup done in winsxs folder.  Can someone point to the right solution.

Thanks
aj
Avatar of John
John
Flag of Canada image

The fault is not with DISM. It cannot find the missing files in WinSXS.

Try running System File Checker from an admin command prompt to see if it might repair WinSXS.

If not, you may need to repair your server installation with the install DVD. I have not needed to do this myself.
Avatar of Ajay Pathak

ASKER

After running SFC.EXE /scannow

Still getting the same DISM package manager error.
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David Johnson, CD
you can use your windows installation disk
Dism /online /enable-feature /featurename:IIS-HttpTracing /All /Source:<drive>:\sources\sxs /LimitAccess