|
From: Jeff J. - S. <J_...@MC...> - 2008-03-20 14:34:49
|
When I run some tests with QMTest, the following error is received:
<class 'pywintypes.error'>: (5, 'CreateProcess', 'Access is denied.')
And here is the traceback:
File "C:\Python25\Lib\site-packages\qm\test\target.py", line 227, in
RunTest
descriptor.Run(context, result)
File "C:\Python25\Lib\site-packages\qm\test\database.py", line 272, in
Run
self._Execute(context, result, "Run")
File "C:\Python25\Lib\site-packages\qm\test\database.py", line 191, in
_Execute
methobj(context, result)
File "C:\fbtest\QMTest\fbqa.py", line 1265, in Run
retval= self.__ExecISQLCommands()
File "C:\fbtest\QMTest\fbqa.py", line 722, in __ExecISQLCommands
"-password", self.user_password])
File "C:\fbtest\QMTest\fbqa.py", line 623, in __RunProgram
exit_status= qm_exec.Run(args, environ)
File "C:\Python25\Lib\site-packages\qm\executable.py", line 564, in
Run
path)
File "C:\Python25\Lib\site-packages\qm\executable.py", line 270, in
Run
child = self.Spawn(arguments, environment, dir, path,
exception_pipe)
File "C:\Python25\Lib\site-packages\qm\executable.py", line 183, in
Spawn
startupinfo)[0]
I have a feeling this indicates that something is wrong with my setup,
not with the test itself. Is that correct?
Any ideas on what I should check or do?
Thanks!
Jeff Jones
MCSO Technology Bureau
602-876-4048
data < information < knowledge < understanding < wisdom
|