Graphs show random characters instead of image in 11.1.1.6 post upgrade

After upgrading from 11.1.15 to 11.1.16 any new or existing analysis with a graph is showing
a block of random characters instead of the graph. For example, a simple line chart shows:
6NABcmBe33NAV9cyxeT52IcJe6YFmgsNIsRDMImGIpAevGSiC0t+0D8urHYnp0l+KRSM5FKiFEWEIoUllhnawaMuePi68mba1SINTcEkNxoadzUNzcUQAYOo6MODskkkPxoqCgmfbwTQ713t0tIvrTfaHgbz647j6YRgSXakSLwDVqrgShWCLjzb89r0E1UEfcvydDCPThxJfIoXvIiZpnQEclQeGQ390dWCGsvrR0azK6OoOJOKM0YXtmkTp/0/OGPS1olPdGIfOU+kucwjb1Jyg8i5yilKk37Mg2/K8OIIKe6SFHH9itRYiq1QcSMqNmuotunVUSuupBkV11AdcEwN1SpRrWZUUkO9tB0dwkvHxJLKP5Zml+elZvu2NH7wAmuIoOAVZset+6Ep7uoyYp3AEcLOkQ3Y+O7ExjX/ZnW6sFkjY4FBLFu3LImO64DYMc9gcdsvYUkd1jIbYMEMR1irDms30SWVDHYd1m2g61ciOHVQr4GsU0lwYtp2jWp8jEXIi7pLfDEfT23vhecTnoDvRFz71A9p8C4268ginr2jM95Qm8
in the view area when the chart is created.
The other data views (table, pivot) appear fine.
Any ideas on what may have caused this?

First of all you will have to install 10.2.0.1 and try to bring up database with that.
I hope database was shut down cleanly and you have all datafiles/controlfile available.
Once you succeed in that then only you can upgrade the database to 11G.
There is no other way.... you will have to check first with 10G software
Also while upgrading follow the upgrade guide properly...
Upgrade path will be :
10.2.0.X.0 TO 11.1.0.6.0
1. Install 11.1.0.6.0 software
2. Upgrade the database to 11.1.0.6.0
Note 419550.1 : Different Upgrade Methods For Upgrading Your Database
Note 429825.1 : Complete Checklist for Manual Upgrades to 11gR1
Regards
Rajesh
Edited by: rajesh.lathwal on Apr 9, 2010 5:14 PM

