SMTP Configuration for GP

Hi All
I have to configure the SMTP settings in GP for mail trigger. I have the SMTP server IP and port details with me and have configured the same in the Portal->GP->Administration->Adminster BMF->Clients
I have followed the suggestions given in the following Link:[Re: Guided Procedures - set mail smtp host
But my problem is that when i use the following path : Guided Procedures -> Administration -> GP Configuration Tool -> Interactive Forms to configure the settings and click in Save after creating the communication settings, I get the following error:
com.sap.caf.eu.gp.base.exception.IllegalArgumentException: Input parameter: value has invalid value: null
     at com.sap.caf.eu.gp.model.forms.exceptionhandling.ExceptionHandler.throwIllegalArgumentException(ExceptionHandler.java:86)
     at com.sap.caf.eu.gp.model.forms.conf.ConfigAccessor.setProperty(ConfigAccessor.java:112)
     at com.sap.caf.eu.gp.model.svc.impl.ConfigurationManager.saveFormsEndpoint(ConfigurationManager.java:354)
     at com.sap.caf.eu.gp.model.svc.impl.ConfigurationManager.saveNonJ2EEConfigParams(ConfigurationManager.java:227)
     at com.sap.caf.eu.gp.model.svc.impl.ConfigurationManager.saveSzenario(ConfigurationManager.java:197)
     at com.sap.caf.eu.gp.model.svc.impl.ConfigurationManager.saveConfigurationSzenario(ConfigurationManager.java:179)
     at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveForms.save(CInteractiveForms.java:471)
     at com.sap.caf.eu.gp.ui.conf.iforms.wdp.InternalCInteractiveForms.save(InternalCInteractiveForms.java:215)
     at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveFormsInterface.save(CInteractiveFormsInterface.java:186)
     at com.sap.caf.eu.gp.ui.conf.iforms.wdp.InternalCInteractiveFormsInterface.wdInvokeMethod(InternalCInteractiveFormsInterface.java:196)
     at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291)
     at $Proxy1581_10000.save(Unknown Source)
     at com.sap.caf.eu.gp.ui.gpconf.app.CConfigApp.saveWizard(CConfigApp.java:317)
     at com.sap.caf.eu.gp.ui.gpconf.app.wdp.InternalCConfigApp.saveWizard(InternalCConfigApp.java:158)
     at com.sap.caf.eu.gp.ui.gpconf.app.VConfigApp.onActionSave(VConfigApp.java:430)
     at com.sap.caf.eu.gp.ui.gpconf.app.wdp.InternalVConfigApp.wdInvokeEventHandler(InternalVConfigApp.java:247)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
     at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
     at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
     at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
     at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
     at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
Can anyone tell me, what's exactly is to be filled in the Create Communication Settings pop-up form...??
Please guide me.
Regards
Deepak

Hi Kevin
Thanks for the reply.
Yeah, i found the tool. Since i do not have access to the Config Tool (which is offline based), i accessed the same property using the /nwa/sys-config and then selecting the "Services" tab and accessing the property as said by you.
I could indeed see the property but was unable to modify it. After going through a bit around, there's a message in NWA portal stating that properties can be edited only with the Config Tool and not online.
Is it really this case or is there any workaround..?? Actually, am at a remote location and do not have access to the system local path and hence cannot access Config Tool.
Regards
Deepak

