First of all, I apologise for any inaccuracy/mistakes - it is my first post here.

Here is the scenario:

I have Windows Server 2008 R2 with roles:

  • Active Directory
  • Fax Server
  • Web Server (IIS)
  • File Services
  • Printing Server
  • Application Server
  • There is also Desktop Experience Feature for accessing UNC shares from localhost

I have installed SharePoint Foundation 2010 on this server. On Default SP Web App (which is managed by SPIntranetAppPool (identity - SPIntranetSite) ) i have images library called "Faxes".

Fax messages are received by fax process (FXSVC.EXE) which has NETWORK SERVICE identity.

The problem is: I want fax process to save incoming faxes to SP library. I set incoming routing for fax server role to save in "\host\Faxes" but it doesn't. I also give permissions in "Faxes" SP Library for NETWORK SERVICE. But it doesn't work. The problem is harder because it doesn't show any clue in fax role event log.

I really appreciate any clue or help.

link|improve this question
not familiar with the fax server at all but have you tried running it as a normal user? Would suspect that the user would need admin rights but you could use it as a test just to see what would happen. – tony roth Dec 15 '10 at 15:26
It is not possible change user to normal AD user. From unknown reason fax service accepts only build-in service roles (Network Service , Local Service , System Local) even it has right groups. – Redzio Dec 16 '10 at 15:25
feedback

1 Answer

up vote 0 down vote accepted

A cleaner approach to this might be to mail-enable your library and configure the fax server to mail new faxes to the library's address. I know that seems a bit much since they're both on the same machine, but it has the advantage of using simple and well-understood technology in both SP and Fax Server.

link|improve this answer
You're right. I have set up incoming emails to farm and configured library to get emails. It is working. Thank you very much. – Redzio Dec 16 '10 at 15:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.