| karthikeyan_ed 2006-08-31, 4:53 pm |
| Hi,
I have a set of scripts which i will be running on a daily basics.
Every script will write the result into an excel sheet.
Now i need to mail (send as a mail) the content of the excel sheet to a list of people using winrunner
How to do that?
I tried using the below code which is actually part of
"CSO Lib X" example.
public msg[ ], rv;
rv = SMTP_email_x("kannadorai@orbitz.com","kannadorai@orbitz.com","Test mail from WR","How are you?","CHITDSEXC01.tds.corp.cendant.org");
if(0==rv){
rv = get_last_error_x(msg);
report_msg(msg);
}
But i got an error saying the function 'get_last_error_x()' is not defined.
There is no problem with the way i deployed the CSO library. I could even get the library and list of functions listed in the winrunner function generator window.
One thing i noticed is that even the function generator is not displaying the 'get_last_error_x()' function.
Could any one help me?
if you have a working solution which is different from CSO lib, please send it to me.
Regards,
Karthikeyan A |