SMTP Problem

DayzerDayzer Member Posts: 12
Hi Guys,

I am trying to use SMTP CU400. It will work no problem from the server the SQL Database is installed on. But running it from a Client PC it will fail with the following msg: Could not Invoke the member SEND. The OLE Control or Automation Server returned an unknown error code.

I dont understand why it will work from the Installed location of the DB and not any PC with the SQL Client. I have check the Automation and it is picking it up fine.

Any imput to slove this would be great :)

Thanks

Comments

  • vijay_gvijay_g Member Posts: 884
    Check the automation variable registered on server has been successfully registered on client system also?
  • DayzerDayzer Member Posts: 12
    vijay_g wrote:
    Check the automation variable registered on server has been successfully registered on client system also?

    Yes they have been Successfully Registered using the RegAsm.EXE
  • DayzerDayzer Member Posts: 12
    Anybody have an idea I could try ?
  • koubekkoubek Member Posts: 84
    Invocation errors usually indicate calling of functions that parameters (number of parameters or their types) do not match. Check if the automation version (or version of the class within the automation) is correct.
  • casanovacasanova Member Posts: 194
    Dayzer wrote:
    vijay_g wrote:
    Check the automation variable registered on server has been successfully registered on client system also?

    Yes they have been Successfully Registered using the RegAsm.EXE
    how to register using regasm.exe?
  • vijay_gvijay_g Member Posts: 884
    This may help you....
    http://www.mibuso.com/forum/viewtopic.php?f=23&t=19206
    
Sign In or Register to comment.