Hi.
I have Cognos insight 10.2.2.
When i try to connect to server i get this error:
Script error
Line:16
Char:10614
script error unable to get property 'toLowerCase' or undefined or null reference
Code:0
I get this error a few times, then insight working ok?
Any idea?
br
Cognos Insight error --Scipt Error_ToLowerCase
-
- MVP
- Posts: 160
- Joined: Wed Aug 17, 2011 3:51 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: Excel 2007
Re: Cognos Insight error --Scipt Error_ToLowerCase
This is a Javascript error caused by something like this:
var lower = s.toLowerCase();
But instead of s being a string it is null or undefined.
Unless you feel like hacking the Javascript code the only recourse is to report the error so it can be fixed.
var lower = s.toLowerCase();
But instead of s being a string it is null or undefined.
Unless you feel like hacking the Javascript code the only recourse is to report the error so it can be fixed.
-
- Posts: 1
- Joined: Thu Sep 04, 2014 9:30 pm
- OLAP Product: Cognos TM1 Performance Modeler
- Version: 10.2.0
- Excel Version: 14.0.7128.5000
Re: Cognos Insight error --Scipt Error_ToLowerCase
Hi
I have the same script error and two more, and I connect with cognos insight in server
but when I'm trying to connect from another machine in the same network I can´t.
it says that the web page cannot displayed.
I have the same script error and two more, and I connect with cognos insight in server
but when I'm trying to connect from another machine in the same network I can´t.
it says that the web page cannot displayed.