G
Guest
We have 2.0 .Net Framwork Service written in VB.NET installed on our Win 2K3
Fax Server that automatically sends faxes from a shared folder on the
network. The fax queue is stored in a SQL Server 2000 database table. The
application polls the table to get all faxes that have not been sent and then
send them on at a time.
The problem we are having is that we get the error below whenever the
service attempts to send a fax.
Access denied.
FaxComEx.FaxDocument.1
at FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)
at FaxManagement.FaxManager.SubmitFaxes(FaxDocs_DS docs)
Does anyone have any suggestions on how to resolve this issue. Thanks.
Fax Server that automatically sends faxes from a shared folder on the
network. The fax queue is stored in a SQL Server 2000 database table. The
application polls the table to get all faxes that have not been sent and then
send them on at a time.
The problem we are having is that we get the error below whenever the
service attempts to send a fax.
Access denied.
FaxComEx.FaxDocument.1
at FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)
at FaxManagement.FaxManager.SubmitFaxes(FaxDocs_DS docs)
Does anyone have any suggestions on how to resolve this issue. Thanks.