Tidal Email Adapter error monitoring folder 'INBOX':Illegal whitespace in address

I am experiencing an issue with a tidal email adapter and email events are not being triggered.
TIDAL Enterprise Scheduler: version 5.3.1.316
Java version: 1.6.0_27
Java Virtual Machine version: 20.2-b06
Adapter Host: version 5.3.1.299
Java version: 1.6.0_27
Java Virtual Machine version: 20.2-b06
Issue started shortly after our environment did a unexpected failover a couple of days ago.  The servers have been rebooted but the issue still appears
I have disabled the email adapter and recreated a new one, issue is still there.  Any suggestions on resolving this would be appreciated. The email mailbox is working and recieving messages, and I am able to connect using a pop3 client to the mailbox no problem.
Any suggestions would be appreciated.
Here is the Tidal Master email adapter log messages:
02/29 13:45:12:759[MD-8]: (mem=5062504/16515072) Connection 7: Error monitoring folder 'INBOX':Illegal whitespace in address
02/29 13:45:12:759[MD-8]: (mem=5059960/16515072) javax.mail.internet.AddressException: Illegal whitespace in address in string ``Mail Delivery Subsystem''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:900)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:793)
at javax.mail.internet.InternetAddress.parseHeader(InternetAddress.java:554)
at javax.mail.internet.MimeMessage.getAddressHeader(MimeMessage.java:658)
at javax.mail.internet.MimeMessage.getFrom(MimeMessage.java:321)
at com.tidalsoft.service.logic.EmailInterface.b(Unknown Source)
at com.tidalsoft.service.logic.EmailInterface.a(Unknown Source)
at com.tidalsoft.service.logic.EmailInterface.a(Unknown Source)
at bd.p(Unknown Source)
at bd.l(Unknown Source)
at com.tidalsoft.service.logic.ConnectionMessageHandler.onPoll(Unknown Source)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at bt.a(Unknown Source)
at ba.b(Unknown Source)
at ba.a(Unknown Source)
at com.tidalsoft.framework.message.BaseMessageHandlerImpl.onMessage(Unknown Source)
at com.tidalsoft.framework.data.DataWrapper.onMessage(Unknown Source)
at ad.run(Unknown Source)
02/29 13:45:12:759[MD-8]: (mem=5062504/16515072) Connection 7: Error monitoring folder 'INBOX':Illegal whitespace in address
02/29 13:45:12:759[MD-8]: (mem=5059960/16515072) javax.mail.internet.AddressException: Illegal whitespace in address in string ``Mail Delivery Subsystem''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:900)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:793)
at javax.mail.internet.InternetAddress.parseHeader(InternetAddress.java:554)
at javax.mail.internet.MimeMessage.getAddressHeader(MimeMessage.java:658)
at javax.mail.internet.MimeMessage.getFrom(MimeMessage.java:321)
at com.tidalsoft.service.logic.EmailInterface.b(Unknown Source)
at com.tidalsoft.service.logic.EmailInterface.a(Unknown Source)
at com.tidalsoft.service.logic.EmailInterface.a(Unknown Source)
at bd.p(Unknown Source)
at bd.l(Unknown Source)
at com.tidalsoft.service.logic.ConnectionMessageHandler.onPoll(Unknown Source)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at bt.a(Unknown Source)
at ba.b(Unknown Source)
at ba.a(Unknown Source)
at com.tidalsoft.framework.message.BaseMessageHandlerImpl.onMessage(Unknown Source)
at com.tidalsoft.framework.data.DataWrapper.onMessage(Unknown Source)
at ad.run(Unknown Source)
Thanks,
Pete

We found the problem, there was an message in the inbox that is being monitored by the email event.  The message was an undeliverable and the sender was = Mail Delivery Subsystem 
We had received previous undeliverables from this company and the sender was =  Mail Delivery Subsystem <[email protected]
The email monitoring was impacted by those previous message but as soon as it only reflected Mail Delivery Subsystem and no email domanin name it failed.
Once we removed the messages from the inbox the email events triggered as expected.  I now need to build a rule to remove these message from the mailbox.
Thanks,
Pete

