Email polling

Am I missing something or does the iPhone not poll email accounts?
I am using pop3.
I can not find any settings to set how often to poll for email.
Also, when I remove email off the server from my main computer the email stays on the iPhone thus I have to remove it manually.
TIA
Ron
iMac    

Am I missing something or does the iPhone not poll
email accounts?
I am using pop3.
I can not find any settings to set how often to poll
for email.
Also, when I remove email off the server from my main
computer the email stays on the iPhone thus I have to
remove it manually.
TIA
Ron
iMac    
Ok, there are a couple of different concepts at work here.
If you want to check for email every XX minutes, go to Settings / Mail and scroll down to Auto-Check. You can choose every 15 minutes, every 30 minutes or every hour.
Now, if you are using POP mail, you can configure deleted mail behavior by going into Settings / Mail, choose the POP account you want, and choose Advanced. There you can tell it to delete files from server never, 7 days, or when they are removed from the iPhone inbox.
If you are using IMAP, mailboxes are "synced". You can also configure deleted mail behavior under Mail / Settings, but its a little confusing and I haven't figured it out yet. I have my home PC accessing these accounts using POP, and when I download it from my home PC it automatically deletes them from my iPhone, as my iPhone is syncing with my mailbox using IMAP.

Similar Messages

  • Oracle bpel 11g email polling ?

    could oracle bpel 11g support email polling(checking inbox of an email account for a defined period time) ?
    try to google and find some tutorial to enable email polling in bpel 10g.
    but try to implement it and can't find folder BPEL in <SOA_HOME>
    now i can utilize email polling from fusion middleware Oracle Service Bus. but it would be more suitable if i can do the polling from my bpel instance.
    if someone has experience in this, pls share and will be very appreciated it.

    using the tutorial from amis.nl, how can i get the sender, subject (email header) from the email that i'm polling ? with an empty body message email.
    i'm facing issue the xml that ums adapter poll and send to the bpel process is only the message body part. can not get the header part.

  • OSB Email Polling 10gr3

    Hi,
    I have a problem at one of my customer sites using the OSB email polling mechanism. We created a proxy service that monitors and downloads mail from an Exchange 2007 mailbox. Last week they moved the mailbox to an Exchange 2010 server... After the move I saw the following error in the Service Bus log:
    <2010/08/02 03:38:03 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280756283684> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We moved the mailbox back to 2007 and the server processed the messages normally...
    Does anybody know what would cause this error?
    Another interesting, but alarming fact is that when this error was generated, no messages where written to the error folder location specified in the proxy service configuration... The messages were successfully "popped" from the server and then simply went missing... Is this maybe a bug?

    Hi Anuj,
    I'm using IMAP to connect to the mailbox. Just to give you a bit of background, the mail message contains attachments so will be multipart messages.. I was able to replicate the issue by sending a mail with attachment from my Apple Mail client, so it would seem like this error has something to do with the format of the multipart message...
    Basically to error repeats in the domain log:
    ####<2010/07/30 05:21:55 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503315053> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:15 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503335836> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:36 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503356631> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:57 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503377407> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:23:18 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503398233> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Are there any other logs I can look for? Taking into account that this is our production machine...
    Edited by: Ben Taljaard on Aug 3, 2010 2:55 AM

  • Better language for email polling, C# or C++?

    There's currently a small internal debate over what language we should be writing an email polling service.
    It is a part of a much broader system. Various accounts will be set up, and emails will be pulled from them and then encrypted and stored in a database.
    As it is part of a larger system we are planning on using an ORM such as Entity Framework and have a DAL or C# API to handle all things database. C# .NET has a solid networking API and some mail related stuff already, as well as solid encryption.
    Concerns surrounding using C++ include;
    Having to write network code from scratch (limited on external library use)
    Can not use Entity Framework or the C# database API, would require database code to be repeated in 2 languages allowing for transfer of bugs, more time taken etc..
    Encryption.. The clients are going to be .NET and so we want to use .NET encryption from start to finish so that encryption is standardized throughout
    Later in the projects life we want to support more than just Pop3 and IMAP, Microsoft provide a managed API for it's exchange web services. To achieve this in C++ is not elegant and not recommended by Microsoft
    What are the advantages of using C++ in this scenario if any?

    Hi Lee,
    first of all: I would choose C# for the task.
    That said, C++ does have some advantages:
    Better control over memory usage (it's especially easier to vanish sensitive information from memory)
    Having to build it up from scratch means you can optimize performance to your specific needs.
    I don't see how that would justify adding that much more work-hours though.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • How do you email poll results?

    How do you email poll results?

    sorry about the typo error on the p.s
    i have attached my vi with an excel file with my measurements i am talking about.the first column goes from segment 1-35 while the second column goes from 1-42.
    i want to compare these 2 columns on the same time axis
    Attachments:
    segment analysis.xls ‏24 KB
    Testing Cepstrum Algo.vi.vi ‏201 KB

  • Conditional email polling

    Hello everyone!
    I wonder if it is possible to poll an email inbox conditionally (with OSB 11gR1)...
    For example, I want to poll only the emails coming from a certain sender... Or only the emails that include a certain substring in its subject...
    The purpose is to have several proxy services polling the same inbox, and depending on their properties invoke different services...
    If an email arrives to the inbox and does not fulfill any of these conditions, it remains in the inbox.
    Is this possible?
    Best regards,
    Bagagem

    Hello,
    I've been struggling with this for the past few days, I can't find a reasonable way to fulfill my needs...
    At the moment I have only one proxy service polling an email inbox through IMAP, and then, after reading the email, moves it to another folder inside the email (Post read action: Move; IMAP move folder: DestinationFolder ).
    However, if I have more than one service polling the same inbox... I cannot distinguish which emails are intended for which service...!
    I'm using OSB 11gR1.
    Any thoughts about this?
    Haven't anybody been working with something similar?
    Bagagem

  • IMAP Email Polling

    Hi, I am using IMAP to poll emails (as in http://blogs.bpel-people.com/2007/01/using-email-to-initiate-bpel-process.html), it polls sometimes, but sometimes the messages just dissapear from my email but the bpel process don't get initiated. This happens about 50% of the time, any ideas?

    i had the following problem:
    50% of the messages lost, bpel not initiated...
    => solution:
    the bpel was two times deployed. On two servers....
    Other possible solution:
    the adapter fetches all the mails and the correlation does not match the correlation which the bpel wants...

  • Need help to setup UMS adapter for email polling using BPEL

    I am trying to use UMS adapter to read emails from a mailbox.
    I have followed the link(http://technology.amis.nl/2012/05/18/proces-email-with-the-new-ums-adapter-of-soa-suite-ps5/) to do the setup.
    But after the BPEL deployment in the logs i am seeing the below error:; Please help me on this.
    java.lang.Exception: Cannot locate Java class oracle.tip.adapter.ums.inbound.UmsActivationSpec
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.getActionSpecClass(SCALifecycleNotifier.java:232)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onLifecycleEventActivationSpec(SCALifecycleNotifier.java:184)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onEvent(SCALifecycleNotifier.java:128)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onLoad(SCALifecycleNotifier.java:92)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.endpointLoad(AdapterServiceRevisionRegistry.java:565)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.activate(AdapterServiceRevisionRegistry.java:443)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.setDefaultRevision(AdapterServiceRevisionRegistry.java:409)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceSeries.setDefaultRevision(AdapterServiceRevisionRegistry.java:334)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceSeriesSet.setDefaultRevision(AdapterServiceRevisionRegistry.java:140)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry.setDefaultRevision(AdapterServiceRevisionRegistry.java:103)
    at oracle.integration.platform.blocks.adapter.AdapterService.defaultRevisionChanged(AdapterService.java:348)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.notifyDefaultRevisionListeners(StandaloneCompositeDeploymentCoordinatorImpl.java:249)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:69)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:168)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:100)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    Regards,
    Syam

    Syam,
    In PS5, this feature was introduced in preview mode and is not recommended to be used in production. Please use PS6 (11.1.1.7.0) if you want to implement this feature for a production solution.
    java.lang.Exception: Cannot locate Java class oracle.tip.adapter.ums.inbound.UmsActivationSpecMake sure that you have installed the UMSAdapter.rar on SOA servers (step#2 of above mentioned blog).
    Regards,
    Anuj

  • Reliability and Speed of Yahoo Push Email

    Is anyone else finding Yahoo "push" email to be unreliable?
    I find when it works, it works well, and I get emails that I send from a home email server in less than 1 minute. However sometimes it seems to fail completely or take a very long time. By fail I mean that the push fails, I can still pick up the email with a manual email poll.
    I have ""Auto-Check" set to manual. So the only email that should work without a manual poll.
    I'd be interested to hear the experiences of others?

    I was unable to get Yahoo to recognize a different Reply-to: address, even when that was set up using the Yahoo web interface. That, plus the fact that it adds an ad at the bottom of each email made it a non-starter for me.
    After a bit of a struggle, I was able to get Gmail set up and working just fine. Yes, you don't get the push mail, but hopefully they will add push IMAP at some point and all these problems will be moot.

  • Exception at setting message priority email messaging driver

    hi guys,
    i have a email polling process.
    and some times at the WLS console i get this exception
    <21 Mei 13 10:31:46> <Error> <oracle.sdp.messaging.driver.email> <SDP-25700> <An unexpected exception was caught.
    java.lang.NumberFormatException: For input string: "3 (Normal)"
            at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
            at java.lang.Integer.parseInt(Integer.java:458)
            at java.lang.Integer.parseInt(Integer.java:499)
            at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.setMessagePriority(EmailResourceAdapter.java:1607)
            at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.onMessage(EmailResourceAdapter.java:1405)
            at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.onMessage(EmailResourceAdapter.java:1232)
            at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.getNewMailFromStore(EmailResourceAdapter.java:1198)
            at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.run(EmailResourceAdapter.java:1157)
            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.connector.work.LongRunningWorkRequest.run(LongRunningWorkRequest.java:29)
            at java.lang.Thread.run(Thread.java:662)
    >so where is the "3 (Normal)" configuration come from ?
    i check the EM email messaging driver and can't find the set message priority configuration.
    thanks

    i just found it at the .task file that has a message priority configuration
    the drop down showing "3 (normal)" value, but if i check it to the source tab. then it just fine
    <priority>3</priority>so am i necessary to change the "3 (normal)" value ? and how can i change it ?

  • Defining polling interval on customization file

    Hello everyone,
    I have a requirement: define a polling interval (in this specific case for a email polling proxy, however it would be useful for a file polling proxy as well) in a customization file.
    It seems a simple task, however i could not find a way to perform...
    I've searched here in the forums and have found nothing (if someone finds a thread about this please provide the link).
    I've googled a bit as well, and the result was the same...
    In this blog post http://wesselj.blogspot.pt/2012/01/oracle-service-bus-good-bad-and-ugly.html we can read:
    "+(...) Customization files. Inflexible, verbous and complex to maintain. Not everything can be customized with the customization files, some like passwords are reasonable, *but things like polling interval for file integration would be nice to be able to change between environments*.+"
    And in this document http://docs.oracle.com/cd/E11036_01/alsb30/pdf/consolehelp.pdf , in the customization topic (page 29-1), there is nothing mentioning polling interval...
    The environment installed is OSB 11gR1.
    Any suggestions on how to perform this task?

    Any ideas?

  • OSB Cluster: Defining target server for mailpoll failed (Weblogic 10.3.3.0)

    Hi!
    Deploying is fine without email polling. But with email polling proxy service deployed (Eclipse OEPE) fails with the errormsg:
    *[WliSbTransports:381611]Poller target server should be specified in case of cluster domain.*
    To solve this problem, I've tried to set the target server but not found in weblogic console. The domain created with Configuration Wizard.
    The cluster consists of two managed servers + loadbalancer + adminserver.
    Topology: http://img140.imageshack.us/img140/6128/mozscreenshot69.png
    BEA-381611
    Error: Poller target server should be specified in case of cluster domain.
    Description
         Poller target server should be specified in case of cluster domain.
    Action
         Make sure that the File proxy configuration has one of the managed servers as poller target server if it is running in the cluster.
    Edited by: shuttle on 2011.01.21. 4:14

    Select the managed server in "Managed Server" setting in E-Mail Transport Configuration Page on sbconsole (of your proxy)
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/transports.htm#i1268939
    Regards,
    Anuj

  • Nokia n95 charging

    my nokia n95 is chargeing all day and all night can someone help please :-( 

    Unplug it after a couple of hours (full charging doesn't take longer than that).
    Otherwise, check that you don't have background activity going on (e.g., Podcasts synchronization, email polling, web/RSS feeds updating, etc.)
    Any background activity will of course also deplete power and keep the phone charging.
    If there are no application configured to run in the background, then it might be a faulty battery, faulty charger or broken phone.

  • 808 Pureview - drastic battery drain after Gallery...

    Hi - I'd appreciate any thoughts or help with an issue which has just started to happen with my 808.
    I have had consistent battery life for the last 8 months since buying the phone, with moderate to heavy use of 3.5G internet and camera - but never normally enjoying more than 24h unless barely using the thing, when it might go to about 36h. Now, all of a sudden - from about 10 days ago - the phone struggles to last more than 3-4 hours after a full charge, with virtually no use of any function whatsoever.
    I have tried every possible route for troubleshooting that I have read about or can think of, except doing a full "delete data and restore" - which, as I understand it, will not affect the firmware (and recent updates) or return it to Belle FP1. Can anyone confirm that this is the case?
    Having backed everything up that I can (via USB onto a MacBook Pro; I cannot run Nokia Suite) I am about to go for this "delete data and restore" route as a last attempt to resolve the issue. For the reasons detailed below, I am beginning to think this is either directly related to the recent Gallery/Camera update or an unknown hardware problem that coincides quite closely with when the update was installed.
    So far, I have:
    bought and inserted a new BV-4D battery (originally assuming the battery was the cause of this problem)
    uninstalled and removed most apps
    reduced my number of home screens from 5 to 2
    enabled power saving functions
    changed the 3G polling times for linked emails and so on... (or even switched it clean off)
    kept WiFi / Bluetooth etc off
    removed all updating widgets from home screens, including Weather
    installed "App Stop" and killed quite a few processes on reboot, including "aknspasrv" that nobody talks about
    None of this made any difference, so I performed a hard reset (without deleting the mass memory). In truth, I know that nothing about my usage or settings had changed when the battery suddenly appeared to die nearly 10 times more quickly than usual.
    The stats on Battery Monitor app are shocking!
    PAST WEEK
    Total use: 2157% (where 100% is one full battery charge)
    Specifics:
    Opera 160%
    Idle 130%
    Call 74%
    Messaging 69%
    Camera 58%
    Message Editor 56%
    Gallery 32%
    Mail 30%
    Other 92%
    Background: 1448% - and the chief culprits, apparently in order:
    Weather
    Gallery
    What's App
    Opera Mobile
    Mail
    aknspasrv (that elusive and mysterious process that nobody seems able to talk about...)
    Maps
    Text Message
    SwipeUnlockSrv
    Software update
    This order of process-draining culprits is replicated almost exactly for both categories in the following daily average stats.
    DAILY AVERAGE
    Total use: 282% (of which Background = 190%)
    Having installed "App Stop" to keep Weather and other stray processes in check, as part of general diagnostics in the last couple of days, the stats for the today are as follows:
    TODAY
    Total use: 136% (of which Background = 96%)
    Top ranking background process is Gallery. The only other ones present are Text Message, Opera Mobile and Files. Just to give an indication of things I am actively using the phone for, the main energy consumers today are PopupClock on 10%, Idle on 8%, Opera Mobile on 7% and so on up to 40% of a full charge. In practice, this only translates to a few minutes on the phone, a few text messages and a few minutes browsing over 3.5G.
    Should I attempt to delete data and restore as a final option? Is there any way to return to FP1, or pre Gallery / Camera update FP2? Or should I just cash in my chips now and grovel to Amazon for a refund / replacement?
    Any help, info or advice much appreciated thanks.

    Thanks for sticking with me on this 93tid.
    So I went to work early today with a fully charged phone. Within 2 hours of leaving the house, with no use of the phone's functions whatsoever, it had drained to 65%. This time I had turned 3G and Wi-Fi off altogether, used App Stop to kill everything on boot up except Battery Monitor, and M-Guard to kill as many processes as possible - incidentally, I found that the only one to crash the phone was CCESERVER.EXE - nearly everything else was expendable.
    I turned off 16 or so processes, many of which appeared to be part of "bestofovihs.exe" or related to the app "Nokia Recommande" (sic) or "Metadata System Upgrade". Ovi Maps Wi-Fi / Network Positioning was there, as was GLX.EXE for the Gallery. Now, within 5 minutes, 12 of these processes had come back on again without me having touched anything on the phone. The very same process names now appeared to be attached to "OMB" as the app, as opposed to "Nokia Recommande".
    As the phone was nearly dead by lunchtime, I installed Nokia Suite on a PC in my workplace and reinstalled firmware (incl. all 450ish MB of the software). Since doing this, I charged the battery from about 14% to full (which took about an hour) and decided to reboot, use App Stop to kill all excess fluff after booting, and used the phone as I normally might for a walk around the park without using M-Guard to terminate excess processes this time. In one hour, this included:
    - 4 minute of call time
    - 10 minutes max of browsing, mainly Facebook online, not through Nokia social or dedicated app
    - taking and sharing 3 photos, about 4MB each
    After exactly one hour, the phone had reduced to 54%. Now in the last 30 minutes since then it has been idling away with only 2 SMS received and 2 SMS sent back, and polling for email twice. The battery has only drained 1% to 53%.
    An updated indication of the daily average power consumption as seen on Battery Monitor under current circumstances:
    Top energy consumers: 
    Opera Mobile = 16%
    Idle = 7%
    Messaging = 3%
    Camera = 3%
    Call (3G) = 2%
    Message Editor = 2%
    Gallery = 2%
    Mail = 1%
    Other apps = 5%
    Background processes: 80% (of a daily total of 121%)
    Top energy consumers in the "background" list:
    NQPhoneGuardServer
    NQCommAssistantServer
    Maps
    Gallery
    Weather
    Opera Mobile
    Settings
    Mail
    Store
    Map Loader
    Wi-Fi
    App Stop
    Message Editor
    I also ran Nokia Energy Profiler out of interest for 3 minute bursts to see what the average consumption rates were. 
    The tickover rate seemed to be:
    14%
    229mA (with spikes for various functions and dips for screen dimming / off)
    0.87W
    I have no idea if this is normal or not. I do know that now I have pretty much tried everything and, if anything, the Nokia Suite reinstallation has made things initially worse.
    What seems especially surprising is that right up until a couple of weeks ago, I was able to take hundreds of photos in a day, and browse mainly Facebook online without having to turn 3G or Opera Mobile off at any point, and I would never have any issues with email polling to 2 accounts every 5 minutes - this was always good for 12 hours + and now I can't even use the phone for a fraction of these functions or times before it dies after 3 or 4 hours.
    The temptation to do a hard reset grows ever greater...

  • After 2.0

    Phone keeps on crashing. Either applications quit, or phone resets itself. I've done everything except a restore. Any ideas?

    It's how EDGE on the iPhone works. On my Nokias and my old HTC Windows Mobile 5 device, a phone call would terminate EDGE data transfers and take priority.
    I find the iPhone EDGE behaviour extremely vexing. As I have email polling turned on, each time it checks my email people get my voicemail. Not very well implemented.

Maybe you are looking for