Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, December 2, 2016 6:16 AM
Hi All, I am facing below issue, can any one help me with some suggestion or you have any available solution ?
Issue : When I create stand alone boot media from Any of CM 1606 Primary site server then I do not have any issue But when I try to connect Primary site server console from any other machine where console is installed and try to create task sequence media, it fails.
When it failed : Configuration Manager console, click Software Library--> Operating Systems -->and then click Task Sequences -->On the Home tab, in the Create group, click Create Task Sequence Media to start the Create Task Sequence Media WizardSelect Type Media - Stand alone media --> CD/USB Set - Unlimited --> Media file share location \Share host name\c$\test.iso --> security setting - no password --> choose task sequence --> Distribution points
Its waits for some time and it get failed and The SMS Provider reported an error
Error:************** Exception Text **************
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. > System.Management.ManagementException: Quota violation
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
End of inner exception stack trace
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
at Microsoft.ConfigurationManagement.AdminConsole.TaskSequenceMediaWizard.DistributionPointsControl.GetAllDPInfo()
at Microsoft.ConfigurationManagement.AdminConsole.TaskSequenceMediaWizard.DistributionPointsControl.FillAvailableDPs()
at Microsoft.ConfigurationManagement.AdminConsole.TaskSequenceMediaWizard.DistributionPointsControl.OnActivated()
at Microsoft.ConfigurationManagement.AdminConsole.SmsWizardPage.OnActivated()
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.WizardPage.Activate()
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.WizardForm.OnNext()
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.WizardForm.OnNextClicked(Object sender, EventArgs e)
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.NavigationButtonBar.OnNext(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
All replies (12)
Thursday, March 23, 2017 4:58 AM ✅Answered
Ok, here is the end of story-
I have created a user with limited scope (only one DP) and he is able to create task sequence media,
When I increased the scope to all DP (more then 150), its not able to load the amount of information queried in local WMI, it fails.
Just to re-confirm we have raised a MS case and they confirmed that its a bug as well as a limitation of WMI.
I have 2 option now,
First - I got a script through which I am able to create TSQ boot media.
Second - Limit the scope of user who create the TSQ boot media.
Hope this helps........
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Friday, December 2, 2016 6:47 AM
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Friday, December 2, 2016 6:51 AM
Friday, December 2, 2016 2:08 PM
Try restarting WMI on the site server.
Jason | http://blog.configmgrftw.com | @jasonsandys
Wednesday, December 7, 2016 9:30 AM
Hi,
Please run a WMI health Check.
Otherwise, please try to increased the WMI memory to 1024 MB
•Go to Start--> Run and type wbemtest.exe.
•Click Connect.
•In the namespace text box type "root" (without quotes).
•Click Connect.
•Click Enum Instances…
•In the Class Info dialog box enter Superclass Name as "__ProviderHostQuotaConfiguration" (without quotes) and press OK. Note: the Superclass name includes a double underscore at the front.
•In the Query Result window, double-click "__ProviderHostQuotaConfiguration=@"
•In the Object Editor window, double-click whichever Property name you wish to modify the quota for.
•In the Value dialog, type in 1024000012 (1024 MB)
•Click Save Property.
•Click Save Object.
•Close Wbemtest.
•Restart the computer.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, December 14, 2016 6:21 AM
Hi Xin Guo,
Many thanks for your response,just need one clarification
when you say-
•In the Query Result window, double-click "__ProviderHostQuotaConfiguration=@"
•In the Object Editor window, double-click whichever Property name you wish to modify the quota for.
•In the Value dialog, type in 1024000012 (1024 MB)
My question is which property I should consider with the issue I am currently facing ?
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Wednesday, December 14, 2016 7:00 AM
MemoryPerHost
Memory and Handle Quotas in the WMI Provider Service
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Friday, December 16, 2016 5:22 AM
Thanks Xin Guo,
I applied the above setting where just console is installed. but again it failed.
Any suggestion ?
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Friday, December 16, 2016 6:34 AM
At this point, we recommend you create a MS support request. They would like to hear about this kind of behavior.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, December 19, 2016 10:41 AM
Hi,
If the size of the Ts that you want to convert on a standalone media is grater then 4.5 GB , you shoud to create it with command line. otherwise it failed with the SCCM Wizard
"c:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\i386\CreateMedia.exe" /K:full /P:"<SCCM provider>" /S:"F00" /C:"" /D:"<sccm DP>" /L:"<Label>" /A:"<task ID>" /Z:"False" /T:"CD" /M:"44482" /F:"<location of iso>"
For more details go to this tuto
___________________________________________
Farid | WindowsCapture.com
Thursday, December 22, 2016 11:01 PM
Hi,
If the size of the Ts that you want to convert on a standalone media is grater then 4.5 GB , you shoud to create it with command line. otherwise it failed with the SCCM Wizard
"c:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\i386\CreateMedia.exe" /K:full /P:"<SCCM provider>" /S:"F00" /C:"" /D:"<sccm DP>" /L:"<Label>" /A:"<task ID>" /Z:"False" /T:"CD" /M:"44482" /F:"<location of iso>"
For more details go to this tuto
___________________________________________
Farid | WindowsCapture.com
I have not heard of any benefits of creating media from command line relative to wizard because under the hood wizard creates this command line too.
Did you really mean size of TS greater than 4.5GB ? Did you mean size of media? If so, size should not matter since UI has size "unlimited"
Thursday, December 22, 2016 11:04 PM
are the any errors in smsprov.log file on provider machine when you try to create media though remote console?