Limit's of WMIC: 2nd Post

J

Jacob Loveless

The WMIC command line appears to have some serious scalability limits:

e.g. WMIC Datafile (yes everything)
will fail with error:0x80020009 Error Dispatch Facility.

e.g. WMIC Datafile "where Extension='txt'" will work up to about 30 text
files.
After that
error:0x80020009 Error Dispatch Facility

Why do these errors and limits occur? And how can I get around them in WMIC
(I am specifically doing this in WMIC as I am piping to another Command line
program. I can do this in .NET just fine, but this time I need WMIC)

Thanks
j
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top