NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on December 04, 2012, 06:52:10 AM

Title: Excel document on fileserver
Post by: bramkip on December 04, 2012, 06:52:10 AM
Hi,

I'm using OfficeInside for creating a Excel document. All works well on my PC, but not on my server (Windows 2008). I think it has to do with write permissions. For testing purposes I already grant write permission to 'Anybody' for the web\report directory, but the Excel document isn't created.

Can anybody help with this?

Thanks.

Bram Kip


Title: Re: Excel document on fileserver
Post by: Vinnie on December 04, 2012, 07:04:45 AM
I also had a problem like this on Windows 7 pc the other day. It turned out that the '.xls' extension was missing in my SendTo_Window extension - Output Setup Tab. Word and HTML and PDF all worked OK.

Hope this helps

Vince

Title: Re: Excel document on fileserver
Post by: bramkip on December 04, 2012, 01:07:44 PM
Hi Vinnie,

I suppose you use the Sendto template also? I'm only use the OfficeInside (like the ExcelRequiresOI (54) example)

Thanks.

Regards,
Bram
Title: Re: Excel document on fileserver
Post by: kevin plummer on December 04, 2012, 01:45:43 PM
I'm running win2008 server and all works ok for me. I do run my web server apps via my admin login and also not as a service. Sounds like it is a permission issue so I would error check when you try to initialize excel and when you save the file. Also try to run one of the example excel apps to see if you have the same prob.
Title: Re: Excel document on fileserver
Post by: bramkip on December 06, 2012, 02:57:13 AM
Hi Kevin,

Even when I run the program without SelfService the Excel document isn't generated. As you said, I think also that it has something to do with the permissions.
But for testing I already granted the directory web\reports full rights.

Regards,
Bram
Title: Re: Excel document on fileserver
Post by: kevin plummer on December 06, 2012, 03:41:44 AM
it could be that it has no permission to run Excel so doesn't even get to the save file part.
Title: Re: Excel document on fileserver
Post by: Bruce on December 06, 2012, 10:29:41 PM
Is Excel actually installed on the server?