Preview does not export to PDF (tried with jpeg, png and pdf)

2013-11-05 08:56:53 +0100 Preview[15908]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
2013-11-05 08:52:57 +0100 Preview[15815]: *** Assertion failure in -[NSRemoteView updateWindowEdgeResizingRegion], /SourceCache/ViewBridge/ViewBridge-46/NSRemoteView.m:879
2013-11-05 08:52:57 +0100 Preview[15815]: postExceptionEvent caught non-fatal NSInternalInconsistencyException '<NSRemoteView: 0x7f95aac600c0> is invalid' with backtrace (
          0   CoreFoundation                      0x00007fff94f3141c __exceptionPreprocess + 172
          1   libobjc.A.dylib                     0x00007fff8dc97e75 objc_exception_throw + 43
          2   CoreFoundation                      0x00007fff94f311f8 +[NSException raise:format:arguments:] + 104
          3   Foundation                          0x00007fff9a24cc61 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
          4   ViewBridge                          0x00007fff9671c09c -[NSRemoteView updateWindowEdgeResizingRegion] + 151
          5   ViewBridge                          0x00007fff9672a9a5 -[NSRemoteView adjustToServiceWindowStyleMask] + 263
          6   ViewBridge                          0x00007fff96732892 __deferBlockOntoMainThread_block_invoke_3 + 441
          7   CoreFoundation                      0x00007fff94e627cc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
          8   CoreFoundation                      0x00007fff94e53ee5 __CFRunLoopDoBlocks + 341
          9   CoreFoundation                      0x00007fff94e537de __CFRunLoopRun + 814
          10  CoreFoundation                      0x00007fff94e53275 CFRunLoopRunSpecific + 309
          11  ViewBridge                          0x00007fff96731e7b __invokeRunLoopInModeUntil_block_invoke + 20
          12  ViewBridge                          0x00007fff96731de7 invokeUntil + 199
          13  ViewBridge                          0x00007fff96731e60 invokeRunLoopInModeUntil + 87
          14  ViewBridge                          0x00007fff96718b36 -[NSCFRunLoopSemaphore wait] + 379
          15  ViewBridge                          0x00007fff9672267e -[NSRemoteView orderOutChildrenOfServiceWindow] + 425
          16  ViewBridge                          0x00007fff967229c2 -[NSRemoteView disassociateWindows:] + 535
          17  ViewBridge                          0x00007fff967238c7 -[NSRemoteView maintainWindowRelationships:forceDisassociate:] + 628
          18  ViewBridge                          0x00007fff9671b2e0 -[NSRemoteView invalidate2:] + 101
          19  ViewBridge                          0x00007fff9671b495 -[NSRemoteView invalidate:] + 215
          20  ViewBridge                          0x00007fff9672bf08 -[NSRemoteView endModalSession:] + 1105
          21  ViewBridge                          0x00007fff96732892 __deferBlockOntoMainThread_block_invoke_3 + 441
          22  CoreFoundation                      0x00007fff94e627cc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
          23  CoreFoundation                      0x00007fff94e53ee5 __CFRunLoopDoBlocks + 341
          24  CoreFoundation                      0x00007fff94e53c6e __CFRunLoopRun + 1982
          25  CoreFoundation                      0x00007fff94e53275 CFRunLoopRunSpecific + 309
          26  HIToolbox                           0x00007fff8d6c0f0d RunCurrentEventLoopInMode + 226
          27  HIToolbox                           0x00007fff8d6c0cb7 ReceiveNextEventCommon + 479
          28  HIToolbox                           0x00007fff8d6c0abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
          29  AppKit                              0x00007fff929c928e _DPSNextEvent + 1434
          30  AppKit                              0x00007fff929c88db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
          31  AppKit                              0x00007fff929bc9cc -[NSApplication run] + 553
          32  AppKit                              0x00007fff929a7803 NSApplicationMain + 940
          33  libdyld.dylib                       0x00007fff90f4d5fd start + 1
          34  ???                                 0x0000000000000001 0x0 + 1
timestamp: 08:52:57.728 Tuesday 05 November 2013
process/thread/queue: Preview (15815) / 0x7fff7e5f6310 / com.apple.main-thread
code: line 607 of /SourceCache/ViewBridge/ViewBridge-46/ViewBridgeUtilities.m in logCaughtException
domain: exceptions
2013-11-05 08:52:57 +0100 Preview[15815]: view service marshal for <NSRemoteView: 0x7f95aac600c0> failed to forget accessibility connection due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from this process.) UserInfo=0x600000679a80 {NSDebugDescription=The connection was invalidated from this process.}
timestamp: 08:52:57.733 Tuesday 05 November 2013
process/thread/queue: Preview (15815) / 0x1125dd000 / com.apple.NSXPCConnection.user.endpoint
code: line 2940 of /SourceCache/ViewBridge/ViewBridge-46/NSRemoteView.m in __57-[NSRemoteView viewServiceMarshalProxy:withErrorHandler:]_block_invoke
domain: communications-failure

Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
Step 1
If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
{ sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
Step 2 (optional)
Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
Boot into Recovery. When the OS X Utilities screen appears, select
Utilities ▹ Terminal
from the menu bar. A Terminal window will open.
In the Terminal window, type this:
res
Press the tab key. The partial command you typed will automatically be completed to this:
resetpassword
Press return. A Reset Password window will open. You’re not  going to reset a password.
Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
Select your username from the menu labeled Select the user account if not already selected.
Under Reset Home Directory Permissions and ACLs, click the Reset button.
Select
 ▹ Restart
from the menu bar.

Similar Messages

  • Inserted QT Video does not export to PDF as video...why?

    An inserted QT video becomes a static picture after export to PDF. I know I can handle it and Acrobat Pro by manually inserting the video, but I was hoping Pages export to PDF would be intelligent enough to do this automatically.
    Is there a work around to get this to happen automatically?
    Thanks
    bob

    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'10
    Yvan KOENIG (VALLAURIS, France) mercredi 2 décembre 2009 19:14:51

  • TS1702 I have purchased Translate SMS and it does NOT translate. Have tried all trouble shooting and still not working

    I have purchased TRANSLATE SMS and it does not translate.
    I have done all the trouble shooting that apple advise and still nothing.
    Has any one got any suggestions?

    When you contacted the developer, what did they say?

  • Previews does not actually "replace" if document with same name is open.

    I am using FMP 9.0--When I "save records as PDF"....
    IF I have a pdf open in Preview with the same name,
    Preview offers to "save as",
    tells me I have one w/the same name and asks if I want to replace...
    I say YES....and
    ONLY the older version is saved.
    (I happen to be troubleshooting a script so the name is "toss.pdf"--several times. If the previous toss.pdf is not open it works as anticipated. Otherwise I do not actually "replace" the older one as preview leads me to believe.)
    I have not tried this on a non-intel machine, so I don't know if it's Intel specific--or if it's just me...:-).
    Not a huge problem, but it seems that if it is an issue it could use a fix..

    Hi,
    Thank you for posting in Windows Server Forum.
    By default it will automatically update the RemoteApp and Desktop Connections but if in any particular case it’s not happening then for a try you can restart the server and check the result again.  In addition you can try running below command and check
    the result. 
    Start-Process rundll32 -ArgumentList "tsworkspace,TaskUpdateWorkspaces2
    More information:
    Powershell to update "RemoteApp and Desktop Connections"
    If a task is registered using the Administrators group for the security context of the task, then you must also make sure the Run with highest privileges check box is checked if you want to run the task. Please check “Task
    Security Context” for more details.
    Hope it helps!
    Thanks,
    Dharmesh

  • Palatino LT CE Italic does not export to PDF

    Because I need some Central European characters with diacritics that are not supported in Palatino LT (standard font for a journal I edit), I purchased a PS Type 1 Palatino LT CE font. Characters appear fine in InDesign CS3 (5.0.3), and the Roman and Bold fonts export without problems to PDF, but Italic and Bold Italic do not. They appear as gibberish: a combination of hollow boxes and garbled letters. Creating a MS Word document with the same text in the same fonts and exporting that to PDF appears to work just fine, so it seems to be an InDesign issue. I've had no success searching the forum or knowledge base for solutions.
    Environment is Mac OS X 10.5.4, MacBook Pro.
    Any enlightenment (or even better, solutions) anyone can provide would be greatly appreciated! TIA, DG

    Tom, thanks so much for this work-around suggestion. It seems to have worked perfectly. Many thanks!

  • Camera raw does not update to 8.5 with CC 2014 and windows 7

    Camera raw is 8.0 after the last update of CC2014?

    Please follow the below mentioned steps to resolve the issue:
    Quit and Relaunch CC app
            http://helpx.adobe.com/creative-cloud/kb/creative-cloud-connection-faq.html#id_10491
    Open the Adobe Creative Cloud application.
    Mac OS: Go to the Applications folder and open the Adobe Creative Cloud alias.
    Windows 7: Go to Start > All Programs > Adobe Creative Cloud
    Windows 8: Open the Adobe Creative Cloud application from the Start Screen.
    Click the Apps tab in the Adobe Creative Cloud applications.
    Click on All Apps, then Previous Version
    Your installed CC Product would be listed, Click on Install Drop-down and then select the CC 2014 to install.
    After Successful Installation, Update your Product
    Let me know if you are still not able to Update ACR.
    Regards,
    Ashutosh

  • I never changed my password.  Now it does not work.  I tried "I forget password" and it says it sent email, but I receive it.  At a loss of what I can do now.

      I can't sign into my itunes account.  Says my password is wrong.  I tried the "I forget password" option, but I don't recieve the email that they said was sent.  Big ?.  I got to this forum by signing in.  Password worked for that.  What options are there for me to fix this.

    Your model MacBook requires Apple or an Apple Authorized Service Provider to replace its battery. Now you know why. It will carry a one year guarantee.
    $129 US

  • Your client does not support opening this list with windows explorer - related to multiple uploads?

    Hi folks -
    I've read through some threads regarding "Your client does not support opening this list with windows explorer" and it seems a lot of folks have a lot of solutions throughout the forum posts.  Is there anything official or semi-official regarding
    this? 
    I've tried a lot of the fixes including:
    checking to see if the WebClient service is on
    modifying so-and-so registry (I've since changed them back since they seem to have no effect)
    and changing various settings in Internet Options including making sure the site is in the Local intranet zone.
    I could live without this functionality but just recently my upload-multiple-files functionality in SharePoint 2010 has also gone away (red x instead of directory UI).  I wonder if it's related somehow and could give us a clue.
    If it helps I'm using various browsers but of the IE flavor 8 and 9 32-bit as the base for testing this.

    For SharePoint 2013 (so could apply to 2010 as well), my problem was that I was trying to "Open with Explorer"
    something that probably can't be opened with Explorer. In my case, I just wanted to open my team's Shared Documents with Explorer. I found that when I first log into SharePoint and view the page, I'm presented with those Shared Documents, but also other things
    as well.
    To get "Open with Explorer" to work, I must click "Shared Documents" under the Libraries heading on
    the left. Then, all the other stuff (Links, Getting Started, etc.) go away and I'm focused on my team's shared documents. From there, I can go up to the Library Tools section in the ribbon, choose the Library tab in the ribbon, and click Open with Explorer.
    Works like a champ on Windows 7 64-bit, running IE 9 32-bit.
    Unfortunately that's not what was going on in my case.  One obvious way to check is to see if other people or other computers can Open with Explorer.  In my case it was just this one machine on my desk that had the issue.

  • My iphone bluetooth  not connect to my hands free or parrot i have been using iphone 4s with6.0 software always worked now called apple no help so i restored my iphone 4 and that does not work i then tried my daughters iphone

    my iphone 5 bluetooth  not connect to my hands free or parrot i have been using iphone 4s with 6.0 software always worked now called apple no help so i restored my iphone 4  with 6.00 net work and that does not work i then tried my daughters iphone and blackberry and they connected
    I then tried i phone 5 in my daughters and sons car and no luck. I cant  get help from anyone  its a joke

    I found the solution to your problem. It solved mine right away and now I'm able to upload videos directly from my iPhone.
    Go to this thread: https://discussions.apple.com/message/17366529#17366529#17366529

  • Devanagari font in layed out in Indesign (using IndicPlus) does not export correctly to a PDF.

    Namaste InDesign gurus,
          I have a problem at hand. Wondering if anyone has encoutered similar problem before? Any help is greatly appreciated. And if you're in San Francisco bay area - I can buy you a lunch :-)
    Short description: Devanagari font in layed out in Indesign (using IndicPlus) does not export correctly to a PDF. All the ligatures are assembled and displayed in the PDF.
    Adobe Indesign Version: InDesign CS5 Design Premium - regular U.S. version (not ME).
    Steps I took:
              I purchased CS5 Design Premium and also purchased the IndicPlus plugin to author sanskrit documents in InDesign. I create Sanskrit text using either of the following methods.
    1) Itranslator
    2) Paste the devanagari from the Itranslator directly into InDesign or paste it first into MSWord and then copy from MSWord and paste it to Indesign.
    It doesn't matter how I paste it. After I apply the IndicPlus character/paragraph style so that the sanskrit looks good in InDesign, when I try to export it to a PDF. The PDF does not display the ligatures currectly. It just lists all the characters in order without assembling.
    I've spent a lot of money buying CS5, IndicPlus and then I can't even create a simple PDF document from InDesign. It is very frustrating.
    Has anyone been able to successfully export a sanscrit document from InDesign PDF ?
    (Please let me know if my problem description needs more fleshing out).
    I could create the PDF from MSWord directly but I'm trying to use indesign to layout my book. If InDesign cannot export to PDF I'll just have to use MSWord for my book layout. I've spend probably scores of hours trying to learn InDeisn and formatting my book content - seems like it is all going to be waste.
    Is MSWord the best choice or only choice for laying out books that have sanskrit text in them?
    -Ravi

    Has anyone been able to successfully export a sanscrit document from InDesign PDF ?
    Not Sanskrit, no, but plenty of Hindi, Nepali, Marathi, and other languages written in Devanagari script - so it should be possible. I don't even use IndicPlus, which by most accounts makes working with Indic text much easier.
    1) Itranslator
    I've never seen this, but a quick Google led me to the homepage of ITranslator for Windows, where I saw this:
    Itranslator 99 (Build 1.3.0.86)  & New Beta Version
    uses 8-bit true type fonts and is compatible
    with Windows 95/98/ME/NT/2000/XP.
    For more information, click here.
    Itranslator 2003 (Build 2.0.0.38) & New Beta Version
    uses 16-bit Unicode-compatible fonts and is working
    only on Windows 2000 / XP / Server 2003.
    For more information, click here.
    So, if you're using ITranslator 99, there's the problem - those "8-bit true type fonts" won't work in InDesign. Can you post a sample of the text you're trying to paste into InDesign? Name the font(s) you are using, both in Word and in Indesign, and if possible make a small sample of the text available for us to test. It's also possible that InDesign is using a substituted font, which could cause this problem. So, if the font name in InDesign has brackets around it, you know that InDesign doesn't actually have that font installed and is auto-substituting. Also, if you go to View -> Screen Mode -> Normal and the text is highlighted pink, you know that the font has dropped. (Unless the highlighting for dropped fonts was turned off - check in Edit -> Preferences -> Composition and make sure that "Substituted Fonts" is checked.
    Also, for what it's worth, is there any way you could Place your text instead of copying and pasting? This may be cause of your problem - but even though it probably isn't, it's still worth a try.
    Lastly - no, I've found InDesign to be superior for typesetting for almost all languages, but the learning curve is pretty steep, and many of the problems faced by people working in non-English languages are not easy to research when you have a problem.

  • Hyperlink with tracking applied does not work in PDF

    We use lots of web addresses in our advertising and generally the web addresses automatically convert to hyperlinks when we distill the files and make PDFs. Recently we've had two instances where someone applied tracking or justification to the line of text containing the url to make it spread across the page. When we make our PDF the url is not clickable. Is there anyway around this? We tried actually creating a hyperlink manually in InDesign by using the Hyperlinks panel and entering the address, but that didn't work either.

    Peter,
    We'll look into that. We already do two separate PDFs for print and web, but
    we are distilling both right now. Wouldn't be too much of a problem to
    change to exporting the web version I don't think.
    I did a test, just curious, is there a way to keep it from putting a black
    box around the link on the PDF?
    Thanks for your help! We appreciate it!
    Beth
    From: Peter Spier <[email protected]>
    Reply-To: <[email protected]>
    Date: Fri, 14 May 2010 13:24:04 -0600
    To: Beth Phillips <[email protected]>
    Subject: Hyperlink with tracking applied does not work in PDF
    Distilled PDF uses Postscript which does not support hyperlinks and
    interactivity. To make your hyperlinks in ID you'll need to export and check
    the Include Hyperlinks and Include Interactiviity boxes.
    Your printer doesn't need hyperlinks because they don't work on a printed
    page. The requirements for print and interactive PDF are quite different, and
    you may find you need to make two versions.
    >

  • Preview does not sum column data in PDF forms

    Preview is way better than Acrobat for most purposes, but it has some basic limitations that just make it hard to use. for example I have to use this form that asks you to enter $ in a table, however Preview does not sum the column, it just puts a "0" in. Why doesn't Preview add? Plus, this default behaviour makes it harder to paste in my own number as there is a zero in the way. At least it would be nice if it could just remove the 0 and leave me with an editble section. Is this just the product of a badly created PDF form or, as I suspect, a limitation of Preview?

    I'm having the exact problem. I have a fillable PDF form that has many checkboxes. Saving the pdf (doesn't matter whether it's 'Save', 'Save All', or 'Save As' under the File menu) will clear/reset the checkboxes in the file.
    Anyone know of a workaround for this? Or, is Apple fixing this soon? I really don't want to get Acrobat Pro 9 (well, I don't think it's compatible with Snow Leopard yet anyway)
    If you'd like a sample PDF file to try it out, let me know.
    Thanks.

  • Adobe PDF iFilter 9 for 64-bit platforms does not index my PDF files with Digital Sign

    Adobe PDF iFilter 9 for 64-bit platforms does not index my PDF files with Digital Sign, why?

    hi  Phillip
    i am not sure what you mean
    I downloaded the ifilter and installed it
    then configured everything as shown in the pdf file
    I tried indexing from scratch exactly as i did successfully in the other computer
    and got some errors in the log file
    i checked the sql server log and the event viewer logs and got :
    Error '0x80004005' occurred during full-text index population for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'), full-text key value 0x0000027A. Attempt will be made to reindex it.    
    The component 'PDFFilter.dll' reported error while indexing. Component path 'C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin\PDFFilter.dll'.   
    Informational: Full-text retry pass of Full population completed for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'). Number of retry documents processed: 1. Number of documents failed: 1.
    Changing the status to MERGE for full-text catalog "Pirsumim_ext_catalog_ck" (5) in database "Pirsumim_ext_ck" (14). This is an informational message only. No user action is required.
    Informational: Full-text Auto population initialized for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'). Population sub-tasks: 1
    the same dll worked fine in another computer...
    how can i see more details what is wrong with this dll  ?
    meidad

  • I just purchased Export PDF to Excel and it does not export anything usable. Your terminology should not be "export" but paste image, which is of no value. Please cancel my account and refund my money. What a shame you would advertise this as a product.

    I just purchased Export PDF to Excel and it does not export anything usable. Your terminology should not be "export" but paste image, which is of no value. Please cancel my account and refund my money. What a shame you would advertise this as a product.

    Hi pgrillo,
    I'm sorry that you're disappointed with your ExportPDF subscription. I checked your account, and see that the order is still processing. As such, I'm unable to cancel it for you myself. However, a Customer Care agent can take care of your cancelation/refund quickly. Here is the contact information: Contact Customer Care. Click Still Need Help? Contact Us at the bottom of the page to find both phone and chat support options.
    Best,
    Sara

  • Preview does not support PDF features

    I have generated a number of PDF files in Adobe Acrobat that are questionnaires. The intent is to have the users fill out forms, click radio buttons and check boxes within the PDF and using buttons embedded on the questionnaire email them back to me. I have run into many problems with my questionnaires by Mac OSX users. It turns out when they open my Questionnaire (PDF) Preview launches instead of Adobe Reader. Evidentially Preview is the default application for PDFs. Preview does not support "calculations" "actions" for buttons including "submit a form" and does not auto font size in the forms they fill out.
    Is there something in Preview that causes this issue that preview users need to do? It clearly appears Preview is not a good substitute for Abode Reader that is free and the standard for PDF viewing.

    Bobbbo wrote:
    The issue I have run into is that Adobe has generated a way that you can distribute forms to a large group of people, they can in return send back the data that they filled out. Acrobat can then tabulate the data automatically. It is a very powerful tool.
    I don't doubt it. However, it is a purely Acrobat solution. I'm sure there is other software that can do the same thing. Have you considered a web site instead? You could build an HTML page to distribute to people and it would have all the same features. Plus, it would work with any web browser.
    The problem I have is Apple has decided to make Preview their default PDF reader application. When a Mac users opens the PDF file things may not work and they do not understand why. They get frustrated and quit filling out the form, therefore locking out getting data from all Mac users. This is an unnecessary burden to put on Mac users!
    Then why don't you pick a method that would work with a stock MacOS X machine?
    Adobe Reader is free so why compete with a free application??
    Adobe Reader is free for end users to download. If Apple included it as part of MacOS X, the would have to pay Adobe many millions of dollars. Furthermore, while Acrobat Reader does have many nice features, it is a slow, bloated behemoth that fewer and fewer people want to use anymore. That is why there are so many other PDF viewers these days - people don't like Acrobat Reader.
    I just think they should not have a fully functional PDF reader as the default application for PDFs.
    Preview is fully functional. But Apple can't read Adobe's mind and support every new feature that Adobe throws in to try to keep customers. Your PDF solution is an Adobe solution. Adobe software just isn't as ubiquitous as it used to be. Times change. I suggest you look into some other method of form distribution, such as HTML and Javascript.

Maybe you are looking for

  • Incorrect fault status - why is it not possible to...

    We have had a fault on our phone line since last week - VOL051-115******, initially it was a very noisy line which was also killing the meagre broadband speed we normally make do with. When the fault was reported a line test was run which was passed

  • State of Mac security?

    So, I keep getting these emails from Comcast's Constant Guard service claiming "Constant Guard from XFINITY identified that one or more of your computers may be infected with a bot."  They seem to be dead serious about it, though Comcast never provid

  • Why won't Mail under Exchange send large attachments?

    I upgraded my new iMac to Snow Leopard in large part because of its support for connecting to Exchange 2007 servers, which I use for my work. But I can't send attachments of any size. Setting it up in Mail seemed to go fine - I connect using a softwa

  • Enterproze manager of Oracle 10g DB is not getting started

    hi, I am not able to start the DB console . I have applied the following command Please help me out. Thanks in advance C:\>emctl start dbconsole Oracle Enterprise Manager 10g Database Control Release 10.1.0.4 Copyright (c) 1996, 2004 Oracle Corporati

  • Error in running sun portal server 7.2 on windows platform

    I have downloaded portal-7.2-windows-x86.zip Extract it at C:\ Run C:\PS7.2\setup.bat Opened: http://localhost:8080/portal/dt The following error was displayed: type Exception report message description The server encountered an internal error () tha