Similar Messages

  • Getting Illegal whitespace in address EXception

    Hi,
    Iam getting the following exception:
    [9/29/06 10:46:25:693 EDT] 353b57ce SystemOut U javax.mail.internet.AddressException: Illegal whitespace in address in string ``Ramesh Devabhaktuni/Headquarters/USS''; nested exception is:
         javax.mail.internet.AddressException: Illegal whitespace in address in string ``Ramesh Devabhaktuni/Headquarters/USS''
    Code snippet Iam using is:
    String[] emailTo = {"Ramesh Devabhaktuni/Headquarters/USS@USS"};
                        String[] emailCC = {"Ramesh Devabhaktuni/Headquarters/USS@USS"};
                        String[] emailBCC = {"Ramesh Devabhaktuni/Headquarters/USS@USS"};
                        String loadType = "MAIL";
                        try{     
                             emailMessage.makeAttachment(fileName.trim());
                             emailMessage.setFromName(emailFrom.trim());
                             emailMessage.setFromLabel(emailFrom.trim());
                             emailMessage.setSubject("Test mail for Incident Report");
                             SendMail.sendEmail(emailTo, emailCC, emailBCC, emailMessage);
    }catch (ECException ex){
                             System.out.println(ex.getMessage());
    Any help on how to fix this issue is highly appreciated.

    That address is not a normal internet address. Certainly "USS" is not a
    fully qualified domain name. If your local mail server is interpreting
    addresses of that sort somehow, you're going to need to quote them
    to get them through JavaMail. Try:
    String[] emailTo = {"\"Ramesh Devabhaktuni/Headquarters/USS\"@USS"};

  • PI 7.1 IMAP email Adapter Error reading large amounts of emails

    Hi,
    are there any known problems with the email-Adapter (Sender), reading IMAP MS Exchange Server?
    We have an email adapter reading the MS Exchange Server Mail Account once per Minute and in the mail account are about 4.000 unread email  (1KB each) .
    After 2000 emails, the adapter stops working and throws only exceptions.
    Any idea?
    Thanks
    hs

    Hi Holger,
    i made a few tests at that time, and there was no specific scenario which re-produced this error.
    In some tests i was able to process more than 3000 emails before the error occured, next time only 2000.
    And this only occured when the inbox had a huge amount of emails. if i moved, lets say 1000 emails to a temporary folder,
    processed 1000 and then moved the 1000 back to the inbox, there was no problem. Now i'm polling every minute and i'm
    not receiving 2000 emails in a minute, so i'm not having this issue anymore. it only happend when we stopped the
    sender channel for a while and a lot of emails were queuing up in the inbox.  I don't think that there are any MS Exchange settings that need to be changed and when we spoke to Support that time, they refered to the Note i mentioned earlier.
    Maybe there is still a problem in the mail adapter itself..
    regards,
    Daniel

  • TNS-12560: TNS:protocol adapter error  TNS-00530: Protocol adapter error

    Unable to start listener service.
    Running Oracle Database 11gr2 on Windows 7.
    I just installed Oracle with the "install software only" option.
    Already set up the instance, the database, the dictionary views, etc.
    Created tsnames.ora, sqlnet.ora and listener.ora as shown below.
    Before installing Oracle I followed the instruction on Oracle
    documentation to install a Loopback Adapter.
    It is set up as the primary adapter as indicated on the
    instructions. The name is "gabylan" (previously the computer
    name was "P4". I set up the "hosts" file as indicated, the oracle_hostname
    variable, etc. as you will see below. I don't know if it's important to "uncomment"
    the line on the "hosts" file for the "localhost" entry, I left it
    as it was originally.
    Services currently in "Started" Status:
    OracleServiceorcl
    Oracle orcl VSS Writer Service
    OracleMTSRecoveryService
    OracleOraDb11g_home1ClrAgent
    OracleServiceorcl
    Below is a summary of the error message and some information
    about my system setup to help you diagnose my problem.
    ===============================================================================
    c:\Users\Public\myscripts>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 18-SEP-2012 13:48
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    c:\Users\Public\myscripts> lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 18-SEP-2012 16:17:16
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=gabylan)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    ================================================================================
    My "hosts" File: (c:\windows\system32\drivers\etc\hosts)
    # localhost name resolution is handled within DNS itself.
    #     127.0.0.1 localhost
    #     ::1 localhost
    192.168.5.5          gabylan          gabylan
    =================================================================================
    c:\Users\Public\myscripts>ipconfig /all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : gabylan
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::b8f5:bbb0:cf8b:c735%15(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.5.5(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    DHCPv6 IAID . . . . . . . . . . . : 335675468
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-B7-78-52-00-25-22-51-68-AB
    DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
    fec0:0:0:ffff::2%1
    fec0:0:0:ffff::3%1
    NetBIOS over Tcpip. . . . . . . . : Enabled
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC (NDIS 6.20)
    Physical Address. . . . . . . . . : 00-25-22-51-68-AB
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::7538:173c:c202:4985%10(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.1.2(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Tuesday, September 18, 2012 11:37:37 AM
    Lease Expires . . . . . . . . . . : Wednesday, September 19, 2012 1:45:01 PM
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DHCPv6 IAID . . . . . . . . . . . : 234890530
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-B7-78-52-00-25-22-51-68-AB
    DNS Servers . . . . . . . . . . . : 192.168.1.1
    NetBIOS over Tcpip. . . . . . . . : Enabled
    =================================================================================
    # sqlnet.ora Network Configuration File:
    # c:\app\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\sqlnet.ora
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    # OTHER OPTION FOR AUTHENTICATION IS: SQLNET.AUTHENTICATION_SERVICES= (NTS)
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME, EZCONNECT)
    ADR_BASE = c:\app\oracle\
    ====================================================================================
    # tnsnames.ora Network Configuration File:
    # c:\app\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora
    orcl =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = gabylan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    ====================================================================================
    # listener.ora Network Configuration File:
    # c:\app\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = gabylan)(PORT = 1521))
    SID_LIST_LISTENER =
         (SID_LIST =
              (SID_DESC =
         (ORACLE_HOME = c:\app\oracle\product\11.2.0\dbhome_1)
         (SID_NAME = orcl)
    ADR_BASE_LISTENER = c:\app\oracle
    =================================================================================
    c:\Users\Public\myscripts>ping gabylan
    Pinging gabylan [192.168.5.5] with 32 bytes of data:
    Reply from 192.168.5.5: bytes=32 time<1ms TTL=128
    Reply from 192.168.5.5: bytes=32 time<1ms TTL=128
    Reply from 192.168.5.5: bytes=32 time<1ms TTL=128
    Reply from 192.168.5.5: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.5.5:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    =================================================================================     
    Some related environment variables on my system:
    COMPUTERNAME=GABYLAN
    FP_NO_HOST_CHECK=NO
    HOMEPATH=\Users\oracle
    LOGONSERVER=\\GABYLAN
    ORACLE_HOME=c:\app\oracle\product\11.2.0\dbhome_1
    ORACLE_HOSTNAME=gabylan
    ORACLE_SID=orcl
    ORACLE_UNQNAME=orcl
    SQLPATH=c:\users\public\myscripts
    USERDOMAIN=GABYLAN
    USERNAME=oracle
    USERPROFILE=C:\Users\oracle
    ==================================================================================
    Summary from V$INSTANCE VIEW:
    INSTANCE
    NAME    HOSTNAME STARTUP_T STATUS DATABASE_STATUS ACTIVE_ST
    orcl GABYLAN STARTED      ACTIVE NORMAL
    =================================================================================
    Thanks,
    Gabriel

    I am getting the same error while starting or stopping the listener
    LSNRCTL> start CSCLIST
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL> stop CSCLIST
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=CSCINDAE708070)(PORT=152
    2)))
    NL-00303: syntax error in NV string
    TNS-01153: Failed to process string: (DESCRIPTION=(CONNECT_DATA=(CID=(PROGRAM=)
    (HOST=)(USER=Manager(REMOVE)))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=CSCLIST)(VERS
    ION=186646784)))
    Pls help
    Listener.ora:
    # listener.ora Network Configuration File: D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    CSCLIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = CSCINDAE708070)(PORT = 1522))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    SID_LIST_CSCLIST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\Sagaya\11gDBhome\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    ADR_BASE_CSCLIST = D:\Sagaya\11gDBhome

  • Email Adapter Throwing Error

    Hi,
    I'm using a sender email adapter. But its throwing the following error.
    error occured: exception caught during processing mail message; java.io.IOException: invalid IMAP status response; not finding * STATUS, but 001I NO The requested item could not be found.
    Can somebody let me know why does this happen? I'm using IMAP4, XIPAYLOAD and Plain Authentication mode.
    Thanks,
    Sandeep

    Hi all
    Just  for your interest : I had same issue and it was due to a incorrect URL in the mail adapter ( I used my mailbox name and didn't specify the IMAP folder INBOX ):
    e.g. imap://mailserver/INBOX
    worked for me ( the individual mailbox is apparently found via the username/password ) with microsoft exchange as mail server
    hope it can still helps anyone,
    regards
    Dirk

  • Error msg when I compact: The folder 'Inbox' could not be compacted because writing to folder failed. Verify you have enough disk space, and have write privileg

    I recently had my computer serviced. I re-downloaded Thunderbird (getting a newer version), and retrieved my saved email. Now, Thunderbird keeps asking me to compact, but when I do, I get this error message:
    The folder 'Inbox' could not be compacted because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again.
    Obviously, since I'm getting mail all the time, I have write privileges, and disk space. The question is whether there's a setting I need to specify, or whether Thunderbird is writing to a special partition that may have gotten write-protected when my computer was in the hospital - or whether this is related to a known bug.
    All help appreciated.

    The only know bug I can see is probably your anti virus is trying to scan the file when the new inbox is created leaving Thunderbird to think the file was not created.
    As an experimental / diagnostic process. Restart the machine in safe mode with networking using Microsoft instructions for [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7] then try the compact. If it works I was most likely right. If it does not, another idea must surface.

  • Sending Email When FTP Adapter Errors Out

    Hello everyone,
    I am developing a very simple interface to grab a file from a directory and ftp it to a partner's server. Now I want to be able to check if an error occurs when I send the file so I can send a notification e-mail to the administrator and move the file to an Error-Archive directory.
    Some of the errors that could happen are:
    1. Partner server is down
    2. FTP Username or password is wrong
    3. FTP account does not have permissions to write to the Partner server
    4. ...etc
    I have defined an Integration process and for the block where I ftp my file, I defined an exception which I catch in an exception branch. In the Exception branch, I have then defined steps to send notification emails and move the file to an error-archive directory. But unfortunately all the steps of the Integration Process seems to pass, although the FTP Adapter throughs an error.
    I'm not sure how can I get the FTP adapter errors to be passed back to my integration process. I already searched in the service market place for OSS notes and also searched the SDN but I can't find any helpful information.
    There is one OSS note, 821267, that mentions the use of System Acknowledgements. I'm not sure if this will help me and I don't know how to set it up.
    Does anyone have any ideas on how to handle this particular scenario? Did anyone implement System Acknowledgements with the File/FTP adapter?
    Any help is greatly appreciated

    Hi,
    To do the alert configuration as suggested, please go through the information below.
    From SP 14 on PMI-free alerting was introduced. That means before SP 14 one has to configure and activate the End-to-End Monitoring, and to schedule the report SXMSALERT_PROCESS_DATA_GET in order to extract the alerts from the PMI data. For SP 14 and higher, that's not longer necessary.
    If no alerts are being delivered, please check if "Suppress multiple alerts of this rule" is checked for your rule.
    For SP 14 and higher you could also have a look at the report sxmsalert_logreader. This report shows some information about alerts being created or not.
    You'll find more information about trouble shooting the alerting in SAP Note 913858.
    Also just check if this batch program (RSALERTPROC) is running or not.
    The links below on Alert Management (ALM) will be of good help to you:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/567ddea69d3d4c93a6aedabd08899e/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm
    Meanwhile look at these forum threads also:
    Alerts not getting triggered from Adapter Framework
    Alert  Configs...
    Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.
    I hope I have answered your queries. If u want help with anything else please do reply back.
    Regards,
    abhy
    PS: AWARD POINTS FOR HELPFUL ANSWERS.

  • Reg: Error in adapter Engine Monitoring

    Hi Guys,
                In my RFC to File Scenario i got error as Adapter message property was configured was mandatory element but there is no Dynamic ocnfiguration elementin XI MEssage Header. This is occur in adapter engine monitoring in RWB.
    Thanks

    This error comes if you there is a problem in passing the file via dynamic configuration
    for this if you want temporary solution like filename not necessarily be dynamic then go to receiver file adapter then
    adapter specific message attributes deselect filed Failif file name does not.... sme option where you can uncheck the failure option
    and in this case need to provide the filename and file will get generated with this filename if there is no filename generates using dynamic configuration
    for this to resolve permanently then check the filename is passed or not  to file adapter in moni in dynamicconfiguratuoin tab of callAdapter pipeline service
    HTH
    Rajesh

  • TS3899 I am unable to move email to the trash folder.  The mail appears to move, but stays in the inbox.

    I am unable to move email to the trash folder.  The mail appears to move, but stays in the inbox.

    Try Settings>Mail, contacts, calendars>Your email account>Advanced>Move Discarded Messages into>Deleted Mailbox.
    Or Settings>Mail, contacts, calendars>Your email account>Account>Advanced>Move Discarded Messages into>Deleted Mailbox....and Mailbox Behaviors>. Deleted Mailbox>Trash.

  • Whenever i send new email or reply to any of my emails, after sending it one copy of sending email i see in my inbox folder and one copy of it in sent folder?

    Whenever i send new email or reply to any of my emails, after sending it one copy of sending email i see in my inbox folder and one copy of it in sent folder?
    I don't want copy of it in any of my Inbox folders as well in unified folders.
    Pls ad.

    Tools (Alt-T) - Account Settings - Copies and Folders
    Is 'Place a copy in Sent folder' checked?
    If so, where does it point to?

  • Email adapter hangs

    We have email trigger jobs setup to run. At times the jobs do not run even thought Tidal recieves and deletes the email. We then have to disconnect the adapter and reconnect and then the jobs take off. What causes this and is there a fix?

    Hi all
    Just  for your interest : I had same issue and it was due to a incorrect URL in the mail adapter ( I used my mailbox name and didn't specify the IMAP folder INBOX ):
    e.g. imap://mailserver/INBOX
    worked for me ( the individual mailbox is apparently found via the username/password ) with microsoft exchange as mail server
    hope it can still helps anyone,
    regards
    Dirk

  • EMOD Emails going into Junk Folder

    I created an email campaign in EMOD, targetting 330 customers. Just to be on the safe side, I also added myself as a recipient on the list. The emails went out successfully as scheduled, but I noticed that instead of the inbox my email has gone directly into the Outlook Junk folder.
    The email was designed so that it is sent FROM a person's email address, but any REPLY-TO go into a generic email account for an internal team to monitor. Also, the email does not have the (bhd-bounce etc...) as this was removed by Customer Care.
    Can someone please explain how I can avoid the emails going into Junk Folder? I am concerned that our customers will not see the email, or that the Response Status for this campaign will not reflect true results.
    Please advise.

    Hi CRMwise,
    I could not understand what this means:
    If you need to white list for your company the information below should help:
    mail-11.crmodmail.com (141.146.155.148)
    Did you follow up with Oracle to find out how to whitelist your emails?
    Oracle claims that they take extra care to ensure that mails sent from their server are whitelisted. However, I guess that would not stop the individual email address mentioned in the From field from getting blacklisted.
    Do share your experience how you mange to resolve this issue. Here is an interesting link I came across:
    http://blog.bronto.com/2010/03/01/whitelisting-why-its-important-and-what-you-can-do-about-it/
    Ady

  • FTP Adapter Errors out while translating

    Hi,
    I am using a FTP adapter to put a text file using a bpel process. But the FTP adapter errors out with the following error:oracle/xml/parser/schema/XMLSchema
    Is there a way to fix this issue?? Please advise.
    Thanks
    PS

    Hi,
    To do the alert configuration as suggested, please go through the information below.
    From SP 14 on PMI-free alerting was introduced. That means before SP 14 one has to configure and activate the End-to-End Monitoring, and to schedule the report SXMSALERT_PROCESS_DATA_GET in order to extract the alerts from the PMI data. For SP 14 and higher, that's not longer necessary.
    If no alerts are being delivered, please check if "Suppress multiple alerts of this rule" is checked for your rule.
    For SP 14 and higher you could also have a look at the report sxmsalert_logreader. This report shows some information about alerts being created or not.
    You'll find more information about trouble shooting the alerting in SAP Note 913858.
    Also just check if this batch program (RSALERTPROC) is running or not.
    The links below on Alert Management (ALM) will be of good help to you:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/567ddea69d3d4c93a6aedabd08899e/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm
    Meanwhile look at these forum threads also:
    Alerts not getting triggered from Adapter Framework
    Alert  Configs...
    Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.
    I hope I have answered your queries. If u want help with anything else please do reply back.
    Regards,
    abhy
    PS: AWARD POINTS FOR HELPFUL ANSWERS.

  • TNS-12560: TNS:protocol adapter error listener not starting up.

    Hi all
    we came to an issue where we have to move our server from one data centre to another after unplugging the machine and re-plugging the server
    1) Operating system (OEL 5.1) started.
    2) Database 11gR2 started.
    3) Listener Failed to Start.
    [oracle@yam01 tmp]$ lsnrctl start lsn_yscc12
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-OCT-2012 07:57:58
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/bin/tnslsnr: please wait...
    TNS-12537: TNS:connection closed
    TNS-12560: TNS:protocol adapter error
    TNS-00507: Connection closed
    Linux Error: 29: Illegal seek
    [oracle@yam01 tmp]$
    When checked in sqlnet.log we found.
    [oracle@yam01 log]$ cat sqlnet.log
    Directory does not exist for read/write [u01/app/oracle/product/11.2.0/log] [u01/app/oracle/product/11.2.0/log/diag/clients]
    [oracle@yam01 log]$
    /u01/app/oracle/product/11.2.0/log
    /u01/app/oracle/product/11.2.0/log/diag/clients --> here under diag folder client folder was missing.
    drwxrwxr-x 3 oracle oinstall 4096 Sep 30 12:59 /u01/app/oracle/product/11.2.0/log/diag/
    *[oracle@yam01 log]$ cd /u01/app/oracle/product/11.2.0/log/diag/clients*
    -bash: cd: /u01/app/oracle/product/11.2.0/log/diag/clients: No such file or directory
    *[oracle@yam01 log]*
    [oracle@yam01 diag]$ mkdir clients
    [oracle@yam01 diag]$ ls -ltr
    total 12
    drwxr-x--- 3 oracle oinstall 4096 Sep 30 12:59 rdbms
    -rw-r----- 1 oracle oinstall 15 Oct 2 07:43 adrci_dir.mif
    drwxr-xr-x 2 oracle oinstall 4096 Oct 2 08:27 clients
    [oracle@yam01 diag]$
    and added *"SUBSCRIBE_FOR_NODE_DOWN_EVENT_lsn_yscc12=OFF"*
    and then when started all the listener it started successfully.+_
    [oracle@yam01 ~]$ lsnrctl status lsn_yscc12
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-OCT-2012 08:40:19
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=100.100.50.199)(PORT=1603)))
    STATUS of the LISTENER
    Alias lsn_yscc12
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 02-OCT-2012 08:28:09
    Uptime 0 days 0 hr. 12 min. 9 sec
    Trace Level admin
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/yam01/lsn_yscc12/alert/log.xml
    Listener Trace File /u01/app/oracle/diag/tnslsnr/yam01/lsn_yscc12/trace/ora_10095_3086223040.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=100.100.50.199)(PORT=1603)))
    Services Summary...
    Service "YSCC12.YAMAMACEMENT.COM" has 1 instance(s).
    Instance "yscc12", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@yam01 ~]$
    Thanks all for Reading this post
    hope if you came across this issues this may work for you.
    Best Regards
    Kaleem.

    Welcome to OTN
    Thank you For you sharing :)

  • Alerting with Content Master Conversion Agent via Email Adapter

    Hi all,
    my question is: is it somehow possible to have the alerting also with EMail Scenario and Content Master? i am on SP 14 and in my alert rule there is no restriction. But when i make a restriction on adapter, the mail adapter is not available.
    So, Alerting with Email Adapter is not possible??
    Thanx a lot, folx,
    Felix

    Hi Felix,
    I have been trying to configure alerts using NO RESTRICTION. When i try to trigger my alerts using the report RSALERTEST, message is sent to my alert inbox.
    But, when any error occurs on my Integration Engine or Adapter Engine, the alert is not triggered.I am on SP14.
    Is there any additional configuration that needs to be done for the same?? Are you able to get ALERTS in your inbox whenever anything fails in your Integration Engine or Adapter Engine.
    It would be very helpful if you could answer this query.
    regards,
    bhavesh

