Problem with Email Campaigns in 9.2

Hi All,
I am trying to create a campaign in bea 9.2 using portal workshop. I followed the docs from [url http://edocs.bea.com/wlp/docs92/interaction/campaigns.html]http://edocs.bea.com/wlp/docs92/interaction/campaigns.html and created a test campaign which sends out a test email when the sessionLiginEvent occurs. I have set up every thing(Campaign file, Campaign Service and Mail Service) per documentation. So when I login to my portal application, I do not get any email message.
Emails can be sent using batch mode or instantaneously. But I could not find any documentation in regards to how to do that specifically. Also there is some setting I am missing and getting the above error.
Can someone please point me in the right direction? Also does any one know what I am doing wrong?
Is there any sample bea portal app that uses campaigns?
Thanks
Sanjay
I get the error in the console as follows:
javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.Nul
lPointerException
at weblogic.servlet.internal.InternalRequestDispatcher.dispatch(Internal
RequestDispatcher.java:290)
at weblogic.servlet.internal.InternalRequestDispatcher.<init>(InternalRe
questDispatcher.java:142)
at com.bea.p13n.mail.internal.JSPMailGenerator.generateMailMessageResult
s(JSPMailGenerator.java:113)
at com.bea.p13n.mail.internal.JSPMailGenerator.generateMailMessageResult
s(JSPMailGenerator.java:104)
at com.bea.p13n.mail.internal.MailServiceImpl.getJSPResults(MailServiceI
mpl.java:1046)
at com.bea.p13n.mail.internal.MailService_jd2hs0_EOImpl.getJSPResults(Ma
ilService_jd2hs0_EOImpl.java:362)
at com.bea.campaign.action.MailAction.run(MailAction.java:227)
at com.bea.campaign.internal.ScenarioServiceImpl.executeActions(Scenario
ServiceImpl.java:915)
at com.bea.campaign.internal.ScenarioServiceImpl.executeScenarios(Scenar
ioServiceImpl.java:715)
at com.bea.campaign.internal.ScenarioServiceImpl.handleEvent(ScenarioSer
viceImpl.java:387)
at com.bea.campaign.internal.ScenarioService_ibzd0g_EOImpl.handleEvent(S
cenarioService_ibzd0g_EOImpl.java:144)
at com.bea.campaign.internal.CampaignServiceImpl.handleEvent(CampaignSer
viceImpl.java:419)
at com.bea.campaign.internal.CampaignService_qo26xs_EOImpl.handleEvent(C
ampaignService_qo26xs_EOImpl.java:71)
at com.bea.campaign.internal.CampaignEventListener.handleEvent(CampaignE
ventListener.java:247)
at com.bea.p13n.events.internal.EventHandler.notifyListeners(EventHandle
r.java:282)
at com.bea.p13n.events.internal.EventHandler.dispatchEvent(EventHandler.
java:99)
at com.bea.p13n.events.internal.EventServiceBean.dispatchEvent(EventServ
iceBean.java:176)
at com.bea.p13n.events.internal.EventService_uanzu_EOImpl.dispatchEvent(
EventService_uanzu_EOImpl.java:60)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEvent
Helper.java:98)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchSessionLoginEvent(T
rackingEventHelper.java:357)
at com.bea.p13n.usermgmt.SessionHelper.doPostLogin(SessionHelper.java:57
1)
at com.bea.p13n.usermgmt.SessionHelper.postLogin(SessionHelper.java:401)
at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;
I)Ljava.lang.Object;(Unknown Source)
at com.bea.p13n.security.Authentication.postLogin(Authentication.java:40
6)
at com.bea.p13n.security.Authentication.login(Authentication.java:155)
at com.bea.p13n.security.Authentication.login(Authentication.java:88)
at examples.login.LoginBacking.handlePostbackData(LoginBacking.java:43)
at com.bea.netuix.servlets.controls.content.JspContent.handlePostbackDat
a(JspContent.java:291)
at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
; nested exception is:
java.lang.NullPointerException
at weblogic.ejb.container.internal.EJBRuntimeUtils.throwTransactionRolle
dback(EJBRuntimeUtils.java:188)
at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(B
aseEJBObject.java:743)
at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(B
aseEJBObject.java:681)
at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObje
ct.java:447)
at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(Statel
essEJBObject.java:72)
at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseE
JBObject.java:374)
at com.bea.p13n.mail.internal.MailService_jd2hs0_EOImpl.getJSPResults(Ma
ilService_jd2hs0_EOImpl.java:376)
at com.bea.campaign.action.MailAction.run(MailAction.java:227)
at com.bea.campaign.internal.ScenarioServiceImpl.executeActions(Scenario
ServiceImpl.java:915)
at com.bea.campaign.internal.ScenarioServiceImpl.executeScenarios(Scenar
ioServiceImpl.java:715)
at com.bea.campaign.internal.ScenarioServiceImpl.handleEvent(ScenarioSer
viceImpl.java:387)
at com.bea.campaign.internal.ScenarioService_ibzd0g_EOImpl.handleEvent(S
cenarioService_ibzd0g_EOImpl.java:144)
at com.bea.campaign.internal.CampaignServiceImpl.handleEvent(CampaignSer
viceImpl.java:419)
at com.bea.campaign.internal.CampaignService_qo26xs_EOImpl.handleEvent(C
ampaignService_qo26xs_EOImpl.java:71)
at com.bea.campaign.internal.CampaignEventListener.handleEvent(CampaignE
ventListener.java:247)
at com.bea.p13n.events.internal.EventHandler.notifyListeners(EventHandle
r.java:282)
at com.bea.p13n.events.internal.EventHandler.dispatchEvent(EventHandler.
java:99)
at com.bea.p13n.events.internal.EventServiceBean.dispatchEvent(EventServ
iceBean.java:176)
at com.bea.p13n.events.internal.EventService_uanzu_EOImpl.dispatchEvent(
EventService_uanzu_EOImpl.java:60)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEvent
Helper.java:98)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchSessionLoginEvent(T
rackingEventHelper.java:357)
at com.bea.p13n.usermgmt.SessionHelper.doPostLogin(SessionHelper.java:57
1)
at com.bea.p13n.usermgmt.SessionHelper.postLogin(SessionHelper.java:401)
Caused by: java.lang.NullPointerException
at weblogic.servlet.internal.InternalRequestDispatcher.dispatch(Internal
RequestDispatcher.java:290)
at weblogic.servlet.internal.InternalRequestDispatcher.<init>(InternalRe
questDispatcher.java:142)
at com.bea.p13n.mail.internal.JSPMailGenerator.generateMailMessageResult
s(JSPMailGenerator.java:113)
at com.bea.p13n.mail.internal.JSPMailGenerator.generateMailMessageResult
s(JSPMailGenerator.java:104)
at com.bea.p13n.mail.internal.MailServiceImpl.getJSPResults(MailServiceI
mpl.java:1046)
at com.bea.p13n.mail.internal.MailService_jd2hs0_EOImpl.getJSPResults(Ma
ilService_jd2hs0_EOImpl.java:362)
at com.bea.campaign.action.MailAction.run(MailAction.java:227)
at com.bea.campaign.internal.ScenarioServiceImpl.executeActions(Scenario
ServiceImpl.java:915)
at com.bea.campaign.internal.ScenarioServiceImpl.executeScenarios(Scenar
ioServiceImpl.java:715)
at com.bea.campaign.internal.ScenarioServiceImpl.handleEvent(ScenarioSer
viceImpl.java:387)
at com.bea.campaign.internal.ScenarioService_ibzd0g_EOImpl.handleEvent(S
cenarioService_ibzd0g_EOImpl.java:144)
at com.bea.campaign.internal.CampaignServiceImpl.handleEvent(CampaignSer
viceImpl.java:419)
at com.bea.campaign.internal.CampaignService_qo26xs_EOImpl.handleEvent(C
ampaignService_qo26xs_EOImpl.java:71)
at com.bea.campaign.internal.CampaignEventListener.handleEvent(CampaignE
ventListener.java:247)
at com.bea.p13n.events.internal.EventHandler.notifyListeners(EventHandle
r.java:282)
at com.bea.p13n.events.internal.EventHandler.dispatchEvent(EventHandler.
java:99)
at com.bea.p13n.events.internal.EventServiceBean.dispatchEvent(EventServ
iceBean.java:176)
at com.bea.p13n.events.internal.EventService_uanzu_EOImpl.dispatchEvent(
EventService_uanzu_EOImpl.java:60)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEvent
Helper.java:98)
at com.bea.p13n.tracking.TrackingEventHelper.dispatchSessionLoginEvent(T
rackingEventHelper.java:357)
at com.bea.p13n.usermgmt.SessionHelper.doPostLogin(SessionHelper.java:57
1)
at com.bea.p13n.usermgmt.SessionHelper.postLogin(SessionHelper.java:401)
at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;
I)Ljava.lang.Object;(Unknown Source)
at com.bea.p13n.security.Authentication.postLogin(Authentication.java:40
6)
at com.bea.p13n.security.Authentication.login(Authentication.java:155)
at com.bea.p13n.security.Authentication.login(Authentication.java:88)
at examples.login.LoginBacking.handlePostbackData(LoginBacking.java:43)
at com.bea.netuix.servlets.controls.content.JspContent.handlePostbackDat
a(JspContent.java:291)
at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
<Apr 13, 2007 2:53:41 PM CDT> <Error> <Campaign_Scenario> <BEA-410010> <Scenario
Service: error executing action: com.bea.campaign.action.ActionException: Error
occured while sending mail.
com.bea.campaign.action.ActionException: Error occured while sending mail
at com.bea.campaign.action.MailAction.run(MailAction.java:282)
at com.bea.campaign.internal.ScenarioServiceImpl.executeActions(Scenario
ServiceImpl.java:915)
at com.bea.campaign.internal.ScenarioServiceImpl.executeScenarios(Scenar
ioServiceImpl.java:715)
at com.bea.campaign.internal.ScenarioServiceImpl.handleEvent(ScenarioSer
viceImpl.java:387)
at com.bea.campaign.internal.ScenarioService_ibzd0g_EOImpl.handleEvent(S
cenarioService_ibzd0g_EOImpl.java:144)
Truncated. see log file for complete stacktrace
>

