3011 error using DoCmd.SendObject

  • Thread starter Thread starter mcnews
  • Start date Start date
M

mcnews

i have a client who is getting a 3011 object not found error using
DoCmd.SendObject acSendReport, stDocName, acFormatRTF.
the app has been working fine for a couple of years. the app was
recently moved to a different application server.
i'm guessing that the object that isn't found is the exchange server
email client.
if they right click on the report they are trying to send and choose
send to mail recipient nothing happens.
however, when i run the app from my machine (local or on the share
drive) it works just fine.

any clues?

tia,
mcnewsxp
 
i have a client who is getting a 3011 object not found error using
DoCmd.SendObject acSendReport, stDocName, acFormatRTF.
the app has been working fine for a couple of years. the app was
recently moved to a different application server.
i'm guessing that the object that isn't found is the exchange server
email client.
if they right click on the report they are trying to send and choose
send to mail recipient nothing happens.
however, when i run the app from my machine (local or on the share
drive) it works just fine.

any clues?

turns out the rites didn't get pushed over to the new box by the
admin.
 
Back
Top