ECC: Configuring Email

HI Experts:
I am looking for some troubleshooting help in configuring Email functionalilty from SAP.
I have already read and implemented note 455140
The following profiles were added:
icm/server_port_1 = PROT=SMTP, PORT=25
is/SMTP/virt_host_0 = *:25000;
System User has been created with profile S_A.SCON.
SICF/Sapconnect is active
       Host data is entered
       Service data is entered
       Handler list is entered
SCOT is configured
       Domain is defined as the ID
       SMTP Node is configured
Send Job
       Configured with SAP&CONNECTALL
In SCOT We have noticed in the emails are stuck in "Waiting"
We are able to send and receive messages in SO01, but not been able to send it out (either to outside on within the Domain)
Test Routes were successful as well.
I would really appreciate any help in figuring this out.
Thanks
Imran

HI:
The domain was already defined. 
The job had been scheduled to run every 5 minutes.
Update:
The system is now sending emails but it is taking for ever. 
Could the problem be at the Exchange Server side.  They have included our SAP servers in their approved list of senders and and added an external domain to send emails too.
Imran
Edited by: Imran H. Khan on Mar 4, 2008 9:42 AM

Similar Messages

  • Configure Email Alerts in SCOM

    Hi
    I have configured Email notifications, Subscribers and Subscriptions using SCOM console. Now I just want to receive only those alerts on email-id which keeps open for atleast 24hrs.
    E.g.- 
    Alert- A Domain Controller has failed the AD Op Master Response test Resolution state: New
    Frequency- If open for Over 24 hours, then alert should be generated.
    Any help would be really appreciated.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

    You can configure delay in channel wizard, step (Channels) add the command channel we created in step 1 and specify the desired delay (1440 minutes in this case). As shown below:
    Click “Next”, in the summary step make sure “Enable this notification subscription” is checked and click “Finish”.
    You should now have an subscription ready for new SCOM alerts.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • How to configure Email output in SD

    Dear friends Pls sent me details of how to configure email output in SD module.
    <REMOVED>
    Thanks & Regards,
    <REMOVED>

    Hi
    Idoc Def :Standard SAP format for electronic data interchange between systems (Intermediate Document). Different message types (such as delivery confirmations or purchase orders) normally represent different specific formats, the IDoc types. However, multiple message types with related content can be assigned to one IDoc type: For example, the IDoc type ORDERS01 transfers the "logical" message types ORDERS (purchase order) and ORDRSP (order confirmation).
    Idocs are of two types basic type and the extension type .we need to configure the system settings for this process .
    IDOC (Intermediate Document) - A data holder.
    IDOC is divided in to three parts.
    Control Record
    Data Record
    Status Record
    Control record (Table: EDIDC):
    - Every IDOC has only one Control Record
    - Each Control Record contains header information like:
    o IDOC Number
    o Direction of IDOC: Inbound or Outbound
    o Date and Time of creation of IDOC
    o Date and time when the IDOC was last modified.
    o Message Type of IDOC
    o IDOC type and extension of IDOC
    o Sender and Receiver Partner
    Data record – (Table: EDID4):
    - Data Record contains Data to be processed.
    - Every IDOC has one data record with multiple segments in hierarchy.
    - Segments and Hierarchy of Segments are defined by IDOC Type and Extension.
    - IDOC created has to strictly follow the hierarchy; else IDOC fails with Syntax error.
    - Segments which are repetitive have qualifiers attached to it
    Status record – (Table: EDIDS):
    - Status Record describes the status of IDOC.
    - Each IDOC contains one status Record with multiple status information.
    - Status at each level is appended to IDOC. E.g. When IDOC is created in SAP, Status is “This IDoc has been generated through a test transaction”, When the IDOC is added to system it is “IDOC added”, “IDOC ready to be transferred to Application”……
    - Status should always be read bottom-up. Status at the top is the latest status.
    - Some Example of Status Records:
    o Inbound:
    § 53 - IDOC successfully posted
    § 51 – IDOC Failed
    § 64 - IDOC ready to be transferred to Application
    o
    Outbound:
    § 30 – IDOC ready for Dispatch
    § 03 – IDOC passed to port OK
    § 12 – IDOC Dispatched
    § 16 – Functional Acknowledgement Positive
    § 17 – functional Acknowledgement Negative
    IDoc Type: Defines the segments and hierarchy of segments
    o Transaction Code:
    § WE30 – To create, change or display the IDOC type and the extension.
    § WE31 – To create the Segment
    - IDOC type defines the segments to be used in the IDOC.
    - It also defines the hierarchy and syntax of the segments.
    - IDOC extension is nothing but to add segments to standard IDOC types.
    - Transaction WE31 allows you to create segments.
    - Program RSEIDOC3 documents the use of each IDOC type.
    Segments:
    Attributes of a Segment:
    - Mandatory Segment: If checked, this segment should always exist in the IDOC.
    - Minimum Number:
    - Maximum Number: Maximum number of times this segment can be repeated in IDOC. -
    Parent Segment: Parent of this segment
    - Hierarchy level: Level of hierarchy.
    Segment Definition (WE31):
    Messsage Type: Defines the type of data in the IDOC
    o Transaction Code:
    § WE81 – To create, change or display the Message type and the extension.
    § WE82 – Using this transaction you can link Message Type, IDOC Type, IDOC Extension and version.
    - Message type identifies the type of data IDOC holds. E.g. Orders (ORDERS), Delivery (DESADV), Invoice (INVOICE). It also defines what needs to be done with the data in the IDOC, in case of Inbound IDOC, and which data to be extracted in case of Outbound IDOC.
    - Message Type is linked to a process code, which in turn is linked to a Function Module. This function module extracts from or posts data to SAP depending on direction of IDOC.
    - Relation between Message Type, IDOC type and IDOC extension needs to define. Without this relation Message type or IDOC type cannot be used.
    Message Type Create, Change or Display (WE81):
    Setup link between Message Type, IDOC Type, IDOC Extension and Version (WE82)
    Process Code: Function Module is linked to a process code. This function module in executed for inbound or outbound IDOC.
    o Transaction Codes:
    § WE41 – Outbound Process Code
    § WE42 – Inbound Process Code
    - Process codes are linked to a Function Module.
    - Relationship is Message Type is linked to a Process Code which is linked to a Function Module.
    - In case if you are using a stand alone code to trigger an IDOC, you need not define a process code.
    RFC Destination: System definition of destination.
    o Transaction Code: SM59
    - RFC destination identifies the destination of IDOC.
    - In case of ALE:
    o In ALE the communication mode is IDOC to IDOC, hence the type used is R/3 Connections.
    o It is the destination SAP system which will receive the IDOC.
    o In RFC destination you define the destination SAP system details like System, Login and Password.
    Go thr below links:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    Sail

  • How to configure email Alerts in OEM Cloud 12c for Database Servers up/down

    Hi everybody,
    How to configure email Alerts in OEM Cloud 12c for Database Servers up/down status?
    Regards,
    Miguel Vega

    Hi Miguel Vega,
    Information regarding the notifications:
    ==============================
    Configuring notification rules in 12c is different from earlier releases.
    The concept and function of notification rules has been replaced with a two-tier system consisting of Incident Rules and Incident Rule Sets :
    1. Incident Rules: Operate at the lowest level granularity (on discrete events) and performs the same role as notification rules from earlier releases.
    By using incident rules, you can automate the response to incoming incidents and their updates.
    A rule contains a set of automated actions to be taken on specific events, incidents or problems.
    The actions taken are for example : sending e-mails, creating incidents, updating incidents, and creating tickets.
    2. Incident Rule Set: A rule set is a collection of rules that applies to a common set of objects, for example, targets, jobs, and templates.
    To help you to achieve the Notification Rules configuration, refer those notes :
    How To Configure Notification Rules in 12C Enterprise Manager Cloud Control ? Doc ID 1368036.1
    EM12c How to Add and Configure Email Addresses to EM Administrators and Update the Notification Schedule ?Doc ID 1368262.1
    EM12c How to Subscribe or Unsubscribe for Email Notification for an Incident Rule Set ?Doc ID 1389460.1
    EM 12c How to Configure Notifications for Job Executions ? Doc ID 1386816.1
    Best Regards,
    Venkat

  • Unable to configure email in OATS administrator

    Hi All,
    I'm using latest version of oats,12.1.0.2.58.For configuring email settings in OATS administrator,I'd given my SMTP sever name and tested with valid email address.But the result is failed and an error screen pops out with a message "error while sending email".I just want to figure out the error.Where do i find the error log of this?Please help me on this.
    Thanks in advance...
    Regards,
    Sandeep.

    Hi Jamie,
    Thanks for the reply.
    It was a bug in the previous versions of OATS.This bug was fixed and I'd successfully tested it in OATS 12.1.0.2.0 build 58.The testing was done on a windows XP machine.But when i tried to test E-mail configuration on a Windows 2008 R2 server,test fails and the system gives "Error while sending mail".Is there any error logs that would help me find the cause of the error?Are there any OTM specific error logs?
    Regards,
    Sandeep.

  • Configuring Email and Notifications in SCSM 2012 R2

    Hi all,
    There appears to be three places to configure email in Service Manager 2012:
    - Administration > Settings > Incident Settings > Incoming email
    - Administration > Notifications > Channels > Email notification
    - Administration > Connectors > Exchange Connector
    Could someone provide a quick rundown on what each of these pieces is designed to do, and why they are separated? Perhaps some are even legacy, or shouldn't really be used at all.
    Any insights are much appreciated.
    Thanks,
    Joe.

    Yes this is by design, You can't provides access rights on field levels in SCSM. You may use:
    1. read-Only Operator: Read-Only Operators have read-only access to work items in their queue scope and to configuration items that are in their group scope.
    2. Incident-Resolvers: Incident Resolvers can edit and create incidents, problems, and manual activities that are in their queue scope. Incident Resolvers also have read-only access to other work items such as change requests that are in their queue scope
    and to configuration items that are in their group scope.
    3. Advanced-Operators: Advanced Operators can create or edit any work items that are in their queue scope and any configuration items that are in their group scope. They can also create, edit, and delete the announcements that are displayed on the Service
    Manager Self-Service portal.
    Any custom Role will inherit the permission basics from the built-in roles.
    Regards
    Antoine AL Ibry

  • Unable to configure email in N8

    I got a new N8 a couple of days back. However, when I try to configure email over WiFi or GPRS/Edge, I get an error message saying - "Service Temporarily Unavailable. Try again later" I searched the forums and found that a few people with new C7s are also facing the same problems. Any suggestions?
    Present: Lumia-820
    Past: E6, L-800, N8, N900, 5800 XM, 6500 Slider, 6303c

    abjbhat wrote:
    That worked. Thanks! OT : Do you know if the N8 supports IMAP folders? I don't see my gmail folders here. I have a feeling MFE folders won't be available either.
    In email select:
    Settings > Google mail > Sync Content > Folder Subscriptions
    It will then get a list of folders from the server which so you can select which ones you want.
    N8-00 pc059C9F6 Belle
    808 PureView pc059P6W5

  • Configuring email alerts in Ops Center

    Hi all,
    I have been struggling quite a while to get email alerts working from Ops Center with no success in 11g nor 12c. In the Ops Center GUI, Administration -> EC -> Local Users -> configured user to receive all alerts and emails. I have also configured email relay host correctly(checked a million times).
    Sending emails from the host through the email relay works fine, so I'm baffled.
    #mailx -s " Test from Ops Center" "my.email@work" < text-file
    Do I need to configure something else in Ops Center or what am I missing here?

    The email alerts from Ops Center are working for me, I performed...
    1.) You must be able to send email from the command line on the Enterprise Controller to the intended email address, ie;
    # mailx -v [email protected]
    Subject: Email test from Enterprise Controller
    EOT
    <control-d>
    That test must be successful, and the email received!
    2.) Setup the Notification Profile in the BUI...
    Administration > Enterprise Controller > Users
    Highlight the root user, select Configure Notification Profile (the wrench icon)
    Notifications via >> Subscribe to All Notifications
    User Interface > "Problem updates and all Severities"
    Email: > "Problem updates and all Severities"
    Pager: None
    Notifications Delivery Details
    Email: [email protected]
    Pager Address: <blank>
    Mail Host: localhost
    Port: <blank>
    Mail User: root
    Mail Password: <enter the password for root on the EC>
    Connection Security: STARTTLS
    Select: Update Notification Profile
    3.) Go to Assets > Operating System (second level down) of some Asset
    In the center pane select the "Monitoring" tab
    Under "Threshold Monitoring Rules" highlight "Memory Usage Percentage"
    Edit Alert Monitoring Rule Parameters (the pencil)
    Monitor for alert limits continuously
    Toggle: Generate Alert after 1 Minute
    Change Critical MemoryUsage.usedMemoryPercentage > 2%
    Change Warning MemoryUsage.usedMemoryPercentage > 1%
    Apply
    Wait one minute, you should receive an email that resembles the following:
    Notification is generated by (90037): myserver
    ORACLE Enterprise Manager 11g Ops Center Reported Problem
    GlobalZone: myserver
    Problem ID: 425Detection Date: 02/24/2011 05:23:36 GMTSeverity:CriticalState:UnassignedOwner:-Assigned Date: -Problem Description:Memory Usage Percentage has reached 59.4122 on myserverOps Center Server: myserverProblem Link: Click on to be redirected to the reported problem
    https://myserverx:9443/emoc/?objectName=com.xxx.hss.domain%3Aname%3DNORM-myserver-XVM_SATELLITE%2Ctype%3DOperatingSystem&treeId=asset-tree&handler=alarms&alarmId=425Suggested Actions NumberSynopsisAssociated Operational Plan-None

  • Steps to Configure email in Hyperion Reporting and planning.

    Hi all,
    I am new to Oracle hyperion. we have one requirement to configure email for reports and planning. so can anyone please give me detailed navigations on how can I configure email.
    Thanks in advance.

    These are not in SharePoint. those web.config are in ADFS server. 
    http://social.technet.microsoft.com/wiki/contents/articles/4184.ad-fs-2-0-auto-populate-the-username-field-of-the-forms-sign-in-page-when-signing-in-to-office-365.aspx
    Modify FormsSignIn.aspx.cs
    1. Open FormsSignIn.aspx.cs for editing
    2. Find the following and set your cursor to the next line down:
        using System;
    3. Paste the following code:
        using System.Web;
    4. Find the following and set your cursor to the next line down:
        protected void Page_Load( object sender, EventArgs e )
    5. Paste the following code:
        HttpCookie cookie = Context.Request.Cookies.Get( "Office365Username" );
         if ( null != cookie && !String.IsNullOrEmpty( cookie.Value ) )
                 UsernameTextBox.Text = cookie.Value;
                 cookie.Expires = DateTime.UtcNow.AddDays( -1 );
                 cookie.Value = "";
                Context.Response.Cookies.Add( cookie );
    6. Save and Close FormsSignIn.aspx.cs
    Test
    1. Launch Internet Explorer and browse to
    https://portal.microsoftonline.com
    2. Type the username and tab to the password
    field to cause the UPN suffix detection to trigger
    3. Select the link which takes you to sign in at your AD FS 2.0 Federation Service
    4. Observe the forms-based sign-in page presented to you. You should find that the username field is populated with the value used on the Office 365 sign-in page.

  • Configure Email through OEM when there is a error in alert log file

    Hi,
    I am using 10.2.0.4 on O/S RHEL5.0
    I want to configure email facility through OEM so that whenever there is a error in alert log file i should receive an email.
    Thanks and Regards
    Amith

    http://www.dba-oracle.com/oracle10g_tuning/t_oem_tuning.htm
    Please read above link.
    Regards
    Girish Sharma

  • Configuring email functionality in CHARM

    Hello Gurus,
    We are at SAP SOLUTION MANAGER 7.1 ,ST 710 07 and have charm configured and operational.
    we need to configure email functionality for change in charm status .
    So need your help and guidance tu understand the scope such as
    1.whom we can send mail
    2.content of mail alerts
    3.pre-requisites if any
    and standard documents  that could help me configure the same.
    Thanks
    Prasanjeet

    Hi Prasanjeet,
    The email functionality is almost same for ServiceDesk & CHARM.
    You can check the below link for more details -
    Pep Up Your ChaRM - Part 1: HowTo Create a Smart e-Mail Action
    Best Regards,
    Tanmeya

  • E6, Help configure email

    Can anyone guide me on how to configure email manual on E6. Have a lot of problem with the email and configuration wizard configuration on E6 - pity the E71 doesn't work any more, there was no problem with this on the E71. I had to delete a email account on the E6 since it stopped working after 2 month - could not get any more email down to E6.
    I now need to configure an mail account, type Other that uses pop3, and cant get around the wizard! It keeps telling me that the mail box is not available - try later. I know that the mail box is available and working. So how do I get around the wizard so I can configure the mail manually?
    The E6 is updated, the SIM is in and I'm on the ear, and I know that the mail box is up and running since I using it with other devices.
    An other question.
    When I configure an mail account (telia.com) I get different functions in the E6. In some accounts I can just do simple configurations, in some accounts I also get an option "advanced set up".
    How do I do the installation to get the advanced set up option in the mail account?

    Try to set up the e-mail manually
    Start the e-mail guide, choose e-mail type 'Other'
    When asked for the e-mail address type a non existing e-mail address
    as an example: [email protected], and as password type anything .. like: 123
    The automatic configuration will then fail and is forced to ask you for manual settings.
    Choose e-mail POP/IMAP
    then enter all e-mail settings you have gotten from your e-mail provider.
    (and change the e-mail adress to the correct one.
    When asked in the end if you accept the terms of use ... choose No

  • I' m not able to configure email. I can send messages but I can't receive them

    I need your help.....I'm not able to configure email....I can send messages but I can't receive them

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • How to configure Email notification for User login's in Exchange Infrastructure?

    How to configure Email notification for User login's in Client Machines?

    Hi ,
    Based on the description , you need to assign logon scripts to the end users via group policy and also use your exchange server as the smtp server in that logon script to relay emails to the internal recipients.
    Thanks & Regards S.Nithyanandham

  • How to configure Email setting for Gmail in 4.1?

    Hello,
    I have problem to configure Email settings in Internal Administration\Instance Settings.
    What is correct settings for Gmail? (smtp port, ssl/tls).
    Regards.

    d_wilhelm wrote:
    Hello,
    as far as i know you need to use authentication with gmail to send mails through their smtp server. There are no options in the apex_mail package to set a username and password, so you can't use the inbuilt apex mail. You can try to use utl_mail.
    Regards,
    DirkHi,
    As I understand there is new feature in Apex 4.1 to use SMTP server that need authentication.
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21678/adm_mg_service_set.htm#sthref258
    Regards,
    Jari

Maybe you are looking for

  • How do I change the translucency of the top menu in Mavericks?

    I was just wondering how to change the translucency of the top menu in my mavericks desktop seeing as how some images can make the menu bar nearly unreadable. Any help?

  • Report to identify the requisitionsu2019 coverage

    Hi, This is a requirement of a report to identify the requisitionsu2019 coverage expressed in production days according to the production schedule horizon. Once a requisition is created either manually or automatically by the MRP, this report should

  • Fillable Form field in PDF

    Hello All, I'm new to all things Oracle, and I'm not even sure if this is posible. I am using Application Express 3.1 and I'm trying to create a report that prints to PDF with fillable form fields. I am using RTF templates to create the layouts. I ca

  • Credit card used last month now being refused.

    Dear Sir, I am in South America, Guyana  but my nagtive place is India, Tamil nadu, Karaikudi My wife card no i used for skype previous month but now they refusing why i not aderstanding kindly solve my issue as soon as possible This post was transfe

  • Possible to move Oracle binary code from one version of RHEL to another?

    Hello folks We are stuck with a 32 bit server running Oracle 10.1.5 database as well as Oracle Application Server 10.1.x under RHEL Linux 3 AS. Due to a SAN upgrade we need to upgrade the Qlogic HBA- and mulitipath drivers but find it extremely hard