More finder problems/stupidty

so this is a mac first for me. you can have two windows of the same folder open at the same time? you open the window through the folder icon and it opens up. you open up the alias and it opens up again in the wrong window size and location,
!http://www.allsolutions.net/grafx/doublejulie.jpg!
have folder aliases been obsoleted?
Message was edited by: since1994

what a trip!
well i tried what you said, but i could tell the plist didnt get redone. it was still 16 k. (i have a quickeys shortcut to open the preferences folder.) and nothing had changed when i logged back in.
so i tried opening it with bbedit.. there was a LOT of wierd stuff in there. couldnt save a copy to the desk top. i dragged a copy to the desktop and couln't edit that either. couldn't edit a re-named copy of it on the desktop, either. kept getting an error. (MacOS Error code: -4960)
anyway i quit the finder while the finder plist file was open in bbedit. then I COULD save it. then when i fired up the finder again all my icons were waaay large, and moved all around. lol and i could tell my prefs were reset.
i'm only mentioning all this for possible future reference, cuz it doesn't seem to be that easy to get rid of that finder plist any more. i think it saves itself somewhere.
alas, it didnt fix my problem... but i'm a firm believer of flushing things out once in a while anyway... any time i get a new computer or hard drive i start from scratch with a clean install.
i cant remember how i got rid of those alternating colors in list view, though. haha

