Networklocation corrupt icon change to white paper

For our colleagues we made a network locations to SharePoint.
some colleagues are complaining about corrupt networklocations. The networklocation icon changing to a white paper and is doing nothing.
i did try to reproduce the problem but i wasn't able. the next morning when i opened my pc an networklocation was corrupt.
the only fix i know is removing the networklocation and add it again.
this way i made the network location
http://support.microsoft.com/kb/2616712
Sign in to the SharePoint Online site by using your Office 365 credentials. Make sure that you click to select the
Keep me signed in check box.
Open a document library in Explorer View. For example, follow these steps:
From your Team Site, select Shared Documents.
Under the Library Tools section in the Ribbon, click the
Library tab.
In the Actions group, click Open with Explorer.
i did copy the URL and did use the URL to make a networklocation.
we are running windows 8.1 and office 2013.
internet explorer 11
trusted websites are added
and remember login is on
Kind Regards,
Arie Guijt

What changes were made to computer. 
Any windows update installed on the computer? Check from add remove programs
Check below
http://community.office365.com/en-us/f/154/t/22511.aspx
I've been through much the same sort of pain as you describe - I tried using shortcuts on the users' desktop for them to access SharePoint via WebDAV but these fail to connect regularly unless the user has logged on through the browser. I followed all of
the instructions in KB 2616712 without resolving the problem. I raised a Service Request and the answer I received was:
=====================
• Issue Description:
• Problems accessing mapped SharePoint folders via WebDAV
• Issue Resolution:  
• This is a By-design behavior since SharePoint online in office 365 uses forms based authentication & the user is authenticated using SAML token as against BPOS where windows authentication method was used.
• This SAML token expires every 2 hours & after that the mapped drive for SharePoint library cant access the resources unless the user signs in to the site again from the browser.
• At this point we don't have a possible solution to this however this issue is in the knowledge of our Operations team & they are working towards a solution. We don't have ETA for the same though.
• You can develop a custom application that would authenticate the user against sharepoint site without having him to open the browser & sign in. The following article may be of help in doing so.
www.wictorwilen.se/.../How-to-do-active-authentication-to-Office-365-and-SharePoint-Online.aspx
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Express White Paper

    Thanks to all those who responded requesting the Express white paper. I
    received an overwhelming response. I was expecting a dozen or so
    requests - I received over 80. Apparently there is strong demand for
    lessons learned about working with Express.
    The paper is in-progress. Everyone that requested it will get it when
    it is ready, hopefully before end of September. BTW, my paper on
    Express and the Object/Relational Problem will be published by Dr.
    Dobb's Journal about that time also - the publisher tells me that the
    November issue will be on the newsstands by end of September. The DDJ
    article is a review of the basics of Express, what it does, and how
    you develop with it. It also includes our early experiences with it
    (article was written end of April and reflects almost three month's
    experience with Express at that time). The article also goes briefly
    over our concept for a rapid process specific to Express. The white
    paper will have much more to say on the topic.
    Several people thanked me for my generosity in offering a free white
    paper and sharing our experiences with the Forte' community. There is
    nothing generous about the offer: it is unabashed self-promotion in the
    finest tradition of American crass commercialism. We're a consulting
    company. We sell our knowledge and experience. If, after you get the
    white paper, you would like to retain us on a consulting assignment we
    would be very grateful, and you will have a chance to pay us back for
    our generosity. If not, maybe you can reciprocate and share your
    experiences.
    Now to the subject of this posting: why am I posting this now? Well,
    for one thing, I received several responses that said something
    like: " we've tried Express and we were disappointed with ...", or "we've
    been using it and have been frustrated with ...", or "we've evaluated it
    and we had difficulties with ...". I started writing reply notes to each
    of the individuals who expressed those negative experiences, but when I
    reviewed what I wrote, it sounded like a Dear Abby column, with the replies
    sounding like: Dear Disappointed, or Dear Frustrated, or Dear With
    Difficulties. I decided I'll just post one note for all those who've
    had negative experiences, or who are just starting to use/evaluate Express
    and are likely to have similar experiences. Hence this. I also felt that
    I should give people somewhat of an overview of what's coming in the
    white paper while they're waiting to get the finished product.
    Perhaps initial difficulties with Express is a problem of unrealistic
    expectations. I always try to remember Mick Jagger's words. Mick, as
    everyone knows, is one of the great software minds of the 20th century:
    "You can't always get what you want ...". You must determine if you're
    getting what you need.
    Seriously, I have been working on the object/relational "impedance
    mismatch problem" for close to ten years now (since 1987 when I
    developed an Ada/SQL binding for the US Department of Defense). I have seen
    many solutions, and have developed several myself for C,C++,Ada and
    for Oracle, Sybase, Informix, and Ingress. I find Express to be one
    of the most elegant solutions to that thorny problem. If you look at it from
    that point of view alone, it's very hard to fail to be impressed. If you're
    expecting Express (or PowerBuilder 5, or any other solution) to be yet another
    Silver bullet to slay the development monster then you'll be disappointed.
    Software development is hard, will continue to be hard, and will continue
    to get more complex. Anything that can help us eliminate or reduce what
    Frederick Brooks calls "accidental complexity", and design around "essential
    complexity", will help. Forte' and Express definitely do that. Paul
    Butterworth's paper on "Managing the New Complexities of Application
    Development", shows how Forte' has solved many of the development/deployment
    problems. If you haven't read it, I highly recommend it. If you have, I would
    recommend a re-read if you've forgotten why you chose Forte' to begin with, or
    if you yourself did not participate in making that choice, The Express user's
    manual, "Using Forte' Express", shows how Express extends Forte' to reduce
    the complexity of developing RDBMS-based systems.
    To get an appreciation for what Express does for you, try a simple
    experiment : spec out a GUI/RDBMS application, say the order entry application
    that comes with Express as a tutorial. Do it without Express. Then do it with
    Express. Try to make the application as complete as possible - it must
    implement all your business rules and have all the behaviors that you desire.
    Relax a bit about look and feel. Also Remember to keep the experiment fair.
    As part of your application development come up with a framework and an
    architecture that the next application will use. Your non-Express application
    also must be as extensible and modifiable as Express allows an Express
    project. Record the development time of both. If you can beat Express in
    development time, then you're a Forte' development Guru and people should be
    beating a path to your door.
    Lest anyone think I am a cheerleader for Express, I want to mention that
    I have some very strong disagreements with several aspects of the
    Express architecture. One major problem I find with it is conceptual.
    The Express relational encapsulation has added a great deal of accidental
    complexity, i.e complexity that is not inherently there because
    of the nature of the problem. It arises because of design or implementation
    choices. Express represents each database table with three classes (there is
    actually six classes per table, three of which are just derived place holders
    to contain customizations, so we'll ignore them for this discussion). For a
    table EMP, Express produces three base classes: an EMPClass, an EMPQuery
    class, and EMPMgr class. The EMPClass is quite understandable. It
    encapsulates the table's data. The EMPMgr class is somewhat understandable,
    it encapsulates operations that manage the table's data as it crosses the
    interfaces. But why do we need one class per table? A manager should manage
    several things, not one thing. That leads us to EMPQuery, the encapsulation
    that I have most difficulty with: creating a query class for each table. That
    is definitely the wrong abstraction.
    If you consider that, in general, a SQL query is multi-table:
    select t1.col1, t2.col2, t3.col3, ...
    from t1, t2, t3, ..
    where <expressions on t1.col1, t2.col2, ...>
    order by <expressions on t1.col1, t2.col2, ...>
    you'll see that the abstraction here is a query tree across many tables,
    many columns, and a large variety of expressions - single and multi-table. To
    attempt to encapsulate that in objects that are basically single table objects
    will produce a great deal of accidental complexity. The design choice of one
    query class per table makes writing one-table queries simple, but writing
    multi-table queries awkward.
    The Express architecture would be much simpler if there is a QueryTree
    class for all tables. Better yet, leave the representation of queries as
    text strings - ANSI or Forte' SQL on the client side, and DBMS-specific on the
    server side. A great deal of complexity in doing query customizations will
    be reduced. You will lose some type checking that the current design has, but
    hey, you can't always get what you want. When you have several hundred tables
    in your database and Express generates six classes to per table, you'll see
    that the number of classes generated as excessive. When you try to design a
    general query modification scheme you'll realize how awkward multi-table joins
    are to do via the Express BusinessQuery class. Last week I was developing a
    general design for row-level security, the query structure drove me crazy,
    I ended up catching the generated SQLText and inserting the security
    constraints.
    Now back to the Dear Abby column: If you're unhappy because of performance
    issues, try to isolate the reason for the poor performance. This is not easy
    in 3-tier applications. Don't be too quick to blame the bad performance on
    Express. Do you have a non-Express benchmark application that does the
    same thing and outperforms Express? Don't be too quick to blame Forte'
    either. Do you have a non-Forte' benchmark, that does the same things
    and outperforms Forte'? The operative words here are "does the same
    things". A VB application that issues a SQL Select is not a benchmark.
    Forte' allows you to instrument applications to study performance
    bottlenecks. Find out where your hot spots are and try to do some design
    work. If the Express architecture gets in the way, it's time for feedback
    to Express developers.
    Performance issues, particularly in 3-tier client/server systems are
    multi-faceted and complex. There are many interactions of database
    issues, interaction of the database with TOOL language issues, locking,
    caching, timing of asynchronous events, shared objects, distributed objects,
    remote references, memory allocation/deallocation, message traffic,
    copying across partitions, etc. etc. that have to be considered. There
    was an interesting discussion just a few days ago on multi-threading
    on the client side, and blocking in DBMS APIs. Issues like that can
    keep you bogged down for days. I have worked on several performance efforts
    on triage tuning teams and swat re-design teams, where several hundred man
    hours were dedicated to performance and tuning of c/s systems. Big and
    complex topic. What I would advice about performance is what Tom Gilb says:
    "(1) don't worry about it, and (2) don't worry about it yet" - assuming of
    course that you have a rational design, and a sound framework. Many sins of
    design are committed in the name of performance. Anyway, enough
    of the harangue about premature considerations of performance. Bottom
    line is : once you get your functionality, instrument, measure, and tune. If
    your architecture was sound, you won't have to re-design for performance, you
    would've designed it in.
    On our project the system is so large we are subsumed with rapid process
    issues: how can we get this monster finished on time? without having to
    expand the team to several times its size, and without having to spend more
    than we can afford? The upcoming white paper's focus will be on the rapid
    process. Probably at a later date, we'll do another paper on performance
    issues with Express.
    Another reason you may be unhappy with Express is if you perceive that
    it is the wrong tool for your application - but was chosen by
    corporate mandate. If your application does not involve an RDBMS (say
    real-time process control), then Express is obviously not for you. It may
    also appear that Express is not suitable for your application if your usage
    of the RDBMS is marginal, but your application logic is quite complex (in our
    case the application has many AI aspects to it, a rules-based database, and
    many interconnected patterns of rules, and rich behaviors). If you find
    you're spending too much time doing things outside Express, fighting
    Express, or doing way too many customizations, then Express may
    not have been the right choice for your application.
    Don't think, however, that Express is only for those applications that
    maintain relational base tables. You can use a relational database to
    store tables other than base tables (state transition tables, dialog
    support tables, views, and other kinds of virtual tables). To make use
    of Express's powerful application generating capabilities you can use
    tables created for the sole purpose of of supporting an Express
    application model. The table is in essence, a state transition
    diagram. The Express application model creates rows in this
    virtual table while the dialog is in-progress. You can use insert and
    update triggers in your SQL engine to do the real thing to your base
    tables. This trick is among some I'll detail in the white paper.
    Another reason some people may be unhappy with Express may be methodology
    tension between those who use behavior-driven methodologies (Booch, Jacobson,
    Wirfs-Brock), and those who favor data-driven methodologies (OMT, Coad). If
    you're in the first camp, you'll probably feel that the modeling done via
    Express is not adequate. You'd probably say "that's not an object model!
    that's an ERD". You would be half right - the Express business model shows
    only containment and association relationships. It does not document "uses"
    relationships, so it really can't be considered a full object-model. Granted;
    but once you make that realization, your reaction should be one of joy, not
    sadness. This is a brilliant reduction in the amount of modeling that needs
    to be done since most MIS systems are dominated by their data-model, not their
    behavior model (See Arthur Riel's Design Heuristics) . Behavior-based methodologies,
    with their documentation of use-cases and class behavior will tend to be analysis
    overkill for most MIS projects. For some OOA/OOD practitioners, going back to a
    data-centered process may be unpalatable. For those folks my advice would be to try to
    look at the business model/application models as meta-models. Take the
    generated classes and produce a full object model if you wish. Document your
    domain classes in your favorite CASE tool. By all means document
    domain-pertinent behavior and use-cases, they will help you test. But do
    appreciate the productivity gain produced by the reduction of modeling load
    that Express data-centered approach gives you. Your detailed
    behavior-based, use-case model may be a luxury you can't afford.
    If the methodology clash manifests itself politically in your
    organization, where you have the OO purists pooh-pooh a data centered
    approach, then you have my sympathies. My best advice is to cool it on the
    methodology religion front. If you have a product to deliver, you can't
    afford it. Also keep in mind that even if your modeling work is reduced by
    adopting a data-centered Express process, you'll still have ample
    opportunities to fully utilize your OOD expertise when it comes time to add
    functionality or improve performance of the entire application as a whole.
    There will still be processes where Express may not be expressive enough. Those
    processes whose behavior is so rich and intricate that you cannot find a
    data-based trick to model them with, you'd have to do outside Express. These
    should be rare and the exception not the rule in MIS systems, however.
    Does that exhaust the list of reasons of why people may be
    disappointed in Express? Probably not. Undoubtedly Express reduces your
    degrees of freedom, and constrains your choices, but many times "jail
    liberates". More reasons? I've heard some complaints about repository
    corruption problems. I'm not aware that we've had those, or that it is
    something due to Express. I'll check with our Forte' system manager. If we
    have, they must not have been show stoppers, and our system manager must
    have dealt with them quickly enough that the developers did not notice much.
    Until you get the full paper in a few weeks, I'll leave you with some
    thoughts about Express, and OO development in general:
    1. Learn about the concept of "Good enough" in software
    engineering. Here are some sources:
    - Ed Yourdon: Read Ed Yourdon's article in the last issue of Byte,
    titled "When Good Enough is Best". One of Yourdon's tips in the
    article: "It's the Process, Stupid!"
    Don't take "good enough" to mean that development with Express
    requires you to lower your expectations, or lower your
    standards. You must tune the concept of "good enough" to your
    acceptable standards.
    - Arthur Riel: Read Arthur Riel's great book "Object-Oriented Design
    Heuristics". Riel shows that there are many problems with no optimal
    solutions. This is particularly true in those systems that
    are not purely object oriented. Systems that interface with
    non-object oriented "legacy" systems, which is what Express
    is. Also, Riel's discussion of behavior-based vs data-based
    methodologies is very illuminating.
    2. Don't obsess about look and feel. That's where Express is most
    constraining. If you have unique look and feel requirements,
    and look and feel is paramount to you, save yourself some pain and
    choose another tool, or sing along with Mick: you can't always get
    you want ...
    3. Be clear about what rapid development really means. An excellent
    resource is the book by Steve McConnell of Microsoft: "Rapid
    Development - Taming Wild Software Schedules". A thick book, but the
    chapters on best practices, and the tens of case studies are great. The
    book shows clearly the differences between evolutionary
    delivery, and staged delivery. It shows the differences between
    evolutionary prototyping, throwaway prototyping, user-interface
    prototyping, and demonstration prototyping and the appropriate uses
    and risks of each. In our white paper we advocate a life cycle
    approach that is basically evolutionary prototyping, with evolutionary
    delivery, and occasional use of throwaway prototypes. We don't advocate
    using Express for demonstration prototyping.
    4. Realize that Express is maturing along with the product you're
    developing. If you don't have deep philosophicalobjections to the
    Express framework and architecture, then most of
    the concerns with Express would be temporary details that will be
    smoothed as Express, and Forte', mature. How long did we wait for
    Windows to mature? Let's be fair to the Express developers.
    5. The main keys to success in Express are not rocket science (I
    worry now about having hyped up people's expectations myself). The
    major keys to success revolve around management issues, not
    technical issues: expectations management, process management,
    and customizations management.
    The full paper includes the design and implementation of a Customizations
    Management System that allows you to plan customizations needed and to
    inventory customizations completed. It automates the process of
    extracting the customizations completed from the repository and stores
    them in a relational database. A customizations browser then allows
    management to plan and prioritize the implementation of customizations. It
    allows developers to study the completed customizations and to reuse code,
    design, or concepts to implement further customizations. Managing
    customizations is absolutely essential for success in Express. The paper
    will also detail a rapid process that is "Express friendly".
    I'm glad there was such a big response to the white paper offer. Now I have
    to sit down and write it!
    Nabil Hijazi Optimum Solutions, Inc.
    [email protected] 201 Elden Street
    Phone: (703) 435-3530 #501
    Fax: (703) 435-9212 Herndon, Va 22070
    ================================================
    You can't always get what you want.
    But if you try sometime, you might find,
    you get what you need. Mick Jagger.
    ------------------------------------------------

    [email protected] wrote:
    >
    A few comments on Nabil Hijazi's observations...
    Nabil Hijazi writes...
    One major problem I find with it is conceptual.The Express relational
    encapsulation has added a great deal of accidental complexity, i.e complexity
    that is not inherently there because of the nature of the problem. It arises
    because of design or implementation choices.
    Paul Krinsky comments...
    Anyone who has used NeXT's Enterprise Object Framework (EOF) will be at home
    with Express's architecture, it is very similar. NeXT has been around for a
    while and have gone through a lot. They originally started with DBKit to solve
    the persistence problem. Basically it wrappered the database libraries. EOF was
    created when it became clear that the DBKit approach wouldn't work. EOF has
    EO's (Enterprise Objects), EOQuery, EOController, etc. that do pretty much what
    BusinessClass, BusinessQuery and BusinessMgr do. I'm not sure if Forte hired
    people with NeXT experience, but it would be interesting to find out if both
    companies came up with the same architecture independently. What are the
    chances?
    Nabil Hijazi writes...
    The design choice of one query class per table makes writing one-table queries
    simple, but writing multi-table queries awkward.
    Paul Krinsky comments...
    I don't think BusinessQuery is too bad once you get used to it. Multi-table
    queries are pretty easy if you use the foreign attributes Express provides to
    build connected queries. One feature I miss from EOF is the EOFault. An EOFault
    stands in for an object to reduce the overhead of retrieving everything an
    object has a pointer to. For example, a retrieve on customer that contains an
    array of orders would bring in EOFaults to stand in for the orders. When one of
    the orders was referenced, EOF would produce a fault (hence the name) and go
    and get the required record. Of course you could force EOF to bring the real
    data and not use EOfaults if you wanted (if chance were high that you would
    need it). This feature saved a lot of memory and increased the speed of
    retrieval while still providing transparent access from the viewpoint of the
    developer. Another cool feature was uniquing. EOF kept track of the EOs it
    retrieved for a client. So if two windows both retrieved Customer X, EOF would
    realize this and point the 2nd window at the copy already in memory. This
    avoided having multiple copies of the same object in memory and allowed
    provided everyone with the most current changes.
    Nabil Hijazi writes...
    The Express architecture would be much simpler if there is a QueryTree
    class for all tables. Better yet, leave the representation of queries as text
    strings - ANSI or Forte' SQL on the client side, and DBMS-specific on the
    server side. A great deal of complexity in doing query customizations will be
    reduced. You will lose some type checking that the current design has, but hey,
    you can't always get what you want. When you have several hundred tables in
    your database and Express generates six classes to per table, you'll see that
    the number of classes generated as excessive. When you try to design a general
    query modification scheme you'll realize how awkward multi-table joins are to
    do via the Express BusinessQuery class. Last week I was developing a general
    design for row-level security, the query structure drove me crazy, I ended up
    catching the generated SQLText and inserting the security constraints.
    Paul Krinsky comments...
    I like the fact that Express manages the mapping to the database. I can change
    the underlying database schema and all my queries still work. When the DBAs
    inform me that I'm not following their naming standard (remove all vowels
    except for 207 "standard" abbreviations that somehow got blessed then compress
    to 8 characters using a bit compression algorithm that NASA would be proud of -
    am I ranting?) it lets me conform without having to deal with it except in the
    business model. It's nice to have a layer of abstraction.
    I'm not a big fan of having all the generated classes either. I think it's a
    necessary evil because of TOOL. NeXT uses Objective-C which is much more
    dynamic in nature (more in common with Smalltalk than C). Their business model
    can be defined on the fly and changed at runtime. It's pretty powerful but you
    always have the speed vs. size tradeoff. The BusinessQuery is a nice way to
    send only the what you need to the server in a format that isn't too difficult
    to translate to SQL but not so close to SQL that you couldn't rip out the
    backend and use the same interface to communicate with something other than a
    relational database.
    With any tool you have to understand it's strengths and weaknesses. Express is
    a 1.0 product. Given that I think they have done a great job. The biggest
    request I have is that Express moves away from being so focused on UI and
    Database access and focus more on the BusinessClasses. For example, why are the
    Validate and NewObject methods not on the BusinessClass? I understand their
    importance in the Window classes but they should really delegate most of the
    work to the BusinessClass. Otherwise you end up with most of the logic in the
    UI and a 2-tier application. One of the first things we did is extend the
    Window classes to delegate validation, etc. to the classes they display.Paul,
    This a very good point. After reviewing all the customizations we have done on
    our Express project, (BTW, I work with Nabil) I found that we have not done any
    business service customizations except for database row level security. We could
    have easily moved validation to the business classes. Actually, Express gives you examples
    for this. They recommend customizing the insert and update methods to apply validation.
    You could simply add your own validate method on the business class and have the insert,
    update, or the window call it. This is actually much more object oriented than coding
    validation into the window classes (for the oo purest out there!).
    Robert Crisafulli
    AMISYS Managed Care Solutions Inc.
    (301) 838-7540
    >
    I look forward to reading the white paper on Express. I would encourage anyone
    else to post similar documents. If anyone is interested, I can dig up some
    stuff I wrote on EOF's architecture. It's a good source for enhancement
    requests if nothing else! If anyone has used other persistence frameworks I
    think the group would benefit from their experiences.
    Paul Krinsky
    Price Waterhouse LLC
    Management Consulting Group

  • Does anyone have problems with document icons changing?

    This started happening in 10.4.10. I don't know if its application related or mac OS related.

    If your icons have become the generic blank white paper with a folded corner, you may need to reset the LaunchServices database.
    See if anything in this thread will help.
    Reseting Text Edit icons System wide? Currently blank after cloning drive
    If your icons have changed in another way, you might want to provide more information so that other readers can offer additional advice.
    No Alibi.

  • My Mac's background changed to white and i can't change it back

    Dear anybody,
    Yesterday I plugged in my external harddisk, and I just moving some folders from one partition to another. then in the middle of progress, it opened an error window and the external hd disappeared from my desktop icon and finder. I tried to plugged out and plugged in again but it's not recognized until I restarted it. and the process of restarting takes about 5minutes (it's not usual since I just need about 30-60secs to reboot my mac). then I logged in and my background changed to white. I thought it was missing my bg pict, then I searched for the picture and set it again as desktop background but nothing happened. it's still white. but the strange is when I press f9 or f10 button (expose), I saw the picture on my background and a lot of windows exposed, then when I click one of the window, it disappeared again, changed to white.
    so, please anybody who had ever gotten this kinda problem, help me out. Thanks for your attention!
    *Leopard-10.5

    ''david.abel wrote:''
    On the Firefox home page, the Arabic language has suddenly started to appear
    Is the language for the menus and other user interface elements still English? If so,
    # Click the ≡ Menu Button and choose Preferences.
    # Click the Content icon.
    # Below Languages, click the Choose button.
    # Make sure a specific variant of English like ''en-us'' is at the top, followed by ''en''. Remove any unwanted languages as well.
    [[Settings for fonts, languages, pop-ups, images and JavaScript|Settings for fonts, languages and pop-ups]]
    ''david.abel wrote:''
    Also, my browser history has started to take up part of the screen.
    I don't know what you mean by that. Please attach a screenshot.
    * [[How do I create a screenshot of my problem?]]

  • Corrupted icons in Finder and Mail

    My icons for files and folders often get corrupted as shown here:
    http://www.math.uni-hamburg.de/spag/dm/corrupted_icons.pdf
    The problem is cured (temporarily) by a reboot, but not by relaunching the Finder. Strangely, the problem "spreads" like an infection: at first, only the icons in one folder viewed in the Finder are corrupted, then quickly more and more get corrupted. The bad icons even infiltrate some applications, like Mail - see the bottom two icons in the rightmost screen shot of the link. When a single file has a bad icon, I can "delete" that icon in the info window for that file, and it reverts to normal. This does not seem to work when the corrupted icon is that of a folder.
    I have a suspicion that the problem tends to spread from "old" files (never folders) that pre-date OSX. But that's not much more than speculation, since many of my files are of that type. Also, the problem has spread to other macs that I "migrated" to from the one originally affected.
    Any help at all - such as suggestions of how to cleanse my Mac so that this does not reoccur - would be greatly appreciated...
    Sandy

    The problem is still not understood, but it seems I've been able to get rid of it. Many years ago (quite possibly still under OS9) I had given some folders special icons to make them stand out visually. I then put those folders in the toolbar of the Finder window (even now under Leopard, where dragging folders to the toolbar no longer seems to be officially encouraged but still works). In search of "anything unusual" to do with icons I now removed those pictures from the folders in their info field (so now they look normal again, like any other folders), and haven't had any more corrupted icons since. This has now been stable for about a fortnight, while before this measure I had newly corrupted icons about twice a week at least.
    Caveat: I didn't remove those custom-made icons from all my folders: I simply forgot two of them (which, however, were changed later I think). So even if restoring generic icons to some folders solved the problem, the problem will most certainly be difficult to reproduce.

  • Why do document icons change

    During login, document icons display as the familiar icon we've become accustomed to, but when login completes, the icons change to a rather drab, generic-looking thing. For example Word documents, which used to show as the familiar blue Word document icon, are now plain white with 'DOC' at the bottom. How can I get the original icons to display?
    Thanks.

    Hi Mike:
    I might be telling you to chase rainbows.
    I am running OS X 10.6, so there may be a disconnect.
    However, when I open my document folder, the folders are blue, but individual documents are a white icon with something like doc at the bottom. I consider this "normal," but we may be talking about different things...
    Barry
    Barry

  • Adobe reader corrupted icons

    I attempted to convert a PDF file to Word, but didn't have the upgrade installed.
    The attempt resulted in corrupted files to icons on my desktop. Now, I cannot
    access files I was working on. Help!
    jec329

    I hope the following link can be helpful:
    http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • Desktop icons change during startup

    When I start my MBP, I've noticed some of the icons on the desktop (say a spreadsheet) have a nice looking, easily recognizable image, but as the menu bar loads, some of the icons change, to a something different and usually lose their color, going to back and white.
    Any ideas what's going on?
    Regards,
    Jp

    HI James,
    Not certain what could cause that but try booting from your install disk and run Disk Utility.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    And run the Apple Hardware Test also. http://support.apple.com/kb/HT2684
    Carolyn

  • How to change Bright White areas to a color?

    In Elements 6, every time we try to change bright white areas to another color, it doesn't work.
    No matter what color is picked, the result is always an area of dark, charcoal gray.
    Evidently, the program does not recognize Bright White as a color.
    Is there a way to make these changes using this program?
    Thanks.

    Well, ... it was worth trying.
    Evidently, we can't get there from here.
    After sharpening and adjusting the shadow & highlight levels on the the color image, we opened the Hue / Saturation box.
    All the levels were zero, and the preview box was checked.
    Moving the cursor over the three eyedropper icons produced a circle icon with a diagonal slash in it.
    Moving the cursor over the image produced the eyedropper icon.
    There were no controls on the color band at the bottom.
    Clicking the mouse with the icon on the image did nothing.
    When the "colorize" box was checked, in addition to "preview" the image changed a lot.
    The sliders showed 180 on hue, 25 saturation, and zero on lightness.
    Moving the sliders altered the image, but did nothing to the White.
    The eyedropper icons were still blocked, and clicking the eyedropper on the image didn't seem to have any effect.
    Ever the word "colorize" is missing from the glossary!
    ( This is not putting color into a B & W image. )
    There are no instructions we could find in the "help" section that even mention that box.
    Some of the instructions concerning retouching might apply, and be useful, but that's not "colorize".
    Any idea what's happening here?
    Thanks for your time & attention.

  • Music icon changed after time machine restore

    I recently did a Time Machine restore and everything went well, except now my audio icon files are white instead of black like they were before I did the restore.
    Here is what they look like now:
    but before they were black with the grey music symbol. Does anyone know if this is a setting that changes this?
    Thanks.

    If the user account is associated with an Apple ID, and you know that account password, the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select  ▹ Restart from the menu bar.
    You should now be able to log in with the new password, but you won't be able to unlock the Keychain. If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it. You’ll need to reset your keychain in the preferences of the Keychain Access application.

  • Safari icon changed and cannot launch safari, Safari icon changed and cannot launch safari

    Safari icon changed and cannot launch safari

    Try these things first:
    1) See if the Safari icon in the Dock is linked to the Safari application. Command-click on it and see if it shows Safari in the Applications folder. If not, the alias on the Dock is corrupted, or it is no longer pointing to where Safari is (hopefully, Safari is still in the Applications folder).If Safari is in the Applications folder, but the Dock icon did not properly find it, remove the old icon from the Dock and drag Safari onto the Dock to establish a fresh icon and link to the Application. If Safari cannot be found, do a Spotlight search for it, or restore it from a Time Machine backup (if you have one). If not, download it and reinstall it.
    2) If you can locate Safari from the Dock and it still won't launch, then trash Safari's preference file. From your Finder, Option-click on the Go menu and scroll to select the Library folder. Open the Preferences folder and locate the com.apple.Safari.plist file. Send this to the Trash and try to relaunch Safari.
    Hope this helps!

  • Developing JSF Portlets with WebLogic Portal (Oracle White paper May 2009)

    I have created a simple JSF Portlet following the steps delineated in paragraph 3.1.1 Creating a JSF Enabled WLP Web Project of the white paper mentioned above. I used Workshop for Weblogic 10gR3. When I tried to deploy that very simple portlet and portal I got this error message :
    "!MESSAGE Unable to register J2EE shared library C:\bea\wlportal_10.3\samples\lib\j2ee-modules\wlp-sample-lookandfeel-web-lib.war".
    Clearly the folder and file "samples\lib\j2ee-modules\wlp-sample-lookandfeel-web-lib.war" are not under my "C:\bea\wlportal_10.3". My question is where do I download it? Where does it come from?
    Thanks in advance.

    Maybe you did not include the samples when you installed Oracle WebLogic Portal? Now that this is an Oracle product, samples are not installed or configured by default. This is a change in policy from when WebLogic Portal was a BEA thing, so it takes some getting used to and there are probably plenty of places where documentation and papers could be enhanced to emphasize this.
    In addition, it looks like there might be an error in the white paper with respect to configuring your web app to include samples. I don't see any mention of taking an extra step to include the sample facets in your portal app. This oversight may have been caused by the author working with a pre-release of Oracle WebLogic Portal that had not yet been "Oracle-ized" enough to get the default samples out of there. In the old days, I think the samples were automatically included in your portal web app.
    To get the samples in a new portal web app while you are creating it with the IDE you can click the "Modify..." button on the first dialog. It is next to the "Configuration" text area. This pops up a dialog that lets you select the "Weblogic Portal Samples" facet for your web app.
    To get the samples in an existing portal web app after it has been created, right click the app in the IDE, click "Properties...", click "Project Facets", and select the "Weblogic Portal Samples".
    Sorry, I'm not sure what the remedy is for getting samples into an installed product that was not installed with the samples. Unfortunately, I think that is the problem that you need solved. Sorry about that. Hopefully you are working in a test or dev environment that makes it easy to blow away old installations and start over? If not, then maybe install it with samples someplace else and copy the samples/... dir over to your other install?

  • IPad 2 upgrade to iOS 8.0.2 made some of the homescreen icons change to geometric patterns.

    After upgrading iPad2 to iOS 8 some (not all) of the home screen application icons changed to a geometric black and white pattern. The application would still open when the icon was tappedWhen upgrading to iOS 8.0.2 they briefly changed to normal, but are now back to being black and white. The Apple iOS 8 applications were not affected and are all as they were before upgrading to iOS 8.  This bug has me bugged.

    Thanks damien258, your solution worked and my home screen icons are now showing up fine, but they are now somewhat out of order as I had more than 100 of them on five screens.  Crazy huh?

  • Disk Utility not running & disk utility icon changed?

    Hello.
    I have an 8 month old MB, 2.4 Ghz, 4GB Ram, 160 GB HD, running 10.5.5. I normally do the updated from Apple when the updates come out.
    Anyway, I was trying to reformat/erase an external hd; I didn't see the Disk Utility icon on my Dock. I had used Disk Utility before (last time was maybe a month or two ago). Turns out the program is on the dock, but it has a icon (a piece of paper with a pencil, brush and ruler in the shape of an A). I click on it, it jumps once and does nothing. I figure it needs to be reinstalled, but the DVD that came with the computer says I can't install OS X on this computer.
    I booted from DVD, ran disk util from there and fixed permissions. still same issue. Also noticed that the Airport Utility now has the same icon (a piece of paper with a pencil, brush and ruler in the shape of an A), but the name is in an Asian language.
    Any thoughts on how to get disk utility working and what is going on?
    Thanks

    Joe from MD wrote:
    Hello.
    I have an 8 month old MB, 2.4 Ghz, 4GB Ram, 160 GB HD, running 10.5.5. I normally do the updated from Apple when the updates come out.
    Anyway, I was trying to reformat/erase an external hd; I didn't see the Disk Utility icon on my Dock. I had used Disk Utility before (last time was maybe a month or two ago). Turns out the program is on the dock, but it has a icon (a piece of paper with a pencil, brush and ruler in the shape of an A). I click on it, it jumps once and does nothing. I figure it needs to be reinstalled, but the DVD that came with the computer says I can't install OS X on this computer.
    I booted from DVD, ran disk util from there and fixed permissions. still same issue. Also noticed that the Airport Utility now has the same icon (a piece of paper with a pencil, brush and ruler in the shape of an A), but the name is in an Asian language.
    Any thoughts on how to get disk utility working and what is going on?
    Thanks
    The icon on the dock is not the utility; it is an alias, a link to the actual utility.
    Look in your Applications->Utility directory to see if the real Disk Utility is still there or not.
    Ditto with Airport Utility. Is the real one still there?
    Let us know.
    You may have a corrupted preference file or a failing HD.

  • New file automatically changes to white background

    When I try to create a new file with a transparent background,it changes to white background.
    If I hit the color mode drop down, it goes to bitmap and won't allow anything else to be chosen until I close the request and start over.
    Preset always goes to clipboard.
    And finally, I can't hit ctrl/PrtScn and have the edit/paste button activate anymore. If I had copied and pasted something before, then that photo just pops back up again.
    There's other stuff it's doing but maybe if somebody knows something from this much information I might get back on track.
    Has something been corrupted?
    Thank you,
    Tracy

    Wow, thank you for such a quick response.
    Actually I have never downloaded any aps or plug-ins. I'm kinda paranoid about the internet and wouldn't even have CS online if it were an option. I hate these glitches.
    I find that I have plenty to work with bare bones.
    Thank you,
    Tracy

Maybe you are looking for