Jodo support,
I was told earlier that ServerObjects ASPMail was installed on mssql1.jodoshared.com (Ref ticket#'s #6740 #6745) I wrote a simple activeX VB script in a scheduled job and DTS Meta data package to test that ASPMail is installed and I get the error "Can't create object" The class string that I am using is CreateObject("SMTPsvg.Mailer"). This same script works using ASP on win2.jodoshared.com. This leads me to believe that the ASPMail component was not installed on mssql1! OR I can not run ActiveX scripts. Please let me know what you find and can you please fix this if it is a problem on your end.
It would also be nice to call ASPMAil from a stored procedure by using sp_OACreate, sp_OASetProperty, sp_OAMethod, sp_OADestroy, etcetera. I can't use these to set up an object even if the ASPMail object is installed. I don't have the permissions. Is it possible to have these permissions?
I was told earlier that ServerObjects ASPMail was installed on mssql1.jodoshared.com (Ref ticket#'s #6740 #6745) I wrote a simple activeX VB script in a scheduled job and DTS Meta data package to test that ASPMail is installed and I get the error "Can't create object" The class string that I am using is CreateObject("SMTPsvg.Mailer"). This same script works using ASP on win2.jodoshared.com. This leads me to believe that the ASPMail component was not installed on mssql1! OR I can not run ActiveX scripts. Please let me know what you find and can you please fix this if it is a problem on your end.
It would also be nice to call ASPMAil from a stored procedure by using sp_OACreate, sp_OASetProperty, sp_OAMethod, sp_OADestroy, etcetera. I can't use these to set up an object even if the ASPMail object is installed. I don't have the permissions. Is it possible to have these permissions?