Similar Messages

  • Smtp configurations for italian email server

    it seems I'm experiencing problems in creating email accounts for my hotmail.it, yahoo.it and libero.it providers..
    can anyone help with smtp configurations?
    thanks
    m

    The current server is mail.libero.it but you can't just use it to send mail via your email client when you are connected to the internet via an ISP other that libero infostrada. In that case you can always use the web mail interface to send out or reply to emails and that's free.
    To use the smtp mail.libero.com you will have to:
    1. Connect using libero ISP, which is only going to happen if you live in Italy
    2. Buy the mail service (around 30 Euro a year) which will give you a 1GB mailbox and will allow you to send/reply to emails directly from your email client (once you configure the outgoing mail server).
    I hope this helps.

  • SAP SMTP Configuration for Microsoft Exchange Online (Microsoft Hosted Solution for Exchange - Office365)

    Dear All,
    We are using Microsoft Exchange Online (Microsoft Hosted Solution for Exchange – Office 365) for sending and receiving emails. Now we want to setup SAP SMTP so that emails / notifications can be sending through SAP via Microsoft Exchange Online. It is quite easy to configure for setting SMTP Services for locally hosted Exchange Server. But this is the first time I am trying to setup for Microsoft Exchange Online.
    Current Instance Profile settings are as follows;
    is/SMTP/virt_host_1                         *:25000
    is/SMTP/virt_host_0                         *:*
    icm/server_port_2 PROT=HTTPS,PORT=44300,PROCTIMEOUT=300,TIMEOUT=600
    icm/server_port_1                           PROT=SMTP, PORT=1080, TIMEOUT=180
    icm/server_port_0 PROT=HTTP,PORT=8000,PROCTIMEOUT=300,TIMEOUT=600
    ms/server_port_0                            PROT=HTTP,PORT=81$$
    SCOT Settings are
    Mail Host             smtp.office365.com
    Mail Port              587
    Following are the settings for configuring Outlook for Exchange Online – Office 365;
    Server name
    Port
    Encryption method
    POP3
    outlook.office365.com
    995
    SSL
    IMAP4
    outlook.office365.com
    993
    SSL
    SMTP
    smtp.office365.com
    587
    TLS
    Please assist if any one configure office365 with SAP.

    Hello Majid,
    Were you able to setup SCOT for Office365 online, I have to setup same.
    Can you help with some guidelines on how you setup.?
    Regards,
    Ashish

  • BODS 3.1 :SMTP configuration to send email for success or failure of job

    Hi.
    This is further to this post : http://forums.sdn.sap.com/thread.jspa?threadID=1965129&tstart=0
    Thanks to all for the help.
    I did not find a complete set of information as things to do (for a person who is new to BODS).
    Hence sharing the workflow which works for me when tested on a simple workflow  :
    Pre-requisite : SMTP service to be made available on the BODS server and port 25 to be opened up.
    This is done by the IT dept of the company.
    When smtp service is activated and port 25 is opened up, telnet IP address 25 should say, service is available.
    Suggestion : create a email group like : bods at company.com which can be used to be used for the BODS JOBs. Which does not prompt for a password. This also is done by the IT dept of the company.
    1) On the BODS server :
    1) Click open Data Services Server Manager
    2) SMTP settings for smtp_to functions :
    Add the IP Address of the SMTP server
    Add the email address of the sender. Eg. bodsjobs at companyname,com
    3)Apply/Restart the server.
    2) Login to BODS Designer :
    Create a test job :
    TRY ==>DF===> Script for success ===> CATCH script for failure
    In the script for success : add the following :
    print (' IN TRY BLOCK Before email ' );
    smtp_to('bodsjobs at abc,com', ' SUCCESS OF JOB  :  '
    || job_name(),'Job completed successfully ', 0, 0);
    print('After Email ');
    In the script for Catch add the following :
    print (' IN CATCH BLOCK Before email ' );
    smtp_to('bodsjobs at abc,com', 'FAILURE OF JOB : '
    || job_name(),
    error_number( ) || 'Error message: ' || error_message( ) ||
    'check details', 50, 50);
    print('After Email ');
    Note : In the catch : select all exceptions on the check box.
    Save all.
    Click on the job and say execute.
    The job will run and if it is successful. You will receive the succes mail.
    If there is any error in the DF before the catch, you will receive a mail, which says failure.
    The above workflow, when tested atleast works for me.
    Hope this  helps.
    Regards
    indu

    Hi Arun.
    Am really not aware as to how to make things work from the console.
    I work on windows environment both at client and on the server.
    It looks like you got a bit confused on suggestion of a email group account.
    I never did anything on outlook configuration for activation of smtp for bods.
    I think you should not mess with outlook.
    I dont know from the client side how things work.
    But i have worked directly on the BODS server where the bods installation was done.
    It is relatively very simple to do and to test.
    But to even test why you get that error.
    All you need is just a email id. Which could be yours ???
    Put your email id as the source of email in that box in the job server.
    And put only your email id in smtp_to and test it.
    Run a test job. If it completes successfully. You will receive a mail.
    In the catch, if you have checked all the boxes for error capture,
    if the job fails, it would throw a dump of the errors in the email.
    Once everything works well and you receive emails for any jobs you are running.
    Then you could decide for the source of your email id and for the receipients of your emails of the jobs.
    You could put a group id of your team as source. And also in smtp_to script in case you want everyone to receive the alert that the job has been done or it has errors.
    Or include only those email ids in the smtp_to whom you feel, should receive the mail.
    Hope this idea helps.
    Please dont mess with outlook for any smtp activation for bods.
    It is not required if you are working on a windows environment.
    You just need a email id for testing.
    Outlook configuration does not come into picture at all.
    if there is any other unix environment involved. I have no idea.
    And i really do not know how things would be from a client side to configure.
    Server configurations i do from the server.
    I did all configurations on the main server machine. Not from the client.
    And I have only one job server so i did everything there.
    I did not do anything from management console.
    I use management console only for monitoring of jobs on a daily basis, the dashboard which gives you details of the data pulled, time taken etc etc.
    cheers
    indu.
    Edited by: Indumathy Narayanan on Oct 22, 2011 8:05 AM
    Edited by: Indumathy Narayanan on Oct 22, 2011 8:09 AM
    Edited by: Indumathy Narayanan on Oct 22, 2011 8:17 AM
    Edited by: Indumathy Narayanan on Oct 22, 2011 8:18 AM

  • Steps to configure smtp mail for a BI system

    Hi,
    Can anyone please give me steps to configure smtp mail for a BI system.
    Thank you,
    sam

    Hi,
    Hope this note is helpful.
    455140     Configuration E-mail, fax, paging/SMS via SMTP.
    Thanks,
    Tanuj

  • How to configure SMTP server for osb 10.3.1

    Hi All,
    Can anyone share information on how to configure SMTP server for osb 10.3.1
    and then how to send an email from osb 10.3.1
    Thanks in Advance!!

    Thanks a lot!!
    I configured the same way. When I am sending email to an account on the same domain as my SMTP server is the sending of email is successful. But its giving error when I am trying to send an emain to an account which is on different domain. It giving error as "Operation has been cancelled"
    Please suggest something.

  • Scot configuration for SMTP

    Hi all,
    I wolud like to know the configuration steps need to do in the SCOT transaction inorder to send the mails from SAP system to othermail servers via SMTP.
    Your help would be more appreciable
    Many thanks in advance
    rk.

    Hi RKK,
    e-mail, fax or paging/SMS via SMTP configured in the SAP Web Application Server & Which prerequisites and settings are required outside the SAP system?
    Brodly there are five steps to configure
    1. Profile parameters
    2.User administration (transaction SU01)
    3. Client assignment (transaction SICF)
    4.SAPconnect administration (transaction SCOT)
    5. Settings on the mail server (SAP-external configuration)
    For step by step visit smtp configuration guide at
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm.
    Cheers,
    Shyam.

  • Third party ISP and SMTP settings for outlook

    HI,
    we've recently sifgned with BThome because the connections speed where we live is much better than it was with demon. however...
    I can't semm to make a configuration for my outgoing email settings. i'm receivin my incoming messages from a third party POP account related to my website. there is no problem with my incoming mail, despite what the ncie indian lady at the helpline accused me of. with demon it was simple: you just changed the smtp setting to  post.demon.co.uk however there doesn't seem to be an easy solution for that with BT. they insist i take on an btinternet email account. i do not want to do that.
    is there anyone with a similar issue and/or solution, that would be greatly appreciated.
    many thanki, michael

    MAF wrote:
    HI,
    we've recently sifgned with BThome because the connections speed where we live is much better than it was with demon. however...
    I can't semm to make a configuration for my outgoing email settings. i'm receivin my incoming messages from a third party POP account related to my website. there is no problem with my incoming mail, despite what the ncie indian lady at the helpline accused me of. with demon it was simple: you just changed the smtp setting to  post.demon.co.uk however there doesn't seem to be an easy solution for that with BT. they insist i take on an btinternet email account. i do not want to do that.
    is there anyone with a similar issue and/or solution, that would be greatly appreciated.
    many thanki, michael
    Hi Michael.
    In order to send emails via BT you need to alter the smtp server to mail.btinternet.com - however this may also need other things to be set, i.e. smtp authentication.
    You may need to use something called address verification (see my shortcuts section 0e).
    Now, with a 3rd party email provider - you should normally be able to use their smtp server (unless they don't have one), and maybe need to alter the port to say perhaps 587 rather than 25.
    As Ian said, you will have a btinternet email address - either you chose one on joining or you were allocated one, typically based on your name. This will be needed for address verification.
    There are a couple of other ways to do it, e.g. use live.com from MS, or a Gmail verification, but the latter typically shows strange receipt details for some people showing the actual Gmail address as well.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • To get SMTP Configuration

    Hi,
    Is there a way to get the SMTP configurations of the Enterprise Portal in web dynpro?
    I am sending mails through my application and i want my application to use the SMTP details that are already configured for EP.
    Thanks,
    Venkat

    Hi Venkatram..
    See this check..
    http://www.artmantechnologies.com/Links/SapNetweaver.asp#EnterprisePortal
    http://www.leadingtraining.com/course_Netweaver.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9143ec90-0201-0010-11af-c520ff14054a
    Urs GS

  • Mail configuration in sap (smtp configuration)

    hi all,
        i am Hardik Patel. i want to cofigure mails in sap means smtp configuration.
    if anybody knows that how to configure it then let me know please.
    if anybody is having step by step guide documents for this configuration then he/she can send me on this e-mail id - "[email protected]"
    thanks in advance,
    regards,
    hardik.

    hi all,
        i am Hardik Patel. i want to cofigure mails in sap means smtp configuration.
    if anybody knows that how to configure it then let me know please.
    if anybody is having step by step guide documents for this configuration then he/she can send me on this e-mail id - "[email protected]"
    thanks in advance,
    regards,
    hardik.

  • IPhoto 11 (9.2.1) can't use iCloud Mail smtp server for email.

    iPhoto 11 (9.2.1) can't use iCloud Mail smtp server for email.  "The email server didn't recognise username/password combination".  Both appear correct in preferences/accounts.  Mail sends and receives messages perfectly.
    (This problem also occurs when trying to send from Thunderbird, however both iPhoto and Thunderbird can send perfectly well using the Gmail server).

    Hi there
    I should explain that I have 5 days experience of the iMac but have had a working iCloud account with my iPad for several months.  I don't think this is an iCloud issue as such. My thought is that this is something to do with the Mail application itself and its relationship to my Apple ID etc. (Perhaps when the iMac first configured itself?)
    I have deleted and manually reset both Mail and iPhone account settings for iCloud using the Apple recommended settings and I have tentatively checked that the username/password combination is as expected in Keychain but I'm too much of an Apple novice to go any further with that.
    On a PC I think I would try reinstalling the Mail programme but I don't see that as an option.

  • Error in SMTP configuration

    Hi all,
    I am having problem regarding SMTP config. The error in SOST is occured whenever i am sending mail through a report program .
    the long text of error message is as follows:
    <b>Cannot process message in SAP System</b>
    Message no. XS817
    <b>Diagnosis</b>
    Processing could not be continued due to a technical or configuration error in the SAP system.
    <b>System response</b>
    Processing was terminated.
    <b>Procedure</b>
    Processing was terminated in the SAP system. The reason is given in the details below:
    <b>No ESMTP Plug-In Is Available for SAPconnect
    </b>
    I have checked my SMTP configuration and it has been rightly configured as per http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm.
    If you have any suggestions to rectify  this please give me.
    Thanks and Regards
    Amit KUmar

    Hi Amit,
    Did you ever work a solution to this problem?
    I am having the same issue at the moment and can work it out.
    Cheers,
    David Pepperell

  • SCOT - SMTP-node for FAX

    Hi all,
    I'm trying to configure transaction SCOT for the Fax-part.
    I'm rather new at this, so I looked trough the doc. Apparanetly, we need a SMTP-node for fax also, and in the doc, it's stated that this node will be created automatically. Unfortunately, this is not the case, so I'm wondering how to solve this ?
    kr,
    Björn

    Hi Demol,
    Try with the below procedure :
    Go for transaction  SCOT
    1. View Node .
    2.u will see SMTP .
    3.a node INT internet ( switched off ) .
    4.And now try to double click the node SMTP (or click 'edit' pencil icon), and in next screen in 'general information', mark 'node in use' .
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/b8e93a2876a81ae10000000a11402f/frameset.htm
    Refer to this guide to set up SCOT,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/be79a16b-0a01-0010-51b8-9b6d1968338d
    Regards,
    Vinod.

  • SCOT configuration for internal & external email system in EP.

    Hi,
    I want to add SCOT configuration for internal & external email system in  SAP EP 7.0  ?
    What all steps I need to do ? any good documents on this ?

    Hi Haider,
    I have read the link you have given me to configure SCOT. I have 3  doubt plzz clarify.
    Doubt No. 1:
    In that link its mentioned that I have to add 2  profile parameter in the transaction RZ10 namely icm/server_port_<>*  and is/SMTP/virt_host_<>*
    My question is Can I put any value which i like in place of * like can I add either icm/server_port_2  OR  icm/server_port_3 OR icm/server_port_4  in icm parameter AND ALSO
    Can I put any value which i like in place of * in is/SMTP/virt parameter like can I add either is/SMTP/virt_host_0  OR  is/SMTP/virt_host_1  OR is/SMTP/virt_host_2 .
    Doubt No. 2:
    What port value I have to put in the profile parameter    icm/server_port_2  in RZ10.  Can I put any port value ? and automatically that port will work? say suppose I addded this profile parameter in RZ10
    icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180          so automatically 25000 port will work ? or will it give error?
    Doubt No. 3:
    When I go to SMICM transaction and go to services , I get the following:
    No.  Log         Service name/port     Host name           Keep Alive    Proc TimeOut   Active
    1     HTTP               8000                  epv.sopm.com           30                     60               Yes
    2     SMTP               0                       epv.sopm.com            30                    60                Yes
    3     HTTPS             8001                 epv.sopm.com            30                    180               Yes
    This means that HTTP port is 8000,   HTTPS port is 8001. My question is why in SMTP its showing 0, why no port is shown?
    I have not added any profile parameter like  icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180     for SMTP in RZ10 as of now.
    Is this the reason for this ?

  • SMTP host for the e-mails in Oracle Application Server 10g

    Hi,
    I would like to ask in which file from the Oracle Application Server 10g is the configuration for SMTP Host for the e-mails.
    Thank you,
    Mihaela

    Hi Ibrahim,
    You can do an easier installation by only using base release of 10.1.2.0.2. What I stated would be good practice:
    By * DB 10.2.0.3 ---- > u mean (Database Version) => Yes, use Database version 10.2.0.3
    By * Identity Management 10.1.4.0.1 (OID/SSO) -----> u mean (Application Server infrastructure) => Yes, use Identity Management 10.1.4.0.1 instead of the infrastructure on Application Server 10.1.2.0.2
    By * Application Server 10.1.2.0.2 -----> u mean (Middle Tire Forms&Report Services) => Yes, use Application Server 10.1.2.0.2 as middle-tier. When installed, upgrade it to 10.1.2.2 (with the latest patchset)
    By * Patch Application Server DB client to 10.1.0.5 ----> u mean what? => Before you upgrade AS to 10.1.2.2 it's mandatory to upgrade the Database client software in the Application Server 10.1.2.0.2 home to 10.1.0.5. Default is 10.1.4. You'll see database client version by for instance starting SQL*Plus.
    For your Developer (Forms) upgrade: Forms 4.0/4.5 - 6i -> 10g. See: http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html. If you have tons of Forms, then I recommend using a tool like the great PITTS.CON (http://www.pitss.com/en/pcon/index.htm).
    Regards,
    Martin

Maybe you are looking for

  • Wife sync'd herself into a corner - how can we get her out?

    This is a doozy. Any advice would be greatly appreciated. My wife and I recently got Centros and both of us had Palms whose files we wanted to transfer to our new Centros. I managed to pull this off with mine, after much research, but the wife, bless

  • Acrobat 7.1.0 update install error

    Hello there, there is some error encountered when install acrobat 7.1.0 update in my laptop run on win7 64bit OS.  I run the update application as admin but problem remain. the screen shot of error message is presented below Look forward to your advi

  • How to get better graphic performance on my Satellite C850?

    Hi. I have a problem with my *Toshiba Satellite C850-B253* and The problem is of graphic,in my PC when i run "**PES 2013**" the game warned to me even my *GPU* is not minimum and is very low to open this program. Please give me a issue that the game

  • Issue with fglrx after kernel upgrade

    Hello, I lost my 2D acceleration on both my monitors after the most recent kernel upgrade(2.6.26.2). I'm using the fglrx driver. [roberth@Magda ~]$ cat /var/log/Xorg.0.log | grep EE Current Operating System: Linux Magda 2.6.26-ARCH #1 SMP PREEMPT Sun

  • PO send in Email requires more attachments

    Hi All, Currently we have configured a message to send the PO to vendor and this process works fine, Now we need to attach some more files in the same email.. Please let me know how to do it and Is there any user exit or BADI for this. regards, Prabh