Cognos Insight error --Scipt Error_ToLowerCase

Post Reply
sun
Posts: 51
Joined: Thu Feb 02, 2012 8:21 pm
OLAP Product: TM1 Cognos
Version: 9.5
Excel Version: 2003

Cognos Insight error --Scipt Error_ToLowerCase

Post 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
dr.nybble
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

Post 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.
jonhpaul
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

Post 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.
Post Reply