Ibm midrange 使用SNDDST发送邮件

Ibm midrange 使用SNDDST发送邮件,ibm-midrange,control-language,Ibm Midrange,Control Language,我正在尝试从我的as400发送电子邮件,但未成功! 我正在将此代码用于CLLE: SNDDST TYPE(*LMSG) TOINTNET((*NONE) + ('address1@mail.it') + ('address2@mail.it')) DSTD('TEST') + LONGMSG('test mail...') 我收到了我的用户的一个错误,我用WRKDIRE修复了这个错误,在那里我添加了这个用户,事实上现在我调用这个程序时,

我正在尝试从我的as400发送电子邮件,但未成功! 我正在将此代码用于CLLE:

SNDDST     TYPE(*LMSG) TOINTNET((*NONE) +
       ('address1@mail.it') +           
       ('address2@mail.it')) DSTD('TEST') +
LONGMSG('test mail...')
我收到了我的用户的一个错误,我用WRKDIRE修复了这个错误,在那里我添加了这个用户,事实上现在我调用这个程序时,读取到了dspjoblog中:分发的发送成功完成了。 但我在邮箱里没有收到任何东西

我认为SMTP配置正常,但我收到以下错误:

      Tipo    Tipo   ----Registrata----               -----Mittente-----  Num. 
Opz Funzione  voce   Data       Ora      Nome lav.    ID utente  Indir.   seq  
     *RTR    *ERR   10/04/12  13:04:15  QMSF         MARCO     MT        0013 


Funzione . . . . . . . . . . :   Instradamento distribuzione  
Lavoro . . . . . . . . . . . :   275842/QMSF/QMSF             
Data/ora . . . . . . . . . . :   10/04/12  13:04:15           

Mittente:                                                     
ID utente/Indirizzo  . . . :   MARCO     MT                 
Nome sistema/Gruppo. . . . :   S6518B7A                     
Numero di sequenza . . . . . :   0013                         
Data/ora di origine  . . . . :   10/04/12  13:04:15           
Agente destinazione  . . . . :   OfficeVision                 

Codice stato SNADS . . . . . :   0001 Errore instradamento    
Destinatario in errore:                                       
ID utente/Indirizzo  . . . :   INTERNET  GATEWAY            
Nome sistema/Gruppo  . . . :   INTERNET                     
Voce indirizzario sistema  :   Definito localmente          
Message. . . : Failed opening file IFS (Integrated File System)
on file/MMAIL/temp/Q6.txt
Cause. . . . . : The RTCP function requires the use of a file IFS (Integrated
   File System) / MMAIL/temp/Q6.txt. The error received by the call is 3025.
   This file does not exist in the system is blocked or damaged and can not
    be used at the time.
Correction. . . : Close MSF (Mail System Framework) "ENDMSF" and restart
 "STRMSF".
我发现了这个错误:

      Tipo    Tipo   ----Registrata----               -----Mittente-----  Num. 
Opz Funzione  voce   Data       Ora      Nome lav.    ID utente  Indir.   seq  
     *RTR    *ERR   10/04/12  13:04:15  QMSF         MARCO     MT        0013 


Funzione . . . . . . . . . . :   Instradamento distribuzione  
Lavoro . . . . . . . . . . . :   275842/QMSF/QMSF             
Data/ora . . . . . . . . . . :   10/04/12  13:04:15           

Mittente:                                                     
ID utente/Indirizzo  . . . :   MARCO     MT                 
Nome sistema/Gruppo. . . . :   S6518B7A                     
Numero di sequenza . . . . . :   0013                         
Data/ora di origine  . . . . :   10/04/12  13:04:15           
Agente destinazione  . . . . :   OfficeVision                 

