In TM1Web, clicking on *any* websheets (across *all* TM1 server instances) results in prompting the user to download the websheet as oppposed to rendering it in the right-hand frame as usual. The icon for the websheets has changed to the little box of zero's indicating a binary download.
Specifics:
TM1 9.5.1 HF10
Web tier - Windows 2003 Server x64, IIS 6
App tier - AIX 6.1 - admin server is also on the app tier
There have been no system/tm1 changes that I am aware off (although IT via SMS *might* have messed with something).
I have already re-installed the web components on the Windows tier to no avail. In looking into the underlying javascript script in navtree.js, it appears that all websheets are returning an objecttype of "External File":
Code: Select all
8.getAttribute("ObjectType");if(_9=="ExternalFile"){DownloadFile(_8.id)
Thanks,
-- John