Tagged Questions

1
vote
4answers
92 views

How to set the ErrorCode of a ManagementException?

I want to handle a ManagementException exception for a specific ErrorCode only and am having trouble writing the unit test for it. Ordinarily, I would write the test so that it is something like the …
1
vote
2answers
238 views

Error code 141 with tar

tar -xvzf $filename.tar.gz || { exit $?; } Here my scripts would exit with errorCode 141. I am using Fedora Core 6 with tar version 1.15 it wont happen all the time, but more than 70 percent of the …
2
votes
4answers
690 views

How can I trace IIS 500 errors thrown by my webservice

Aloha I have deployed a new version of an ASP.NET webservice. The IIS logfile reports an errorcode 500 when this service is being called by a client. My own (test) can use the service without any …