OK, this is getting really weird!  A 2nd followup...
Attached files are now saving the way they always have and I made no changes since my last posting!  The only thing that I did was check to see if I could save from my gmail to the downloads folder.  That worked and now saves work to any folder!
Very strange!  But I'm not complaining!

Similar Messages

  • There is a problem with Email Campaigns, more specifically saving content.

    I as getting a few error messages, and decided to reboot my machine just in case.
    I actually did not realise that the content I was editing in my campaign had not saved and lost it all.
    After reboot I redid the content, and tried to save it. 5-8 mins later the "Connecting to... " is still displaying and I am pretty sure the content was not saved.
    So I stopped and tried to save again, and exactly 10 minutes later, I got the "Error has occurred" message.
    Previous to that, I was editing and posting blogs with no errors at all.
    The reason I post it here is I am wondering if others experiencing the "Error has occurred" were experiencng the problem in the campaign area as well, and is BC still using that third party for campaigns? Anyway just a though to help tech people resolve this.

    Thanks Maurice, for your reply.
    My Windows Account is already used to log into OneNote. It is the same Windows Account used to log into, and access online, the SharePointOnline, OneNote Online, etc., services. I tried, indeed, to sign out from my account within the client-version of OneNote
    but it returns the message "We can't remove Windows accounts".
    Again, this is the only account that has been used with this installation of OneNote, and it is that which has been uploaded by way of DirSync to Azure. It works for online versions of OneNote items, SharePoint and Visio, and for VisioOnline-based files
    that are opened within the local client-version of Visio. When trying to open the OneNote Online notebook within the local client-version of OneNote we get this issue.
    I have reinstalled Office with no success.
    Any help that you can provide in this regard would be greatly appreciated.
    Regards,
    Brian

  • Problems with email and SMS after 1.3.5

    Let me first say that I love the Pre. Up until this point it has been perfect - I have a replacement, but that is because I dropped it (wrong angle, wrong location, broken screen). However, following the 1.3.5 update I'm now having a fairly important problem with email and sms - I can receive email and messages, but not send them.
    I have two email accounts. My personal account is with earthlink. My work account goes through an ISP using the domain name of my employer. I'm not using Microsoft Exchange or Outlook. I have tried deleting and reentering the accounts and that did not work. I can receive messages but get error messages when I try to send. 
    The same for messaging. I don't use it very often. But yesterday I get a text message  and tried to respond and got the error message.
    I power the phone off every night because I have a landline and use that as the primary phone at home.
    I have been looking around message boards trying to find a fix for this.  Has anyone had this issue and resolved it?
    Thank you.
    Post relates to: Pre p100eww (Sprint)
    Message Edited by starburst42 on 01-05-2010 07:06 AM
    This question was solved.
    View Solution.

    I forgot to add that this is a stock Pre. There are no patches or homebrew apps. 
    Edit:
    I found a fix for the email problem, in posts on precentral and this board from a few months ago. The info came up in a Google search, and not searches of the boards, which is kind of frustrating.  Here is the info, and the link.  I really wish Palm would put info about this work around on their site, or at least make it easy for people to find.  The solution is the last message in the thread linked below:
    Had the same problem.  Checked with Earthlink - no help.  Checked with Sprint - no help.  Checked with Palm - no help.  Here is what finally worked:
    Delete the earthlink account and start over.  When you do - this is the key - set up the account manually!  If you use the Pre defaults and try to change the settings it will not correct the problem. Your settings for outgoing mail must be:
    "smtpauth.earthlink.net"
    Use Authentication set to "on"
    username is your email address
    your email password
    port set to "587"
    encryption "none"
    Again, the key is to set up manually.
    smtp email fix
    Message Edited by starburst42 on 01-06-2010 12:08 PM
    Message Edited by starburst42 on 01-06-2010 12:09 PM

  • Why is Apple so bad at providing customers with information on what the problem with email is and what they are doing to fix it?

    Why is apple not providing information on what the problem withe email is and what they are doing to fix, along with a time frame for fixing the problem.

    It was because the problem was major.  If you do not know tech, you should know that a two day outage usually indicates some type of virus, hack, or a bad software load that they had to unravel.  The common way to solve that is to rebuild servers and put back into service.  That takes time.
    Apple did not want to admit this problem.  My guess at this stange was that they loaded new software that might be associated with the new IOS and it crashed.  To reveal this would be to cast into doubt their future revenue.
    Either way.  Run do not walk away from Icloud products and services.  Apple has demonstrated they can not be a business partner.

  • I am having a problem with email, when I delete messages from my Ipad, they come back into trash whether they are on my PC or not. The only way I can delete them is to to my providers site and delete everything there.

    I am having a problem with email. I can receive and send, but when I delete, the deleted messages return into either Trash or Bin or both whether or not I have deleted them from my PC.
    The only way I can get rid of them permanently, is to go into my area of my providers site(Sky) and empty all of the boxes there. I imagine it's a setting, please advise.

    For IMAP mail only.
    Settings>Mail, Contacts, Calendars>tap on mail account>Archieve Messages>OFF

  • Problems with email account on ipad2 when changing from mobileme to icloud

    Problems with email account on ipad2 when changing from mobileme to icloud

    Would you please give us some more information about your problems.

  • Problems with email, Macbook Pro, Yosemite

    Keep getting knocked out of email. Different errors, mostly cannot connect to server. Per Apple's mail support page. One of the settings should be Password. When I change to password in settings, it keeps switching to MD5 Challenge -Response. Could this be causing my problems with email?
    I have a macbook pro & am using the latest Yosemite. But have been having these problems before installing Yosemite. No email problems on an iPad.
    Thanks for your help.

    UPDATE for anyone who's interested.
    I called Apple support. The woman was very helpful and, so far, seems to have corrected my issues. She removed & reinstalled my email accounts. The problem was that the accounts were set up as POP accounts when they should have been IMAP accounts. The authentication is now set to Password and all mail settings are as shown in the Apple's Mail Settings Lookup page. 

  • Please can anyone help with the continuing password rejection problem with email.Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    Please can anyone help with the continuing password rejection problem with email on my imac.My Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    I use free Yahoo mail webMail access because folders I created in webmail access doesn't get set up in Apple Mail. While I was searching for post about password and keychain issues, I stumbled on several threads that complain about Mail folder issues, so I'm holding off on Apple Mail.
    On the password and keychain issue that your post is all about.  I've been using login keychain to save and automatical fill my login screens for a year or so successfully, with Safari and Chrome. Automatic form fill also works for Facebook login. Unfortunately, about 4 to 6 months ago, automatic password form fill stopped working with Yahoo webmail, while still worked for GMail (Safari and Chrome). I tried deleting the password entry for my two Yahoo email accounts to start fresh, but neither Safari not Chrome will even ask me if I want to save the password. I was so frustrated that I eventually installed the keypassX 0.43 (password manager) that is quite primitive sompare to OS X's keychain (when it works). Probably no surprise to you yet.
    The surprise, to me at least, is that, for whatever reason, password auto form-fill from keychain started working again for Yahoo webmail login on Safari about 5-7 days ago. Still doesn't work on Chrome!
    Two tips I can share, at least with webmail access:
    1. Password is save only for one of my yahoo mail accounts. When I login in with my other yahoo account, I get no prompt to save the password, and form fill doesn't work when I try to log in a second time with my other Yahoo mail account.
    2. On inspection of my login keychain, I see a webform password item saved for my Yahoo account that works with keychain. The name of the password is: login.yahoo.com(MyAccountName1#). When I open the password item and look in the Access Control tab, I see Safari and Chome are listed as allowed to access this password item..
         I also an "Internet password" item with a name of just login.yahoo.com. When I open the the password item, it looks just like the password item created for MyAccountName#1, but the MyAccountName#2 is listed in the Account field. Inside the Access Control tab, no apps are listed in access permission. I added Safari and Chrome to the lists of allowed app, saved the password item.
    Now when I bring up the Yahoo login page(by bookmark) on Safari, form fill fills in MyAccountname#1 for name and the proper password and I can login in. When I change the name to MyAccountName#2, the correct password is retrieved and I can log in! Alas, it still doesn't work on Chrome.
    BTW, I changed the password item type from "Internet password" to "Web Form password" and saw no difference! I also edited the name to be "login.yahoo.com (MyAccountName#2)" to look like the web form password item that works, but it has no effect either.
    From my experimentation, here's my observation:
    1. A Web Form password item is created for the first account name(MyAccountName#1) for login.yahoo.com and typed as Web Form password. When I log in using MyAccountName#2, an Internet Password is created, but no applications are listed as allowed to access the password item, even when the password item was created after just logged in and logged out to yahoo with the account name and password for MyAccountName#2.
    2. Manually adding Safari as an app that is allowed to use the password item works. Doesn't work with Chrome!
    The version of Safari I'm using is Version 5.1.7 (6534.57.2). My installed version of Chrome is Version 21.0.1180.79 beta.

  • Problem with Emailing the Internal table data as an excel attachment

    Hi Friends,
    I am facing problem with Emailing an internal table data as an excel file. I am using standard function module "SO_NEW_DOCUMENT_ATT_SEND_API1" which is using SOLI structure can have record with 255 character length. But my Internal table having each record means after concatenating all the fields it is going to be morethan 450 characters. so i t is not displaying all the data in excel file.
    Can somebody help me if there is any other function module or any other way that i need to follow.
    thanks for help
    venkat.

    You must use the the :
    CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB as a field seperator and
    CL_ABAP_CHAR_UTILITIES=>CR_LF as a record seperator.
    Check this example:
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    Regards,
    Naimesh Patel

  • Several problems with email

    I've been having several problems with email.  
    1. I sent email on Dec 10 and the people didn't receive them until Dec 16.
    2. I often get two, three or even four copies of the same email in my Thunderbird client.
    3. My Moto X (2nd gen) phone sometimes says it can't connect to email. 
    What's the problem?

    Thanks for reaching out to us JoAnn108. We'll do everything possible to address this for you.
    Could you tell me how long this has been an issue? I noticed you mentnioned Thunderbird; do you experience the same problems when working with your emails directly from the Verizon webmail portal? Also, are there any error messages you notice when the issue occurs? If we can get some answers to these questions it'll help determine our troubleshooting path.
    Thanks,
    ^FCN

  • Problem with email being tagged as spam

    We recently changed our ISP, and up to this point we had no problems with emails to partners being tagged as spam. I've setup the send and receive connectors as the public FQDN, but we're seeing the following NDR:
    p01c12m113.mxlogic.net #554 Denied[CS] [50e56f35.0.4929.00-2377.9578.p01c12m113.mxlogic.net]
    (Mode: normal) ##
    I've emailed McAfee to see what the problem is, but I haven't heard back. When I do a query on their web site, the web interface doesn't indicate there is a problem with this mail server, but it's continued to reject messages today. Even though the send
    and receive connectors are set to mail.domain.com, but there still a portion of the header with the domain.local. I'm wondering if that might be causing a problem. Can anyone help me out here? Thank you.
    Return-path: <[email protected]>
    Envelope-to: [email protected]
    Delivery-date: Thu, 21 Aug 2014 16:16:30 -0500
    Received: from mail.domain.com ([68.106.69.243]:51586)
    by server.rcvdomain.com with esmtps (TLSv1:AES128-SHA:128)
    (Exim 4.82)
    (envelope-from <[email protected]>)
    id 1XKZiX-00065C-Kj
    for [email protected]; Thu, 21 Aug 2014 16:16:21 -0500
    Received: from server.domain.local ([fe80::69d5:9cfa:1b4e:dfa3]) by
     server.domain.local ([fe80::69d5:9cfa:1b4e:dfa3%10]) with mapi id
     14.01.0438.000; Thu, 21 Aug 2014 16:16:21 -0500
    From: User <[email protected]>
    To: "[email protected]" <[email protected]>
    Subject: Help
    Thread-Topic: Help
    Thread-Index: Ac+9hSb9q5a7FGZpQG2YPEX62Lunhw==
    Date: Thu, 21 Aug 2014 21:16:20 +0000
    <o:p></o:p>

    ok lets start one by one.. to rule out the problem with your Email system go to www.testexchangeconnectivity.com and perform the exchange tests like inbound/ outbound and other relevant tests and share the results. once this is confirmed then come to Mcafee
    Let me know which Exchange and which Mcafee versions you are using as i also have Mcafee and it needs some tuning. May be i can help you. but need to know the info and if you can paste a NDR which are tagged as SPAM
    MARK AS USEFUL/ANSWER IF IT DID
    Thanks
    Happiness Always
    Jatin

  • Temporary problem with Email ?

    When I try and login to mail (BT Yahoo) from a notebook using IE10 I get the following message:
    Sorry
    We're experiencing a temporary problem with Email and are working to fix it as soon as possible. Please try again later. Sorry if this causes any inconvenience.
    Go back to BT.com >
    Back to log in
    I have got this message for the past couple of days.
    I can still see email on my android phone and iPad.
    Any ideas?

    Hi Everyone
    Please keep it friendly, we want people to feel comfortable about posting their questions and answers on the forums.
    I'm sorry to see you're having problems accessing your BT email. We've been able to login here so it looks like the problem has been resolved.
    Thanks
    Neil
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Problem with recall Campaigns Iphone 5 :(

    Dear all,
    There is maybe one month that my Iphone 5 has a problem with the button to lock this one.
    But I prefer to wait for change the button that it was impossible to lock my phone.
    And there are 2 days, it's very difficult to use my iphone ... When I use it, it takes screenshot alone, it locks alone, it asks me to close him...
    So I go to an apple store. And they said to me that there was a problem with this Iphone 5 and it was possible to change this button with the recall campaigns.
    BUT, problem !!! I buy this one the 26 January 2013 and we are the 3 February 2015. My Iphone has more than two years so it's too late.
    How it's possible, when you buy an Iphone 500 euros and for 7 days, it is impossible to repaire it ?? It's not my fault, if it doesn't work.
    And why I haven't had an email for this recall campaigns ? 
    So today I call the Apple Service to understand this. At the beginning, the person doesn't know this rule. So he asks me to wait. After 15 minutes he answers me : "it's not our problem, it's too late. And even if you haven't had an email, the information is on our website, so it's your fault. But if you want you can buy an other button in an Apple Store but we don't know the price. Bye ! ". After lost my time during 50min, I have had an answer very light. I am really disappointing of the service for this kind of products and this company ...
    Do you know if this rule is real ? And why ? Because a recall campaigns haven't limits normally :/
    If you have had this problem too, can you help me please ? Or could you give me advices ?
    Thanks for your answer and sorry for my bad English.
    Best Regards,
    Corentin.

    The page for the recall is pretty clear and specific about the time limitations.
    https://www.apple.com/support/iphone5-sleepwakebutton/
    The program covers iPhone 5 models for 2 years after the first retail sale of the unit..

  • Printing problem with emails - scaling issue

    Hi everyone,
    I'm having a printing problem when I print out my emails. Under the email preferences, the scaling is set to 100%, but the actual printouts look to be about 30%.
    I have no other problems with any other applications (documents, web pages, etc.) and I'm not sure where to look next.
    I'm new to the mac world (my background is with PC's), so any guidance at all would be GREATLY appreciated!!
    (PS - I just updated my printer driver yesterday - had the problem both before and after that install)
    Thanks in advance for your advice,
    - wackylady
    g4   Mac OS X (10.2.x)  

    bump -
    any help?

  • IPhoto problem with email, export, editing...

    Had my iMac upgraded with a new harddrive and Lion at my authorized retailer & service center. All has been good but did not use iPhoto much after the upgrade, but all seemed to be good.
    Recently photographed a family occasion and now I experience the following problems;
    1. After successful import I edit the pictures which leads to numerous crashes, seemingly randomly, but most frequently when jumping from editing one picture to the next.
    2. Share, Email does not work, only a few of the selected pictures are sent, sometimes with a low resolution thumbnail instead of the desired picture. The selection process works normally, but when the mail has been formatted only a few or none picture are inserted, in any of the templates, including classic. The number of selcted photos and their size are reported normal, they just don't show up in the mail itself
    3. Resorting to export to a folder, all of the pictures are exported, however not always with intact changes/edits???
    I have previously never had any major problems with iPhoto up until this version, and am seriously considering ditching it after all the wasted time.
    Any suggestions how to attack this problem in iPhoto 11 & 10.7 Lion?  (I am unable to find any plist etc like in 10.6 and earlier)
    Thanks for any hints and/or tips...

    Hi Larry,
    thanks for your quick reply...
    The harddrive and all user data was transferred by the authorized service center. I able to see and use all the old pictures, so I think (and hope) my pictures were correctly transferred.
    After reading this:
    https://discussions.apple.com/thread/3087683?start=45&tstart=0
    and done minor edits to ALL the NEW (of today) pictures I want, it seems to file, export correctly. I did some additional minor adjustments (exposure, saturation, sharpness, etc) and behold, the export worked ok, including edits like crops, straightenings, etc, that were omitted without the "adjustments"...
    It feels like some proper bugs to me, and will probably look for another more robust and flexible software to do my edits...
    Recommendations?
    Using Picasa sometimes, but read somewhere they use a hack to get to the iPhoto pictures & database, not sure I like that... Maybe I should go Aperture...???

Maybe you are looking for

  • Flash 10.0.32.18 audio problem

    Under IE 8 (32 bit browser under Vista64) on a fast Core i7 machine with 12 GB of ram and a fast network connection (just tested at 16 Mb/sec) I am losing about half the audio stream. Video appears to be OK. I never had this problem before the latest

  • Error in Inbound Idoc trigering Workflow Scenario

    I am getting below Error while I am posting Z Inbound IDOC in production system. Please tell me what is getting wrong and how to correct. Work item 000000000000 cannot be read Message no. WL803 Diagnosis The work item with the specified ID can either

  • Product Costing - CK11N BOM component wrong quantity

    Hi, I have a question regarding Material Cost Estimates. I have a material (Product A) which has a BOM header Qty of 524. One of the Components (Product B) has a Qty of 560. When I run the Cost Estimate for Product A, the component costing list doubl

  • Query on  Thread.setDaemon method......

    I have a small conceptual problem. I wrote a small program which starts a thread from it's main method and marks it as Daemon. The Thread actually starts an infinite loop. Inside the run method of another Thread I start another Thread which is also a

  • Can't find nike plus in iTunes

    Hello. Could someone help me figure out why the nike+ option doesn't appear when I sync my iPod to iTunes?  Or does anyone have any experience dealing with nike+ and Life Fitness cardio machines?  I work out on the Life Fitness machines and I always