Confusion in Email Receiver QPAC Configuration.

Hi,
I am facing problems with email receiver QPAC. We are using exchange server for Email reception(POP3/Imap).Now the problems are
1.I have given the user name in the same format as specified in one of the forum discussions i.e.
(nt-domain\domain-username\email-username).
It shows the below error When configured for IMAP:
javax.mail.MessagingException: A2 NO There is no replica for that mailbox on this server.;
nested exception is:
com.sun.mail.iap.CommandFailedException: A2 NO There is no replica for that mailbox on this server.
at com.sun.mail.imap.IMAPFolder.exists(IMAPFolder.java:392)
at com.sun.mail.imap.IMAPFolder.checkExists(IMAPFolder.java:261)
at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:782)
2.when i configured for pop3 the error is
javax.mail.AuthenticationFailedException: The requested mailbox is not available on this server.
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:104)
at javax.mail.Service.connect(Service.java:233)
at javax.mail.Service.connect(Service.java:134)
at com.adobe.workflow.qpac.emailreceiver.MailReader.retrieveMessages(MailReader.java:67)
3. when i use pop3 and default (nt-domain\domain-username) the error is
javax.mail.AuthenticationFailedException: Logon failure: unknown user name or bad password.
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:104)
at javax.mail.Service.connect(Service.java:233)
at javax.mail.Service.connect(Service.java:134)
at com.adobe.workflow.qpac.emailreceiver.MailReader.retrieveMessages(MailReader.java:67)
Please help me on this as we have our accounts existing on the exchange server for pop3.

Hi Raghavan
To me it looks like in your first example, you are correctly connecting to the server, but the server is configured to use referrals.
Please see this Microsoft article:
http://support.microsoft.com/kb/217388
For POP3, I believe that you don't need the domain name - just the users login (or full email address), plus password.
Good luck...
Howard
http://www.avoka.com

