Acces Denied when calling FaxDocument Submit

Posted: 03-07-2006, 05:09 PM
Hello all:

I have a Windows 2003 SBS server. My client is Windows XP.

I wrote this VB code in Access to send faxes using the FAXCOMEX
library. I have fax services installed on the client and have checked
that
it has the fxcomex.dll on it.

Dim FS As New FAXCOMEXLib.FaxServer
Dim FD As New FAXCOMEXLib.FaxDocument

FS.Connect "MyServer"
FD.Body = "C:\Temp\test.rtf"

FD.CoverPageType = fcptNONE

FD.DocumentName = "Test"
FD.Priority = fptHIGH

FD.Recipients.Add (faxNumber)

FD.Submit("MyServer")

I am getting an Access Denied error on the FD.Submit line.

I have check the event viewer on both the client and server and dont
see anything.

I have the fax printer installed on the client machine and I can print
anything
I want to it and it faxes fine. When I installed the fax printer, I
provided the user name and password I set up for it and I told it to
remember the password.

Any ideas why I am getting the access denied error?

Thanks
Neil

Reply With Quote

Responses to "Acces Denied when calling FaxDocument Submit"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Acces to new accounts denied EvB Windows Vista Administration 5 12-07-2007 09:04 PM
Acces denied from old PC to Vista PC? Huib Windows Vista Networking & Sharing 9 03-28-2007 04:34 PM
Acces is denied Tom Windows XP Configuration & Management 7 04-25-2005 04:08 AM
acces is denied renee Windows XP Performance & Maintenance 0 12-25-2003 03:05 AM
Acces denied Ray Windows XP Help & Support 0 12-17-2003 05:11 PM