Search found 30 matches

by KapacRus
Tue Mar 25, 2014 11:05 am
Forum: Automation Discussions
Topic: How to run tests remotely without display
Replies: 6
Views: 21104

Re: How to run tests remotely without display

Hi all!
For this purpose we use pool of virtual machines (windows 7/windows 8 ) with autologon, screen resize and teamcity in interactive process mode. RDP in CI sounds funny :D
by KapacRus
Fri Mar 21, 2014 3:37 pm
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

odklizec , thx for suggestions. I will try on next week and post result. :) krstcs I say my opinion on this issue, you may be disagree with me. It is your right. Ranorex server installed on server as servise and work perfectly. I can live without logs. But as i see you have not read my post if say ...
by KapacRus
Fri Mar 21, 2014 6:25 am
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

Hi Bernhard, Windows Server 2012 Core is not designed to run third-party gui tools It's not true. Third-party gui programm work normally on core version, especially it concerns applications such as ranorex server whit one windows and 3 buttons. I hope you understand that point of view. Of course i u...
by KapacRus
Thu Mar 20, 2014 6:48 am
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

Any comments? Maybe i should write a letter, for more quick response?
by KapacRus
Mon Mar 17, 2014 12:00 pm
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

Is OpenFile Dialog in notepad one of standard windows dialogs? Because it work fine...
by KapacRus
Fri Mar 14, 2014 8:44 am
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

Yes, of course:
Creating an instance of the COM component with CLSID {C0B4E2F3-BA21-4773-8DBA-335EC946EB8B} from the IClassFactory failed due to the following error: 80040111.

And again, i use Microsoft Windows Server 2012 R2 Standard Core and Ranorex Server 5.0.0
by KapacRus
Tue Mar 11, 2014 7:42 am
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

And it's me again. There be any solution? I dont want install gui on server only for ranorexserver.
by KapacRus
Fri Mar 07, 2014 2:29 pm
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Re: Error on Log saving

Hi Markus,
No, I used exe file. Same file on your link.
by KapacRus
Thu Mar 06, 2014 8:31 am
Forum: Bug Reports
Topic: Error on Log saving
Replies: 14
Views: 2455

Error on Log saving

Hi, we have ranorex license server installed on Windows Server 2012 core. If I click "Save Server Log..." button erroe is appear.

Reroner version is 5.0.0.
by KapacRus
Tue Sep 04, 2012 2:01 pm
Forum: General Questions
Topic: Ranorex + TFS build
Replies: 2
Views: 2650

Re: Ranorex + TFS build

We do not use MTM. I solved the problem of translation Build service to interactive process.
by KapacRus
Tue Sep 04, 2012 1:26 pm
Forum: General Questions
Topic: Ranorex + TFS build
Replies: 2
Views: 2650

Ranorex + TFS build

Hello! I'm trying to establish a running tests on TFS build. In test I start application by Process.Start() and get error: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNot...
by KapacRus
Wed Aug 22, 2012 1:15 pm
Forum: General Questions
Topic: Doesn't release license after playing tests in Visual Studio
Replies: 8
Views: 3079

Re: Doesn't release license after playing tests in Visual Studio

For my self I solved this problem by execute bat script after test
tasklist | findstr QTAgent32.exe
if "%errorlevel%" == "0" (taskkill /f /im QTAgent32.exe)
by KapacRus
Mon Jun 04, 2012 8:46 am
Forum: Object Identification and Technologies
Topic: DevExpress Greed Cell value is empty.
Replies: 27
Views: 9978

Re: DevExpress Greed Cell value is empty.

Hi!

I change the .NET Framework to 3.5 and all working fine :)
Giant thanks for the help!
by KapacRus
Fri Jun 01, 2012 11:06 am
Forum: Object Identification and Technologies
Topic: DevExpress Greed Cell value is empty.
Replies: 27
Views: 9978

Re: DevExpress Greed Cell value is empty.

Here is a test project in bundle SpecFlow. SpecFlow installed via NuGet.

http://dl.dropbox.com/u/13579347/DXWind ... ecFlow.zip
by KapacRus
Fri Jun 01, 2012 10:31 am
Forum: Object Identification and Technologies
Topic: DevExpress Greed Cell value is empty.
Replies: 27
Views: 9978

Re: DevExpress Greed Cell value is empty.

http://soft-test-tech.co.uk/2011/10/aut ... t-ranorex/ does not help me. I use bundle of VS2010+Specflow+MSTest and everything works except for the InvokeRemotely method.