OBIEE Writeback : Clock appears when navigating the dashboard

Hello Guys,
Wrong time to post the question just before long weekend.
I have a writeback report that views fine when I navigate it through Answers. It has 500 rows.
When I view the same report on the dashboard , after navigating to the fourth or fifth page process gets hung and all I see is the clock that is ticking.
The clock will keep on ticking indefintely.
When I click on cancel the page refreshes and I able to see the desired report results.
This is a replicable issue at my end.
I have gone through the presentation and OBI Server logs but I dont see an error or exact error description.
Has anyone faced this problem.
What is the best way to solve the problem.
Any help is much appreciated.
Thanks
Neerupama

Sujana,
This is a bug in 11g, apply patch 12561330.
Rgds,
Dpka

Similar Messages

  • How to change annotation's appearance  when printing the annotation under Adobe Reader?

      I'm developping a plugin under SDK 7.0 for Adobe Reader  . I have two problems.
      1)I will change annotation's appearance  when printing the annotation. How to do under Adobe Reader?
        Uunder Adobe Arobat,I use PDRegisterAnnotHandler to register GetPrintAppearance,but PDRegisterAnnotHandler does not work under Adobe Reader.
      2)Under Adobe Reader ,app.execMenuItem doesnt work.How to execute menuItem using JavaScript under Adobe Reader?
    Please Help,had better give me sample,thank.

    app.execMenuItem most certainly does work with Reader - what problems are you running into trying to use it?
    As for developing Reader plug-ins - yes, some of the SDK methods aren't available to Reader.  If you want to change the appearance of an annotation in Reader, you would need to acquire the Cos object of that annotation and modify its appearance dictionary manually.

  • Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers a

    Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers are up to date.Any help or advice would be most welcome.

    Good day!
    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements
    and please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Regards,
    Pfaffenbichler

  • N WIKI: 'A failure on the server has appeared when reading the settings'

    Hallo,
    I get the following notice of failure after opening Server WIKI: 'A failure on the server has appeared when reading the settings'. I've no idea WHY, WHAT, HOW, and WHERE - is there somebody who can help me? Anything else is working.
    Regards Jergan

    What OS are you running? Is it 10.5 as noted in your profile? Also, is it the Server version?
    If so, try these forums: Mac OS X v10.5 Leopard, Mac OS X Server v10.5

  • WIKI: 'A failure on the server has appeared when reading the settings'

    Hallo,
    I get the following notice of failure after opening Server WIKI: 'A failure on the server has appeared when reading the settings'. I've no idea WHY, WHAT, HOW, and WHERE - is there somebody who can help me? Anything else is working.
    Regards Jergan

    What OS are you running? Is it 10.5 as noted in your profile? Also, is it the Server version?
    If so, try these forums: Mac OS X v10.5 Leopard, Mac OS X Server v10.5

  • Passing Chinese characters in OBIEE 11g GO URL to init the dashboard prompt

    Hi Experts,
    Currently we are using OBIEE 11g and passing the dashboard prompt parameter values through the OBIEE go url. When we are passing English strings the dashboard prompt is initialized with the correct passing value. However for Chinese character it is not. I am using the URLEncoder.encode("parameter value", "UTF-8") encoding to encode the passing string.
    Can anyone tell me what is the wrong in this approach? How can we pass any language strings to OBIEE 11g via go url?
    Thanks

    To avoid encoding problems use POST method. Here is js example for OBIEE 10g, but I bellieve you will find similar XML syntax in 11g.
    function getGoXML(P){
         var goXML = '<sawx:expr xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawx:logical" op="and">';
         for (var i=0; i<P.length-1; i=i+2){
              goXML = goXML + '<sawx:expr xsi:type="sawx:comparison" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" op="equal">';          
              goXML = goXML + '<sawx:expr xsi:type="sawx:sqlExpression">' + P[i] + '</sawx:expr>';
              goXML = goXML + '<sawx:expr xsi:type="sawx:untypedLiteral">' + P[i+1] + '</sawx:expr>';
              goXML = goXML + '</sawx:expr>';          
         goXML = goXML + '</sawx:expr>';
         return goXML;
    function dashboardPageNav (navParams){     
         var tForm = saw.createForm("customNavForm");
         tForm.action = saw.commandToURL("Dashboard");
         saw.addHiddenInput(tForm, "PortalPath", navParams.portalPath);
         saw.addHiddenInput(tForm, "Page", navParams.portalPage);
         saw.addHiddenInput(tForm, "Action", "Navigate");
         saw.addHiddenInput(tForm, "StateAction", "NewPage");
         saw.addHiddenInput(tForm, "P1", "dashboard");
         saw.addHiddenInput(tForm, "P0", getGoXML(navParams.P));
         tForm.submit();
    dashboardPageNav({
         portalPath: '<portal path>',
         portalPage: '<page name>',
         P: new Array(                         
              '<param1 name>', '<param1 value>',
              '<param2 name>', '<param2 value>',
              '<param3 name>', '<param3 value>',
              '<param4 name>', '<param4 value>'
    });

  • Unnecessary Report refresh on the dashboard when changing the dashboard prompts

    Hello All
    I have two reports on a dashboard with two dashboard prompts for example Report 1) Year, State, Count; Filter: Year is prompted 2) Year, State, Count; FIlter: State is prompted. On the dashboard we have two reports Report1) and Report 2) with Year and State dashboard prompts.
    The issue is when you change year prompt both the reports gets refreshed even though nothing changes on report 2 but it still dissapears and appears as it is refreshing and  the same happens with report 1 when i change the state prompt it refreshes that report.
    Please letme know how i can limit the dashboard prompt to refresh only the report where it is prompted.
    Thanks
    Ravi

    are you talking about the database table caching? if so we are using OLAP cubes and I am not sure if caching is disabled. Is my issue related to caching? also another updated if I have just one dashboard prompt for example just year  only report 1 refreshes and the report 2 doesn't disappear. But when I add state dashboard prompt, which ever prompt I change state or year  both reports refreshes. The problem is when I add more than one prompt on the dashboard all the reports refreshes when the dashboard prompt selection changes. Any ideas.
    Thanks

  • HT1619 menu does not appear when pressing the menu bottom from the apple remote

    I got a apple remote but the menu does not appear on the computer when pressing the menu bottom!?

    Prior to Lion, it used to invoke the menu of the FrontRow application.  FrontRow is no longer available with Lion.  The menu button will work with apple TV. 
    Regards,
    Captfred

  • I have an Ipod classic 30 GB U2 , it s been working fine for the past 3-4 years until now it starts to get stuck when navigating the menu or even when clicking something,Basically i am only able to use it as a storage device not its ipod features

    It is recognized via Itunes as IPOD and i am able to connect it through USB cable to the pc and manage its physical memory via My Computer. But the problem is I cannot use anything on it as an IPOD (Like Music video and note stuff inside it).It boots as saying its got low battery power and after a while "Do not disconnect" logo appears after it is charged, i am able to operate it as normal ipod but when i click something it gets hanged like a PC and it stays there until the battery is too low . No matter what button i press (Menu or play buttons) continuously or the combination to restart or reset its in the same static state,,no reaction...even when i connect it to the pc via USB or charger nothing happens ..it stays in the same screen whereever i navigated last. After all its power is used up the same process continues that i can use it as an external hard disk namely its 20 GB memory...
    Is there any way I can solve this problem via Itunes restore or any other used method to restore it to factory settings ?? ...I haven't used any method to restore it until now as i have migrated to IPAD,,,since then i've been using this as an external hard disk....may be if its restored to old condition i can carry this where ever i want unlike the massive IPAD...its like carrying a solar panel unlike an handy IPOD

    Hi mafiose15,
    Thanks for visiting Apple Support Communities.
    Restoring your iPod to factory settings is the best way to try and get it back to working order. You can use the instructions below to restore it:
    How to restore iPod
    Verify that you have an active Internet connection, because you may need to download new versions of the iTunes and iPod Software.
    Download and install the latest version of iTunes if necessary.
    Open iTunes. Connect your iPod to your computer using the USB or FireWire cable that came with your iPod.
    After a few moments, your iPod will appear in the Source panel in iTunes.
    Select your iPod in the Source panel. You will see information about your iPod appear in the Summary tab of the main iTunes window.
    Click Restore.
    If you are using a Mac, you will be asked to enter an administrator’s name and password.
    A progress bar will appear on the computer screen, indicating that stage one of the restore process has begun. When this stage is done, iTunes will present one of two messages with instructions specific to the iPod model you are restoring.
    Disconnect iPod and connect it to iPod Power Adapter (typically applies to older iPod models).
    Leave iPod connected to computer to complete restore (typically applies newer iPod models).
    During stage two of the restore process, the iPod displays an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remain connected to the computer or iPod power adapter during this stage.
    Note: The progress bar may be difficult to see, because the backlight on the iPod display may be off.
    After stage two of the restore process is complete, the iTunes Setup Assistant window will appear. It will ask you to name your iPod and choose your syncing preferences, as it did when you connected your iPod for the first time.
    You can find the instructions in this article:
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    All the best,
    Jeremy

  • The hidden columns of wrokbook will appear when refresh the workbook

    Hi,expert.
      I create a query,the query has 3 columns,
    Fields Name: Col_A, Col_B, Col_C
    Fields Value:  1001.....001 ...  X       
    I want to connect the Col_B and Col_C, so I add a column Col_D, like this:
    Fields Name: Col_A, Col_B, Col_C, Col_D
    Fields Value:  1001 ... 001 .. ..X  .... ..001X
    and then I hidden Col_B and Col_C in the excel. save the query as a workbook.
    When I open the workbook,and refresh it,the hidden Col_B and Col_C were appear.
    PLZ tell me how to hide the columns Col_B and Col_C, If I refresh the workbook,they will be hidden either.
    My BEX Analyzer version is BI AddOn 7.x(based on 7.10), Support package 8, Revison 1408.
    TKS.
    Edited by: Bruce Wang on Jul 26, 2010 11:28 AM
    Edited by: Bruce Wang on Jul 26, 2010 11:29 AM

    Hello Bruce,
    As mentioned by others.
    If it is possible, try to hide these two columns in the query designer.
    If there are few calculaions need to be done in excel with these fields, then include a macro to the hide these columns.
    You need to include the code to hide these columns to the exit macro 'call back'.
    Hope this helps.
    Regards,
    Hari

  • UI not appearing when executing the process

    i have created two DCs having 1 -1 UI each .
    In first UI have some i/p fields  and want to pass them as GP parameters to second.
    both DCs are sucessfully deployed .
    but when i m executing my process...i m getting the first UI, i enter the fields but when i click proceed,
    the second UI does not appear n it directly give the statement as.."action has been completed".
    can any plz help why im facing such situation n not able to view my 2nd UI.

    hi Sakshi Mittal ;
    First check in UWL .some time action will go to UWL
    Else check in Runtime .
    if it not working fine
    Test the secound DC callable object .
    Else tell me the . i try to help u..
    Regards
    Vivekananthan.S

  • Grey dot doesn´t appear when using the adjustment brush

    In LR5, when I´m using the adjustment brush, the grey circle doesn´t appear.  How can I make this dot to appear?
    Thank you in advance.

    I have just found it!
    In the left inferior angle, below the picture I am working with, appears the text  "Show Editting dots" (sorry if the text is not exact, I have the spanish version). Then, you have several options (Automatic / Always / Selected / Never). Do select any option but  "Never".
    Regards

  • Ipod touch 4g White spot appears when Touch the screen

    Hi,
    I recently found out that when I touch the upper left part of the screen on my ipod touch a white spot appears, Why does this happen and would it be covered under The warranty? Never been exposed to water.

    Anyone?

  • Real Player downloads videos from page I'm not even viewing, and "download this video" appears when navigating pages that a video isn't even on page.

    when I try to downlad a video, even when I right click and "download with Real Player" real player refuses to download THAT video if I have any other pages open...
    really frustrating to be forced to close pages to download a video on a page, when that is the one page I no longer want to view, I have already viewed it, and want to download and navigate away.

    Install realplayer again worked for me,hope this helps.

  • Why does the Adobe Flash Player pop up keep on appearing when using the browser. It never used to before the upgrade to the latest version.

    Since updating to the latest version of Firefox the Adobe Flash player pop up continually pops up whether the page needs flash player or not. It even shows for a text page.
    It is very annoying

    You can set the default in "Firefox/Tools > Add-ons > Plugins" and change that for the Shockwave Flash plugin to "Always Activate".
    You can inspect and manage permissions for the domain in the currently selected tab via these steps:
    *Click the "[[Site Identity Button|Site Identity Button]]" (globe/padlock) on the location/address bar
    *Click "More Information" to open "Tools > Page Info" with the Security tab selected
    *Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab
    See also:
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions

