Can't open report, if Enhanced security activated

Bug reports.
User avatar
slavikf
Posts: 104
Joined: Mon Sep 13, 2010 9:07 pm
Location: Toronto, Canada
Contact:

Can't open report, if Enhanced security activated

Post by slavikf » Mon Oct 03, 2011 10:08 pm

I ran into this problem, when i tried Ranorex on Windows Server 2008.
By default, IE uses "Enhanced security".
So, when i ran test cases, i see window with report, but can't open any entries...
When i used debugger in IE, it complains about jQuery being unavailable. So, i guess that security mode block it...
So, may be, some other way can be found, how report can be displayed, so it will work in this security mode?

Workaround: disable IE Enhanced security mode
bug.PNG
You do not have the required permissions to view the files attached to this post.

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Can't open report, if Enhanced security activated

Post by Ciege » Mon Oct 03, 2011 10:43 pm

You can add the "site" to the Trusted Sites zone or to the Local Intranet zone. That should allow for running the proper ActiveX scripts.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

User avatar
slavikf
Posts: 104
Joined: Mon Sep 13, 2010 9:07 pm
Location: Toronto, Canada
Contact:

Re: Can't open report, if Enhanced security activated

Post by slavikf » Mon Oct 03, 2011 10:48 pm

Hm,

Ranorex XSL file includes following line:

<!-- http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js -->

So, it is not obvious from the beginning, which "site" to include...
Anyway, i figure out it by now...

BTW, i am testing desktop standalone app. Now, i wonder, how report will be displayed, if my machine will be disconnected from the Web?... :-(
This does not seem to be right solution...

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Can't open report, if Enhanced security activated

Post by Support Team » Wed Oct 05, 2011 1:48 pm

Hi,
slavikf wrote:<!-- http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js -->
This section is commented out in the XSL file and you need not Internet-connection to open the report. We placed it there as a hint for us. So therefore you also can open your report without an Internet-connection, because all data are stored in the XSL file. The only thing you have to do, is to add it to the trusted location if you open it on Windows Server 2008. Also the enable protected mode should be disabled.

Regards,
Peter
Ranorex Team