473,804 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"SWbemServicesE x: Quota Validation" Error while executing a VB Script

40 New Member
Hello VB Experts,

I've encountered an error -> "SWbemServicesE x: Quota Validation" while executing a VB Script, infact the script is simple and is also running fine for many servers but only bothers me with this error for a particular server, any idea for which case this would occur??

***## Script ##***

strComputer = "server_nam e"
Set objWMIService = GetObject("winm gmts:" & "{impersonation Level=impersona te}!\\" & strComputer & "\root\cimv 2")
'--->Error is occuring in the below line
Set colSettings = objWMIService.E xecQuery ("Select * from Win32_ComputerS ystem")
For Each objComputer in colSettings
Wscript.Echo "System Name: " & objComputer.Nam e
Wscript.Echo "Domain: " & objComputer.Dom ain
Wscript.Echo "SystemType : " & objComputer.Sys temType
Next


Any sort of help would be highly appreciated !!

thnx
Nov 27 '07 #1
3 3996
mdfidahussain
40 New Member
Friends,

Any help????

waiting for ur valuable reply

thnx
Nov 27 '07 #2
mdfidahussain
40 New Member
<reminder>

Any help friends?

thnx in advance
Nov 28 '07 #3
mdfidahussain
40 New Member
Typo on my part:

it's Quota Violation not Quota Validation.....


Sorry for the inconvinience caused


regards
Nov 28 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2855
by: Mike | last post by:
Note: My XML experience to date has (unfortunately) been limited to reading and thinking, rather than implementation. Anyway, I am in the process of trying to figure out the most efficient way to validate and transform some very large (potentially over 100MB) XML documents. This is related to another question I will post next, but for now, I want to focus on one particular topic. The data in question has particular business rules...
1
1514
by: Ghee | last post by:
Hello, I have a (java) DOM object that adheres to an XML schema. I want to manipulate it in code, but to ensure that the object still sticks to the schema (ie, validation during the life-cycle of the DOM object, not just upon initial parsing). Is this possible? My investigation so far has revealed that DOM3 does provide validation mechanisms for this, but no current parsers implement them. I've picked up on something called the...
2
2420
by: Bartosz Wegrzyn | last post by:
I wrote this function to validate the name. //test name for illegal characters var illegal = "0123456789!@#$%^&*()-=_+\{}|;':,./?><"; for (var i=0;i<strng.length;i++) { temp = strng.substring(i,i+1); if (illegal.indexOf(temp) != -1 && strng != "")
1
2712
by: charliewest | last post by:
Is it possible to use the custom validation control to validate a calendar control via client-side script (in jscript)? I'm familiar with custom validation and client side script, and i am aware that the custom control cannot be wired automatically to the calendar control, but i cannot seem to "read" the value of the calendar control via jscript via any other means. Any ideas?
3
2054
by: Adam Clauss | last post by:
I'm running into a problem with schema validation. For some reason, if a schema has an xs:all section to it, it does not validate correctly. It seems to treat it as a sequence. My understanding is that switching to an xs:all should not require that the child elements be in any particular order - yet that is exactly the error I am seeing. I've tested this on both .NET 1.1 and .NET 2.0 and I get the same error. The XML validates against...
1
1803
by: aaaaaa | last post by:
running a crystal (v10) reporting app on a virtual web server and getting the "Validation of viewstate MAC failed...." error when opening the crystal viewer. Any help please!!!
4
1350
by: kang jia | last post by:
hi now i am using javascript to do a "flexiable" validaion, what i mean "flexiable" is user can choose which one they would like fill in in the bank but at least they must enter one. in my page, i offered three kind of phone NO to let user enter in, one is Home phone NO, the other is Hand phone NO, the last one is Office Pone No. they can enter in "one or More" of these phone NO. however my validation have problem and i cant probably...
5
3339
by: SpaceMarine | last post by:
hello, when my page attempts a Telerik RadGrid row insert (AJAX enabled) my page throws this exception: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKeyconfiguration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
14
15335
by: | last post by:
Hi, I program in asp.net. I have a date in TextBox in format "dd/MM/yyyy". I would like to validate if the date is realy correct. I used RegularExpressionValidator with ValidationExpression="//", but user can write date "31/02/2000" and validator says that it is correct (everybody know that Febuary has 28 or 29 days).
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10097
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9175
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.