Maybe you are looking for

  • Passing variable values to pl/sql procedures

    Hi, I wanted to log the step name and message into a table whenever a particular step/interface failed in the ODI package. Ex:PKG1 A----OK--->B----OK-->C--OK-->LOG SUCCESS status into table. All steps are sequenced. when not OK A----KO--->B----KO-->C

  • Finder crashing in AFP share

    Hello, We're having some really strange issues at work with an AFP share. Setup: Mac OS X 10.4.7 clients (including a G5, MacBook Pro, iMac G4) Mac OS X Server 10.4.7 sharing files via AFP How to replicate: User's login to the AFP share, navigate to

  • Multiple ports on single node cannot communicate

    I am a Sr. Tech Architect from SBC that it evaluating your product for utilization in our enterprise online order application in combination with the Solarmetric Kodo product. I was able to install and utilize your application and line command, sampl

  • Music disappeared, and Lossless Ques.

    I have only just downloaded my first album from Itunes. I decided to use Itunes because I noticed I could get my music in Apple Lossless format... I'm against anyone selling albums at below studio format as mp3, aac etc. So I bought and successfully

  • SAP Cloud For Customer Account 360 Setup

    Hi Experts, Please I Need Very Urgent Help regarding the Setup Account 360 Connection with CRM. I have configured the Cloud System as well as CRM System mention in Account 360 Guide like ( Download Web Service From Cloud , Create Client Proxy in CRM