Maybe you are looking for

  • HP Officejet Pro K550dtwn NOT 10.5 Compatible, HP considers it obsolete

    I have just found out from HP support that they have decided NOT to write drivers for the Officejet Pro K550 duplexing printer for OSX 10.5 The HP officejet pro k550 duplex printing prints the second page upside-down. The current driver, 2007 10/26 v

  • How to Connect to VPN?

    I've read all the suggestions, forgive me if I am repeating a question. I just really don't understand. I have a Android device on which I downloaded a Cisco Anyconnect VPN. I put in the remote address and then it prompts me for my username and passc

  • How can i get into the phone without the computer or passcode?

    A friend of mine gave me an old iphone to use as a replacement for mine and she no longer has the computer for the itunes which it was synced, nor does she remember the passcode.

  • Adding Custom fields to standard  SAP-EBP application

    Hi, A functionality requires some custom fields to be added to the standard SAP-SRM EBP ( Manage business partners) application. If I copy the whole BBP_VENDOR_CREATE program into a Z-program, and the BBPMAININT internet service to a Z-application, t

  • Error after HU packing in Outbound Delivery

    Hello All, I unpack existing Handling Unit (HU) in an outbound delivery in VL02n transaction and pack part of its quantity in new HU that I create on same screen. Now, while saving this delivery I get this error "Movement type 990 does not allow imme