Similar Messages

  • Mavericks, only one site show question mark instead of images

    Hi,
         Updated to Mavericks, only one site show question mark instead of images. Tried safari, chrome and firefox all of them have same problem of showing images of this site. Tried reset, empty cachs, cookies, did not work. Any one have a clue to solve this? Thx.
    BTW, the site is: ssense.com

    Thanks! lol, seems silly now i had to post here when all i had to do was close and relaunch... sorry for wasting your time. thanks to those who answered.

  • Zoom box shows pink shading instead of image

    Sometimes when I have several zoom areas on one screen, the
    first or second zoom shows up as a pink box instead of the zoom
    image. Strange that it doesn't seem to happen on all slides which
    have several zooms, just some of them. I've tried rearranging the
    zooms on the timeline and locking the slides, but nothing seems to
    work. I'm zooming 3 different areas of an image, so none of the
    zoom areas overlap and none of the zoom destination areas overlap.
    It happens intermittently in preview mode and also after I publish
    the file. Help! :)
    Example:
    Zoom #1 appears after 3 seconds and looks fine. It displays
    for rest of slide
    Zoom #2 appears after 11 seconds and looks fine (at first).
    It displays for the rest of slide
    Zoom #3 appears after 15 seconds and looks fine. Once Zoom #3
    appears, however, Zoom #2 (destination area) turns to a pink/peach
    colored box and remains that color for the rest of the
    slide.

    To my knowledge, this bug was never fixed. I just do one of
    these workarounds:
    1) Use highlighting instead of zooming
    2) Avoid placing more than one zoom area on a slide -
    separate them into separate slides with one zoom each
    3) If placing 2 zoom areas on one slide, zoom into a JPG of
    the zoomed area. To do this, follow these steps:
    - Insert zoom area as you normally would
    - Preview the slide and pause it when the zoom is at its
    largest
    - Use a screen capture to get a JPG of the zoom (I use
    faststone screen capture)
    - Exit captivate preview mode
    - return to the slide and doubleclick on the zoom area to
    show the info related to the zoom area
    - use the "select image" button (located on the "zoom
    destination area" tab)
    - find the JPG you just made and select it
    - Now when you play the slide the zoom turns into the JPG so
    you don't have to worry about it turning pink. Kinda time
    consuming, but it's the best I got ;)

  • Spry vertical menu button shows background color instead of image in preview

    Hello All, I'm a newbie (to the forum and Dreamweaver) so my apologies if my question is not in good form.  I've searched for this issue but cannot seem to find the exact problem I have. 
    I've created a website (my first) and used the spry menu bar.  It works well using the default blue and grey colors for button and hover.  However, I decided I want to spruce it up a little and change the buttons to use a background image (rainbow pattern) instead of background color.  I internet researched this for some time and watched all the youtube videos people have posted for this process and editing the spry vertical menu bar CSS.  Using the .a and hover lines from the CSS, I was able to add my background .jpg image file.  In the design view, the button look exactly how I want them to.  However, when I attempt to preview in IE, Chrome, or FF, the buttons still have the default colors and no image.  I've gone back and deleted the default blue and grey, but then the preview just shows dark grey and white for the buttoms.  is there something that I am overlooking that would cause the background color to show instead of the image I have attached to the buttons.  I can't figure out why it looks right in DW but not in preview.
    BTW, I'm editing a template file and all the pages are updated with the new image buttons, but none of the pages show correctly in preview. 
    Thanks

    Point taken :-)
    This is my spry vertical css code.  No sub-menus. 
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 1px solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-image: url(/Images/Rainbow_Button.jpg);
    background-color: ;
    background-repeat: no-repeat;
    background-position: center;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #666666;
    color: #333333;
    background-image: url(/Images/Rainbow_Button_Hover.jpg);
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #0000FF;
    color: #FFF;

  • Firefox 11 beta is having issues loading Flash and HTML content, shows plain text instead of images

    I'm not sure what is causing the problem but it has been happening since beta 10 and now its also in beta 11. Randomly when I load any web page the page is displayed in plain text leaving all the HTML or flash content blank. Yes I have the most recent version of flash installed along with Java just in case it was looking for that mess as well. Sometimes the pages load fine, and sometimes they don't, it's like playing lotto with the internet. The only fix I know of is to either keep refreshing the page and "hope" it catches it on the reload, or closing Firefox and running CCleaner. Some times FF will load some of the visual data and leave gaps but usually its just basic text mode. I'm at a loss as to whether the problem is from Firefox or my ISP being a douche, either way its annoying that Firefox is not showing internet pages like it used to.
    Hate to see it happening but it looks like Firefox is on its way to being just another Internet Explorer clone (failure). Should have stayed with your original team, all the new folks you have hired are really mucking up the whole project and its goal of a free and open internet. Not to mention writing bad code and costing you money and more importantly the user base.
    (Update, now it's not doing it go figure, but I'm sure it will do it again at some point, perhaps its not Firefox and something else, I'll keep my eye on it and try to report any findings)

    If you use extensions (Tools > Add-ons > Extension) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Tiff's suddenly showing generic icon instead of image preview

    All of a sudden I have begun having an intermittent problem with Bridge (CS3) not displaying a preview thumbnail for a very few number (not all) TIFF files- instead I just get a thumbnail showing a TIFF logo rather than the picture itself. I would normally think it was just something about those particular files but it's happened with some files from two other sources all within a few days of one another- on several occasions it has happened to a TIFF that previously had a preview and then once I did additional work and had to save over it, it lost the preview and had the generic icon.
    Is anyone familiar with this issue and how to fix it? I already tried purging the cache for the folder, then I tried restarting Bridge while holding down the option key and reset the Cache database. I did not reset the Preferences yet, I have a lot of things set up just so and would like to avoid it if it isn't necessary. The only change I have made is I installed the newest version of Camera Raw, though I am not implying it had anything to do with this.

    Purge the cache for the offending folder(s) through the Tools menu in Bridge, NOT through the broken global command in Bridge prefs.

  • Webcam shows gray box instead of image on a G455 using Ubuntu 10.10

    I upgraded from ubuntu 10.04 and my webcam started going in and out showing a gray box, I updated my xorg and now the gray box is always there. If I right click where the image is supposed to be I can see a fragment of the image but nothing more and I hear a low ringing sound. 
    I had a similar issue with my media players(gray box not the low ringing sound), I fixed that by changing the video codecs. 
    I don't know how to do that with a webcam that's built in.
    anyone know how to fix this or trouble shoot to be sure this is the actual problem?

    updating camera drivers may help you to solve the issue.
    http://forum.lenovo.com/t5/Linux-Discussion/webcam​-on-U330/m-p/95630#M825

  • Mail message address has random characters - Mountain Lion

    After opening a blank new message, I add an easily recognized last name.  Then I get dozens of random characters instead of the proper email address. Please help me Fix this problem.
    Thanks

    I'm having the same problem in a different part of Preferences.
    I keep unchecking "Logoff after X minutes of activity" in the Security and Privacy section. After restarting the setting is checked and enabled again.
    My user is a network user connected to a Mountain Lion Server. I've tried the same things with different users and computers with the same results.

  • I can't view video on imported clips on FCPX, it shows blue instead of image

    I can't view video on my imported clips on FCPX, it shows blue instead of image on the clip. I can hear sound but no video. What is the problem. I wish someone can help me on this issue? Thanks.

    The camera is Sony Handycam HDR-CX550. I used the internal hard disc to record. I can's use MTS clips if it is recorded on the internal hard disc. I converted clips into MOV, MP4, and Final Cut formats, non of them worked on Final Cut Pro X. I tried to import the same clips on iMovie, it worked but super slow. MOV and MP4 formats used to work for FCPX, the only difference is I recorded the footage with HD 1920x1080.
    The clip I imported showed as a blue thing with two rectagle shapes on it. I can hear the sound, but no video. I also imported my old clips with sam format, it worked. I tried a lot of things, no use.
    By the way, what is spwecs?

  • Inspector Adjustments HUD show weird characters

    My Aperture Version 3.2.1 all of a sudden shows weird characters in my inspector adjustments HUD. I.e. Instead of CropOperations I now read DGCrop Operations and the likes. It's ever more weired in the full screen retouch adjustments panel. There one can read wordings such as DGGNGSmoothing Operation and other crazy nomenclature.
    The first time I experienced that I completely deinstalled my current Aperture version and reinstalled a fresh copy. Everything was fine for a day or two. However last night it came back out of the blue.
    Does anyone have an idea what's happening here.
    See these screenshots for better explanation of this problem. Thanks.
    file://localhost/Users/norbert/Desktop/Screen%20Shot%202011-11-10%20at%2012.01.0 8%20AM.png

    Do you perhaps have two Aperture installions - the old one with weird menus and the new installation, freshly installed from the App Store? Search with Spotlight for "Aperture". Your most recent Apterure should be the one installed in "Applications"; is the one you deleted still sitting in the Trash?
    After force-quitting the new Aperture and opening again your Aperture Library could still be set to be opened with the older Aperture Version, if that were still there.
    Where is that DGGNG string coming from?
    searching with locate from the Terminal I found the string inside the Aperture.app package (and the iPhoto.app), as part of the localization strings of the "Geode.framework"
    % locate DGGNG
    /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Resour ces/English.lproj/DGGNGBlurOperation.strings
    /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Resour ces/English.lproj/DGGNGBurnOperation.strings
    /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Resour ces/English.lproj/DGGNGContrastOperation.strings
    /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Resour ces/English.lproj/DGGNGMultiplyOperation.strings
    /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Resource s/English.lproj/DGGNGTintOperation.strings
    /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Resource s/English.lproj/DGGNGVibrancyOperation.strings
    If I look inside these localization files with XCode, I see the correct description of these effects:
    %open -aXCode /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/
    A/Resources/English.lproj/DGGNGMultiplyOperation.strings
    /* Interface */
    DGGNGMultiplyOperation = "Polarize";
    DGGNGMultiplyOperationLong = "Polarize (Multiply)";
    inputIntensity = "Intensity";
    inputIntensityTooltip = "The amount of polarization effect applied to the area brushed on the image";
    For some strange reason your Aperture seems to use the filename of the localization file instead of the strings defined inside the file? Are maybe the correct localization files missing in your Aperture version? Which country have you set in the "Language and Text" preference pane of the System Preferences? I did not see a localization file for "british english", eg.
    Regards
    Léonie

  • EPUB - GRAY BOXES Instead of Images

    When exporting my epub book, I get gray boxes instead of images. Has anyone else run into this or know what to do to resolve this issue?
    All the images are linked properly and InDesign is saying I don't have any errors. The only way I can get images to show up is ONLY if I select "Use Existing Image for Graphic Objects". But if I select this, I lose the cropping and orientation adjustments I've made in my inDesign file. I've even tried just copy and pasting an image into the document itself.
    Needless to say I've spent way too long trying to figure this out and haven't made any progress...

    If other people can export it fine but you can't, then I would suggest some troubleshooting of your InDesign install.
    Have you tried rebuilding your preferences and then re-exporting?
    Have you made sure you're not using any third-party plugins that automatically load with InDesign?
    Assuming you've done those two tests and are still having a problem, then try it on a test account on your computer. Package the InDesign file and put it on a thumbdrive (or I guess you could just download the files from the link above) and then log out of your account on your computer, and log in again to a fresh new account with admin privileges. (If you haven't created one yet, you should do that first before logging out ... lol)
    When you log in to the new account, all the apps are available to you but none of your other account's files or user settings. So open InDesign, download/copy over the packaged file, and open the layout and export. See if that makes any difference.
    I have a short course on lynda.com on troubleshooting InDesign (just 10 short videos) that goes over these and other steps.
    Watch the Online Video Course InDesign: 10 Tips for Troubleshooting Files
    AM

  • PDF displaying characters instead of text

    I have a user that is trying to view a PDF using Acrobat X and has random characters display instead of text.  Other users with Acrobat X are able to view the document fine as well as other users who have previous version of Reader.  I have tried running a repair on the installation as well as disabling protected mode at startup.  Any idead on what to do?  This is on the display for this user not printing.
    Thanks,
    Chris

    As Jogn said you would have to use the planning connection. The smart lists used in planning are not in Essbase. Essbase stores the smartlist ID number not the text value.

  • When calling report in forms, only html format can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    Assuming that you are using version 6i, try using Oracle9i Reports it has support for multi-byte in PDF.
    By the way, Reports questions will get better response if you send them on the reports forum.

  • When calling report from forms, only html format report can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    You have two different ways of generating Japanese PDF files from Reoprts. One is font aliasing and the other is font subsetting.
    <font aliasing>
    You will need to have the following entries in uiprint.txt (example).
    [ PDF ]
    .....JA16SJIS = "KozMinPro-Regular-Acro"
    "MS UI Gothic".....JA16SJIS = "KozMinPro-Regular-Acro"
    You may need to download and install Japanese Font Pack from Adobe's web site (if your Acrobat is non-Japanese version).
    <font subsetting>
    You will need to add C:\WINNT\Fonts (or wherever your TTF/TTC fonts are installed) to your REPORTS_PATH.
    You will also need to have the following entries in uiprint.txt (example).
    [ PDF:Subset ]
    "Andale Duospace WT J" = "Aduoj.ttf"
    "Albany WT J"="AlbanWTJ.ttf"
    "MS UI Gothic" = "msgothic.ttc"

  • Editable drop down do not show national characters

    Hi
    I'm using DW CS3 with Developer toolbox, PHP MySql.
    Problem is that Editable drop down show national characters wrongly.
    actually its inserts data in to database with wrong encoding.
    I use encoding "charset=utf-8", all other forms working fine.
    Only Editable drop down show [squares] instead Ä Ö Ü ...
    How i can do that Editable drop down will inserts data in utf-8 encoding?
    (like other forms and fields in my page)
    Thanks!

    Does it help if you disable hardware acceleration ?
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

Maybe you are looking for