Method 'Connect' of object 'IFaxServer' failed

Joined
Jul 11, 2005
Messages
2
Reaction score
0
1.) I have the Shared Fax Server installed on an Win2003 Server.
2.) I run following code in VBA (Access) on a Win2000 Machine

Set faxServer = CreateObject("FaxServer.FaxServer")
faxServer.Connect("Win2003")

3.) I always receive the following message: Method 'Connect' of object 'IFaxServer' failed.
4.) I searched the internet and found a lot information about this, but never found the right answer.
5.) When I use print To Shared Fax Printer in any programm, everything works fine.
6.) http://support.microsoft.com/default.aspx?scid=kb;en-us;q303647 this does not work too

Why does it not work by code? Is it security or what else could it be?
 
When I run the code on an WinXP machine then the connect function works but the send function
returns:
Method 'Send' of object 'IFaxServer' failed.

Anybody had the same problem and found a solution?
 
Back
Top