Similar Messages

  • Finder problem or LaCie HD problem

    How do I tell whether my external HD (LaCie d2 quadra) used for TM failed or if the trouble is with my Mac (Finder)?
    Today I had trouble saving a pages document. The Finder showed the spinning beach ball When I typed the 1st few letter of the destination folder. I checked Activity Monitor & it showed “Finder not responding.” I force quit the finder & discovered I could not restart since no menu bar. I could not access the application folder & I also did not know any keyboard shortcut to bring up terminal so I could not use
    “sudo shutdown -r now” or “sudo shutdown -h now”
    I gave up & Manually shut down with the On/Off button.
    I probably should NOT have force quit Finder! I should have just restarted.
    When I booted up again everything worked OK except the LaCie HD icon was missing from the desktop & the TM would not work (since there was no mounted volume for TM). I repaired permissions, I restarted, I shut off & turned on the LaCie HD --no joy.
    I am not certain but, suspect that the Finder problem CAUSED the LaCie/unable to mount problem. I just don’t check constantly to verify that the LaCie volume remains mounted. It may have preceded the Finder problem but if so, not by more than a few hours.
    The LaCie HD is connected by FW800. I tried to use FW 400 cable & USB cable & same result. The LaCie power light goes on but I don’t hear the HD noises. I don’t know but suspect that the HD must 1st mount before it makes HD noises.
    The LaCie is only 16 months old & under warranty. I hate to send it in especially if it is fine & my Mac is the problem.
    Under Disk Utility the LaCie is not shown. Under System Profiler/Firewire it shows up as “Unknown Device.”
    Is there a way (log?) to find out When the last TM backup completed? Is there a definitive test to tell if It is the Mac software, The Mac Hardware - (doubtful unless FW 800, 400 & USB ports all failed ) , or the LaCie that is the problem?
    Thanks,
    Steve

    Thanks for the replies.
    Pullman,
    I looked in Console & did find a backup failed but I had been getting occasional TM backup failed messages for months & usually if I manually backup or just wait , the next one works.
    I think that is a TM problem as I checked the forums When it 1st happened.
    I did not save the Pages document to LaCie. LaCie is used only for automatic TM backups.
    I bought LaCie 11-2007 & used exclusively for TM since. I don’t recall anything about “Mac OS Extended Journaled or GUID partition” but, I followed instructions & it went smoothly & has worked very well so I really doubt I set it up incorrectly.
    Thomas, Can you point me to any documentation or even anecdotes about the failure of an external drive causing Finder problems? How can I take your very good suggestion to repair the external (LaCie) disk when Under Disk Utility the LaCie is not shown. Under System Profiler/Firewire it shows up as “Unknown Device.”
    When you discuss erasing the drive, you are talking about erasing the External drive, right? But if it is not mounting how can I do anything with it? When you say “If the external disk is connected, turned on and not showing up in Disk Utility, then you've got something more serious going on, probably a hardware failure.” You are referring to a failure of the LaCie hardware not the Mac, right?
    Update/ more symptoms:
    Keyboard shortcut to switch Spaces stopped working. So did mouse buttons for Expose & Dashboard.. So did Hot corners. Repaired Permissions, no help. Trashed Finder plist, no help. Tried to restart & could not. Had to open Terminal & use “sudo shutdown -r now” & Then it restarted with everything working fine except still no LaCie External TM HD mounting.
    Something is wrong with my Mac.  Probably the LaCie is just fine.
    I will use disk Utility to Repair disk with Leopard DVD.

  • Finder problems 0S9

    Hi team.
    Having trouble with my finder at the moment, seem to have lost loads of functionality - no restart option, can't use apple key in finder either (e.g, if I select all in a file and press apple + P, nothing happens; apple + L does not change the default printer like it used to...) all of these things have gone wrong recently, I could do them all before.
    I've rebuilt the desktop a couple of times (my usual answer to everything), all to no avail...
    Is this something I have stupidly switched off in some way (and can easily switch back on), or is this a more serious problem?
    Help please, it's driving me mad!!
    Thanks
    Jonesy
    Mac G4   Mac OS 9.2.x  

    Mr Jones, welcome to Apple Discussions.
    This is probably the problem. Click once on the Desktop. Then under the menu Edit, select Preferences.
    On the window that opens, is Simple Finder checked? If so, uncheck.
    Cheers, Tom

  • I have iphone 3gs and last days i made upgrade 5.01, but i dont know that this version is not avaliable in brasil yet. than my iphone 3gs 32 gb no more find the wide and it be seaching the sinal. what i need to do to back to before situation. thanks a lo

    i have iphone 3gs and last days i made upgrade 5.01, but i dont know that this version is not avaliable in brasil yet. than my iphone 3gs 32 gb no more find the wide and it be seaching the sinal. what i need to do to back to before situation. thanks a lot

    iOS 5.0.1 has been out for a couple months, if not longer. 
    There was no delay in releasing it in any country.
    So what is your issue? 

  • No More Resource problem

    Hi:
    I have a J2EE application using Connection Pool and JDBC.
    I am using Weblogic 6.1 and JDK 1.3.1.
    I am running into a 'No More Resource' problem. I did some debugging and think the cause is due to all my 80 database connections are used up so no new connection is available. But all the 80 connections shouldn't be used up because I did the statement.close() and rs.close() in the finally{} statement in all my DAO methods. But it seems like the connections are not released back to the free pool.
    I thought I read something that I might need to do a conn.close() too in order for the connections to be returned to the pool and marked as available. Don't the statement.close() do that? Thanks for any help!
    Stella

    Any resolution on this? We're getting the same problem - using weblogic 6.1 and jdk131. We should never reach the max # of connections specified in the pool but periodically we do. Scraped through all the code and confirmed that for every connection we call ResultSet.close; Statement.close; Connection.Close in the finally block of the try/catch statements. But we still periodically reach the max. It's sporadic so we can't reproduce. Also, after we get the error and we check the weblogic console, we see the # of active connections drop back down below the max capacity (we have shrinking turned on). Any ideas?
    thx.
    --S.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I plugged in a USB drive, tried to open Finder, got the message Finder.app can't be opened - 10810, went into terminal.app, messed up, now terminal screen blank.  how do i regain terminal in order to fix finder problem?

    With my iMac running, I plugged in a USB drive.  When I clicked on finder, I got the message Finder.app can't be opened - 10810.  I removed the USB drive.  I messed up while in Terminal.app trying to fix Finder problem.  Now my terminal screen is blank, just the cursor, but no action after typing a command & clicking enter.  Help!

    I finally figured out a way to Restart (normal way wasn't working...) & that Restart DID FIX both the Terminal problem AND the Finder problem.  So easy, yet so elusive.  Thanks so much.

  • Finder problem with 10.4.6

    I installed the update today and now my iMac, which I love and has NEVER had a problem has a Finder problem.
    When I scroll through files in a Finder window the file names will get "all bunched up" for lack of a better description.
    The names of the files will seem to stack on top of each other and it looks messy and it's driving me nuts. Anyone else see this?
    Thanks.
    Paul

    Gotta love that Dictionary!"I haven't updated yet but it's been reported by everyone."Actually, it's mentioned in the second bullet from the top of Article 303411: About the Mac OS X 10.4.6 Update (delta) and Article 303410: About the Mac OS X 10.4.6 Update (combo) — which I'd read before proceeding. But if they explained why, I missed it. Perhaps so a software engineer can bemusedly observe how many enthusiastic Mac folk would spin on the top of a pin? (Just in case someon'e revising the articles as I write... Thanks, AppleCare!)
    Unfortunately, the Apple Installer's abbreviated "Important Information" screen doesn't mention it — so folks who didn't check the KnowledgeBase were caught unaware.
    "Maybe it reset your pram?"MJ, have another cup of coffee... I think I muttered the same hypothesis above in saying, " Gotta wonder if it 'zapped PRAM' for me. And what a pleasure to no longer see the faux permissions!...
    I guess devious minds think alike...
    Cheerfully,
    Dean
    Did I really just suggest that a New Yorker have another cup o' Joe? Shame on me.
    Is that "GRACILE" as in Burns & Allen?
          Did I edit this message? I forget; too much coffee, I guess...

  • Always finding problem "server not find in safari"

    Always finding problem "server not find in safari" for any redirection or even opening some sites through google.. Hv to delete cookies an still some times work some times no..pls do not give me ******** answer like apple for restarting wifi..its a serious issue and i think millions of users are finding this problem.. Apple should be forced to fix this issue through an update..or should come out with a  or react solution..

    It is not a broad issue, I have absolutely no problems using Safari and ios7.1 on many ipads.
    Verify that you have good DNS entries, that can be a major cause of this type of message.

  • Hello,i have been finding problem to even open itunes.i know what have installed now is latest version and i could not open itunes in my laptop which resulted in big frustration.can anybody step in to help me for which i will be thankful to you.

    Hello,i have been finding problem to even open itunes.i know what have installed now is latest version and i could not open itunes in my laptop which resulted in big frustration.can anybody step in to help me for which i will be thankful to you.when i double click itunes software,it never responds even with or without iphone 4s connection with my windows 7 laptop.

    miraculous...i downloaded quicktime player from apple website and then i run it.upon double click on this quick time player and then i double clicked on itunes...there comes an enry of itunes software...now i am completely enjoying my musics.photos in smart phone.
    Thanks a Lot

  • My iPad Air is locked (my brother change the code, so I don't know it) and is not connected to the internet, in more Find my iPhone is activate, so what i can do to find the pass code?

    My iPad Air is locked (my brother change the code, so I don't know it) and is not connected to the internet, in more Find my iPhone is activate, so what i can do to find the pass code? Help me please!

    In iTunes, select iTunes Store under STORE, scroll to the bottom and change the flag (bottom right) to the country where you are.

  • Yet more TagLibs problems

    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like every
    other GUI
    I thought I would be able use the <label for=""> as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !

    Give me until monday and I'll have what you "ask" for (WML/XHTML
    Basic/Mobile as well as ViewBean).
    Following Todd advices,
    for the former, I am having new tags to render the same components. I
    may need to write new components but I'm not sure yet.
    for the latter, 1 pagelet per "rendering" type with an inner
    ContainerView when the logic is different ; the pagelet tags being
    surrounded by a homemade tag that "activates" the pagelet based on the
    client type. A specialized tag seems better than <jato:content> as the
    logic is wired.
    Further step would be to make the tags client aware but I'm not sure
    yet it is the right thing to do. Are tags "allowed" to store data in
    the session (to avoid computing client type ever and ever) ?
    Fr?d?ric
    PS: James Baty will confirm I'm not cheap ;?)
    On mercredi, nov 13, 2002, at 21:11 Europe/Paris, Craig V. Conover
    wrote:
    Fr?d?ric
    Is there anyway that we could talk with you about your WML efforts with
    JATO?
    I would love to get a sample WML app to show the world. And then have a
    WML/HTML app to show multiple clients using the same ViewBeans.
    craig
    Fr?d?ric Miserey wrote:
    On mercredi, nov 13, 2002, at 13:34 Europe/Paris, Todd Fast wrote:
    Fr?d?ric--
    Thanks for the info; I will look into a way of doing something
    about
    this.
    However, please keep in mind that you can write your own complementary
    tags
    to render JATO components any way you like (or write JATO components
    that
    render themselves any way you like), and this is expected to be a
    normal, if
    infrequent, part of writing JATO 2.0 components.That's what I'm doing right now for the WML tags. But I was planning on
    using the standard tags for mainstream HTML ;)
    May you elaborate a little bit on complementary tags vs components ?
    (first part of the suggested thread.
    Until the 2.0 taglib is documented, you can use the 1.2.1 JATO
    source
    to
    guide this effort.? It's actually pretty easy, but you will need the
    source
    to guide you without docs to that effect.? You can download the JATO
    1.2.1
    source, free of charge, etc. here:
    ???? http://iplanet.com/downloads/developer/5102.html
    (If that doesn't work, just do a search for "JATO" on sun.com).? We
    can also
    start a tag-writing thread here if you like.
    I would love to get your perspective on any XHTML shortcomings of the
    current tag library.? Can you plase send your thoughts, list of
    issues, etc.
    to jatoteam@e...?you don't know what you've just asked ;)
    Todd
    ----- Original Message -----
    From: "Fr?d?ric Miserey" <frederic@n...>
    Sent: Tuesday, November 12, 2002 8:35 AM
    Subject: [SunONE-JATO] yet more TagLibs problems
    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like
    every
    other GUI
    I thought I would be able use the <label for="">? as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !
    [Non-text portions of this message have been removed]

  • Hi.. i am finding problem in transferring .avi file from dektop to itunes

    hi.. i am finding problem in transferring .avi file from dektop to itunes

    iTunes does not support .AVI files. However, you can use iSquint to convert the file to an Apple-Friendly format (Its free, and really easy to use) http://isquint.en.softonic.com/mac

  • I need more finder labels

    Hi, does anyone know of a simple way to get more finder labels? I need about 12 - 13 instead of the few already there.
    PowerBooks, PowerMacs, Dells, and SGI...busy.   Mac OS X (10.4.2)  

    There are several finder plugins out there that will allow you more control of your labels. The best one is Unsanity's Labels X, which offers you a boatload of labeling options (which I would assume includes more colors, or at least more ways to label - folder, text, etc.). You can find Labels X at macupdate.com.
    If you can't get the variety you need from labels, you can always get an icon editing program that allows you to change the actual folder or file icon / color.

  • How do I revert back to iOS 8.2?  It's not my job to troubleshoot all the issues.  I'm tired of finding problems.

    How do I revert back to iOS 8.2? It's not my job to troubleshoot all the issues. I'm tired of finding problems.

    creativelauren wrote:
    I have the same problem trying to restore a backup from a previous IOS.  Is there anyway of doing this and then upgrading to IOS 8.3 once you have done the restore?
    You do not have the same problem. It is always possible to restore a backup made with a previous OS to the most recent OS. If you are having a problem restoring a backup from an older version the problem is not related to the fact that you have 8.3 on your device.

  • Slow iMac on start up etrecheck finds problems

    After 5 yrs of use my 2009 iMac hard drive crashed. Repaired by an Apple Approved Repair Centre (1TB WD HD) only one month ago.
    I am already suffering slow start up on Safari.
    Found EtreCheck Software through Apple Forums and it found some malware, which I got rid of by the recommended download of Adware medic.
    However, on start up this morning it was slow on start up of Safari again, and a run of EtreCheck showed that it had killed several start up files under Start Up Items, Problem System Launch Agents and Problem System Launch Daemons!
    What are these things and what is happening to my computer.
    If I cannot resolve obviously I will have to take it back to KRCS in Derby
    Thank you inanticipation
    Garry Purdy

    Thank you - Report herewith
    Problem description:
    Slow safari
    EtreCheck version: 2.2 (132)
    Report generated 5/1/15, 8:22 AM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 4670 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.3 (14D136) - Time since boot: 14:32:14
    Disk Information: ℹ️
        WDC WD10EZEX-00BN5A0 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (933.70 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        PIONEER DVD-RW  DVRTS09 
    USB Information: ℹ️
        HP Deskjet 3050 J610 series
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Seagate BUP Slim Mac SL 2 TB
            Seagate Backup Plus Drive (disk1s1) /Volumes/Seagate Backup Plus Drive : 2.00 TB (1.94 TB free)
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [loaded]    com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Click for support]
            /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Click for support]
        [loaded]    com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Click for support]
        [not loaded]    com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Click for support]
    Startup Items: ℹ️
        HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudphotosd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.photolibraryd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.SafariCloudHistoryPushAgent.plist
        [killed]    com.apple.SafariNotificationAgent.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        14 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [running]    com.seagate.TBDecorator.plist [Click for support]
        8 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.google.keystone.daemon.plist [Click for support]
    User Launch Agents: ℹ️
        [running]    com.amazon.music.plist [Click for support]
        [running]    com.seagate.dashboard.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        setup    UNKNOWN Hidden (missing value)
        Google+ Auto Backup    Application  (/Applications/Google+ Auto Backup.app)
    Internet Plug-ins: ℹ️
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Click for support]
        iPhotoPhotocast: Version: 7.0
        QuickTime Plugin: Version: 7.7.3
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
        Picasa: Version: 1.0 - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Seagate Dashboard for Mac OSX  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 65.65 GB
        Destinations:
            Seagate Backup Plus Drive [Local]
            Total size: 2.00 TB
            Total number of backups: 23
            Oldest backup: 2015-04-18 18:47:49 +0000
            Last backup: 2015-05-01 07:20:03 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 65.65 GB X 3)
    Top Processes by CPU: ℹ️
            12%    Seagate Dashboard
             3%    WindowServer
             1%    Mail
             0%    Google+ Auto Backup
             0%    SpotlightNetHelper
    Top Processes by Memory: ℹ️
        436 MB    kernel_task
        348 MB    Seagate Dashboard
        37 MB    Mail
        20 MB    Finder
        20 MB    mds
    Virtual Memory Information: ℹ️
        4 MB    Free RAM
        4.00 GB    Used RAM
        7.36 GB    Swap Used
    Diagnostics Information: ℹ️
        Apr 30, 2015, 05:51:45 PM    /Library/Logs/DiagnosticReports/Seagate Dashboard_2015-04-30-175145_[redacted].cpu_resource.diag [Click for details]
        Apr 30, 2015, 05:45:10 PM    Self test - passed
        Apr 29, 2015, 09:24:02 PM    /Library/Logs/DiagnosticReports/Seagate Dashboard_2015-04-29-212402_[redacted].cpu_resource.diag [Click for details]
        Apr 29, 2015, 09:14:55 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Mail_2015-04-29-211455_[redact ed].crash

Maybe you are looking for

  • BI java installation in BI 7.0

    Hi All, We had upgraded BW 3.5 to BI 7.0,   we have installed Java add in   when we are testing  Bex analyser it's  throwing errors like  " Java Communication error". We have not installed BI java, is it mandatory to have BI java for BI 7.0. Please s

  • InputText value is not getting updated in Iterator

    Hi All, We are using jdeveloper 11.1.1.5. I have having 2 bounded taskflows TF1 and TF2. In TF1 I am having Page1.jspx and in TF 2 I have Page2.jspx. I am having 1 page fragment Frag1.jsff inside that I am having 1 textbox and a button. Text box is b

  • Need Help Transferring/Syncing Contacts TO PC

    I feel like I have searched everywhere for a solution but haven't found one.  I am ultimately trying to export my contacts on my iphone 4 to an excel format. If I can do this directly, excellent.  If it's a 2-step process, fine. I did see that I can

  • AC_FL_Runcontent null or not defined error   plus I have a js redirector trojan

    Can't find error

  • Changed itunes library to new laptop - wont open!

    Having recently moved home and purchasing a new laptop i have downloaded itunes to my new laptop and copied my library from my old laptop to my external hard drive. after installing itunes on my new laptop i copied the library to the itunes folder in