Error 18024

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Senthil
    New Member
    • Sep 2006
    • 10

    Error 18024

    Hi,

    while executing the below script I got the following error

    Server: Msg 18024, Level 16, State 1, Line 0
    xp_sendmail: failed with operating system error 32

    during debugging the script if I change the extention/name of attachments('ac hpayment.xls') then it is working fine.

    If I we try with the same xls extension with same file name ('achpayment.xl s') then it is not working in specific server only.

    Could anyone can reason it out....

    Thanks,
    senthil


    SCRIPT:

    Exec Master..xp_send Mail

    @recipients='so ft.gvi@gvedge.c om',

    @Message='Testi ng',

    @Subject='Testi ng',

    @Query='Exec ads_pelican..AC HMulti_Payment' ,

    @separator = ',',

    @attachments = 'achpayment.xls ',

    @Attach_results ='True',

    @ansi_attachmen t='True',

    @width=250
Working...