Time out of the Query

Sdn
Im getting Time out for one query while excuting in PRD system. That query filter field setting is Only values Infoprovider. But DEV Im able to excute the same query, but in this system that field setting is Only posted values in navigation
advance wishes

Hi Kirun,
I'm sure, it can be done in dev because the data is not big like in the production.
You need to tune up your info provider (info cube/ods).
I had once the problem like you, i can run in dev, but not in prd.
due I use ODS, so that I tuned it up by creating Index. And after it, it can run well.
If it's Info cube, you can create aggregate / compress it.
Hope it helps you a lot.
Br,
Daniel N.

Similar Messages

  • TIME KF in the query??

    Hi all,
    I loaded data from ODS to Cube and have Time CHARs in my Cube. But I don't have any values for my TIME CHARS in the query. Can someone tell me how to fix it?
    Thanks
    J.

    Hi John,
    Just check the Update Rules and Transfer Rules whether mapping has been done properly for the Time Chars and also check whether data exists for Time Chars in the underlying ODs from which the data is pulled into Cube.
    Thanks,
    Vamsi

  • How do we find out who the query originator is on the DB2 database side?

    OBIEE 11g will typically connect to the database using a generic account. Some of the queries are using too
    many resources on our DB2 database. How do we find out who the query originator is (by userID), on the DB2 database side, and not on the OBIEE side? Our research is leading us to Query banding used in Teradata.
    We are looking for something similar, that would work in DB2. 

    If you go to www.speedtest.net it will display which ISP you're with in the bottom corner. There are a few other websites which tell you too but the URLs escape me at the minute
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • My ipad 3 times out all the time after I upgraded to iOS 7. How do I fix it?

    My ipad 3 times out all the time after I upgraded to iOS 7. How do I fix it?

    Try this:
    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • 504 PROXY TIME OUT. The connection time out

    Hi
    one of our users is facing  504 proxy time out. The connection time out 
    using our ITS link.  what would be the possible solutions to reduce this kind of error.  
    Regards 
    MA.Sreenivasan

    Hello,
    If only a particular user is facing this problem, check with the user on what she/he is doing.
    if everyone is facing, have a look at ITS timeout parameters.
    ~rfcTimeOut
    ~userTimeout
    Regards,
    Siddhesh

  • Time-out on the Answers server to be increased

    The Current situation is User is running a query, it takes sometime to to fetch the results and after sometime the request errors out saying that Query time out.
    Though the session remains active.
    Is there any paramter in instanceconfig to increase the time the user would be able to run the query.

    User,
    Refer this
    http://oracleintelligence.blogspot.com/2008/08/obiee-time-to-expire-for-idle.html
    thanks,
    Saichand.v

  • Getting Time-Out at Select Query

    Dear All,
    I am getting Time-Out at particular Select Query.
    This error i am getting since last 3 days, before it was working fine. And there is no any change made to program in last 3 days.
    select  a~qmnum
             matnr
             kunum
             iwerk
             spart
    into    corresponding fields of iviqmel
    from    ( qmih as a
               inner join qmel as b on b~qmnum = a~qmnum )
    for all entries in i_tab
    where qmart in ('FS', 'ZP')
           and iwerk   = i_tab-iwerk
           and matnr   = i_tab-matnr
           and kunum   = i_tab-kunum
           and spart   = i_tab-spart.
       append iviqmel.
    endselect.
    In Program table QMEL also using the proper Index.
    Can you please give me any suggestion that how to come out from this issue.
    Regards,
    Dharmesh

    Hi Rob,
    I run the SQL Trace also, Query is using correct Index.
    and I had also chenge the select query.
    if not i_tab[] is initial.
        select a~matnr a~kunum a~spart
               b~qmnum b~iwerk
               into corresponding fields of table iviqmel
               from qmel as a inner join
                    qmih as b
                    on a~qmnum = b~qmnum
               for all entries in i_tab
               where a~qmart in ('FS', 'ZP')
                 and a~matnr   = i_tab-matnr
                 and a~kunum   = i_tab-kunum
                 and a~spart   = i_tab-spart
                 and b~iwerk   = i_tab-iwerk.
    endif.
    even its geving time out error.
    Regards,
    Dharmesh

  • How to set time out in the abap program?

    Hi,
    I want to set the execution time in the IN_UPDATE block of a BADI, could you tell me how to code that?
    When the specified execution time reaches, and the badi is still running, then pop up a window and tell the end user the time out message.
    Does SAP have any function regarding this? Thanks in advance.

    You can have the INPUT be a number of seconds, then calculate the max endtime = SY-UZEIT + INPUT. Have checks throughout the program that returns an error as OUTPUT if exittime >= SY-UZEIT(current time).
    There may be an easier way but this is all I can think of as a user set timeout option.

  • Adoacorectl.sh time out when the computer is not connected to the network

    Hi,
    I successfully installed R12.1 on Oracle Linux 4.5 on my laptop.
    It worked perfectly when I connected the laptop to the network (router).
    However, if I disconnected the laptop from the network, I got all kinds of errors when running adstrtal.sh.
    for example:
    adoacorectl.sh time out
    or
    adformsctl.sh: exiting with status 150
    The issue can be re-created consistently.
    I tried auto config and it did not help.
    Thanks for your time and help.
    Chunlei

    Hi Hussein,
    Thank you for your reply. I attached hosts, ifcfg-eth0 and ifcfg-lo here. I am thinking some configurations with the loopback interface are incorrect. But, I don't to how to debug it.
    ***************Hosts*******************
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1     localhost.localdomain     localhost
    192.168.1.33     inspiron.com     inspiron
    ***************ifcfg-lo******************
    DEVICE=lo
    IPADDR=127.0.0.1
    NETMASK=255.255.255.0
    NETWORK=127.0.0.0
    # If you're having problems with gated making 127.0.0.0/8 a martian,
    # you can change this to something else (255.255.255.255, for example)
    BROADCAST=127.0.0.255
    ONBOOT=yes
    NAME=loopback
    ***************ifcfg-eth0***************
    DEVICE=eth0
    BOOTPROTO=none
    BROADCAST=192.168.1.255
    HWADDR=00:1d:09:a7:bc:fe
    IPADDR=192.168.1.33
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0
    ONBOOT=yes
    TYPE=Ethernet
    GATEWAY=192.168.1.254
    *********error msg from adstrtal.sh**********
    ERROR: Time out (100000): Interrupted Exception
    **********log adoacorectl.txt***************************
    12/02/09-10:07:51 :: adoacorectl.sh version 120.13
    12/02/09-10:07:51 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    12/02/09-10:07:51 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Yes, Autoconfig completed successfully without any error.
    Chunlei

  • At 1,71 gb error "time out of the apparatus"

    while putting music on my ipod touch i get the account that the apparatus
    is in a time out
    after restarting, redownloading and resetting and again copying the music i still get the same error at exact 1,71 gb
    can anyone help me?

    Hey hans,
    Make sure you have the latest version of iTunes installed.
    http://www.apple.com/itunes/download/
    Try the tips in this article:
    http://docs.info.apple.com/article.html?artnum=301267
    Jason

  • Downloads time out all the time

    Every time I try to download an update for my iPhone or iPad, just about when the download is finished a pop up shows up saying my connection timed out and the down load stops.  This has happened on multiple computers with wi-fi, dsl and air cards.  Any ideas what the problem can be?
    Thanks

    Have you tried dragging and dropping the iTunes file onto the Time Capsule, opening iTunes, trying to play a song, and when it pops up and says "We were unable to locate the file, would you like to locate it?", clicking locate, then going into the folder on the Time Capsule and selecting the file? That will make it reassociate everything that was "lost" when the folder moved, and I'd think it'd change the location of downloads as well.
    Hope this helped!
    -Briana

  • Difference between DB time OLAP time frontend time when execute the query

    hi all,
    can you any one explain the difference between DB time, OLAP time, frontend time when execute the query

    Each BEx quey form a SQL query which is called query execution plan.
    So,
    DB Time is the time taken to read the record from data base by the SQL statement.
    OLAP time is the time taken to process the calculations/formula involved.
    Frontend Time is the time taken to present the output. For ex: while displaying the data in Bex analyser if your query involves a hierarchy, then the presentation time will be more. It also includes the time user taken to enter the query selection input.

  • My iPhone goes through most of the steps to synch with iTunes and then stops.  iTunse eventually times out on the synch.  How do I fix this ?

    When I try to synch my iPhone 4 with iTunes - both at the latest code levels - the synch goes normally until the last stage where I get the message Finishing sync.   It nevers completes.  Eventually it times out and states that the iPhone is not responding.  On the phone the sync icon has gone away so the iPhone thinks that it is done.

    More information.  During the synch process this last time it moved through the first 5 steps fine.  At some point during the "Waiting for items to copy" the iPhone stopped showing the sync icon.

  • Profile Parameter : Time out for executing query on the web

    Hi gurus,
    I am executing queries on the web directly. This can be done from query designer with the button that says "Execute query on web". The problem is that for queries that take more than 600 Secs to run, I get an Application timed out error. Queries that take less than this run smoothly.
    Can anyone please tell me the profile parameter associated with this particular setting. It is not rdisp/max_wprun_time, I know for sure since the value for this profile parameter in my system is 9999. Please help.
    Thanks & rgds,
    Sree

    Issue resolved.
    Profile Paramter - icm/server_port_0
    Current Value - PROT=HTTP,PORT=8000,TIMEOUT=60,PROCTIMEOUT=600
    Changed to - PROT=HTTP,PORT=8000,TIMEOUT=60,PROCTIMEOUT=3600
    rgds,
    Sree

  • Where can I find deleted reminders lists?  The stupid phone has erase them 3 times out of the blue, anybody else having this problem?

    In the last year I have had an Iphone 4S and the new Reminder app that comes with it.  Three times this phone has just erased Reminders lists I had created.  I thought it was due to being empty or reminders but this week 4 out of five lists disappeared from one moment to the next.  I had entered a couple of reminder in the morning.  When I came back to my office in PM and open the reminder app:  4 lists gone!!  some of them with 3-4 items in them!!
    My other phone a 3GS has deleted some of my "NOTES" in the notes app in the same fashion.  I lost very important phone numbers and lists of passwords from one day to the next and Syncing didn't help that or the Reminder problem.  It looks like a repeating problem in different generations.  I never had these problems in my old Treo and it was not that SMART!!

    You can check the update history to see which Firefox versions you have used.
    *Tools > Options > Advanced > Update
    What kind of issues do you have with Firefox 24?
    Note that it isn't recommended to install older Firefox versions with known security vulnerabilities.
    *https://support.mozilla.org/kb/Installing+a+previous+version+of+Firefox

Maybe you are looking for