TM1WEB error when trying to open published excel files

Post Reply
jvdborre
Posts: 2
Joined: Mon Aug 23, 2010 11:03 pm
OLAP Product: tm1
Version: 9.5.1
Excel Version: 2010

TM1WEB error when trying to open published excel files

Post by jvdborre »

Hello,

Longtime lurker in here, nice to meet you :)

As the subject states, I'm having troubles with opening excel files via TM1WEB. We're running an x64 server setup. I've tried about everything I could find on the forums, but with limited success.
This includes clearing the cache, registering the ocx and dll, setting the IIS instance (we're on IIS6) to 32 bit, registering the correct ASP.NET version, ..

The error we get to see is the well known 'cannot convert MS Excel workbook to XML".

Apparently, the system does work, when I shut down the tm1excelservice service, start it manually using the -standalone parameter then restart the service using the services.msc console.

So my question is: has anyone ever had and solved the same problem? Does anyone know what the -standalone parameter does, in contrary to running the service as a service?

Thanks for your time
Joris
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: TM1WEB error when trying to open published excel files

Post by tomok »

I've never heard of the "standalone" parameter but if it's not working when run as a service but does when you launch it as an applicaton I am going to guess the ID the service is running under does not have full privileges to the inetpub\wwwroot\TM1WebEx\ExcelSheet folder. This is where TM1 stores the translation from Excel to HTML files that TM1Web needs. When you open an Excel-based report in TM1 for the first time, the Excel Service looks at the Excel sheet and translates it to HTML, putting some files in a folder underneath the ExcelSheet folder that TM1Web uses. If the ID the Excel Service runs under does not have full security access to ExcelSheet then it's not going to work. The installation should take care of this but I've had instances where I had to manually give those privileges.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
jvdborre
Posts: 2
Joined: Mon Aug 23, 2010 11:03 pm
OLAP Product: tm1
Version: 9.5.1
Excel Version: 2010

Re: TM1WEB error when trying to open published excel files

Post by jvdborre »

Hi Tomok

Your solution seems to solve the problem. Running with the apparently fake -standalone parameter just runs an instance under admin rights, which had the write privileges it needed.

thanks for your quick reply
Joris
Post Reply