From: Pavel C. <pc...@ib...> - 2008-03-20 17:15:38
|
Jeff Jones - SHERIFFX napsal(a): > Okay, I tried one of the tests that comes with the test suite, and it > also fails. Here is the output from qmtest: Same problem here. > I am not sure what you mean by checking the access rights for isql. How > would I do that? What would I look for? QMTest can't spawn new process (ISQL in this case) because Windows doesn't allow him to. It could be either because QMTest itself is restricted to spawn processes at all or can't execute ISQL due to insufficient OS rights. Maybe your have installed Firebird under Administrator account but run Python (QMTest) under your user account that has restricted access to FB installation? I never encountered such problem under XP workstation, but if you're on Vista or W2003 Server, it could be different thanks to UAC and its generally tightened security? If you can execute isql manually, then the problem is in OS rights tied to QMTest (resp. Python). You may try to assign Python executable to some more powerful user groups (or system ones). best regards Pavel Cisar |