Posted on August 1, 2009 by sapbasisadmin
Problem : Transport control program tp ended with error code 0208. Error shows that transport profile is missing.
Action Steps :
Check whether transport profile which is located in Transport Domain exists or not. The link should be like this : //<domain_host>/sapmnt/trans/bin/TP_DOMAIN_<SID>.PFL .
Check the TMS configuration like RFC Destination configuration, transport domain setting.
Check network connection between localhost and [...]
Filed under: Problem and Solving, SAP Tips and Tricks, SAP Web AS ABAP | Tagged: SAP, STMS, TMS, TP ERROR, Transport Domain | Leave a Comment »
Posted on June 28, 2009 by sapbasisadmin
As in the title, this is the procedure to configure SMTP Inbound and Outbound in SAP.
Setting Profile Parameter below:
icm/plugin_<*> = PROT=SMTP,PLG=<prog>, ex : icm/plugin_2 = PROT=SMTP,PLG=./smtpplugin.so
icm/server_port_<*> = PROT=SMTP,PORT=<port>, ex : icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180
is/SMTP/virt_host_<*> = :<host>:<port>,<port>,…;, ex : is/SMTP/virt_host_0 = *:25000;
Create a user with type system (Tx code: SU01 ) and assign S_A.SCON to it. for [...]
Filed under: SAP Netweaver Technology, SAP R/3, SAP Tips and Tricks, SAP Web AS ABAP | Tagged: Inbound, Outbound, SAP, SAPConnect, SCOT, SICF, SMTP | Leave a Comment »