Inbound UMS Adapter Issues with Receiving Emails from Lotus Notes

Hi,
I have this requirement in my project where I need to read the mails from a particular Email Account which has been created in Lotus Notes. The IMAP Host and port is enabled for the same and I am setting all these in my Server's EM Console UMS Driver settings. I have provided all the Details required for Incoming Email Driver setup like: IncomingMailID, IncomingMailServer, Port, Server Type: IMAP, IncomingMailIDs etc. I have followed all the steps mentioned in regular UMS Adapter Documentation and Blogs.
I can see that Soa-infra is able to access all the mails from this mail Account and I can see the same in the managed server log files also. But the issue is with the BPEL Process which I have created with the Inbound UMS adapter. This process has UMS inbound adapter with the Email address same as the one defined in UMS Configuration in EM Console.
The Process is not getting triggered at all whenever a new mail comes to the mail id. I am not sure what is the issue. If anyone has faced similar issue please let me know the solution for the same.
Also 1 strange thing I observed is, if I go to the Soa-infra proerties-> Human Workflow Management and Test the notification by sending mail to the IncomingMailId, the Process is getting triggered, but if I send a mail from any other gmail/any other account to the IncomingMailID set in Process and server, the Process is not getting triggered.
In the logs I see the following Error messages which I don't think would be impacting the Process to receive messages as soa-infra is able to pick the messages without any issues.
        at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSou
rce.java:119)
        at javax.activation.DataHandler.getInputStream(DataHandler.java:223)
        at javax.mail.internet.MimeBodyPart.getInputStream(MimeBodyPart.java:573
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.copyCo
ntent(EmailResourceAdapter.java:998)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.copyCo
ntent(EmailResourceAdapter.java:1023)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.create
IncomingMessage(EmailResourceAdapter.java:593)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:440)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<31/07/2014 5:44:06 PM EST> <Warning> <oracle.sdp.messaging.driver.email> <SDP-2
5700> <An unexpected exception was caught.
javax.mail.FolderClosedException
        at com.sun.mail.imap.IMAPMessage.getProtocol(IMAPMessage.java:149)
        at com.sun.mail.imap.IMAPMessage.setFlags(IMAPMessage.java:871)
        at javax.mail.Message.setFlag(Message.java:578)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:501)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<31/07/2014 5:44:06 PM EST> <Warning> <oracle.sdp.messaging.driver.email> <SDP-2
5700> <An unexpected exception was caught.
javax.mail.FolderClosedException
        at com.sun.mail.imap.IMAPMessage.getProtocol(IMAPMessage.java:149)
        at com.sun.mail.imap.IMAPMessage.getHeader(IMAPMessage.java:715)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.getMes
sageID(EmailResourceAdapter.java:1415)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:417)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Hi,
I have this requirement in my project where I need to read the mails from a particular Email Account which has been created in Lotus Notes. The IMAP Host and port is enabled for the same and I am setting all these in my Server's EM Console UMS Driver settings. I have provided all the Details required for Incoming Email Driver setup like: IncomingMailID, IncomingMailServer, Port, Server Type: IMAP, IncomingMailIDs etc. I have followed all the steps mentioned in regular UMS Adapter Documentation and Blogs.
I can see that Soa-infra is able to access all the mails from this mail Account and I can see the same in the managed server log files also. But the issue is with the BPEL Process which I have created with the Inbound UMS adapter. This process has UMS inbound adapter with the Email address same as the one defined in UMS Configuration in EM Console.
The Process is not getting triggered at all whenever a new mail comes to the mail id. I am not sure what is the issue. If anyone has faced similar issue please let me know the solution for the same.
Also 1 strange thing I observed is, if I go to the Soa-infra proerties-> Human Workflow Management and Test the notification by sending mail to the IncomingMailId, the Process is getting triggered, but if I send a mail from any other gmail/any other account to the IncomingMailID set in Process and server, the Process is not getting triggered.
In the logs I see the following Error messages which I don't think would be impacting the Process to receive messages as soa-infra is able to pick the messages without any issues.
        at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSou
