Hi,
I've got an MS Access app that uses CDO to mail out the results of various reports that it produces.
The application works fine running from my desktop, but when I try to run it through a web-based Citrix session I get a error (80004005 Automation Error, Unspecified Error) when I try to instanciate the CDO Session object. I have been unable to determine the cause of it. I thought that perhaps the Citrix Server on which the application is running was missing the CDO.DLL library, but I was assured by my Server Management guys that the DLL is there.
I also placed an "On Error Resume Next" just before the line that creates the object. When I run it and look at the ERR object just after the call it gives the same error but it says the Source is "IfaceErrorMgr". Also checking the session object at that point shows me that the object was not created.
Any clues as to why I'm getting this error or how to track it down
Tx

Automation error 80004005 when creating a CDO session Object