Similar Messages

  • Email receiver qpac-SAX Parsing Error

    Hi,
    Iam working on a project which needs to receive email from an
    external person and the workflow will continue from that point.
    >>I have put a email receiver qpac to accomplish the
    above task. I use the sender's(from) email address as a
    filter for incoming mails and the starting 4 letters of the form
    name to fetch the XDP attachment. The process works just fine
    when tested by sending a mail from Outlook express. But, in
    the case of Lotus Notes, the click of email submit button in
    the form opens up a new mail with the XDP Data file as
    attachment and names it weirdly with some numbers unlike
    outlook express client where in the attachment gets named as
    the form name "_data.xdp".
    Thus, my email receiver does not pick
    this email and the process gets stalled giving some SAX
    parser error. Is there any way to customise form/ lotus notes
    clients to make it work?
    Regards,
    Raghava Kumar VSS

    Hi Raghava
    Just drop the 4 starting letters, and look for the first attachment.
    There should only ever be 1 attachment, so you shouldn't have a problem.
    Howard
    http://www.avoka.com

  • Initiating Workflow with Email Receiver Qpac

    Hi..
    I have a requirement where i need to open my xdp form in a portal whichwill hav ethe hyperlink to the form and on clicking it, the form should open in the same web page. After this if i submit the form, the workflow should start after receiving this form as an email.
    For this i have included an email receiver qpac as the start action of the workflow, but nothing is happening. The workflow is not gettign initiated.
    What might be the Reason?
    Please help.
    Raghava Kumar VSS

    Hi Howard,
    Thanks for the reply,
    I have seen in previous forums in which you haev given an alternate solution for including a cyclic process and initiating a workflow using a chain QPAC. Though it wokrs, it has its own limitations as far as the web service is concerned.
    What i am actually in need is that the form submitted by the user should initiate a workflow (with or without an email receiver qpac as the set start action). Is it possible?
    Regards,
    Raghava Kumar VSS

  • Email Receiver QPAC - stops receiving emails after a while

    Hello,
    I have a workflow with the first step being an Email Receiver QPAC. Next I extract out some information to set to variables and then use the Chain QPAC to go to my next workflow and loop back to the Email Receiver (thanks Howard!). It works great immediately after invoking the workflow and I even left it running for one hour and tested it again and it works and received my email properly. So, I left everything running overnight, but now none of my emails are being received. I looked in the process manager and everything in running just fine, so the nothing stalled.
    I've been waiting for over 15 minutes now for my Email Receiver to go off and nothing.
    Does anyone have insight into what is going on?
    Thank you,
    Jennifer

    Hi Jennifer
    Try turning debugging on.
    In JBoss, you do this by modifying the log4j.xml in \Adobe\LiveCycle\jboss\server\all\conf
    Change the threshold from INFO to DEBUG for the file appender, as shown below:
    This will cause the EmailReceiver (as well as a whole lot of other classes) to send debug output to the log file:
    \Adobe\LiveCycle\jboss\server\all\log\server.log
    You should see some lines in the log file each time the EmailReceiver fires. These should tell you what it's searching for, and might give some insight into what's going wrong.
    Howard
    http://www.avoka.com

  • Email Receiver QPAC - On timeout property

    Hello,
    Can anyone give a better explanation of what options for "On timeout" under the Retry tab of the Email Receiver QPAC. The documentation doesn't really explain what these happens. The options are Stall and Continue with Error.
    I assume the stall does just stall the entire Workflow, but what about Continue with Error option. Does this attempt to continue to the next step in the work flow without receiving the email or does if an error occurs, does the workflow just stay at the Email Receiver?
    The problem I am having is Connection timeouts. So, when I set On timeout to stall, of course my workflow would stall. When set On timeout to the Continue with Error option, the workflow did appear to stay at the Email Receiver QPAC, but it seemed to stop polling for emails.
    I am trying to review the JBoss server.log file now to try and figure out what is going on (I set up the DEBUG per Howard's post on my other post), but it just looks like the Email Receiver stops polling for messages and I don't see any error upon a quick glance.
    Thank you for any input.
    -Jennifer

    Hi Jennifer
    "Stall" means that the QPAC will throw an exception, which will cause the workflow to stall. It will then show up on the "Stalled Actions" in the adminui. The only option you have is to retry the action, which will cause it to "start again from the beginning".
    "Continue with Error" is perhaps a little poorly named. It really should just say "Continue". This means that if the timeout period is reached, the QPAC will just complete, which means that the workflow will continue on to the next action. (If there are multiple routes coming out of the QPAC, the first one that evaluates to true will be followed, as normal.)
    The "Continue With Error" option is useful if you want the Workflow designer to be able to handle the error, rather than causing the workflow to stall. For example, if you were waiting for a customer to send a response to your outbound email, you might design the workflow to do something like the following:
    - Wait for 2 days for a response email.
    - If the two days elapse without receiving the response, send another email, then wait for another 2 days for a response email.
    - If the additional 2 days elapse without receiving the response, assign a task to a customer support rep to call the customer to get the required information.
    In short, Continue with error allows you to set a "soft" error - it's not an error that a System administrator needs to correct, it's just something that needs to be accomodated for in the workflow. A stall, on the other hand, is a "hard" error, that can only be rectified by a system administrator fixing the underlying problem and retrying.
    I hope this explanation helps.
    Howard
    http://www.avoka.com
    PS Technically, the "Continue with error" option does actually return an error code to the workflow engine, indicating exactly what the error is. However, the workflow engine does not expose this error code to the workflow design. This would be a useful feature which we hope may arrive in the next version.

  • Email Receiver Qpac-test tab says no message found

    Hello,
    I want a workflow that listens email to initiate a chain process. However, I couldnt get any email with the Email Receiver Qpac. I just tested it from the test tab. It gives the mesage :
    Connecting to mail server...
    No message found
    Closing...
    I am sending a new mail for the email receiver to catch it. However, it does not. What is wrong with it ?
    Any help will be great.

    Actually I have already imported the jar files which was mentioned in another topic. I imported these files : activation.jar, dsn.jar, pop3.jar, mail.jar, mailapi.jar, imap.jar, smtp.jar. Before that, I was taking another message which was a problem about connecting. After I imported the jar files, the message changed to that one which says no message found.

  • Email receiver QPAC does not retrieve attachments other than .jar

    Hi,
    I'm currently experimenting with the email receiver QPAC. Unfortunately, I didn't succeed in convincing the QPAC to retrieve attachments. The QPAC's testing-tab indicates "Attachment Count:0" for .xml, .pdf, .xdp and even for image type files. Weirdly, .jar-attachments are retrieved indeed!
    Also the QPAC seems to mix emails using the subject of one mail and the body of another, if there are multiple emails on the server. Furthermore, the field "received date" always reads "null".
    Has anyone had the same problem using the email receiver QPAC?
    I'm quite frustrated after a week of testing. :-(
    Sincerely,
    Steve

    Apparently, I quite misunderstood the way the email receiver QPAC interacts with Workflow server. :-) Sorry for having bothered you with silly questions. Now, I got the workflow working!
    Still I get the 'cannot coerce object' exception. The example workflow stalls executing the task 'Str -> Form'.
    > com.adobe.workflow.datatype.InvalidCoercionException: Cannot coerce object: com.adobe.workflow.dom.VariableAttr@7935a1 of type:
    >
    com.adobe.workflow.dom.VariableAttr to type: com.adobe.workflow.datatype.form.FormDataTypeInstance
    >
    at com.adobe.workflow.datatype.form.FormDataHandler.coerceFrom(FormDataHandler.java:220)
    >
    at com.adobe.workflow.datatype.AbstractComplexDataTypeHandler.getNode(AbstractComplexDataTyp eHandler.java:42)
    >
    at com.adobe.workflow.dom.VariableElement.setBoundValue(VariableElement.java:72)
    >
    at com.adobe.workflow.pat.service.PATExecutionContextImpl.setProcessDataValue(PATExecutionCo ntextImpl.java:398)
    >
    at com.adobe.workflow.pat.service.PATExecutionContextImpl.setProcessDataWithExpression(PATEx ecutionContextImpl.java:310)
    >
    at com.adobe.workflow.qpac.set_value.SetValueService.execute(SetValueService.java:72)
    >
    at com.adobe.workflow.engine.PEUtil.executeAction(PEUtil.java:184)
    >
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2320)
    >
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBM TBean.java:1903)
    >
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    >
    Howard, in the forum thread
    Question about Email Receiver QPAC you told Rob to provide a patch. Does this patch solves the 'cannot coerce object' problem?

  • Email Receiver: how to get the names of stored attachments?

    Hi,
    I hate to spam this forum. But I'm in desperate need of the names of attachments, the email receiver QPAC receives.
    If I select a list variable for the email receiver to store all attachments received into, all filenames appear to be lost. Also the MIME-types appear to be lost. Which is not big a problem, since I may use javax.activation in order to identify the MIME-type of any fileinputstream. But sometimes, I am unable to correctly identify the MIME-type. Then I need to fall back on the file's original name.
    So the simple question is: how do I get the 'filename' attribute of org.idp.Document objects instantiated by email receiver QPAC?
    Did anyone ever do that?
    Regards,
    Steve

    Hi Diana,
    1) I used the XPath expression indicated in the screenshot below. It resulted in the process variable
    filename being
    NULL.
    2) I using the following Java-Code in a scripting QPAC:
    import java.util.ArrayList;
    import java.util.Iterator;
    import java.util.Set;
    ArrayList list = patExecContext.getProcessDataListValue("/process_data/attachments");
    System.out.println("[TEST] num attachments: "+ list.size());
    for (Iterator it = list.iterator(); it.hasNext(); ){
    com.adobe.idp.Document doc = (com.adobe.idp.Document)it.next();
    System.out.println("[TEST] attachment #1, filename: '"+ doc.getFile().getName() +"'");
           System.out.println("[TEST] attachment #1, filename-attribute: '"+ doc.getAttribute("wsfilename") +"'");
            System.out.println("[TEST] attachment #1, file size: '"+ doc.length() +"'");
           System.out.println("[TEST] attachment #1, content-type: "+ doc.getContentType());
      Set attributeList = doc.listAttributes();
    System.out.println("[TEST] num attributes: "+ attributeList.size());
      for (Iterator attributeIter = attributeList.iterator(); attributeIter.hasNext();){
      String attribute = (String)attributeIter.next();
      System.out.println("[TEST] attribute found: "+ attribute);
    Its output in the logfile was the following:
    [STDOUT] [TEST] num attachments: 1
    [STDOUT] [TEST] attachment #1, filename: '646834941068179579'
    [STDOUT] [TEST] attachment #1, filename-attribute: 'null'
    [STDOUT] [TEST] attachment #1, file size: '14624'
    [STDOUT] [TEST] attachment #1, content-type: null
    [STDOUT] [TEST] num attributes: 0
    Is there something I did wrong?
    Or is it even possible that the Email Receiver does not care about attributes of attachments?
    Regards,
    Steve

  • Email Receiver Invisible?

    Hello, I'm upgrading a client from LC 7.2.2 to 9.5.  My best days of LC 7 are long past me.  The upgrade didn't go as planned and I basically just recreated their workflow manually (since they only had one).  I have everything working except there is one part I can't see in their old workflow.  They have 7 assignments steps and the first 5 all interact via email only and never log into the GUI. I am unable to figure out how the Email Receiver is working as I can't even see any references to it.  In Designer, I can see two component sections (Core, Tools).  I have no idea how the email is being received as the workflow itself appears to only have Assignment steps.  Do I need to manually install the EmailReceiver QPAC in Desinger just to see those steps?  I can't see any references to subprocesses.  Please help.

    Got it figured out.
    http://blogs.adobe.com/ADEP/2010/08/configuring-email-for-process-management-in-livecycle- es2.html

  • Message monitoring Status Waiting for email receiver

    Hi Guru,
    Scenario:  SAP ECC will call Error Handling interface class. The communication channel for the Error Handling interface is Email Adapter.
    Below is CC setting:
    Adapter Type: Mail  (Receiver)
    Transport Protocol: SMTP
    Message Protocol: XIALL
    Adapter Engine: Integration Server
    URL: smtp://11.11.11.111/
    Check - Configure User Authentication
    User : user1
    Password: password
    Mail Attributes:
      From: [email protected]
      To    : [email protected]
      Subject : test
      Content Encoding: base64
    I encountered one problem where my email receiver status in message monitoring is always 'Waiting'. I do not know what went wrong in the setting? Does anyone know how to solve my problem ?
    Thanks in advance.
    Regards

    XI tries 3 times before changing the status of the message to System Error. One can Manually resend the error messages by using the RESEND button in RWB. In scenarios where XI was trying to send the message to an end system that was down for maintenance, you would want XI to resubmit the message automatically without human intervention. What would be nice is to able to tune the retries like IS_Retry which is available for Integration engine.
    We can achieve this by changing the retry count used by the Adapter Engine, by default its set to 3 times, 5 minutes apart. This count can be changed in Visual Admin->server->services-> SAP XI Adapter: XI.
    Here  change the number Retries parameter from 3 to 10 and change the retry retryInterval to around 10minutes. For these configuration changes to be picked up, restart SAP XI Adapter: XI.
    please visit the blog
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

  • Email Receiver Error

    Hello everybody,
    I have the next error in the configuration of an Email receiver communication channel:
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused: connect
    this error is displayed in the RuntimeWorkbench, now everything seems OK in the configuration, any suggestions of what could be happening?, I mean I'm lost on what to look for in this kind of error, cause I've configured another channel like this before and worked really well, I'm sure on the SMTP server name in the configuration, any suggestions would be really appreciated, thanks in advance.
    Regards,
    Julio Cesar

    Thanks for your anser, actually I have configured that server in my Outlook, so that's how I confirmed is up, I've tried gmail, hotmail and company emails, so I don't now if there's something in the network or with the adapter, now I have no idea what to check if there's something with the network, any sugeestions?, thanks again.
    Regards,
    Julio Cesar

  • What would make an email received show a bunch or A s in boxes? Gerald's is doing this but mine gets the same email and it all shows up.

    In Mail 6.3 on 15" Macbook pro, an email received show a bunch of A's in square boxes.  On an Identical Laptop, everything shows up fine. I cant find any configuration differences, but I may not know where to look.  Any help out there?

    These symbols are from Apple's Last Resort font, and indicate that a major problem has arisen with the OS's ability to use the basic system fonts.Boot up cmd-r and re-install OS X, This will be an install in place and should not effect any of your own files.
    EDIT: But if it's only happening on one email and not throughout the system, it may be the email that was sent, itself having a font that can't be read.

  • Inbound email receiving and processing: push and pull

    Hi Experts
    i know there are 2 alternative ways to configure the inbound email receiving and processing: push and pull
    (see also /people/cathy.ma/blog/2009/06/23/introduction-to-the-interaction-center-agent-inbox)
    My question is: what if i configured the email in push and, at the end of day, some emails are not already read by the Contact Center Operator ?
    The day after will the agent see those unread email in the push queue, or in pull in the Agent Inbox (thus transforming them into work item) ?
    Those emails are not lost. True?
    Maybe it is a simplistic question
    thanks for the support
    Angelo T.

    Hello Angelo,
    No, actually. ICI interface "push" emails are handled just like a telephone call. You would never leave a telephone call sitting in the queue at the end of the day, and its the same with ICI emails. The key here is that ICI is real time!  This is quite a different approach than the SAPConnect interface which uses workflow to route the emails to an Inbox (virtual queue). In the Inbox case, of course an agent would see lots of emails sitting in the queue the next day. Hope that helps!
    Regards,
    John

  • Emails received on iPad only when PC is off.  When PC is on, iPad does not receive mail.

    Is this a PC setting ? or an iPad setting.
    Email is received ok on iPad but only when PC is OFF.
    If both are ON... only PC receives.

    Hey docj452,
    Thanks for the question. It sounds like your email account is setup with POP:
    Using a POP account with more than one device
    http://support.apple.com/kb/HT3228
    When using the same POP email account on more than one device, email messages may appear only on the first device that receives them. This occurs when an email client is configured to automatically remove email from the server after an email client has received it.
    If your email service provider offers IMAP, you may want to look into configuring to use it:
    IMAP (Internet Message Access Protocol) is a protocol (set of rules) for retrieving email messages from a mail server. If you set up your email account to use IMAP, your messages are stored on a server—instead of being downloaded to your computer—so that you can access the same messages from multiple devices.
    POP (Post Office Protocol) is a different protocol in which messages are deleted from the server when you read them.
    via iCloud: IMAP
    http://support.apple.com/kb/PH2585
    Thanks,
    Matt M.

  • A few emails received before I bought MacBook appearing in TODAY inbox

    I have received in the TODAY inbox under Smart Mailbox emails that I had received last year, well before I bought my MacBook. I dont think it is a configuration problem of the SMART MAILBOX because I also have the emails received today in the TODAY inbox. Also, why only selected emals that I have received in the past appear in the inbox?

    Is it three beeps? That usually means that you have a bad RAM stick or that it is not properly seated.
    Can you boot to your Recovery partition? Hold down the Command and R keys when you power on.
    If you can't boot from your Recovery partition, try to boot while holding down the "D" key - this should take you to the Apple Hardware Test - see http://support.apple.com/kb/HT1509. If the D key does not work, try holding down the Option and D key when booting (make sure that you have an Internet connection).
    If all of these steps fail, get your machine to an Apple Store. You are still under your one-year warranty.
    Clinton

Maybe you are looking for

  • How can I see entire attachment name?

    Hello, I sometimes send attachments which have very long filenames. They are filenames generated by a customer, and they do not want me to reduce the number of characters. By long, I mean just 20 or 30 characters. When I attach a file, it truncates t

  • Open item management- prob

    Frnds By some of the configuration mistake, we are not managing the Check Out A/C (Bank Clearing A/c) on an open item management. But now we need to keep it on opem item management, but there are already some opem items, which was created at the time

  • File Name and Path Length Limitations

    Hi guys, We are migrating our Novell NSS Linus File server to Window File server 2008 R2, we do have many directories and files, so of the file names length quite long, is there any tools can be used to identify these files? thx

  • Prompt error/invalid in Derived table

    Hello everyone... I have a filter in my Universe. filter1 dbo.RPT_YEAR_MONTH= dateadd(month, -3, @Prompt('Enter values for Rpt Year Month:','N','Folder\MeasurePractice\Rpt Year Month',Mono,Constrained)) Now i want to write a derived table...I expect

  • Coding the "viewed" status of a slide

    I have a module that uses four groups of slides in a branching situation.  The user views one group based on their selection of a click box.  Because all slides are not viewed, the topic on the TOC is never marked complete.  I'd like to code the un-v