Margin errors in HTML e-mail test

In a previous post, I had asked for help viewing HTML mail campaign pieces and got the suggestion to try Email on Acid. I did and this was a scream to watch. The results for Outlook (every issue) was less than stellar. However, Gmail reveled the worst results. I use OS X Mail and everything looks great there. The test spits out critical errors. One is that Photoshop doesn't supply a <!DOCTYPE> declaration, but that's easy enough to fix. The consistent errors in Outlook were:
MARGINHEIGHT- MARGINHEIGHT attribute is not supported in BODY tags
Line: 7
and
MARGINWIDTH - MARGINWIDTH attribute is not supported in BODY tags
Line:7
Any ideas what this is and how to fix?
http://doncamacho.com/dyk_assets/DYK-2012-Template.htmlhttp://
Thanks,
Bill Rzasa

Short answer.  Don't use Photoshop or any graphics app to generate HTML code for you. 
The code Photoshop generates is deprecated.  Change the following
     <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
To this:
     <body>
Use graphics apps for images only.  Use an HTML editor to create your HTML Emails. 
FYI: For security reasons, many web mail users don't see graphics.  When I look at your HTML Email without images, I see nothing because there is no real text on the page.
HTML E-mails, What you need to know.
http://alt-web.com/Articles/HTML-Emails.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Error in HTML Format Mail

    I want to send mail in html format. i am using java mail api.
    but i am getting this error for my programe.
    Can nebody tell me how to send mail in html format
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/mail/util/SharedByteArrayInputStream
    I think problem is somewhere in this part of code..
    InternetAddress internetaddress = new InternetAddress("[email protected]");
    InternetAddress internetaddress1 = new InternetAddress("[email protected]");
    MimeMessage mimemessage = new MimeMessage(session);
    mimemessage.setFrom(internetaddress);
    mimemessage.setRecipient(javax.mail.Message.RecipientType.TO, internetaddress1);
    mimemessage.setSubject("Posting Mail");
    mimemessage.setContent(subject, "text/html");
    Transport.send(mimemessage);

    Hi Varun .
    While going thru your code i felt that your are missing something in your code . but i did not checked it . anyways first u check that u have set your class path to the mail.jar and mailapi.jar properly. then check whetehre u have imported everything properly or not .I am attachimg my piece of code which i used recently to send mails. I hope this will work . Do get back to me after you try this block of code
    try{
    Properties props = System.getProperties();
    props.put("mail.smtp.host", "111.11.1.11");// you smtp servers ip address
    Session session = Session.getDefaultInstance(props, null);
    MimeMessage msg = new MimeMessage(session);
    msg.setFrom(new InternetAddress("x@enigma"));//senders address
    msg.setSubject("Testing");//subject of mail
    msg.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
    // Receiptents address
    String body="<html><body><H1> Welcome to Java Mail</body></html>";//creating and html body
    msg.setContent(message,"text/html");//setting the content of HTML
    Transport.send(msg);/ sending mails
    }catch (AddressException ae) {               
    System.out.println("Address Exception=="+ae);
    }catch (MessagingException me) {
    System.out.println("MessagingException"+me);
    }catch (Exception e) {
    System.out.println("Exception"+e);
    }

  • Error in CF Admin mail test

    Hello all-
    I've got a new install of CF 11 on Windows Server 2012 R2.  For the first week or so everything was fine, but after a while my email stopped going out.  I looked at the pages generating email, and there was a CF error.
    So I went to the admin to verify the connection- Boom- error in the admin!  Every time I attempt to verify my email settings, I get an error.
    I do not believe there were any changes made to the server between the time email was working, and when it died.  Potentially a Windows Update, but that is about it.
    Any ideas on this one?
    Thanks - Karl

    Karl, is your problem still happening?
    If so, are you sure that your web site (is it IIS) is set so that the CFIDE it points to is the one inside CF11?  We see from the screenshot you shared that inside the stack trace it points to the page as running in some /CFIDE folder (as if it’s the root of a file system—and it’s odd, because there’s no drive reference, which would be there normally on Windows.)
    Normally, it should point to the coldfusion11\cfusion\wwwroot\CFIDE folder, which is where CF11 puts that folder by default.  If your web site is pointing at some other folder for that, it could simply be that your Admin was using a different version of code for that mail settings page than CF11 is expecting you to use.
    Let us know if that helps.
    /charlie

  • Viewing HTML e-mail and problems with  = (equal sign)

    Good day,
    I am having problems with apple mail rendinering html e-mail messages. There are extra = in the message body. The = appears to be line continuation character in the HTML. I have no problems viewing the message in Thunderbird or Entorage, but Mac Mail is a problem. The = appears to be displayed as a literal rather than part of the html reconstruction. Any thoughts as how to resolve this issue?
    Here is the source of the message.
    Received: from [67.17.248.27] by vms047.mailsrvcs.net
    (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006))
    with ESMTP id <[email protected]> for
    [email protected]; Thu, 18 Oct 2007 20:48:18 -0500 (CDT)
    Received: from rhlxprd2.somecompany.com by [67.17.248.27] via smtpd
    (for relay.someisp.net [206.46.232.11]) with ESMTP; Thu,
    18 Oct 2007 21:48:17 -0400
    Received: from rhlxprd2.somecompany.com (unknown [127.0.0.1])
    by rhlxprd2.somecompany.com (Symantec Mail Security)
    with ESMTP id 4EF591901B4; Thu, 18 Oct 2007 21:48:16 -0400 (EDT)
    Received: from INEXCCL1.somecompany.com
    (inexcbe2.somecompany.com [192.168.23.36]) by rhlxprd2.somecompany.com
    (Symantec Mail Security) with ESMTP id 0B4D29C07B; Thu,
    18 Oct 2007 21:36:03 -0400 (EDT)
    Date: Thu, 18 Oct 2007 21:36:54 -0400
    From: "Pfister, Scott" <[email protected]>
    Subject: western-eroup-iso-html-nocr
    X-Originating-IP: [67.17.248.27]
    To: <[email protected]>, "Some Guy" <[email protected]>
    Message-id: <[email protected]>
    MIME-version: 1.0
    X-MIMEOLE: Produced By Microsoft Exchange V6.5
    Content-type: multipart/alternative;
    boundary="----=_NextPart_00101C811F0.87CDD9C6"
    Content-class: urn:content-classes:message
    Importance: high
    Priority: Urgent
    X-Priority: 1
    Thread-topic: western-eroup-iso-html-nocr
    Thread-index: AcgR7b/obZRXrjryTPWlwmsfeV7IJw==
    X-AuditID: c0a8195c-b0552bb000005d6c-ca-47180a036da8
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    X-Brightmail-Tracker: AAAAAA==
    This is a multi-part message in MIME format.
    ------=_NextPart_00101C811F0.87CDD9C6
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    this is a test
    ;alskdjf;lkajdsf;lkjsaf
    ;alsjf;lsajf;lkdsaf
    ;lasjf;lakjfds;lksaf;lkasfdj;lkasd;lkfa;lkdsf
    ;lakjfds;lsajf;lksaf;lksasdfasdf;lkjafds
    This email and any files transmitted with it are confidential and intended s=
    olely for the use of the individual or entity to whom they are addressed. If=
    you have received this email in error please notify the system manager. Ple=
    ase note that any views or opinions presented in this email are solely those=
    of the author and do not necessarily represent those of the company. Finall=
    y, the recipient should check this email and any attachments for the presenc=
    e of viruses. The company accepts no liability for any damage caused by any=
    virus transmitted by this email.
    ------=_NextPart_00101C811F0.87CDD9C6
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <html>
    <head>
    <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
    <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">
    <style>
    <!--
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";}
    a:link, span.MsoHyperlink
    {color:blue;
    text-decoration:underline;}
    a:visited, span.MsoHyperlinkFollowed
    {color:purple;
    text-decoration:underline;}
    span.emailstyle17
    {font-family:Arial;
    color:windowtext;}
    span.EmailStyle19
    {font-family:Arial;}
    @page Section1
    {size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;}
    div.Section1
    {page:Section1;}
    -->
    </style>
    </head>
    <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
    this is a test
    ;alskdjf;lkajdsf;lkjsaf
    ;alsjf;lsajf;lkdsaf
    <spa=
    n
    style=3D'font-size:24.0pt;font-family:Arial;color:red'>;lasjf;lakjfds;lksaf;=
    lkasfdj;lkasd;lkfa;lkdsf
    <spa=
    n
    style=3D'font-size:24.0pt;font-family:Arial;color:red'>;lakjfds;lsajf;lksaf;=
    lksasdfasdf;lkjafds
    This email and any files transmitted with it are confidential and intende=
    d solely for the use of the individual or entity to whom they are addressed.=
    If you have received this email in error please notify the system manager.=
    Please note that any views or opinions presented in this email are solely t=
    hose of the author and do not necessarily represent those of the company. Fi=
    nally, the recipient should check this email and any attachments for the pre=
    sence of viruses. The company accepts no liability for any damage caused by=
    any virus transmitted by this email.</body>
    </html>
    ------=_NextPart_00101C811F0.87CDD9C6--

    rembsen wrote:
    - Sender has got Outlook (at least 2003)
    - Mail service is Exchange (at least 2003)
    Looks like there is a common theme there. It is probably just that the original message has been corrupted somehow. Some mail clients try harder to understand corrupted data than others. I can't really tell from your original post. With mail messages, you really need to have the original data, not copied and pasted and not forwarded. If you have such a mail message, save it as raw source, put it into a zip file, and e-mail it to me. I can tell if it is an Apple Mail problem or a MS problem. If it is an Apple problem, I can file a detailed bug report on it. You can find an e-mail address for me by Googling my nickname.

  • Sender Mail Adapter - html body mail

    Hello Everybody,
    I'm facing this strange problem:
    I receive an e-mail with an XML attachment with a sender mail adapter and I use the PayloadSwapBean to let the attachment be the real payload as explaned in this blog
    <a href="/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step:///people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step
    If I receive mail in text/plain format everything works fine, but as soon as I get an email with an html body (content-type: multipart/alternative; boundary=...) it doesn't any more (In the XI  Monitor i still se 2 payloads, but I can only open the one with the attachment).
    In this case the mapping is stuck in "scheduled for outbound process" status and the XI queue gets blocked with status "SYSFAIL" giving this error "Access via 'NULL' object reference not possible".
    Is there any way to force XI digest also HTML e-mails?
    As always, thanks a lot for your help.
    Daniele

    Thanks Akshay,
    this really worked!
    Fyi I'm using XIPAYLOAD option. I added in the module chain, before the PayloadSwapBean, a MessageTransformBean with this parameter:
    Transform.ContentType - text/plain;charset=uft-8
    this way I can also see the massage body in the monitornig.
    Hope this will be helpful for someone else.
    Regards,
    Daniele

  • Acrobat 9 Pro  " An error occurred while sending mail"

    Dear Gurus:
    Free ice cream to the person with the answer that works.      I use Vista OS, 32 bit;    IE (Primary) and Mozilla;   Outlook E-mail (primary) and Windows Mail.  The preceding has been the case for the last two years so "nothing has changed".    I used Adobe Acrobat 9 Pro for two years and designed a number of interactive forms and used the functionality as much as possible.   Overall a good experience with Pro 9
    Case in point, I designed an interactive employment application that was regularly used, updated and re-released over a period of about two years without incident.  It was set up to be completed online by employment applicants.  Once completed, they would click to  "e-mail the office"  the completed application then close the document.    It was set up with the button to send a form, and more precisely to send the form as .FDF to the mailto: address#1; address #2.   Again it worked fine using either Mozilla or IE until last week.      As usual, I made some minor edits to the existing body fields and left the buttons alone sine there was no need to bother them.
    I emailed  the revised  .PDF document to   "the web guy" who added it to the website- like all the times before.     I went online to  "test it" as usual so I filled it out.   When I click the button to send form to office, the option comes up to select the email client.   I use Outlook so I selected "Desktop E-mail Application",  click  OK  and then I immediately get the message  "An error has occurred while sending mail".      In the past without fail, the Outlook would open after 1-3 seconds and attach the   .FDF file with the normal  .FDF and data jargon.  no problem...      Also, I am aware of extending features to Reader and the licensing issue, but I doubt that is an issue.....
    So, before I posted here I tried a few things:
    A-  I tried opening the source  .PDF application locally on my PC and filled it out. I clicked the button to "sent the file" to myself.    To be clear this was not posted on the website, but it did open Outlook, create the email, add the .FDF and sent it to me.       HHHMMMM so it works locally....
    B-  Next, I started fresh with a blank adobe document page and added two items:  1- a text field and a new email submit button I created to send the data via FDF.    I set it up, it worked fine when I tested it locally on the PC and created the .FDF file and the Outlook email and I sent it to myself.     Then  I took this same little test file and added it to a different website I have access to, I re-published the site,  ccessed the form and  no dice......    I got the same message,  " an error occurred while sending mail"  when I clicked OK to use the Desktop Email Application.
    C- I read other posts and Googled for about 6 hours yesterday and  now I am missing clumps of hair.
    So, it seems something "happened" that will not let the email be created from an existing form; or a NEW form that are available for use on a website;  but BOTH  work just fine if accessed on a local PC. 
    Please , and thank you..
    Brian P.

    Hi Bill,
    Thank you for your follow up.       I'm not sure what you mean by,  "did I do a comparison to the original".    If you're asking whether I'm sure the .PDF and the .FDF are the "same" documents, they are...  however the problem is even if they were entirely different forms, my issue is once the submit form button is clicked, Outlook fails to initialize and attach the   .FDF file .
    I mentioned how I tried to recreate the "error" by building a new form from scratch in order to eliminate all the possible variables of having a bug in the form that had been updated so many times before without incident.   Even with the new form having just one text field and one submit form button,  it worked as needed when I used the .PDF file locally right from my PC by  filling out the field and submitting the form's  .FDF data to myself.      It opened the Outlookprogram, created the mail and attached the .FDF file.     I clicked "send" and away it goes  from "me" to "me" and I was able to open the email, click the .FDF then browse to the .PDF source form so the files could extract into the   .PDF.    All normal and all Okay ,  like 100 times before using the WEB, but not now... .
    Today,  even that simple form with one field and one submit button encounters the same  "An error has occurred while sending mail"  message upon clicking on the web based submit button.     The option comes up to let me select the email server and when I click  "OK" , the error notice comes up...    grrrrrrrrrrrrr
    In short, when the form is used in a website environment, it doesn't want to create the outgoing email with the .FDF file attachment.      Normally, it worked like a peach.
    ?? I dunno
    BP

  • Error in sending external mail

    hi ..
    while sending mail using BCS objects .... i am geting error
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    ....i too configured SCOT transaction wit port number 25 , mail host and also given the internet email id for mailing user....
    plz do help me ...

    This error occurs when you send a mail via the SMTP node and can have several causes:
    1. Default domain not set
    2. Default code page not set (only with multi-codepage systems)
    3. Code page not suitable for sending mail
    4. COMMIT WORK is missing (programming error)
    5. Workplace plug-in is missing
    Solution
    Activate the SAPconnect trace and resend the document if necessary. The next time the SAPconnect send job is running, search for the entries marked in red in the SAPconnect trace of the document. The applicable solutions, depending on these entries, are listed below:
    1. Default domain not set
    Trace entries:
    BCS->MIME_MESSAGE_GENERATE
    Sender Address Not Found 80
    SO_OBEJECT_MIME_GET
    No MIME Document Received. Error Code: SENDER_BCS
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    or
    SX_GENERATE_NDR
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    or:
    BCS->MIME_MESSAGE_GENERATE
    Error during MIME Flow Generation
    BCS->MIME_MESSAGE_GENERATE
    Error During Automatic Determinaton of Default Internet Domain
    SO_OBEJECT_MIME_GET
    No MIME Document Received. Error Code: MIME_BCS
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    or
    SX_GENERATE_NDR
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    Solution: In the SAPconnect Administration (transaction SCOT), you must set the domain of the SAP System (Settings --> Default Domain).
    2. Default code page not set (only with multi-codepage systems)
    Trace entries:
    CL_BCOM_MIME->GET_CODEPAGE
    Termination: Multi-Codepage Systems Not Supported
    SO_OBEJECT_MIME_GET
    No MIME Document Received. Error Code: MNA_DOC
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    or
    SX_GENERATE_NDR
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    Solution: In the SAPconnect Administration (transaction SCOT), you must specify a code page on the SMTP node.
    3. Code page not suitable for sending mail
    Trace entries:
    CL_BCOM_MIME->GET_CHARSET
    Termination: Charset Cannot Be Determined for SAP Code Page
    SO_OBEJECT_MIME_GET
    No MIME Document Received. Error Code: MNA_DOC
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    or
    SX_GENERATE_NDR
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    Solution: In the SAPconnect Administration (transaction SCOT), you must specify a code page (an entry is available in table TCP00A) that is suitable for sending mail on the SMTP node.
    4. COMMIT WORK is missing (programming error)
    Trace entries:
    SO_OBEJECT_MIME_GET
    No Send Order Exists -> Termination
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    Solution: See note 429427 for the correction.
    5. Configuration for the sending of Business Objects
    An attempt is made to send a document of type OBJ to an external recipient. This requires a conversion to TXT/HTML format, but the necessary modules are not configured correctly.
    Trace entries:
    SX_OBJECT_CONVERT_OBJ_HTM
    Converting Document Format from OBJ to TXT/HTML
    SO_OBEJECT_MIME_GET
    No MIME Document Received. Error Code: MNA_DOC
    SX_GENERATE_NDR
    Internal Error: SO_OBJECT_MIME_GET Exception: 0
    or
    SX_GENERATE_NDR
    Internal error: SO_OBJECT_MIME_GET Exception: 2
    Solution:
    Please refer to Note 530932.
    1. You can refer to SAP Note 487754.
    2. Error in Sending External Mail
    3. Re: BWCCMS: send email if process chain fails?
    Hope this will solve your issue.
    Re: Send mails
    Re: SCOT Setup
    Reward points..

  • Error biohd-2 boot path testing no drive detected

    Hi, I have an error massage on boot path testing and says no drive detected. The error code is BIOHD-2. My dard drive and everthying is OK but somehow unable to boot. please help.

    Hello ayaansharif:
                These links might help you http://www.windowserrorhelps.com/biohd-2-error-fix​-error-code-biohd-2-by-yourself-now , http://answers.yahoo.com/question/index?qid=200911​09134242AAVBaGy, http://www.touchsmartdevzone.com/forum/thread/969/​Error-Code-BIOHD-2/ ,http://forums.techguy.org/hardware/948483-solved-h​p-desktop-selecting-proper.html Based on these answers it looks like they replaced the hard drive. Check your warranty status your computer maybe still under warranty. You can go to your computer's HP web page and  click on manual go down your computers parts list and find what hard drive it uses then go to HP's computers parts ordering page and order one. If under warranty just contact HP Direct Support and they will ship you a new hard drive. They are not to difficult to install. Just time consumming removing the little screws. You may need to order a set of recovery disk from HP as well. Because HP's recovery disk include the operating system disks. Please click on Kudos if this resolves your issue. Thank you frrw.

  • [svn:fx-trunk] 10641: Fix ambiguous reference error when compiling a performance test.

    Revision: 10641
    Author:   [email protected]
    Date:     2009-09-28 08:44:38 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Fix ambiguous reference error when compiling a performance test.
    Fully qualify mx.events.Requests in generated code for FlexInit.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Start by validating your HTML code.  You have numerous code validation errors on line 230 caused by UPPER case tags.  XHTML doc types, need lower case tags.  After you fix your code errors, republish your page.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/ 
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • [svn:osmf:] 14831: Fixed error that occured in MediaPlayerVideoElement test .

    Revision: 14831
    Revision: 14831
    Author:   [email protected]
    Date:     2010-03-17 14:21:43 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fixed error that occured in MediaPlayerVideoElement test.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as

    For those who would have the same problem, here is how I could eventually fix it.
    Since the Flex Test Drive is sometimes out of sync with flash builder 4, I recreated a project using other help pages on Adobe site :
    Entry point :
    http://help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08- 7ffd.html
    As suggested, I used the New Project wizard to create a new project, with :
    Application server type : J2EE
    Check the radio button "Use remote object access service : BlazeDS"
    Then, as indicated in following pages (section "Accessing BlazeDS")... :
    file:///C:/Mes%20documents%20C/Commun/Developpement/Documentation/HT-Tracks/AccessingData/ help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.ht ml#WSbde04e3d3e6474c4-19a3f0e0122be55e1b7-8000
    ...I selected the "Data / Connect to Data/Services..." menu option, which started the Data/service connection wizard.
    There, I selected a BlazeDS (and not Web Services) service type, and everything went fine.
    Suggestion to adobe staff : maybe it would be useful to update the Flex Test Drive to reflect Flash Builder 4 ?
    Very nice product anyway, so far, congratulations...
    Rgds
    Marc.

  • My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    I tried this and still have the same problems. If I open Address book or the Mac App Store I get the library rebuild popup and a hang. I created a fresh user and then things are better apart from the printing issue. Its clearly some 3rd party software issue but the crash logs are meningless to me. I used the excellent Etre check app from http://www.etresoft.com/etrecheck so I have a list of what is being loaded and can compare clean and crashed user info but as I cant work out which of the startup items, launch agents, launch daemons etc that  are causing the problem.
    I have eliminated Dropbox, Mac Keeper and Witness, and it isnt related to my exterrnal LED cinema dispay or my external thunderbolt drives, or any USB devices if thats any help to anyone else. Info from Etrecheck follows -
    Kernel Extensions:
              com.oxsemi.driver.OxsemiDeviceType00          Version: 1.28.7
              com.rogueamoeba.InstantOn          Version: 6.0.2
              com.rogueamoeba.InstantOnCore          Version: 6.0.2
              com.Cycling74.driver.Soundflower          Version: 1.5.3
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
                 [not loaded] com.adobe.fpsaud.plist
                 [not loaded] com.adobe.SwitchBoard.plist
                 [not loaded] com.bombich.ccc.plist
                 [not loaded] com.dymo.pnpd.plist
                 [not loaded] com.intego.BackupManagerPro.daemon.plist
                 [not loaded] com.micromat.TechToolProDaemon.plist
                 [not loaded] com.microsoft.office.licensing.helper.plist
                 [not loaded] com.orbicule.witnessd.plist
                 [not loaded] com.sierrawireless.SwitchTool.plist
                 [not loaded] com.stclairsoft.AppTamerAgent.plist
                 [not loaded] org.macosforge.xquartz.privileged_startx.plist
                 [not loaded]          pcloudd.plist
    Launch Agents:
                     [loaded] com.divx.dms.agent.plist
                     [loaded] com.divx.update.agent.plist
                     [loaded] com.epson.epw.agent.plist
                     [loaded] com.lacie.raidmonitor.daemon.plist
                     [loaded] com.lacie.safemanager.daemon.plist
                     [loaded] com.micromat.TechToolProAgent.plist
                     [loaded] com.orbicule.WitnessUserAgent.plist
                     [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
                 [not loaded]          .DS_Store
                     [loaded] com.adobe.AAM.Updater-1.0.plist
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist
                     [loaded] com.divx.agent.postinstall.plist
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.propaganda.dejavu.dvmonitor.plist
                     [loaded] com.valvesoftware.steamclean.plist
                     [loaded] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              iTunesHelper
              Synergy
              TomTomHOMERunner
              Dropbox
    3rd Party Preference Panes:
              Déjà Vu
              Flash Player
              Flip4Mac WMV
              GR-55
              Paragon NTFS for Mac ® OS X
              Perian
              Printopia
              TechTool Protection
              Witness

  • Error when starting Mercury Quicke Test Professional

    Hello,
    I am executing the QTP scripts through eCATT. During execution I got an error ' Error when starting Mercury Quick Test Professional'.
    Does anybody knows how to resove this?
    Thanks,
    Mahantesh

    Hi,
    This is a common problem if scripting is disabled either on server or on ur sapgui client.
    for enabling at server got rz11 tcode and enter sapgui/user_scripting profile and enable scripting there.
    Refer my sdn weblogs which shows minimum config for QTP and ECATT  and also how to create and run the scripts.
    /people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1
    /people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2
    Please reward points.

  • We purchased a new iPad2 and registered it using a 'new' iCloud email/ID. We are unable to send email from the iPad and iPhone. The error is: Cannot send mail. The user name or password for iCloud is incorrect.

    We purchased a new iPad2 and registered it using a 'new' iCloud email/ID. We are unable to send email from the iPad and iPhone. The error is:>> Cannot send mail. The user name or password for iCloud is incorrect.

    About ~20 hours later, this ended up solving itself. We can send email using the '.icloud' email from both the iPad and iPhone.  Advise would be 'wait' before you start seeking alteranatives like yahoo, hotmail, etc.  This definitely is a convenient way to keep all your 'cloud' information in a centralized place, including the common email...

  • I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or

    I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.  File activity incomplete. 1 file(s) or folder(s) were not completed.  Files with errors: 1 /html

    Nobody can tell you anything without knowing exact site and server specs, but I would suspect that naming the folder "html" wasn't the brightest of ideas, since that's usually a default (invisible) folder name existing somewhere on the server and the user not having privileges to overwrite it.
    Mylenium

  • Error in setting icloud mail on iMac - 'incoming mail server'

    I created a new mail account in icloud and cannot edit this account in Mail Preferences on my iMac.  Everytime I try to save my changes i get the following error:
    "The incoming mail server filed cannot be empty."
    Of course the field is automatically filled in and greyed out so it is not changable.
    I have tried various fixes, deleting, setting up again, setting up the iCloud and Mail/etc. in System Preferences...
    Help!

    Hi Suebadu,
    Welcome to the Apple Support Communities!
    I know that it can be frustrating when an email account, such as your Gmail accounts, are not working as you would expect. In this situation I would recommend reading over and working through the attached article. The Connection Doctor may provide some further information as to what is causing the errors. 
    OS X Mail: Troubleshooting sending and receiving email messages
    Best regards,
    Joe

Maybe you are looking for

  • Preflight icon like Links icon

    Hi! Since preflight work on a regular basis in the background it would have been nice to preflight status was indicated by facility. As a result, the mock-ups I could immediately see the faults such as incorrect colors, image scaling beyond the norm

  • How to download the Solaris 11.2 latest SRU in order to update the local repo offline

    Hello, I am not able to find the SRU patchset to download in order to update the local repo offline. Any idea.

  • Authorization for work center /quick create links

    Hi all; I need nondisplay of bupa details: no Masterdata (no authorization to search/display/create any BUPA), no workcenter, no quickcreate links. the problem is  I have one  CRM Webclient Business Role and  I should manage this with 2 different pfc

  • Car audio not connecting via Bluetooth therefore Hands free does not work

    How long before Apple fixes something they broke by new OS. Here in the UK it is illegal to use a phone whilst driving unless your using a Hands Free device.  My Panasonic 4600 worked perfectly until OS 8 upgrade and now voice command is broken.  I h

  • Java & BBDD

    Hi! I need help with my java programan and Access. I'm deploying a distributed program in Java. I'm storing some images in Access, in format .jpg. When I want to load these images in my Java client I don't Known how I can do it. I can see that Access