ConnectedSubmit; Operation failed

  • Thread starter Thread starter Charles de la Sablonniere
  • Start date Start date
C

Charles de la Sablonniere

Hi,
I'm sending faxes using the ConnectedSubmit method of IFaxDocument.
Everything works just fine when I'm sending few faxes. But as soon as I
try to send a lot of them, the ConnectedSubmit method starts to fail
with "OperationFailed" errors.

The error code I always get is: 80070004
The Facility of that error is 7 and the Code is 4, which means "The
system cannot open the file".

I am sure that all files I try to fax are not locked by another process

Can anyone help me with that?

TIA

Charles
 
Hi,
I'm sending faxes using the ConnectedSubmit method of IFaxDocument.
Everything works just fine when I'm sending few faxes. But as soon as
I try to send a lot of them, the ConnectedSubmit method starts to fail
with "OperationFailed" errors.

The error code I always get is: 80070004
The Facility of that error is 7 and the Code is 4, which means "The
system cannot open the file".

I am sure that all files I try to fax are not locked by another
process

Can anyone help me with that?

TIA

Charles

One thing I could add:
The error only happens if I have more than one recipients.

--
 
Back
Top