P6 8.2 EPPM E-mail Statusing Service for P6

When running run.bat I get the error from the log
INFO com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl - Start - Retrieving all new messages.
2012-06-22 09:38:00,135 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] ERROR com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao - Error while trying to load messages: AUTHENTICATE failed.
javax.mail.AuthenticationFailedException: AUTHENTICATE failed.
     at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:660)
     at javax.mail.Service.connect(Service.java:295)
     at javax.mail.Service.connect(Service.java:176)
     at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:58)
Any known solution for this? I tested with my own java code to send emails and the email is working fine.

The mail server account doesn't require a password. Is there a recommended way to update the script for the no password case? I have tried both hard coding and not (the password is prompted at the command line - I just hit return)
I also have created a separate java program that is able to send email with the same account and no password without issue.

Similar Messages

  • Primavera P6 R8.2 TeamMember ( Using E-mail Statusing Service )

    Could someone help, how to configure E-Mail Statusing Service in Primavera P6 R8.2.
    Primavera P6 R8.2 working is fine.
    Create a user for teammember, the teammember also working is fine,
    need to configure E-Mail Statusing Service in Primavera P6 R8.2.
    Thanks in Advance.

    The mail server account doesn't require a password. Is there a recommended way to update the script for the no password case? I have tried both hard coding and not (the password is prompted at the command line - I just hit return)
    I also have created a separate java program that is able to send email with the same account and no password without issue.

  • Email-statusing -service error

    Hi All,
    After configuring Email-statusing-service properties in config.properties file and running run.sh file throws the below error .Please sahre your ideas on this
    ... 12 more
    2012-11-20 18:15:00,013 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] ERROR com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl - Error while trying to archive messages: Error while trying to load messages: Connection refused
    com.oracle.pgbu.teammember.messaging.dao.MessageDaoException: Error while trying to load messages: Connection refused
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:89)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUpdatedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:260)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
    Caused by: javax.mail.MessagingException: Connection refused;
    nested exception is:
    java.net.ConnectException: Connection refused
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:58)
    ... 9 more
    Regards,
    naga

    #DO NOT CHANGE THIS LINE
    config.version = 0.3
    # ================================================================
    # ================================================================
    # P6 Team Member E-Mail Statusing
    # This file controls the settings used by the P6 E-Mail Statusing
    # service. Administrators should set up the e-mail account that
    # is to be used by the service as well as which messages to look
    # for to update assigned tasks.
    # ================================================================
    # P6 Configuration
    # Specify a P6 user that is assigned to at least one module access and has resource access.
    p6.admin.user = admin
    # Folder containing the P6 Bootstrap file.
    p6.bootstrap = ************************
    # Frequency for checking mail folder for new messages to process. This value
    # must be cron style formatted string
    mail.read.schedule=0 0/1 * * * ?
    # Outgoing mail (SMTP Settings)
    # The SMTP server that will be used to send the e-mails. Hostname or ip address.
    send.host = 127.0.0.1
    # The port number to use when connecting to the SMTP server.
    send.port = 25
    # Specifies whether the connection should use SSL. Valid values are true, false
    send.ssl = false
    # The e-mail address that will be used to send the e-mail.
    send.email = [email protected]
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dsend.password=thePassword
    # send.password = thePassword
    # Incoming Mail (IMAP Settings)
    # Settings for reading e-mails with the IMAP protocol
    # Settings for reading e-mails with the IMAP protocol
    imap.host = 127.0.0.1
    # IMAP port number
    imap.port = 143
    # Use SSL. Valid values are true and false
    imap.ssl = true
    # IMAP username
    imap.username = testuser ( user created in primavera application)
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dimap.password=thePassword
    # imap.password = Test123
    # IMAP search folder. This is the folder that will be searched for
    # incoming e-mails to process for updates.
    imap.search.folder = inbox
    # IMAP Folder configuration
    # The folder where messages that have been processed successfully will be
    # placed. It will be created if it does not exist.
    imap.success.folder = P6Success
    # The folder where messages which have resulted in an error during processing
    # will be placed. It will be created if it does not exist.
    imap.failure.folder = P6Fail
    # The folder where messages which are currently being processed will be placed.
    # It will be created if it does not exist
    imap.temp.folder = P6Temp
    # Message Format options
    # The text that will be searched for in the subject line of incoming messages.
    # Messages matching this term will be for updates and applied to P6
    update.task.search.term = Your requested P6 tasks
    Can you please confirm the above setting s as.when SSL = true i am receivng the below error .
    Error while trying to load messages: Unrecogni zed SSL message, plaintext connection?
    javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?;
    nested exception is:
    javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connecti on?
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages( ImapMessageDao.java:58)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUp datedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryB ean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:26 0)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJob Bean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j ava:546)
    Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext conne ction?
    at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:541 )
    at sun.security.ssl.InputRecord.read(InputRecord.java:374)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1328)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355 )
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339 )
    at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java :507)

  • Apple have killed off their best asset! MAIL-IN service NO LONGER offered!

    I am the owner of a 'Friday Afternoon' iBook that has been plagued by failures since the day I bought it in March 2005. It has since had two new logic boards, new RAM, a new hard disc, new internal ribbon cables and a new bezel around the screen. Apple kept me quite happy, each time collecting the iBook and returning it repaired inside three days. I put up with the poor reliability of the iBook as Apple had made it so easy to get it repaired in a hurry. Nonetheless I made clear I wasn't satisfied with the amount of failures the iBook was suffering and was promised that if it suffered another major failure it would be replaced with a comparable new product so that I wouldn't lose faith in Apple's kit.
    A couple of days ago the thing started freezing up and giving me garbled graphics again, bit by bit dying until last night only the backlight and the fan remained operational. I was well annoyed but took comfort in the knowledge that this time it would be sorted for good. I called Apple this afternoon and after performing various tests to prove the iBook had totally expired I was told there wasn't a great amount they could do themselves as they could no longer offer mail-in servicing for my product. He could give me the address of the nearest repair centre, one fairly nearby (the other 'recommended' one closer to 60 miles away). As for having the laptop from **** replaced with a functioning one this wasn't an option - it has to suffer MORE THAN THREE total failures before Apple will consider replacing it (making me wonder what the heck I paid £200 for an extended warranty for if it will only be replaced for new when it has died for a FOURTH time!).
    Does anyone know any address or other contact details for someone I can reach at Apple (UK) who could sort this out for me? I'm far from a greedy person but I left the Regent Street Apple Store over £1200 lighter and less that two years later the iBook is dead (for a third time), I've got a £200 warranty that no longer provides the backup it used to and frankly if I make the effort to take it myself to have a new logic board installed I'm only going to wind up with a laptop I'm worried is teetering on the edge of death every time I use it.
    I've completely lost faith in the iBook and am losing faith in Apple. I'm a massive Mac fan and this is a very sad day for me - I've been let down.
    Cheers for listening, any shoulders I can cry on will be much appreciated.
    Tom

    Hi Tom,
    I'm astonished that you have been fobbed off in this fashion. I, like you, had always assumed that Applecare would cover, for the duration, a mail in service. Some here, though I can't for the life of me find a relevant link, have reported having had success by contacting Customer Relations (Care?) by phone rather than dealing with support. As I understand it, you have to phone the support line, then insist, politely but firmly, that you are transferred to CR.
    At all times remain polite, if firm, and stick to the facts. (No swearing, however much you might feel like it!)
    Stress the inconvenience of:
    a) Having to return to Regent Street - twice, once to deliver & again to collect,
    b) Being without the iBook that you paid a hefty chunk of £s to own and use.
    c) Anything else that you can think of that needs "stressing'…
    If all else fails, you might consider contacting Trading Standards to see what advice they can offer, or maybe they can even intercede on your behalf. (Do TS do that?)
    Best of luck, and I, at least, am interested!
    Take care
    Adrian, a virtual 'shoulder'

  • Suggestion for follow-up service for rewards

    FYI,
    We transferred our service in Sept 2008 and have not received our American Express Reward Gift Card.  You should add to a follow-up service or status service for rewards to  your customers accounts. The status should included: Reward, Amount, Date Mail, or Returned  because it was not able to be delivered. Not all customers able to contact Verizon during their hours of operation because of work schedules. Thanks!

    I have my card, unfortunately it is NOT a fully-fledged pre-paid Amex... which is what I thought it would be.... there's a short list of places you can use it, and you can't use it to pay your verizon bill, buy groceries, get gas, pay utilities or anything else that would be truly useful..... I'm not impressed at all.

  • There is no mail-in option for my iphone 4s 64gb UK

    Hi every one!
    Recently I was trying to order the mail-in service for my friend's iphone 4s 64gb, and it seemed that there is no mail-in option listed at all, only "reserve apointment" and "express line". The next minute I have tried entering the Serial of my iPad 3 as well as my iphone 4s, the option appeared in the list again... The thing is that its a paint it the arse for me to go up to the nearest Apple store, wich is miles awat from me. Please give any suggestions asap. Cheers!

    Chamar, that is not true at all! Read carefully what I have written in my question once again. I said, other phones (my iphone 4s, my 2nd friend iphone 4, my ipad 3) do have that option, but suddenly not my 1st friend's iphone 4s. Last time I have used Apple's mail-in service was about month ago, had problems with the ipad 2 ligt leakes, and I got a new one that time.

  • Send E-mail from Service Desk

    Hi,
    I want to send the e-mail of service desk message status to user.  The email goes to the person who had created the message and the person who is entered in Reported By field in CRM_DNO_MONITOR.
    I had provide the e-mail address in Business Partner and pass that business partner in Reported By field, but e-mail cant generated.
    Please help me to solve this problem.
    Regards,
    Nisit

    Hi,
    Have you maintained configuration  for sending email from Service desk , if not refer this awwsome blog
    /people/dolores.correa/blog/2007/09/18/sending-e-mail-from-support-message
    Regards,

  • Repeating messages in System log: com.apple.wikid.mailinglists[######]: mail:status = "list-updated"

    Hello
    I have an OSX 10.6.8 server and recently noticed the System log keeps repating the same message after 10 mins:
    com.apple.wikid.mailinglists[#####]: mail:status = "list-updated"
    [#####] = number that changes every event
    The server is bound to Active Directory and the only active services are AFP and SMB
    Is there a location/way I can check to stop/fix these messages?
    Many thanks for your help
    Ciao
    Carlo

    This is part of the wiki server's setup. If you don't want the messages, turn off the wiki (or 'collaboration services' in the web server setup.
    Beyond that, there's no harm in the messages. Why do they concern you?

  • Mail Server Hosted on outlook freely but services for same getting shut from 31 july 2014

    Dear Sir/ Madam,
    My Mail Server Hosted on outlook freely but services for same getting shutting from 31
    july 2014,
    i want to continue the same product please advice me to get the same, i got the mail from outlook is follow
    Dear Outlook.com Customer,
    About a month ago, we let you know that Outlook.com no longer supports new custom domain sign ups. As a current customer, we will continue to support the ability to log in to Outlook.com with your existing custom domain email address, but as of 31 July 2014,
    you will no longer be able to add or remove accounts in your domain.
    Instead, we recommend that administrators who wish to continue managing email addresses in their domain should consider Office 365 – Microsoft's premium online email service. By migrating to Office 365, you will be able to continue managing your custom domains,
    as well as benefit from modern enterprise-class mail, collaboration and communication tools.
    The previous email we sent you contained a complimentary 90-day subscription to Office 365 Small Business Premium for 5 users. This is a reminder that you need to redeem this offer before 15 July 2014.
    You will still be able to log in to Outlook.com with your custom domain during your Office 365 subscription, even if you choose to cancel your Office 365 subscription.
    How to migrate your account
    You can find a step-by-step guide to migrating your account here.
    Yours sincerely,
    The Outlook.com Team
    please help me,
    my contact no is - +91-9619899231

    Hi,
    Yes, as what Roady says, Outlook.com no longer supports new custom domain sign-ups. You can continue to login to Outlook.com with your existing custom domain email addresses. But after July 2014, domain administrators will no longer be able add or remove
    email accounts in your domain.
    Please consider to move to Office 365 to get enhanced features and capabilities for modern enterprise-class mail, collaboration and communications. About how to move your custom domain to Office 365, please refer to:
    http://windows.microsoft.com/en-us/outlook/migrate-custom-domain
    Regards,
    Winnie Liang
    TechNet Community Support

  • SM58 status text " No service for system SAPERP, client 800 in integr "

    In Idoc to file scenario:
    i have fallowed this blog to configure ALE settings
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    I have generated one idoc successfuly from sap r/3 system.
    but i didn't find any idoc in xi server.
    control records are
    receiver:A000000036,(RFC DESTINATION->LS_XI_100( Remote login sucessful for xi system))
          LS_XI_100
          LS
    Sender: SAPERP
         LS_SAP_800
         LS
    ID: Adapter specific identifiers are( LS->LS_SAP800, R/3->ERP,CLIENT,800)
    so i have gone to tcode sm58 in sap r/3
       where i found the status text "No service for system SAPERP, client 800 in integr)
    Please help me from this problem.
    Regards,
    Deviprasad.

    Hi Deviparasad,
    please create a techincal system and busniess system of type ABAP in XI SLD if you have already created the techincal system and busniess system  then check whether client 800 is used or not if include client 800.
    please reward points
    Regards
    Sreeram.G.Reddy

  • Mail expunge error and old mail switching to new mail status

    Everything started when I set to enabled in mail-general-when searching mail boxes: include encrypted pages.
    I was looking for a way to seach in the content of the message for the mails.
    Then the first error appeared: the mails when I read those mails returned by themselves to the state of unread.
    Then I disabled again the optin: mail-general-when searching mail boxes: include encrypted pages,
    but the error continued. and all my mails (more than 1200) were set automatically to the "new" mail status each time that I started the mail program.
    Now I created a mailbox named "old" when I move the new messages that I have read to that file.
    But now the mail program uses the memory constantly.
    with out the mail, the computer memory is near 5%, but when I start the mail program and use it constantly, the memory goes to 100% until I receive the mail expunge error.
    The machine has 4Ghz ram, and the mail program uses all until I got the error, I am using a G5, dual cpu, 2ghz, mac osx server. There are no other programs using the memory.
    1)how can I configure the mail to avoid the expunge error?
    2)how I can configure the mail to keep the mails that I just read to an old state (avoiding those to restart their state to "new")?
    3)it is possible to do searchs in all the content of the messages?
    thanks
    Alberto

    You’re welcome.
    Well, not knowing what the problem really is, and since it apparently started to happen after you changed some settings, I’d try setting up Mail again from scratch and import your mail back afterwards.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, and making sure that there’s enough space available on the startup disk, try this:
    1. If you have a .Mac account and .Mac synchronization of Mail data is enabled either in Mail > Preferences > General or in System Preferences > .Mac, disable it before proceeding.
    2. Quit Mail if it’s running.
    3. In the Finder, go to ~/Library/. Move (not copy) the entire Mail folder out of there, to the Desktop.
    4. In the Finder, go to ~/Library/Preferences/. Locate com.apple.mail.plist and move it to the Desktop.
    5. Open Mail and set it up again from scratch. If given the option to import existing mailboxes or something like that, don’t. Just enter the account information and check that everything works fine.
    6. You’ll have to re-configure all your settings in Mail > Preferences. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    7. If Mail works fine now and you had any messages stored in local mailboxes, do File > Import Mailboxes, choose Mail for Mac OS X as the data format, and follow the instructions to import your mail from the old Mail folder that’s now on the Desktop. Import the Mailboxes folder first, then each of the POP-username@mailserver account folders, if any.
    8. If .Mac synchronization of Mail data was enabled at the beginning, enable it again, go to System Preferences > .Mac > Advanced, click Reset Sync Data, and choose the appropriate options to reset the Mail data stored on the .Mac server with the data locally stored on the computer, i.e. sync data must flow from the computer to the .Mac server.
    As a result of doing the above, some messages may be duplicated. Andreas Amann’s Mail Scripts has a Remove Duplicates script that you may find useful.
    If all is well and you don’t miss anything, the files on the Desktop can be deleted, although you may want to keep them for a while, just in case.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • Send Smartform and Attachments from "Services for Object" in one Mail

    Dear all,
    We create a sales activity with transaction VC01n. We create a Smartform formluar and send the sales activity via E-Mail to the customer, this is working. Additionally we have some attachments in "Services for object".
    How is it possible to send the formular and the attachments in one mail to the customer?
    Thank you
    Michael

    Hi,
    Unfortunaltly there is no standard solution to send forms and attachement in a mail.
    you have to develop it .
    If you need more help tell me .
    regards

  • Is there any Java Mail API to get the delivery mail status

    My requirement is to capture the delivery mail status that is being sent via my application. Is there any Java Mail API or any other way to do this.Kindly guide

    Yes, you can use the [UTL_HTTP Package|http://www.oracle.com/pls/db102/to_URL?remark=ranked&urlname=http:%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FB19306_01%2Fappdev.102%2Fb14261%2Fpackages.htm%23sthref1930]

  • Managing the mail service for WebCenter Spaces

    I need to setup the mail service in WebCenter Spaces and could use some assistance. I have a standalone Linux DEV box that has WebCenter 11.1.1.2 installed. I have Documents, Discussions, wikis+blogs all working in this instance.
    Now, I need to configure the mail service for this DEV instance to an SMTP mail server but I don't have any experience with this part. Has anyone setup the mail service using the Linux sendmail or Exchange 2003? How did you setup the external application for the mail server if you want to use Sendmail? Any help is appreciated.

    Hi Everybody
    I am also having similar problems. I could configure everything except for the mail service.
    I have the SMTP port but do not have IMAP details as our IT team does not maintain the IMAP.
    Please let me know how can I configure mail service with the SMTP details only.
    Your timely help would be much appreciated as we are in between a project development.
    regards
    Ramesh Chowdhary
    9717003417

  • How to see E-mail status ?

    Hi,
    There is one t-code in SAP through tht we can see the e-mail status.It means that we can see the red,green or yellow light wth person e-mail id in that transaction.
    I forget but can anybody let me know abt tht transaction ?

    hi
    I guess the t-code is SBWP.or else .Go to the main sap easy access screen.there you will find a icon on application toolbar called business workplace.click on it.then go to the outbox.You can find the main sent by you in the outbox.You can use SCOT to know the status of the mail

Maybe you are looking for

  • Photo thumbnails in finder?

    Is there a setting to change so that when i am looking in folders in finder...i can see the image as the icon? instead of the .jpeg icon. thanks

  • SQ01 - SAP List Viewer - Ability to get the count of the output records

    Hello All, I have a problem with the SAP List Viewer output for an SAP Query. I have created a SAP query (SQ01) for a table. Its a basic query that queries on just one table (VTBFHA) When I run the query, for the output in the SAP List Viewer (ALV) f

  • Metadata security

    Is there a way to prevent editing of metadata? If not, this would be a great feature to have, similar to security settings on PDF files.

  • Delta update in Info package

    Hai all what is the us of delta update in info package I had intially loaded data from R/3 to psa using (INFO PACKAGE->UPDATE-->Initilize delta process) Then I had created to more records in  r/3 side . this time I scheduled using DELTA UPDATE I am g

  • OpenSolaris LDoms community is now live

    I am pleased to officially announce that the Logical Domains community group, which was previously approved by the OGB, is now live. One of our key goals in forming this community is to move multiple on-going LDoms discussions (both internal to Sun,