Unable to fax Office documents

G

Guest

Hi all,

This is what I am trying to achieve. I am writing a web application to allow
my users to submit their documents for faxing. I have tested it using bmp and
txt file and both seems to be ok. When I try to test with excel of word
document, it gives me error. From the applicaiton event log, noticed that
there are some messages on msiinstaller couldn't find some keys in the
HKEY_CURRENT_USER registry. From the task manager I noticed that winword.exe
or excel.exe was run by Network service (I am using Win2003 server). So, I
changed the user identity that run the defaultapppool in my IIS with a userid
which I can login and launch Word or Excel(I thought it's because there's
some registry settings that needs to set during the first time using office).
But even after that when I ran the application again, it gives me the same
error. The problem only goes away when I add that userid into administrators
group which I am not infavour of.

Can someone enlighten me on this?

Thanks in advance
 
R

Raghavendra R [MSFT]

I think this should be related to some security settings in IIS or ASP. You
should try in forums related to IIS or ASP to get the best answer.

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
A

Alex Feinman [MVP]

Running fax service under Network Service account works nicely. The problem
is actually caused by office suite products popping up a dialog on the first
run (asking to enter user initials), which gets blocked since the fax
service does not have interactive access.
The way around it is to log in into the server, make sure that Word/Excel
lauhch without any propmts on startup and then run the following commands:

REG COPY HKCU\Software\Microsoft\Office­
HKU\S-1-5-18\Software\Microsof­t\Office /S
REG COPY HKCU\Software\Microsoft\Office­
HKU\S-1-5-19\Software\Microsof­t\Office /S

as described here:
http://groups-beta.google.com/group/microsoft.public.win2000.fax/msg/ecfc3314ae057a32?hl=en&
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top