Hi - I Just found & Downloaded Ranorex. I am very excited by its potential, but I've run into a snag. I hope you can help me. I am running..
Windows Vista
Visual Studio 2008
Ranorex 1.5.1
When I try to run a Studio Project I get the message box "The Current User Has Insufficient Access Privileges. Please Run Ranorex with Admin Privileges."
Not only do I HAVE ADMIN privileges, but I am running the ONLY ACCOUNT on the machine with Admin Privleges. Why Does Ranorex think I am not an Admin?
Is this a bug with Windows Vista? Is there a work around? I would really love to try this out because I think it might be exactly what my company needs, but I have to evaluate it with a few tests first.
Thank You.
- Alex
Please Run Ranorex with Admin Privleges (& I Have Admin
-
- Posts: 5
- Joined: Sun Dec 07, 2008 9:50 pm
-
- Posts: 5
- Joined: Sun Dec 07, 2008 9:50 pm
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
I would suggest to evaluate Ranorex V2.0.
What kind of control do you automate if you get this message?
We have only one known timeout issue with DevExpress Grid controls.
Jenö
Ranorex Team
I also tried 2.0 Problem there is that I keep getting "Rx Search Path" Timeout Exceptions on Playback, so I never get any clean useful code.
What kind of control do you automate if you get this message?
We have only one known timeout issue with DevExpress Grid controls.
Jenö
Ranorex Team
-
- Posts: 5
- Joined: Sun Dec 07, 2008 9:50 pm
I am getting a timeout error with nearly every single control I try. I get it with buttons, comboboxes, etc.
The software I am trying to drive (in order to automate some processes), is a 3rd party business software. It would seem that you are suggesting that they (unnecessarily are making their controls out of grids - which doesn't make much sense - but any thing is possible) Is there a way to know in advance which controls will timout? (something in the RanorexPath I should look out for?)
I will have time to evaluate this again in a few days. I will try a different piece of software like the calculator program or a "known" entity.
If you have any other suggestions, I'll take them and pray you can fix the grid bug in time.
Peace.
The software I am trying to drive (in order to automate some processes), is a 3rd party business software. It would seem that you are suggesting that they (unnecessarily are making their controls out of grids - which doesn't make much sense - but any thing is possible) Is there a way to know in advance which controls will timout? (something in the RanorexPath I should look out for?)
I will have time to evaluate this again in a few days. I will try a different piece of software like the calculator program or a "known" entity.
If you have any other suggestions, I'll take them and pray you can fix the grid bug in time.
Peace.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Regarding the V1.5.1 admin privileges problem:
Ranorex needs write access to the Windows registry. Could it be that access to the registry is blocked by some anti-virus tool?
Concerning the timeout problem:
Timeout Exceptions are thrown if the element corresponding to a specific RxPath cannot be found within a certain timeout. There are different reasons for that: Firstly, there may be that many elements that searching these elements takes too much time (grid problem, should happen rarely); and secondly, no element corresponds to the specified RxPath.
As you experience the timeout exception with nearly every control, I think the second reason is true. The RxPath of an element may change if the state of an element changes, e.g. if the text of the element changes.
Did you ensure that the state of your application is the same when starting recording and replaying?
What kind of 3rd party controls do you use?
Regards,
Alex
Ranorex Support Team
Ranorex needs write access to the Windows registry. Could it be that access to the registry is blocked by some anti-virus tool?
Concerning the timeout problem:
Timeout Exceptions are thrown if the element corresponding to a specific RxPath cannot be found within a certain timeout. There are different reasons for that: Firstly, there may be that many elements that searching these elements takes too much time (grid problem, should happen rarely); and secondly, no element corresponds to the specified RxPath.
As you experience the timeout exception with nearly every control, I think the second reason is true. The RxPath of an element may change if the state of an element changes, e.g. if the text of the element changes.
Did you ensure that the state of your application is the same when starting recording and replaying?
What kind of 3rd party controls do you use?
Regards,
Alex
Ranorex Support Team