rce.java:119)
        at javax.activation.DataHandler.getInputStream(DataHandler.java:223)
        at javax.mail.internet.MimeBodyPart.getInputStream(MimeBodyPart.java:573
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.copyCo
ntent(EmailResourceAdapter.java:998)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.copyCo
ntent(EmailResourceAdapter.java:1023)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.create
IncomingMessage(EmailResourceAdapter.java:593)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:440)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<31/07/2014 5:44:06 PM EST> <Warning> <oracle.sdp.messaging.driver.email> <SDP-2
5700> <An unexpected exception was caught.
javax.mail.FolderClosedException
        at com.sun.mail.imap.IMAPMessage.getProtocol(IMAPMessage.java:149)
        at com.sun.mail.imap.IMAPMessage.setFlags(IMAPMessage.java:871)
        at javax.mail.Message.setFlag(Message.java:578)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:501)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<31/07/2014 5:44:06 PM EST> <Warning> <oracle.sdp.messaging.driver.email> <SDP-2
5700> <An unexpected exception was caught.
javax.mail.FolderClosedException
        at com.sun.mail.imap.IMAPMessage.getProtocol(IMAPMessage.java:149)
        at com.sun.mail.imap.IMAPMessage.getHeader(IMAPMessage.java:715)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.getMes
sageID(EmailResourceAdapter.java:1415)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:417)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.onMess
age(EmailResourceAdapter.java:394)
        at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.fetchN
