Trouble sending faxes using FAXCOMEXLib library

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.
 
V

Vincent Xu [MSFT]

Hi,

Thanks for posting.

Please note that the partner newsgroups are provided for specific break/fix
issues.

For assistance with this coding/development issue, please consider these
resources:

1. MSDN newsgroups
http://msdn.microsoft.com/newsgroups/default.asp


2. ISV Advisory Services
If you have the ISV Competency, Microsoft Global Partner Support
Delivery ISV team offers the advisory services to your development projects
with best practices, .Net migration guidance, architecture guidance, code
samples and technology workshops.
Advisory services are offered as part of the partner benefits at no
extra charge.

The services can be accessed either by email or phone:
(e-mail address removed) (for Gold Partners)
(e-mail address removed) (for Certified Partners)
(e-mail address removed) (for Empower Partners)

Phone: 1-800-426-9400, option 4, your partner level member services,
and follow the instructions for ISV advisory services.

I hope this information is helpful in getting started and we invite you to
post again with any specific break/fix issues.

Best regards,

Vincent Xu
Microsoft Online Partner Support

======================================================
Get Secure! - www.microsoft.com/security

======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================



--------------------
 
S

Sam Vel

Mark

Check if the server name in the code is correct if so then change it to
IP Address

This will solve the problem

Feel free in case of query

Regards
Sam Vel
 

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