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.

Similar Messages

  • Financial Reporting - PDF has not been configured for this web server.

    When I try a Print Preview of my report, I received this error "PDF has not been configured for this web server".
    As far as I know, this error is confusing because when I look on my log files I found this:
    --- FRLogging.log ---
    [APP: FINANCIALREPORTING#11.1.2.0] The system cannot access the Print Server at this time. Try again later or confirm the print server name.
    [APP: FINANCIALREPORTING#11.1.2.0] Cannot connect to server on xxxHFRCE04.cf.gouv.qc.ca
    [APP: FINANCIALREPORTING#11.1.2.0] Attempt to get an undefined configuration property
    --- FRPrintLogging.log ---
    HyperionReportException: Could not connect to the server.Please make sure that the server is running as specified in the logon dialog (including port number if not default).
    I read a lot of document but it seem to be au communication issues!!!
    Can someone help me with that.

    I believe the supported version for ghost script is 7.0.6; I had the same problem and after installing the lower version it worked like a charm.
    If you cant find the older version let me know, I'll email it to you or place it in my website.

  • PDF has not been configured for this web server linux 11.1.2

    Hi,
    We installed 11.1.2 Hyperion WorkforcePlanning on Linux 32 bit OS.
    When the user opens the workspace and tries to see the "Profit and Loss" and selects
    "File --> Open In --> PDF format" , it just flicks for a sec and gives following message :
    " PDF has not been configured for this web server"
    Can somebody suggest me what to do ?
    Appreciate your response.
    Edited by: user536857 on Mar 22, 2011 3:07 PM

    Check your print server service on your foundation server, sometimes I have had that just stop for whatever reason.

  • Vhost configuration for Adobe Media Server running under linux.

    Please help me with Vhost configuration for Adobe Media Server running under linux.
    I was running a media sharing website for which I wanted to use Adobe Media Server.
    To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.
    My existing website, www.mydomain.com is having its contents located at:
    /home/mydomain/public_html
    (Directory created under the old version of Apache not bundled with AMS)
    Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.
    To use this website with AMS, this is what I did:
    I created a folder for my domain, www.mydomain.com as below
    /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    Copied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/   and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    In the Application.xml file there are 2 entries:
    <Alias name="mydomain.com"></Alias>
    <AppsDir>${/home/mydomain/public_html}</AppsDir>
    Please help me with further steps to be completed:
    Do I need to create a separate VirtualHost entry in the Apache installed with AMS?
    If yes, can I specify already existing document root for my website (/home/mydomain/public_html) or do I need to create a separate folder under webroot/Apache ?
    If yes to point 2 above, then do I need to copy all the existing contents from /home/mydomain/public_html to the newly created folder ?
    I hope, I can serve all my static contents like html pages and php and media like video/audio. In that case do I need create alias to my Media/Alias folder or AMS will automatically start streaming when a video/audio is requested ?
    What other steps do i need to complete?
    Any help in this regard would be highly appreciated.
    Thanks and Regards

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPNj. If anything I can do for you, pls contact us!
    Have a nice day!

  • 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

  • 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

  • IMAP, POP and SMTP information for manual email setup

    How to manually set up your Telstra email service:
    Telstra email on the BigPond platform
    POP & SMTP
    Your name
    Enter your name as you’d like it appear in emails you send.
    Account type
    POP3
    Incoming server details
    Server address
    mail.bigpond.com
    Port
    995
    Encrypted connection
    SSL
    Outgoing server details
    Server address
    mail.bigpond.com
    Port
    587 or 465
    Authentication
    Yes
    Encrypted connection
    With SSL Encryption
    Username
    Enter your full email address (ending in '@bigpond.com' or '@bigpond.net.au')
    Password
    Enter your Telstra email account password which will be case-sensitive.
    Other settings to check
    Ensure the checkbox is ticked for Outgoing server requires authentication – in most mail clients, this is not ticked by default.
    Use:
    Secure Sockets Layer (SSL) with the POP and SMTP connection, and
    SMTP authentication for security.
    Ensure that your operating system and email client have the latest updates.
    Telstra email on the Outlook.com platform
    If you’re on the Telstra email platform with Outlook.com®, you can choose either of the following types of settings to set up email on your computer, tablet or mobile phone:
    IMAP and SMTP
    POP and SMTP
    Where possible, it’s preferable to use the IMAP & SMPT settings as they provide an extra layer of security.
    IMAP and SMTP
    Your name
    Enter your name as you’d like it appear in emails you send.
    Account type
    IMAP
    Incoming server details
    Server address
    imap-mail.outlook.com
    Port
    993
    Encrypted connection
    SSL
    Outgoing server details
    Server address
    smtp-mail.outlook.com
    Port
    587
    Authentication
    Yes
    Encrypted connection
    With TLS/STARTTLS (preferred) or SSL Encryption
    Username
    Enter your full email address (ending in ‘@bigpond.com’ or ‘@bigpond.net.au’)
    Password
    Enter your Telstra email account password which will be case-sensitive.
    Other settings to check
    Ensure the checkbox is ticked for Outgoing server requires authentication – in most mail clients, this is not ticked by default.
    Use:
    Secure Sockets Layer (SSL) with the POP and SMTP connection, and
    SMTP authentication for security.
    Ensure that your operating system and email client have the latest updates.
    POP and SMTP
    Your name
    Enter your name as you’d like it appear in emails you send
    Account type
    POP3
    Incoming server details
    Server address
    pop-mail.outlook.com
    Port
    995
    Encrypted connection
    SSL
    Outgoing server details
    Server address
    smtp-mail.outlook.com
    Port
    587
    Authentication
    Yes
    Encrypted connection
    With TLS/STARTTLS (preferred) or SSL Encryption
    Username
    Enter your full email address (ending in '@bigpond.com' or '@bigpond.net.au')
    Password
    Enter your Telstra email account password which will be case-sensitive.
    Other settings to check
    Ensure the checkbox is ticked for Outgoing server requires authentication – in most mail clients, this is not ticked by default.
    Use:
    Secure Sockets Layer (SSL) with the POP and SMTP connection, and
    SMTP authentication for security.
    Ensure that your operating system and email client have the latest updates.
    Outlook is a registered trademark of Microsoft Corporation in the United States and/or other countries.

    Re: BigPond settings for POP, IMAP and SMTP
    I am have trouble with Apple: they claim that because I have not physically changed my email address they won't "accept" it! (it's same one that I have had for the past 5years),
    I am also unable to log on using the email address & password that I have for past 12 months!
    Can I change my email address and password, when I have time (during business hours), regards Eric

  • UMS adapter configuration for inbound email in SOA 11g

    Hi,
    Greetings to SOA Gurus !!!
    Our requirement is to invoke BPEL process on receipt of an email.
    We have configured the UMS email driver and setup the incoming server settings.
    When a mail is sent to the configured email address, I can see that the email is received successfully in the soa server logs.
    The problem i'm facing is probably with the UMS adapter settings in the BPEL. Configured the UMS adapter to poll this email address , but this is not happening.
    PFB the .jca file :
    <adapter-config name="AtRemote_UMS_Mail_Receive" adapter="UMS Adapter"
    wsdlLocation="AtRemote_UMS_Mail_Receive.wsdl"
    xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">;
    <connection-factory location="eis/ums/UMSAdapterInbound"/>
    <endpoint-activation portType="ReceiveNotification_ptt"
    operation="ReceiveNotification">
    <activation-spec className="oracle.tip.adapter.ums.inbound.UmsActivationSpec">
    <property name="ConsumeMode" value="listener"/>
    <property name="InboundThreadCount" value="1"/>
    <property name="DeliveryType" value="Email"/>
    <property name="To" value="[email protected]"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Any pointers on this would be of great help.
    Thanks,
    Saravana

    Hi Saravana
    Have you tried : http://technology.amis.nl/2012/05/18/proces-email-with-the-new-ums-adapter-of-soa-suite-ps5/ ?
    Regards
    A

  • SMTP name for my email address is incorrect but I don't know how to correct it. Help!!

    Two of my email address seem to have been joined. When I attempt to send an email from the problem address I am asked for my password but the ID listed in the SMTP request shows jerrhrt27 when the real address is jerryeg27. No idea of how it was changed or where I can correct it. This is a yahoo email address and I can send emails from there with no problem.

    you have now created a second smtp and both have correct
    UserName that is the same as the email address they are used by.
    Check the saved passwords to see if there is an inccorrect setting saved.
    Tools > Options > Security > Passwords tab
    * click on 'Saved Passwords'
    * There should be two smtp entries. How many do see?
    * Is there an smtp:// setting for the Wrong UserName?
    * If yes, then select it and click on 'Remove' and then click on 'Close'
    Then check the config Editor settings.
    * Click on 'Advanced' > 'General' tab
    * Click on 'Config Editor' button
    * It will tell you to be careful.
    * In top search type: jerryhrt27
    * What is shown in the list?
    * Please post an image of the results.
    Close window - top right X.
    click on OK to save and close Options.

  • Recommended configuration for Oracle VM Server and VM Manager

    Hi,
    Currently we have two dedicated DELL servers (VM server and VM Manager) for which are building an Oracle stack environment.
    We are facing a problem which we didn't find answer from Oracle docs or via Google. The problem is that the virtual machines we create in VM Manager can't be connected to the outside world, and we think it's because our host (Hetzner) does not allow ports eth1-eth3 to be connected to the servers, unless we have these servers in the same rack and connected via switch.
    Our question is, is it recommended configuration to have VM Server and VM Manager servers in the same rack and connected via switch?
    If yes, the next question is, if we need in the future to add one more dedicated DELL server to our configuration to host virtual machines, is it possible if the new third dedicated DELL server is not connected via switch to the two dedicated DELL servers we have already have?
    If no, the next question is, what could be the recommended configuration and solution to our problem in our case that ports eth1-eth3 cannot be connected to the servers?
    Please do not hesitate to ask if you need more information. I do appreciate your time and expertise. Thanks.

    The architectural environment is now done like on this graphic. For security reasons Hetzner hosting service does not allow ports eth1-eth3 to be connected, but in internal network under switch they do.

  • Alerts for External Email Server or Exchange Server (SMTP)

    Hi Everybody,
    I have configured alerts for Adapter Engine and able to see messages in Alert Inbox of RWB.
    I need to configure the Alert message to an external Exchange server (SMTP).
    What are the settings which need to be done to achieve this?
    Also Can we link the Alert Inbox to our SAP Inbox?
    Can somebody help me out on this?
    Thanks & Regards,
    Zabiulla

    Hi  Zabiulla
    Follow these steps
    1)Goto t-code SCOT; double-click SMTP and specify the mail-host and mail-port for the respective mail server.
    2)Make the u2018Node in useu2019 check box as checked.
    3)Click on the u2018Internet->Setu2019 button under u2018Supported address typesu2019 to specify the email-address of the recipient.Specify the email-address of the recipient who is going to receive the alert mails.
    (OR) Specify u2018*u2019 in case of multiple email-ids.
    4)Goto Menu->Settings->Default Domain and specify the domain id of the company.
       Save the settings done in SCOT
    .5)Specify the recipientu2019s user-id; for the particular user-id specify the email-address in the Address tab   of t-code SU01.
    Regards
    sabyasachi

  • Could'nt configure for http proxy server in weblogic5.1

    Hai
    we have installed weblogic5.1 in two machines one in NT and the other in windows98.
    We want to use one as the webserver and the other as the proxy webserver. When
    ever if a particular file is not found in the webserver it should automatically
    redirect to the proxy server. we have configured the following set of lines in
    the weblogic.properties.
    weblogic.httpd.defaultServlet=proxy
    weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
    weblogic.httpd.initArgs.proxy=redirectURL=http://192.168.254.183
    but still we could'nt get the redirection. If we look for a particular jsp file
    which is not in the webserver and located in the proxy webserver it searches only
    in the webserver and giving the "404 not found error". What further configuration
    we have to do to achieve this. Both systems are in the network.
    Anybody's help is more appreciated
    Thx and regards
    jagan

    "jaganmohan" <[email protected]> wrote:
    >
    Hai
    we have installed weblogic5.1 in two machines one in NT and the other
    in windows98.
    We want to use one as the webserver and the other as the proxy webserver.
    When
    ever if a particular file is not found in the webserver it should automatically
    redirect to the proxy server. we have configured the following set of
    lines in
    the weblogic.properties.
    weblogic.httpd.defaultServlet=proxy
    weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
    weblogic.httpd.initArgs.proxy=redirectURL=http://192.168.254.183
    but still we could'nt get the redirection. If we look for a particular
    jsp file
    which is not in the webserver and located in the proxy webserver it searches
    only
    in the webserver and giving the "404 not found error". What further configuration
    we have to do to achieve this. Both systems are in the network.
    Anybody's help is more appreciated
    Thx and regards
    jaganThanks for everyone i was able to solve the problem on my own. The problem is
    i did'nt commented the following line in the weblogic.properties. After commenting
    the line it worked
    weblogic.httpd.defaultServlet=file

  • Should you use only one smtp address for all email accounts?

    My iPhone and iPad will not send mail from either of two email accounts. Ive checked the smtp settings and passwords several times. I have several email accounts with different providers/servers though, so should there only be one server chosen for all? Cant figure out why my email won't send! Anyone know an answer?

    No.  Each mail provider has its own SMTP server. And you won't be able to send email from one provider's email account through another provider's smtp server.
    Each account should have its provider's SMTP server set as its Primary Server.  And The rest of the smtp servers should be turned off for that particular account. 

  • New configuration for Verizon email on Apple products

    So I am pretty tech savvy, having worked with both Apple and Windows formats since the mid 1980s.  I can follow instructions very well.  So when I follow the instructions for pushing my Verizon email to my iPhone 4S (or iPad or desktop), there is ALWAYS an error in the set up.  First, the Apple Mail app will automatically use the suggested incoming and outgoing servers (now pop or smtp) and we get "Cannot Connect Using SSL"  So I proceed, save and then use the Advanced Settings to ensure that SSL is on, authentication is Password, and that the server port is 995.  Same for SMTP but with port 465.
    These are the settings recommended by Verizon.  So when I tried to explain to someone using the online chat that neither Apple Mail nor Thunderbird (Mozilla) work, I am told that it HAS to be the software.  If so, why does the software work with my G-mail and Exchange accounts? On one of my systems, I left the old settings (incoming.verizon.net and outgoing...) and was able to get my mail pushed.  With the changes in effect, I don't want to have to use a desktop to always check my Verizon mail.
    Anyone had similar issues using Verizon mail on a Mac or iDevice?

        It certainly sounds like you've had your hands full, Pops1958. Thanks for trying so hard to get your email account set up on your devices. Since you mentioned that your Gmail and Exchange accounts work fine, and the trouble seems to be on multiple Apple products, I would suggest reaching out to our friends at www.verizon.com/contactus for assistance with your Verizon.net email account. We here at Verizon Wireless can help out with any wireless concerns you may have and we want to make sure your cellular device is connecting to our network, but the email provider directly would be best for assistance with new email settings.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • 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

Maybe you are looking for

  • Aperture - library management and external HDD question

    Hi all.  I have just graduated from a point and shoot to a Panasonic GH2 (love it), and have now begun using Aperture 3 rather than iPhoto on my early 2008 MB Pro to manage my photos going forwards.  Of course, I've now discovered that Aperture is qu

  • Cancel of order

    i want cancel order <Edited by Host> which was by mistake order pls help us thanking u

  • Problem in Create Appointment and instant messaging.

    Hi All, When i send a mail through creat appointment using RTC. DAte and time which the user gets in his mail are different then what i have mentioned in create appointment mail. Is there any way to change the instant messening layout. I want to incr

  • Installing error HELP

    Ok, I have been going round and round with this. When I load my iTunes an error box pops up saying "iTunes was not properly installed. If you wish to import or burn CD's you need to reinstall iTunes." I have uninstalled and reinstalled multiple times

  • The current operations master is offline. The role cannot be transferred (Windows 2008)

    The current operations master is offline. The role cannot be transferred (Windows 2008) Hi, I had a time sync issue with my primary DC. Now I have shut it down and left 1 over. I want to transfer roles but it says it cannot because it is not online .