Jump to content

when we are migrated the Report from 7.0 to 7.11, we are facing an issue as "Cannot read property 'tagName' of undefined:"


Senthilnathan Eswaran

Recommended Posts

when we are migrated the Report from 7.0 to 7.11, we are facing an issue as "Cannot read property 'tagName' of undefined:"

 

Error(s) during update

Type: TypeError

Message: Cannot read property 'tagName' of undefined

Stacktrace: TypeError: Cannot read property 'tagName' of undefined

at Object.TextBoxControl.initialize (http://localhost:8001/package=js:18545:28)

at eval (eval at evaluate (http://localhost:8001/package=js:12828:83), :133:7142)

at eval ()

at Object.evaluate (http://localhost:8001/package=js:12828:83)

at Object. (http://localhost:8001/package=js:12429:113)

at Function.each (http://localhost:8001/package=js:43:116)

at updateDocument (http://localhost:8001/package=js:12429:52)

at receiveCallbackFromRequest (http://localhost:8001/package=js:12446:1)

at WebSocket.socket.onmessage (http://localhost:8001/package=js:12931:82)

Error(s) during update

Type: TypeError

Message: Cannot read property 'tagName' of undefined

Stacktrace: TypeError: Cannot read property 'tagName' of undefined

at Object.TextBoxControl.initialize (http://localhost:8001/package=js:18545:28)

at eval (eval at evaluate (http://localhost:8001/package=js:12828:83), :133:7649)

at eval ()

at Object.evaluate (http://localhost:8001/package=js:12828:83)

at Object. (http://localhost:8001/package=js:12429:113)

at Function.each (http://localhost:8001/package=js:43:116)

at updateDocument (http://localhost:8001/package=js:12429:52)

at receiveCallbackFromRequest (http://localhost:8001/package=js:12446:1)

at WebSocket.socket.onmessage (http://localhost:8001/package=js:12931:82)

Please suggest me some idea to resolve this issue

Link to comment
Share on other sites

I would recommend if you can review your javascript as,with Spotfire versions 7.5 or later, the whole design of controls is quite different compared to its predecessors (ex: 7.0.x). It's important to note that HTML may not be the same between releases. , so Javascript always needs to be checked (and revised/redesigned) for every release.

 

If you cannot find anything wrong with the script, will recommend raising this with support and also sendthe copy of your analysis file

Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...