Page 1 of 1

Cognos Insight error --Scipt Error_ToLowerCase

Posted: Mon Sep 01, 2014 12:26 pm
by sun
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

Re: Cognos Insight error --Scipt Error_ToLowerCase

Posted: Wed Sep 03, 2014 1:25 pm
by dr.nybble
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.

Re: Cognos Insight error --Scipt Error_ToLowerCase

Posted: Thu Sep 04, 2014 11:01 pm
by jonhpaul
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.