Upgrade to 10.1.0.4 owb and 10grl2 db - mapping fail

Hi,
Have recently upgraded owb from 10.1.02 to 10.1.0.4 and db from 9.2 to 10.2 and now am getting a mapping failing with ORA-00972: identifier is too long. The sql in the cursor being generated is failing, have tried to reduce operator field names but with no luck. Any ideas ????
Cheers,
Brandon

I had the same problem.
The problem is related the length of the database link
for one of the test data tables.
You have, for that test data, to use the button that creates a
new database link, use a shorter name and use it.
Regards,
Joao Noronha

Similar Messages

  • Software upgrade to 4.3 succeded but synch and then restore both failed

    I updated the software to 4.3 and this succeded but the synch failed and then the restore failed.
    The only way I can get the phone to synch is by hitting the restore button on the summary screen which goes through the whole process quite successfully until it comes to the final stage of the synch when it fails and reports these two error messages one after the other:
    1) itunes could not synch stews iphone 4 because the device timed out
    2) itunes could not synch stews iphone 4 because a duplicate filename exists
    Now none of my apps work. they just flash up on the screen briefly (split second) and crash back to the home screen. This only happens to the apps I have purchased. Any standard apps all work. the ipod has not synch'd - its empty.
    Any ideas what file its talking about that is duplicate? and is this in the iphone? Any way to access it and delete it?

    I solved this problem by:
    1) Finding the backup directory and copying all of my backup files to a safe location.
    2) Restoring my iphone as a new phone.
    3) I expected to have to copy my backup files back to their correct place and do a restore but I didn't need to. The act of restoring to a new phone actually cleared the fault but left all my content on the phone!!
    Back to full operation at 4.3!
    This page was helpful...
    http://support.apple.com/kb/HT4137?viewlocale=en_US

  • [SOLVED] TeXLive: Installing font package and updating font map fails

    I am trying to install the newtx package, which is available here at CTAN [1].
    Since I don't want to mess with my TeXLive installation, I am trying to do that as a local user only.
    So I placed the package into ~/texmf/tex/latex/. , ran texhash on texmf/ to update my local ls-R, and so far everything works nicely; for example, the .sty files in that package can be seen:
    $ texhash texmf
    texhash: Updating /home/$USER/texmf/ls-R...
    texhash: Done.
    $ kpsewhich newtxmath.sty
    /home/$USER/texmf/tex/latex/newtx/newtxmath.sty
    Now, following the packages README [2], I need to update the my TeX font maps. Seems like 'updmap' is the right tool to do that for my user only:
    $ updmap --enable Map=ntx.map
    copy /etc/texmf/web2c/updmap.cfg => /home/$USER/.texlive/texmf-config/web2c/updmap.cfg
    Config file: "/home/$USER/.texlive/texmf-config/web2c/updmap.cfg"
    dvips output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap"
    pdftex output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap"
    dvipdfm output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap"
    pxdvi output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pxdvi/updmap"
    /usr/bin/updmap is creating new map files
    using the following configuration:
    LW35 font names : URWkb
    prefer outlines : true
    texhash enabled : true
    download standard fonts (dvips) : true
    download standard fonts (pdftex) : true
    create a mapfile for pxdvi : false
    Scanning for LW35 support files [ 3 files]
    Scanning for MixedMap entries [ 36 files]
    Scanning for KanjiMap entries [ 0 files]
    Scanning for Map entries [129 files]
    ERROR: The following map file(s) couldn't be found:
    ntx.map
    Did you run mktexlsr?
    You can delete non-existent map entries using the option
    --syncwithtrees.
    That's my problem: it can't find ntx.map, although I ran mktexlsr (which is texhash). So what to do?
    1: http://www.ctan.org/pkg/newtx
    2: http://ftp.uni-erlangen.de/mirrors/CTAN … wtx/README
    SOLUTION: The trick consists in placing all files into the necessary folders: *.map goes to fonts/map/newtx/, *.vf to fonts/vf/newtx/, and *.tfm to fonts/tfm/newtx/. Also, *.pfb needs to be placed in fonts/pfb/newtx/. *.enc files go to fonts/enc/newt/, and everything else remains in tex/latex/newtx/.
    Last edited by Stalafin (2012-06-20 12:32:16)

    ConnorBehan wrote:Oh it's part of the mlocate package. It will search your entire filesystem for a filename but there are other programs that do the same. I just meant, can you find ntx.map yourself? If so, you could put it in a new directory or let tex know with the TEXINPUTS environment variable.
    I really don't think that this makes a lot of sense as regards TeXlive; I have checked (with kpsewhich --var-value) if indeed all variables TEXMFHOME, TEXMFVAR, and TEXMFCONFIG are pointing to reasonable places, and indeed they do.
    I have found this guide:
    http://people.debian.org/~preining/TeX/ … n/ch4.html
    Although it is Debian, I figure one can easily adapt it. So I tried that, and placed ntx.map in TEXMFHOME/fonts/map/$SYNTAX/newtx/ntx.map . I wasn't sure about $SYNTAX, so I just tried it with dvips. This time, $ updmap --enable Map=ntx.map did actually work, and there were not errors:
    $ updmap --enable Map=ntx.map
    copy /etc/texmf/web2c/updmap.cfg => /home/janis/.texlive/texmf-config/web2c/updmap.cfg
    Config file: "/home/$USER/.texlive/texmf-config/web2c/updmap.cfg"
    dvips output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap"
    pdftex output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap"
    dvipdfm output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap"
    pxdvi output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pxdvi/updmap"
    /usr/bin/updmap is creating new map files
    using the following configuration:
    LW35 font names : URWkb
    prefer outlines : true
    texhash enabled : true
    download standard fonts (dvips) : true
    download standard fonts (pdftex) : true
    create a mapfile for pxdvi : false
    Scanning for LW35 support files [ 3 files]
    Scanning for MixedMap entries [ 36 files]
    Scanning for KanjiMap entries [ 0 files]
    Scanning for Map entries [130 files]
    Generating output for dvipdfm...
    Generating output for ps2pk...
    Generating output for dvips...
    Generating output for pdftex...
    Files generated:
    /home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap:
    11493 2012-06-19 21:57:22 builtin35.map
    15956 2012-06-19 21:57:22 download35.map
    523074 2012-06-19 21:57:22 psfonts_pk.map
    747564 2012-06-19 21:57:22 psfonts_t1.map
    747559 2012-06-19 21:57:22 ps2pk.map
    14 2012-06-19 21:57:24 psfonts.map -> psfonts_t1.map
    /home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap:
    747566 2012-06-19 21:57:23 pdftex_dl14.map
    745992 2012-06-19 21:57:23 pdftex_ndl14.map
    15 2012-06-19 21:57:24 pdftex.map -> pdftex_dl14.map
    /home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap:
    339 2012-06-19 21:57:22 kanjix.map
    Transcript written on "/home/$USER/.texlive/texmf-var/web2c/updmap.log".
    /usr/bin/updmap: Updating ls-R files.
    There indeed now is a 'Map ntx.map' at ~/.texlive/texmf-config/web2c/updmap.cfg . However, compilation of a document containg `\usepackage{newtx}` still fails (see the bttom of this wall of text):
    pdflatex test.tex
    This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Arch Linux)
    restricted \write18 enabled.
    entering extended mode
    (./test.tex
    LaTeX2e <2011/06/27>
    Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
    rman-x-2011-07-01, ngerman-x-2011-07-01, afrikaans, ancientgreek, ibycus, arabi
    c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
    h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
    h, french, galician, german, ngerman, swissgerman, monogreek, greek, hungarian,
    icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or
    iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji,
    lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol
    ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, sloven
    ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded
    (/usr/share/texmf-dist/tex/latex/base/minimal.cls
    Document Class: minimal 2001/05/25 Standard LaTeX minimal class
    ) (/usr/share/texmf-dist/tex/latex/libertine/libertine.sty
    (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty)
    (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
    (/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
    (/usr/share/texmf-dist/tex/latex/lettrine/lettrine.sty
    Loading lettrine.cfg
    (/usr/share/texmf-dist/tex/latex/lettrine/lettrine.cfg))
    (/usr/share/texmf-dist/tex/latex/tools/calc.sty)
    (/usr/share/texmf-dist/tex/latex/libertine/fxl.inc)
    (/usr/share/texmf-dist/tex/latex/libertine/fxb.inc)
    (/usr/share/texmf-dist/tex/latex/libertine/fxk.inc)
    (/usr/share/texmf-dist/tex/latex/libertine/fxi.inc))
    (/usr/share/texmf-dist/tex/latex/base/fontenc.sty
    (/usr/share/texmf-dist/tex/latex/base/t1enc.def))
    (/usr/share/texmf-dist/tex/latex/mh/mathtools.sty
    (/usr/share/texmf-dist/tex/latex/mh/mhsetup.sty)
    (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
    For additional information on amsmath, use the `?' option.
    (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
    (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
    (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
    (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)))
    (/home/janis/texmf/tex/latex/newtx/newtxmath.sty
    `newtxmath' v0.96, 2012/06/05 Math macros based on txfonts (msharpe)
    (/usr/share/texmf-dist/tex/generic/kastrup/binhex.tex)
    (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
    (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex))) (./test.aux)
    (/home/janis/texmf/tex/latex/newtx/omlntxmi.fd)
    (/home/janis/texmf/tex/latex/newtx/omsntxsy.fd)
    (/home/janis/texmf/tex/latex/newtx/omxntxex.fd)
    (/home/janis/texmf/tex/latex/newtx/untxexa.fd)
    (/usr/share/texmf-dist/tex/latex/libertine/t1fxl.fd)
    (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
    (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
    (/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
    (/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg)
    (/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def
    (/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
    (/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)
    (/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii
    [Loading MPS to PDF converter (version 2006.09.02).]
    ))) (/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
    (/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty))
    (/usr/share/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
    (/usr/share/texmf-dist/tex/latex/oberdiek/grfext.sty
    (/usr/share/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty))
    (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
    (/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
    (/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))
    (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)))
    kpathsea: Running mktextfm ntxmi
    /usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation tx for ntxmi.
    /usr/share/texmf/web2c/mktexnam: Need to update /usr/share/texmf-dist/fonts/map/fontname/special.map?
    mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ntxmi
    This is METAFONT, Version 2.718281 (TeX Live 2012/dev/Arch Linux)
    kpathsea: Running mktexmf ntxmi
    ! I can't find file `ntxmi'.
    <*> ...e:=ljfour; mag:=1; nonstopmode; input ntxmi
    Please type another input file name
    ! Emergency stop.
    <*> ...e:=ljfour; mag:=1; nonstopmode; input ntxmi
    Transcript written on mfput.log.
    grep: ntxmi.log: No such file or directory
    mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ntxmi' failed to make ntxmi.tfm.
    kpathsea: Appending font creation commands to missfont.log.
    ! Font OML/ntxmi/m/it/10=ntxmi at 10.0pt not loadable: Metric (TFM) file not fo
    und.
    <to be read again>
    relax
    l.13 \begin{equation*}
    EDIT: Of course, everything else from the newtx pacakge was still in TEXMFHOME/tex/latex/newtx/ .
    Last edited by Stalafin (2012-06-19 20:08:30)

  • Build in OWB and make map in AWM?

    Hi all,
    Would it be possible to design and deploy the dimensional objects (dims/cubes) using OWB and make a mapping to populate them using AWM? These are all MOLAP objects. The advantage of designing in OWB is the editor and e.g. the ability to add calculated measures in cubes using the wizard.
    Just did a quick test. When deploying a MOLAP dimension from OWB, in AWM it shows the map with several OWB-generated views to populate the object. I don't want to use those since I don't want to build a map in OWB. I have a simple 1-to-1 view to populate the object in AWM. However, when removing the OWB views from the map in AWM and replacing it by my view, when applying the changes it comes back with an error:
    An error occurred creating DimensionMapGroup D_DIM_EMPLOYEE_M.TOTAL.MAPGROUP1.DIMENSIONMAPGROUP : ***Error Occured in DELETE_MAPPING_GROUP: You provided extra input starting at '$'.
    The error detail window shows:
    oracle.AWXML.AWException: An error occurred creating DimensionMapGroup D_DIM_EMPLOYEE_M.TOTAL.MAPGROUP1.DIMENSIONMAPGROUP : ***Error Occured in DELETE_MAPPING_GROUP: You provided extra input starting at '$'.
    at oracle.AWXML.MappingGroup.Delete(MappingGroup.java:125)
    at oracle.olap.awm.dataobject.modeler.ModelDO.deleteObjectInAW(ModelDO.java:533)
    at oracle.olap.awm.dataobject.modeler.ModelDO.deleteAllMaps(ModelDO.java:1937)
    at oracle.olap.awm.dataobject.modeler.DimensionDO.createMaps(DimensionDO.java:589)
    at oracle.olap.awm.dataobject.modeler.DimensionDO.update(DimensionDO.java:746)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer.doApplyAction(PropertyViewer.java:770)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer.access$200(PropertyViewer.java:54)
    at oracle.olap.awm.dataobject.dialog.PropertyViewer$1ApplyThread.run(PropertyViewer.java:550)
    If this doesn't work it's just another blow to our olap-in-oracle implementation plan.
    Does anybody have experience with this issue?
    Thanks,
    Ed

    You'd better make the reservation of Genius Bar and show them about your problem.

  • OWB and Windows 7

    Hi, we're trying to get OWB running under Windows 7. Right now, we're constrained on staying with OWB 10.2.0.4 (or possibly 10.2.0.5 if upgrade is needed). Anyone had luck getting this to run? Maybe by using the special Vista version or something?
    p.s. Oracle support says OWB 10.2.xxx will not (ever) be supported on Windows 7 - but we've got to try something....
    I'd try this out myself - but I don't have access to Windows 7, it's on a production control person's machine we need to get this working.
    Thx,
    Scott

    I'm running 64 bit Windows 7 and OWB 11gR1.
    OWB 11g won't work properly when installed natively - there are far too many places where exceptions are trapped and ignored - hiding errors.
    OWB works fine when installed in a 32bit XP VM.
    If you are on Windows 7 Business or Ultimate, you can install Windows Virtual PC and XP mode.
    Install in a VM and it works fine. Windows 7 actually has some nice integration features to make this layering of Operating Systems a little more transparent.
    I think the problems relate to the 64 bit java vs the 32 bit java and the crappy exception handling that went into OWB.
    A well written java program (see SQL Developer) shouldn't have too much difficulty in the port to 64 bit.
    I'd wager that OWB will never make it to 64 bit. Some form of the future merged OWB and ODI will make it's way to 64 bit Windows.

  • I recently upgraded iTunes to 11.1.4.62 and then itunes would no longer recognize my iphone 4s and iPod

    I recently upgraded iTunes to 11.1.4.62 and then itunes would no longer recognize my iphone 4s and iPod although I can see the iphone but NOT the iPod on the computer (windows 8.1 Pro).  I checked everything , cable, services, stop and start and automatice, etc.and went through all the steps on the apple support site, to include removing all apple software in the designated order and reinstalling it.  iTunes still doesn't see the iphone.
    The Apple iPhone shows up only under protable Devices in the Device Manager window and has a Yellow ! warning triangle, and there is no Apple USB controller in the devices menu.under Universal Serial Bus Controllers. When I look under the properties of the Apple iphone, it says in Device Status, to reinstall the drivers for this device (Code 18).
    When I do this,  I get the following: "Windows found driver softweare for you device but encountered an error when attempting to install it" Apple Mobile Device Driver One of the installers for th this device cannot perform the installation at this time. I tried both suggested locations on the C: drive.
    Also I can't seem to find out how to install the Apple USB Contoller or is that related to the problem above?
    The iphone and my ipod work fine with this version of itunes on Windows 7 on my laptop.  is it possible that I am missing a critical update from Microsoft on the driver and USB controller?  I have been leery of installing them since my computer had problems with some updates in January.
    I 've tried every thing listed in this forum, I think, and the Apple support page on this subject.  Please help!

    Version 11.1.5.5 of iTunes was just released today. If you update to that, does that help with the recognition troubles?
    http://www.apple.com/itunes/download/

  • Step to Upgrade service plug-ins the ST-PI and ST-A/PI Plug-Ins

    Dear all,
    I have to upgrade service plug-ins the ST-PI and ST-A/PI Plug-Ins the current release.
    Plug-In     Release
    ST-A/PI     01J_ECC500
    ST-PI     2005_1_640
    After running the report RTCCTOOL the following details are
    No.   Missing addon/ transport / note  
       Description                 Implementation
    1. [Note 69455  ]     Addon ST-A/PI 01L_ECC500
         Description     "Servicetools for Applications Plug-In" for ERP 2004 / ECC 5.00
    2. [Note 539977  ]    Addon ST-PI 2008_1_640
         Description     "Solution tools plugin" ST-PI 2008_1_640 Addon for 6.40 / Netweaver 04
                                 [Basis tools for services]
    3. Note 207223
        Description     Setup of the EarlyWatch Alert service
    Please suggest the step by step  how to the implemented service  and caution to before applying.
    Regards,

    Hai,
    Please download the plug ins and upload them into the /usr/sap/trans/EPS/in.
    You can do it from frontend through SAINT tcode, this will automatically uncar the files and place it in the
    /usr/sap/trans/EPS/in directory.
    Then you have to apply the plugins from SAINT.
    http://www.sappoint.com/PHPWebUI/Documents/Applying%20Support%20Pack%20and%20Plug-ins.pdf
    You have to do this from 000 client and user with enough authorizations.
    http://www.saptechies.com/how-to-implement-support-packagesaddonsplugins/
    Regards,
    Yoganand.V

  • I recently upgraded to the latest version of FF and now when using a webmail client I am routinely logged out when I try to search e-mail. Why? I go to IE and it works... but, I hate IE.

    I recently upgraded to the latest version of FF and now when using a webmail client I am routinely logged out when I try to search e-mail. It works in IE, but I don't like or want to use IE.
    == This happened ==
    Every time Firefox opened
    == Today

    Unstable means it can vary in stability day by day as it can be crash prone to being stable. Features can be a work in progress for a while. The May 24 Nighty build was crash prone for a lot of testers for example.

  • HT201342 How will this benefit me. I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

  • I upgraded my 4s to 7.0.4 and now I can't access hotmail through my main mail app. When I open it a pop up says password incorrect even after I put my password in it pops up again. How do I fix this please help

    I upgraded my 4s to 7.0.4 and now I can't acicess hotmail through my main mail app. When I open it a pop up says password incorrect even after I put my password in it pops up again. How do I fix this please help

    After I upgraded to Mavericks I was also having this message when I tried to update. There was a previous post about this problem which offered this simple solution which worked for me:
    b0n0b0
    Re: Recently upgraded to Maverick from SnowLeopard. Unable to get updates from App store.
    Mar 15, 2014 9:05 AM (in response to Terence Devlin)
    Got it! Thanx.  What I did was go to my account, check that they had my new ID and Password which they did, then hit reset button. All fixed.

  • I've just upgraded to latest version of Firefox 4 and my Mac is only OSX.10.4.11 and it won't open. How do I downgrade and get old Firefox back. Don't want to lose all my bookmarks. Why was I able to install in the first place. Very frustrated!!

    've just upgraded to latest version of Firefox 4 and my Mac is only OSX.10.4.11 and now it won't open. How do I downgrade and get old Firefox back. Don't want to lose all my bookmarks. Why was I able to install in the first place. Very frustrated!!

    You can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    You can trash Firefox 4.0 then re-install Firefox 3.6, it will use your existing bookmarks, passwords etc
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • I upgraded my Itunes to the latest version and now it won't let me view my library with the column browser. Can i get that back?

    i upgraded my Itunes to the latest version and now it won't let me view my library with the column browser. Can i get that back? I tried using the shortcut for it and nothing happens. When I try to do it from the view menu, it shows up as something I can't click on. The new library format is driving me crazy and I just want to get back to the old library view.

    We need to sort out some facts here first:
    •  You cannot be running Mt. Lion on your iMac G5.  What Mac is it?  What is the Model Identifier listed in About This Mac; More Info; Hardware Overview
    •  What is the model of your Epson Scanner?
    •  Have you attempted to scan using Image Capture, located in your Applications folder?
    •  Your Palm Pilot software will only run in Snow Leopard; so depending upon which Mac you have, you will either have to:
    1)  partition your hard drive or add an external hard drive and install Snow Leopard into it to "dual-boot" when you want to access you Palm software, or
    2)  install Snow Leopard Server (now available from Apple for $20 telephone orders USA & Canda only) into Parallels 8 to run your Palm software in Mt. Lion:
                                  [click on image to enlarge]

  • IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year

    IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year after the upgrade and some Apple staff blame this- but this started one year later after the iOS upgrade. Recently at the Apple Store in Vancouver an Apple staff reset my computer (erased everything and sent to iCloud to reset the iPad) and I hoped this would fix the problem. IPad Safari still crashes. Short of booking an appointment for taking it for repair to Apple technicians which will cost me money can anyone help me to fix this Safari crashing.

    Hi,
    You might have a 3rd party plugin that isn't compatible with Safari 4.0.4. Go here for help...
    Safari add-ons can cause performance issues or other situations
    If you are using a USB hub, try disconnecting and restarting with just your keyboard and mouse connected.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    from the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Mac OS: Web Browser Quits Unexpectedly or Stops Responding
    Also, you could download and install the 10.5.8 combo update (PowerPC) available here.
    http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate
    It contains fixes that might help. Then repair disk permissions.
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • After upgrading to Mountain Lion, I repurchased Garageband and I can't get passed the complete installation. I don't seem to have the "com.apple.garageband.plist" file that has been a common solution. Any suggestions?

    After upgrading to Mountain Lion, I repurchased Garageband and I can't get passed the complete installation. I've read through several posts that all reference the "com.apple.garageband.plist" solution. I don't seem to have the referenced .plist. Any solutions or suggestions?

    Did you upgrade from SnowLeopard?
    I can't get passed the complete installation
    What exactly is happening? Is GarageBand trying to download over and over again?
    all reference the "com.apple.garageband.plist" solution. I don't seem to have the referenced .plist.
    The property list stores your preferences, but also the settings from the last run of the application.  If that file is corrupted in some way, you might see third behaviour.
    You must have this file, for it will be recreated automatically, if it is missing, or you have a permissions problem with your user library.
    Perhaps you did look in he wrong place.
    in MacOS 10.7. or later the User Library is hidden. To find the Preferences Files use the Finder's "Go" menu:
    Quit GarageBand, if it is running.
    Click onto you Desktop to bring the Finder forward.
    In the Finder Menu press "Go" and hold down the "option/alt" key, until your user library appears in the drop-down menu
    Select "Library" and in the Finder window that opens navigate to the "Prederences" folder; move com.apple.garageband.plist to the Desktop.
    Log off and on again (don't skip that step!). Retry GarageBand and see if it GarageBand is now downloading the missing content properly.
    If that does not fix the problem, post back and explain in more detail what the download problem is.
    Why did you "repurchase" GarageBand? If you already owned GarageBand '11, it should be unnecessary.
    Regards
    Léonie

  • A few questions on upgrade fee, overage charge on prorated bill, and data usage when phone is on WiFi

    1st question, I bought 2 iPhone 4s's Dec 2011, unlimited plan which was up Dec 2013. April 19 2014, I bought 2 iPhones, 1 5c, 1 5s with the more of everything plan, which is not more of everything, it's far less then my old plan, but whatever. I got charged a total of $60 for a $30 upgrade on each phone. I'm not upgrading, my plan was expired, I bought 2 new phones and was forced into a new plan in order to get new phones, how is this an upgrade? Never been charged in all these years(early 2000's I became a customer) of being a loyal Verizon customer of an upgrade fee, unless I was upgrading my phone before the contract was done. If I was a brand new customer to Verizon would I get charged this upgrade fee?
    2nd question, my bill cycle runs from the 24th to the 23rd, since I bought these new phones on the 19th, there were 5 days left to the billing cycle, so they prorated old plan and new plan. New plan is 1 GB, 5 days were prorated, I used in those 5 days between the 2 phones 371.77 MB, and I'm being charged for an overage of 206.61 MB of $15. Now my plan gives me 1 GB a month, that would be 1024 MB, I didn't go over this 1 GB in the month, so why am I being charged an overage for 5 lousy days?
    3rd question, really 5 days and I used 371.77 MB's of data? Strange, didn't get the new phones until after 6pm on April 19th, yet I have all kinds of data charges on that day, when both phones were in my home, connected to WiFi the entire day. I spent the entire day online jerking around with 2 different Verizon employee's over getting new phones and a new plan in my home, on my computer, never touched my phone the whole day. Couldn't the day before I smashed the screen beyond use. So how on earth did I have all these data charges on that day? Now I could understand if I had, had the new phones earlier in the day, because there seems to be some strange glitch with these iPhone 5's were you use data, even when your phone is connected in your home to WiFi, but these were the 4s phones during the times of these data charges..
    I'm not happy at all, first I got jerked around by 2 different Verizon employee's online, every option I tried they had some stupid reason why I could not do that and that I had to go with 1 option, I got so fed up, I didn't process my order online. I then turned around and went over to Sprint and spent time online with a Sprint employee, where I did not get jerked around, where I could have placed my order and then went to the store and picked up my phones right then. But no I was foolish, long time Verizon customer, happy with Verizon until this day, so I got in my car, drove to a store and spent an hour doing the whole process over with a nice friendly store employee(not a Verizon store). Now I get these upgrade fees, overage fee for 5 days of data service, where I was not over my monthly 1 GB, and all kinds of data charges appearing in the 5 days of the bill cycle on these new phones. Might not be much strange added on data to some, but in 2 years 4 months of the 4s iPhones, never used more then 1 GB a month and now so far I will exceed that 1 GB in this new billing cycle and by at least 1 GB, it would be 2 GB's except I shut one phone completely down and the other one is down to bare minimum, when nothing has changed in the way we are using our phones, and we are not using more data. I have now completely shut my phones cellular data off, I've turned it on in this billing cycle 6 times, bare minimum of only when I absolutely have to. The other phone, I can't do that with, and that phone is going through double, possibly triple the amount of data then the 4s, same user on both phones. I do now shut the cellular off of that phone when it comes into the house and it's not turned back on until it's out my door, so I will see if these strange data charges stop for when the phone is in the home hooked to WiFi. On top of that, I have shut down every app on that phone that is needed when WiFi can't be accessed, cellular is turned off except for 2 or 3 things. This is a bunch of garbage, I have 2 smartphones, and I have to shut them down and turn them into nothing but a normal old phone. What the heck is going on with this?

    I will try to address your concerns - and explain why things are as they are ... you may not like the explanation but hopefully it will help you understand what has happened and what you can do moving forward.
    I got charged a total of $60 for a $30 upgrade on each phone. I'm not upgrading, my plan was expired ...  If I was a brand new customer to Verizon would I get charged this upgrade fee?
    Verizon's definition of "upgrade" is purchasing phone at a discount and agreeing to a new contract - if you are a brand new customer, you pay a $35 activation fee.  If you are an existing customer, you pay a $30 upgrade fee - this has been in place for about 2 years now.
    2nd question, my bill cycle runs from the 24th to the 23rd, since I bought these new phones on the 19th, there were 5 days left to the billing cycle, so they prorated old plan and new plan. New plan is 1 GB, 5 days were prorated, I used in those 5 days between the 2 phones 371.77 MB, and I'm being charged for an overage of 206.61 MB of $15. Now my plan gives me 1 GB a month, that would be 1024 MB, I didn't go over this 1 GB in the month, so why am I being charged an overage for 5 lousy days? You only had the new plan for 5 days - pro-rating means you get about 34 MB per day, or about 170 MB for those 5 days.  If you used 371, that a 200 MB overage.  You likely were only charged for 5 days of the new plan as well...
    ...  I have shut down every app on that phone that is needed when WiFi can't be accessed, cellular is turned off except for 2 or 3 things. This is a bunch of garbage, I have 2 smartphones, and I have to shut them down and turn them into nothing but a normal old phone. What the heck is going on with this?
    My daughter recently upgraded from her iPhone 4 to a 5c - her data spiked and she used nearly 1 GB in the first week where that was about what she uses an entire billing cycle.  We went through all her data settings and discovered she had about 10-12 apps (Facebook, Instagram, etc) that were updating all the time, connected to wifi or not.  She shut most of those off and will open the app and update manually when she is on wifi.  She downloaded and is using Onavo to manage her data and understand what gets used and when.  I hope we have it under control, but the defaults on the iPhone 5 seem to turn on everything to update constantly, and that's just not a good thing.
    It does seem the iPhone 5 series takes more work than any phone I've ever used to keep data usage manageable. 

Maybe you are looking for

  • How can I remove one page from adobe file

    How can I remove one page from adobe file, when I try to remove the page a dialgue box say "some pages are being used, so they can not be ereased"?

  • Richfaces fileupload with myfaces 1.1.5. Cant make it work

    Hello , I am a newbie to jsf technologies. I use myfaces 1.1.5 with tomcat 5.5 and richfaces 3.2.0 and trying to use richfaces fileupload component. I use netbeans IDE. When i try to run the project it fails building the project and the error in tomc

  • "Checking your addons for compatibility with this version of Firefox" hangs

    On one pc (but not others) running Windows 7, when I install a new version of FF and the box for "checking your addons etc" comes up, it gets 80% of the way through then just grinds away until I hit cancel. Is there any way to find outr which addon i

  • QUERY DESIGNER FORMULA  URGENT

    BI experts. 1. The issue is that I have to identify from a key figure KF1 column the max value 2   I have to subtract from the max the value from each raw into a new column FKF. Now in order to go from KF1 to (formula result ) FKF  I have created a c

  • SharePoint 2013 production environment

    Hi, I have to create a SP2013 production server .There would be only one site hosted in that SP2013 Production environment. My Question's: Is it fine to host WFE & DB on the single server. If No, why i should create different servers for it. Regards,