ewMailFromStore(EmailResourceAdapter.java:357)
        at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(Ma
ilboxPollingWorker.java:49)
        at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
        at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
        at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Similar Messages

  • I have an issue with receiving emails from Mozilla at a different address but not at my registered one

    I have signed in & verified my email address but still get emails sent to [email protected] & not at [email protected] which was verified in my Profile.

    Hi,guigs2,
    First of all,I never mentioned the email in the screenshot was not from the forum.As it shows,Mozilla does send out emails Also,the only thing I can do when I go to manage the subscription is subscribe or unsubscribe, not edit the address.

  • Sending an email from Lotus Notes release 5.0.4a

    I need to write java code for sending an email from Lotus Notes release 5.0.4a.
    Initially, I tried using Lotus Domino Toolkit for java, but the current release, "Lotus Domino ToolKit for Java/Corba release 5.0.8" is not compatible with the notes client/server we are using(5.0.4a).
    Now, I am trying to use "Lotus Domino Toolkit 2.1" which supports notes version 5.0.3 and higher, but I couldnot find out how to use it to send email.
    Is there are other way in which we can connect to Lotus Notes for sending email. I cannot use SMTP as the Lotus Notes administrator is afraid of security issues so there is no possibility that I can connect to Domino server using java mail API by enabling SMTP on the Domino server.
    I would be thankful if somebody can help me to do this.

    First off - This is very "off topic"
    The Domino SMTP server is not hard to lock down. Any Notes Admin worth his/her salt should know how to do it. Try to persuade them to run the SMTP stuff using name and password authentication only, or restrict access to an IP address range. This is all easy stuff.
    Otherwise DIIOP/CORBA is one way to go. If your toolkit jar files don't work with the server then try using the ones on the server. Look in %noteshome%\data\domino\java for the ncso.jar file.
    This works for me on an AS/400 java VM to WinNT/Linux Domino servers of various versions.
    How to create an email using this method is again not difficult. All you really need is a blank database template. You have to create a document with certain fields in it (all documented) and then save it. That's all there is to it.
    Word of warning DIIOP is not very rapid and careless coding can create problems. Ensure that once you have finished a session you make sure you close it else you will have continual connection problems.
    Try searching around the domino/notes groups on how to actually do this.
    SH

  • Java program to send email from lotus notes

    Hello,
    Please anyone suggest me how to send email from lotus notes using java.
    Thanks.

    I don't understand the question. Are you asking:
    1. How do I send e-mail from Lotus notes manually? Press the Send button.
    2. How do I send e-mail from Java? Look into the Java Mail API. Doesn't require Lotus Notes (or any other e-mail client, for that matter).
    3. How do I send e-mail to a Lotus Notes address? Just send e-mail to the address (see # 2 above). Nothing special required just because the recipient uses Lotus Notes. FYI: I use Lotus Notes (though I hate it) because it's our company's standard & have written Java apps that send e-mails to Notes. The only time I've had to be aware the recipient was a Notes client was when I was sending HTML formatted messages; then I had to pay attention to the limitations of Notes' brain dead HTML parser.

  • IOS Mail syncing issues with iCloud - emails from 1970!!!!!

    Hi
    I woke up this morning to find some very weird behaviour on my iOS devices (iPhone 5 32GB, iPad 2 32GB).
    Both mail apps are synced to my mail accout with icloud yet both only seem willing to sync with all email from today and yesterday, and then only show emails from late November 2012. My iPad also seems to believe that I was sent some emails from 01/01/1970!!!!
    As far as I am aware all was fine yesterday, and all seems to be fine with mail on my Mac.
    Any advice much appreciated,
    I deleted the account from my phone and then re-added it but the problem was still there.
    Many thanks
    Andy

    I have previously successfully fixed similar problem by resetting all settings. Settings - general - reset - reset all settings. Do not click the line that says erase content. You will lose your screen wallpaper, your wifi password and other minor stuff that is not worth mentioning, but nothing important.

  • TS3899 I cannot receive emails from anyone not in my list of contacts.

    I am only able to receive emails from my contacts.  Emails sent to me from anyone else do not reach my inbox.

    iOS: Unable to send or receive email
    also see:
    I can send email, but cannot get email...message i get says imap.gmail.comis not responding.  Verify that you have entered the correct account info in Mail settings.  Help

  • TS3899 Intermittent issue with sending emails from a blueyonder.co.uk email address.

    Hi can anyone help?  My iphone 4 has recently developed an intermittent issue sending emails from my 'blueyonder.co.uk email account.  The emails get delivered to my outbox with a message 'cannot send mail, recipient was rejected by the server'  When the emails are in my outbox there is no means to delete them there the only way to remove them is to remove the full email account and reset it up again.
    I have tested the send functionality with my Gmail account and this seems to work ok!
    I have spoken to Virgin Media my email provider and they have walked me through removing the account and resetting it up again but to no avail.  They have suggested I contact Apple as there appears to be something wrong with the email application on my phone for this particular email account. 
    All incoming emails are being received as normal

    Hi can anyone help?  My iphone 4 has recently developed an intermittent issue sending emails from my 'blueyonder.co.uk email account.  The emails get delivered to my outbox with a message 'cannot send mail, recipient was rejected by the server'  When the emails are in my outbox there is no means to delete them there the only way to remove them is to remove the full email account and reset it up again.
    I have tested the send functionality with my Gmail account and this seems to work ok!
    I have spoken to Virgin Media my email provider and they have walked me through removing the account and resetting it up again but to no avail.  They have suggested I contact Apple as there appears to be something wrong with the email application on my phone for this particular email account. 
    All incoming emails are being received as normal

  • Issue with sending email from the iPhone

    I'm still new at this iPhone thing so I may be missing something. When I first got it I turned Wi-Fi on and had been using it for two weeks. Then I figured out that when I turned Wi-Fi off the phone reverted to EDGE for data. The issue is that I can receive email with Wi-Fi turned off but for some reason when I try to send email it tells me it can't contact the mail server. As soon as I switch Wi-Fi back on the emails send. Why would it do this?

    http://docs.info.apple.com/article.html?artnum=305634

  • Issue with receiving response from web application

    Hi,
    I have configured B2B with business protocol as 'Custom document document over Internet', document exchange protocol as AS2-1.1 and transport protocol HTTPS1.1 to invoke a web application deployed in Oracle Application server. B2B is able to invoke the web application with HTTPS request which contains an xml.
    I have set the acknowledgment mode as 'Sync' and 'Is acknowledgement handled by B2B' as true. But while receiving the response from web application which is an xml, B2B is showing the error as
    Description: Unable to identify the document protocol of the message
    StackTrace:
    Error -: AIP-50083: Document protocol identification error
         at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3244)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1665)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2382)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1825)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:974)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    I have added headers as present in the wire message of the request. In B2B, it is showing the wire message for response as follows.
    TO_PARTY=XXX
    AS2-To=XXX
    DOCTYPE_NAME=TestAS2DT
    DOCTYPE_REVISION=1.0
    Date=Tue, 03 Nov 2009 06:09:22 GMT
    AS2-Version=1.1
    AS2-From=YYY
    Content-Transfer-Encoding=binary
    [email protected]
    ACTION_NAME=TestAS2_BA
    Content-Type=application/xml
    Server=Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    MIME-version=1.0
    User-Agent=AS2 Server
    FROM_PARTY=YYY
    Content-Disposition=attachment; filename=1.0
    Connection=Keep-Alive
    From=YYY
    Keep-Alive=timeout=15, max=100
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the xml sent as response from web application in Payload as follows.
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the HTTP response in b2b_dc_transport.log. In transport log it is not showing any error. Please help me to fix this issue.

    Hi,
    Request and Response should be part of same agreement. I hope you are not confused between Acknowledgement and Response. Acknowledgement can be received in the same session (sync mode) but Response will always come in a different session and will be treated as a different document. If, for request, party A is initiator and B is responder then for response party B will be initiator and party A will be responder (as Requset and Response are two docs in case of Custom Document)
    For configuring X-Path, please refer section 8.3.11 Configuring the XPath Expression for a Custom XML Document at below link -
    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/busact_coll.htm#sthref784
    Please let us know whether you are trying to receive a response or Ack?
    Regards,
    Anuj

  • Having issues with Sending Emails from Excahnge 2013

    hope you can help,
    I am learning Excahnge 2013 for the first time, and I have just build my first Excahnge 2013 server on a Windows 2012 server.
    I follow the steps from "petenetlive.com" on how to install the server and services. as this is a test bed server, I haven't gone as far as getting the Cert's.
    I have tried to different domain names from JCPPhotos.local 
    and jessphotos.co.uk but for some reason, I can't get the exchange to send out a test email, but I am able to send emails within exchange to internal email accounts with no issues.
    at the moment as this is a test bed, I have all the services on the same server, AD, Domain Contractor, DNS, but once I have this all sorted out then I will split the services onto different servers.
    I have at the moment disable all firewalls on the server, and opened all ports on my main firewall for all out going traffic.
    I have set up the send connecter as shown by Petenetive, and as the domain name is the same as my public domain name I have done anything else.   has anyone else had the same issues, and if so then can you please advice.

    I have check the Queue Viewer, and it looks like all the test emails are blocked, within exchange as it is showinNext
    Hop Domain = netsmart.org.uk
    Delivery Type = DNSConnectorDelivery
    Status = Retry
    Message Count 2
    Next Retry 04 March 2015  08:20:10
    Last Error 400.4.4.7
    here is the log file
    Identity: SVREXC01\13\8589934602
    Subject: TEST 1
    Internet Message ID: <[email protected]>
    From Address: [email protected]
    Status: Ready
    Size (KB): 4
    Message Source Name: SMTP:Default SVREXC01
    Source IP: 172.16.1.13
    SCL: -1
    Date Received: 03/03/2015 14:07:40
    Expiration Time: 05/03/2015 14:07:40
    Last Error: 400 4.4.7 Message delayed
    Queue ID: SVREXC01\13
    Recipients:  [email protected];2;2;[{LRT=};{LED=400 4.4.7 Message delayed};{FQDN=};{IP=}];0;CN=Send-Connector,CN=Connections,CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange
    Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=JessPhotos,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=jessphotos,DC=co,DC=uk;0
    with Telnet, I tried to open a connection by        open *.*.*.* 25
    I type a Nslookup command, but I got a error message   = 500 5.3.3 Unrecognized command
    I then tried to use the Telnet a test email with this and I got a error at each command line    500 5.3.3 Unrecognized command
    Destination SMTP server   mail1.netsmart.org.uk  =  "this was a guest as this is a hosted domain"
    Source domain   jessphotos.co.uk
    Sender's e-mail address  
    [email protected]
    Recipient's e-mail address   [email protected]
    Message subject   Test from JessPhotos
    Message body   This is a test message
    with the EXRCA outbound
    I enter in the details,      outbound IP Address = Default gate "I was guesting on this"
    for the email address I enter in my local
    [email protected], and click Perform test, and I got a error, saying that it didn't like the IP Address
    I also tried the IP Address of the Exchange server,  which again didn't work
    any ideals ?

  • Issue with Sent mails from BB not showing in outlook

    Dear All,
    I  configured my BB 8800 to work on my office email. We do not have a BES.
    Concerns that i noticed are that the mails sent from my BB do not show up in the sent items of outlook. 
    The service is thru Airtel in India and the Tech support team of airtel mentioned that sent items would not show in outlook.
    I really cant believe that such a thing can happen and Blackberry would release an incomplete mailing solution for non BES users.
    Pls let me know if i can configure so that i can see my sent items in outlook :-)
    Rgds
    DC 

    This is true that sent items wont show in Outlook, unless you are using OWA to integrate your work account. If its POP, they wont show in sent items.
    Workaround:
    -Log into BIS account and click on Edit beside your email address and in 'Auto BCC:' field enter your email address and save.
    -Click on filters for your email address and add new filter, Filetr naem: Sent items; Apply filter when: "From" field and Contains: enter your email address and choose 'Do not forward messages to device' option and click on 'Add Filter'
    On Outlook set up a filter for messages that come  from your email address to move to 'Sent items'
    Summary: Auto bcc to bcc your address to get your sent mail, filter not to receive copies of those sent messages on BB and filter in Outlook to put  those messages in 'Sent Folder' Enjoy
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

  • I'm have issues with my email and password not working?  Any help on this matter?  I would really like to start using my new Ipad!!!

    I can sign in on the computer, but not on my ipad???  What's wrong?  Help!

    Thanks for your help.  I had already done the "forget this device" but had forgotten about the part of entering the passcode with the keyboard in order to pair.  I found my instruction sheet after I posted my cry for help and when I did the pairing procedure right, it worked.  It's weird that it decided to unpair itself.  Both my husband and our daughter have the same keyboard and neither of them have had this happen.  At least now I know what to do if it happens in the future.

  • I am using i pad mini. I am going through a issue in which i am not able to send mails to my work email add wherein i am able to receive emails from same email id.

    i am using i pad mini. I am going through a issue in which i am not able to send mails to my work email add wherein i am able to receive emails from same email id.

    With one mailbox server in the production site and one in the DR site, you do not have high availability.  If the main site goes down, the cluster loses quorum and all databases dismount.  You must then force quorum or move the file share
    witness to restore quorum.
    I can't tell you why what you observed happened.  At the time of the problem I would have been looking at the transport queues to see what's queued and to where.
    I recommend you look at the configuration of your send connectors to ensure that none of them are dependent upon the DR site server.
    To send mail outside, you must allow relay.  To do this, I recommend you create a new receive connector that's configured to allow relay and restrict access to the application server to keep anyone else from using it to relay.  There are plenty
    of articles on the Internet that describe how to configure a relay connector.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • Hi, Using MAC OSX 10.6.8 and have intermittent issues with receiving new emails - sending is OK. I've tried the workarounds (take offline & take online), quitting mail etc - no luck. Any suggestions?

    Hi, I'm using MAC OSX 10.6.8 and have intermittent issues with receiving new emails - sending is OK. I've tried the workarounds (take offline & take online), quitting mail etc - no luck. Have cleared space, checked Window - Doctor and server has green light.  Mail Activity shows 47 emails waiting to download, iPad and iPhone download them all OK - no extra big files stopping the download either.    In the past, quitting mail has worked, but not today... Any suggestions?

    Hi, I'm using MAC OSX 10.6.8 and have intermittent issues with receiving new emails - sending is OK. I've tried the workarounds (take offline & take online), quitting mail etc - no luck. Have cleared space, checked Window - Doctor and server has green light.  Mail Activity shows 47 emails waiting to download, iPad and iPhone download them all OK - no extra big files stopping the download either.    In the past, quitting mail has worked, but not today... Any suggestions?

Maybe you are looking for

  • PDF files in sender file adapter

    Hi, Can XI pick up pdf files (.pdf)  from a folder using File Adapter? If yes can u send me some blogs on this? Thanks in advance.

  • Bold text in toc won't display

         I've formatted my toc to display titles as bold text but for some reason it will not display all titles as bold text. By the way, it's russian and all lower headings in the screenshot should be bold. I know I have displayed a screenshot for a LO

  • Referring to logo in Purchase Order Template

    I am making changes to the stylesheet inorder to add logo to the template. We put th eimage in the OA_MEDIA directory and i am reffering to it in the stylesheet as 'http://ora01.heliovolt.internal:8020/OA_MEDIA/heliovolt.jpg'. This is not working. Wh

  • Re: Need to route traffic. 2 instances 00. Can I use SapRouter?

    Hi All: I have DEV and QAS sitting behind a linksys router. Both SIDs are on their own instance 00 on seperate hosts. From the internet (there is only 1 public IP) I want to be able to connect to either machine using SAPGui...i.e.; logon and work eit

  • Feedback page for iPhone???

    Hello, I was just going to leave feedback about an iPhone problem, but the only Operating systems offered in the drop down box are for Mac and Windows. What are we supposed to enter there? Thanks.