IBM Cognos Business Intelligence 10.1.1. with IE11 - internet-explorer-11

I have installed IBM Cognos 10.1.1 and i would use the Internet Explorere 11.
Is that possible ? Is it compatible ?

Yes you can use IE11. For your reference kindly check this link,under Supported Software tab look for the Web Browser category.
IE 11 Compatibility
Hope this helps.

Related

IE11 support with Angular 13

I know by default angular 13 doesn't support IE11.Does anyone have some experience how to make it work? Is there any chance those two versions works together?
I'm afraid it is impossible since Angular has officially removed its support for IE11. However, if you have such a demand, you can use Angular 12 as said in the blog:
Thanks to everyone who participated in the request for comments (RFC).
Developers who still need to support IE11 users for existing projects
can continue to use Angular v12 and it will be supported until
November 2022.

How to get access to a TIWApplication from other computers

I am using Intraweb version 14.0.0 on C++Builder 10.2 Tokyo.
I have constructed a test application using TIWServerController and TIWApplication.
When I run the application it shows the controls on the web browser, but I am not being able to get access to the same application using another web browser window of the same kind.
How can I use IntraWeb to serve the same application to several users from different locations of the same local network ?
Thank you very much.
Jayme Jeffman
I have found the problem. The version of IntraWeb (14.00) which was added to C++Builder 10.2 Tokyo community edition does not work the same way as it does on the paid version which has the 14.2.10 attached to the paid edition of C++Builder.
I have asked to a collegue of mine who has the paid edition to build the same test application I have made and everything is now working fine. Including the port number that now is always the same set in the IWServerController instead of start each time with a new one.

WebRTC: Is it supported in Safari & IE browsers?

I would to develop video streaming usign WebRTC. I have not heard about the browser compatibilities. Does it work in IE & MAC systems? Please advice the pros & cons of it.
It works great on Mac systems using Firefox or Chrome. Safari doesn't support WebRTC yet.
IE doesn't support WebRTC also. Nevertheless, Microsoft claimed that IE will support WebRTC when standard had been finalized.
Regarding IE, take a look here, also: Which version of Microsoft Internet Explorer support WebRTC?
Rather than [just] providing an answer that will surely go out of date at some point, let me point you to CanIUse.com:
http://caniuse.com/#search=webrtc
Currently, as of 2015-08-14, WebRTC is still completely missing from Safari (OS X & iOS) and from IE (including Edge).
Safari
Apple announced support for WebRTC in Safari 11.
You can download the latest beta version of Safari 11 at the following link:
(You need to sign in with your Apple ID) https://developer.apple.com/safari/download/
Microsoft Edge
Edge supports webRTC with the help of adapter.js.
Internet explorer
You'll need a 3rd party plugin, like Skylink or Temasys.

Microsoft reporting services crashes when trying to print from internet explorer 11

I just upgraded my browser to IE 11 and everytime I try to print a report from reporting services, the browser stops working and crashes. For some of our users, the print button is even disabled.
Is anyone else having this problem and does anyone know of a fix? Thanks.
Most likely SSRS is running ASP.Net 4.0 which has issues with browser sniffing IE 11. So you have a few options, The "easiest" being upgrade to .Net 4.5.
You could also follow the steps here if that is not an option for you.
https://stackoverflow.com/a/19855256/3096369
That would allow ASP.Net to successfully sniff IE 11.
Let me guess, you are SQL Server R2 without SP2. I had to upgrade to Sql Server 2008 R2 SERVICE PACK 2.
The version of RsClientPrint you get with R2/SP2 is 10.50.4000, while
the version I had was 10.50.1600.
ReportViewer's Print Button Incompatible with IE 10?

How to test website in IE11 compatibility?

I have make a wordpress website http://thecloudmouth.com. by used Twitter bootstrap 3.0. It work all browsers without Internet Explorer 11. It is really very frustration for me. Please give me solutions. How to check IE11 from online or use any software ?
Thanks in advance.
You can download free virtual machines from http://modern.ie.
One of the VMs available includes IE11.
http://www.modern.ie/en-us/virtualization-tools#downloads
That should get you what you need to test it, and best of all, it's free.