Codice stato SNADS . . . . . :   0001 Errore instradamento    
Destinatario in errore:                                       
ID utente/Indirizzo  . . . :   INTERNET  GATEWAY            
Nome sistema/Gruppo  . . . :   INTERNET                     
Voce indirizzario sistema  :   Definito localmente          
Message. . . : Failed opening file IFS (Integrated File System)
on file/MMAIL/temp/Q6.txt
Cause. . . . . : The RTCP function requires the use of a file IFS (Integrated
   File System) / MMAIL/temp/Q6.txt. The error received by the call is 3025.
   This file does not exist in the system is blocked or damaged and can not
    be used at the time.
Correction. . . : Close MSF (Mail System Framework) "ENDMSF" and restart
 "STRMSF".
我刚刚尝试重新启动作业,但未成功,并且始终在QMSF作业中显示以下错误日志:

Message ID. . . . . : Severity CPFAF98. . . . . . . : 60
Message type. . . . : Informational
Submit Date. . . . . . : 13/04/12 Time sent. . . . . . : 12:44:02

Message. . . : The job has stopped processing 320083/QMSF/QMSF
  MSF message.
Cause. . . . . : The program exit point in the library QTMSFWD QTCP
  to the point of exit QIBM_QZMFMSF_MSG_FWD has detected a condition with
  6518B7A0909081414210000000008 the message ID. The message indicates that
  processing must be completed. The MSF message will be revised
  the next command execution STRMSF (Start Mail Server Framework)
Correction. . . : Determine because the program exit point has
  indicated the need to end processing of a message. in
  joblog may be listed messages that have caused
  incorrect program. Correct errors, and run the
ENDMSF command (closing mail server framework) to terminate

有很多事情要检查。因为你没有描述你所做的事情,所以很难提出你可以做的其他事情。我可以推荐一些阅读材料吗


    • 有很多事情需要检查。因为你没有描述你所做的事情,所以很难提出你可以做的其他事情。我可以推荐一些阅读材料吗


      尝试使用@Buck-Calabro的链接,这里还有一些其他链接。SMTP可能未完全正确设置


      尝试使用@Buck-Calabro的链接,这里还有一些其他链接。SMTP可能未完全正确设置


      您可以从使用DSPDSTLOG查看SNADS日志开始

      IBM支持文档“SNADS-基本故障排除过程”对查找错误源非常有帮助。希望这有助于


      您可以从使用DSPDSTLOG查看SNADS日志开始

      IBM支持文档“SNADS-基本故障排除过程”对查找错误源非常有帮助。希望这有助于


      SMTP服务器设置是否正确?SMTP服务器设置是否正确?能否检查文件“/MMAIL/temp/Q6.txt”是否存在。如果存在,将权限授予*public,然后重新启动邮件服务器(“ENDMSF”然后“STRMSF”)。/MMAIL/temp为空。但是,当创建此文件时,最好是从该网页中引用,单击“2.电子邮件未到达目的地”。您可以阅读有关“/MMAIL/temp”的简短说明。许多年前,我在as/400中设置了邮件-我忘记了大部分细节。据我记忆所及,最初邮件由于某些错误的设置而无法正常工作。不知道这是否有帮助-查看来自的上一篇论坛帖子。如果仍然不起作用,最好在这个论坛上提问。多达/400名专家使用System iNetwork论坛而不是stackoverflow。能否检查文件“/MMAIL/temp/Q6.txt”是否存在。如果存在,将权限授予*public,然后重新启动邮件服务器(“ENDMSF”然后“STRMSF”)。/MMAIL/temp为空。但是,当创建此文件时,最好是从该网页中引用,单击“2.电子邮件未到达目的地”。您可以阅读有关“/MMAIL/temp”的简短说明。许多年前,我在as/400中设置了邮件-我忘记了大部分细节。据我记忆所及,最初邮件由于某些错误的设置而无法正常工作。不知道这是否有帮助-查看来自的上一篇论坛帖子。如果仍然不起作用,最好在这个论坛上提问。许多as/400专家使用System iNetwork论坛而不是stackoverflow。