After analyze report run slowly!!

Dear all,
please help me how is it happen
I run this in sql
DBMS_Stats.Gather_Schema_Stats('user');
and i expect the performance will be better than before but the real world the report was tak 30 sec it take now 15 minute (not all report but tow only)
i want to resolve this problem
thanx

still report is slowly but now i put the query and execution plan may be I have to modify the query
-----the query is-----------
SELECT
W.ORG, W.BRN, W.GDEPT, W.SITE, W.DIV, W.BRD,
W.MGR,
W.RESERVDATE,
W.BOOKEDBY,
W.REPDUR,
W.RESERVNO RESERVNO,
SUBSTR(W.RESERVNO, 1, 1) RESORD,
W.CUSTNAME,
W.PHONE,
W.MDL,
W.REGNO,
W.SERVICE,
W.REPAIRDESC,
W.APPOINTMENT,
W.TEAM,
W.ARRTIME,
W.COLTIME,
W.JOBNO,
W.DELY,
W.READYTIME,
W.DELVTIME,
W.CANCELTIME,
DECODE(W.STATUS,'A','Active','C','Cancel',w.status) Status,
S.ENAME SERVKM,
T.DES,
-- C.COM_TY_CODE COM_CAT,
RC.COMP_CODE COMP_CODE,
CA.COM_TY_CODE C_CAT,
RC.REMARK,
'WWW' W
FROM WS_WORK_LOADING W, WS_RESERV_COMPLAINTS RC, CC_SERVICES S, WS_TEAMS T, WS_COMPLAINTS CA
WHERE
RC.COMP_CODE = CA.COM_CODE(+)
AND W.ORG = RC.ORG(+)
AND W.BRN = RC.BRN(+)
AND W.SITE = RC.SITE(+)
AND W.GDEPT = RC.GDEPT(+)
AND W.RESERVNO = RC.RESERVNO(+)
--SERVICE || W_LOADING
AND S.BRD(+) = W.BRD
AND S.DIV(+) = W.DIV
AND S.DOP_CODE(+) = W.SERVICE
AND S.MDL(+) = W.MDL
AND S.MGR(+) = W.MGR
--W_LOADING || TEAMS
AND W.ORG = T.ORG
AND W.BRN = T.BRN
AND W.GDEPT = T.GDEPT
AND W.SITE = T.SITE
AND W.TEAM = T.CODE
-- PARAMETERS
AND W.ORG = :P_ORG
AND W.BRN = :P_BRN
AND W.GDEPT = :P_GDEPT
AND W.SITE = :P_SITE
AND(
APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')
OR(
(W.ORG, W.BRN, W.SITE,W.JOBNO) IN (SELECT JB.ORG,JB.BRN,JB.SITE,JB.JOBNO FROM WS_JOBS JB WHERE JB.JST_TYP='1' AND SUBSTR(JB.RESERVNO,1,1) = 'N')
AND (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM') AND DELVTIME IS NULL AND STATUS <> 'C')
OR (DELVTIME BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM'))
AND (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')) --*******
OR (APPOINTMENT BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM') )
AND CANCELTIME BETWEEN TO_DATE(:P_FROM_H,'DD-MM-YYYY HH12-MI AM') AND TO_DATE(:P_TO_H,'DD-MM-YYYY HH12-MI AM')
ORDER BY
SUBSTR(RESERVNO, 1, 1) DESC,
TO_CHAR(W.APPOINTMENT,'yyyymmdd') DESC ,
TO_CHAR(W.APPOINTMENT,'HH12:MI AM')
----------end of query----------------------
and the executio plan is
Step     Description
1     Rows were retrieved using the index WL_SIT_FK_INDXX
2     Rows from table WS_WORK_LOADING were accessed using rowid got from an index
3     Rows were retrieved by performing a sequential read of all index records in W_D_O_INDX3
4     Rows were retrieved using the unique index OP_PK
5     For each row retrieved by step 3, the operation in step 4 was performed to find a matching row
6     VIEW PUSHED PREDICATE was performed on CC_SERVICES
7     For each row returned by step 2 get the matching row from step 6 If there are not matching rows from step 6 return nulls for those columns
8     Rows were retrieved using the unique index TM_PK
9     Rows from table WS_TEAMS were accessed using rowid got from an index
10     For each row retrieved by step 7, the operation in step 9 was performed to find a matching row
11     Rows were retrieved using the index WS_RESERV_COMP_PK
12     Rows from table WS_RESERV_COMPLAINTS were accessed using rowid got from an index
13     For each row returned by step 10 get the matching row from step 12 If there are not matching rows from step 12 return nulls for those columns
14     Rows were retrieved using the unique index WS_COMPLAINTS_PK
15     Rows from table WS_COMPLAINTS were accessed using rowid got from an index
16     For each row returned by step 13 get the matching row from step 15 If there are not matching rows from step 15 return nulls for those columns
17     Rows were retrieved using the unique index JOB_PK
18     Rows from table WS_JOBS were accessed using rowid got from an index
19     For the rows returned by step 16 filter out rows depending on the results returned by step 18
20     The results where sorted to support the ORDER BY clause
21     Rows were returned by the SELECT statement
many thanx

Similar Messages

  • My application's page(sql report) run slowly

    Hi,All
    I have a apex with 3.2.1 version, on my WIN7 OS.
    The application can run normally,
    But sometimes the page sumbit very slowly,about need waiting 2 or 3 minutes (Most of time it runs normal)
    My reports is sql report, and not complicacy.
    These reports all connect remote db,and general select only 1-8 tables
    So i want to ask why they runs slowly
    Any one help me ,very thanks.
    saven

    Hi,Jari
    Apex version is apex 3.2.1
    Database version and release 11G release2
    server architecture i think is embedded PL/SQL.
    My apex address is here ----http://localhost:8080/apex/f?p=4550:1:3085321679475823::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|84584318503228\
    one of error is : IBMPC/WIN_NT-8.1.0
    expect your help
    saven

  • Crystal Report Running Slowly

    Hi Guys,
    I am facing  a problem while running crystal reports in SAP B1 8.8.
    When i run any crystal report within SAP  it is taking so much time to display the output (say  nearly a Minute). But if a run the PLD means then i am getting the output with in  seconds.So  if any of u guys  faced this probelm means pl tell me any solution ???
    Regards,
    P.V

    Hi Vamsi
    The slowness of your report might be because when you design the report and if you tried to print it then the path of your local printer will get saved within your report file. When you add this report to a distant database and try to load the report , the report will try to find this local printer path saved in it. This I think makes the report to load very slowly.
    So what You should do is that while designing your report you got to your page setup and check the "No Printer" option on the top.
    Vivek
    Edited by: viveksr on Sep 2, 2011 7:08 AM

  • Cache entry created a long time after the report runs

    We have a report that results in more than 300,000 records. We get the results for the report in quick time but the cache entry gets created only after sometime, say around 30 mins later or so. Any idea why this delay? Is it that the report caches 25 records at a time (default no. of rows per page) and shows them in quick time and the rest of the records are getting cached in the background? Is there like a way we can optimize this?

    did you check how much time the entire report takes to execute (evn though the first 25 rows comes up quickly). I suspect it is > 30 mins.
    OBIEE is not meant as a data dump tool and there is little that could be done. (except better hardware)

  • Arabic XML reports running slowly

    Dear All,
    We are currently on 11.5.10.2.
    We recently migrated our DB character set to AR8MSWIN1256.
    There are some custom Arabic reports in the HR module. These are XML based. All the Arabic reports are taking long time to open the parameter form.
    Please help to resolve the problem.
    Regards,
    Abid

    All the Arabic reports are taking long time to open the parameter form.Enable trace to find out why it takes that long.

  • Empty selection options  after report run

    Hi,
    After the execution of my abap report sap returns to the selection options screen in which all the selected values from the run are still mentioned. How can i refresh the selection screen (so no values in the selection options after the report run) ?
    this is the code (all parameters as you can see) :
      parameters :  p_matnr   like mara-matnr default ''.
      parameters :  p_werks   like mard-werks default 'XYZ', 
                    p_lgort   like mard-lgort default ''.    
    selection-screen skip 1.
      parameters :  p_qty     like sy-tabix default 1.
    selection-screen skip 1.
      parameters :  p_file    like RLGRAP-FILENAME memory id GXD.
    with regards

    hi
    i tried for select-options try for parameters
    at selection-screen .
    if sy-ucomm = 'ONLI'. " Only when execute is pressed
    v_low = s_kunnr-low.
    v_high = s_kunnr-high . " Hang on to this for select statement
    clear s_kunnr[].
    clear s_kunnr. " Clear the screen parameter
    endif.
    for your program
    data : matnr like mara-matnr,  " variables are taken so that we can have the values for further                                     operations         
          werks like mard-werks,
           lgort like mard-lgort,
           qty like sy-tabix,
           file like RLGRAP-FILENAME.
    at selection-screen.
    if sy-ucomm = 'ONLI'. " Only when execute is pressed
    matnr = p_matnr.
    clear p_matnr.
    werks = p_werks.
    clear p_werks.
    lgort = p_lgort.
    clear p_lgort.
    qty = p_qty.
    clear p_qty.
    file = p_file.
    clear p_file.
    endif.
    start-of-selection. " write what ever code you have for the start-of-selection
    NOTE "Remove the memory id for p_file otherwise it will not be cleared
    regards
    prasanth

  • My MacBook Pro is running slowly. I run Mountain Lion on it.  I received the following report from Etrecheck.  Can someone help me decipher it and provide me with steps to fix the slow speed?

    My MacBook Pro is running slowly. I run Mountain Lion on it.  I received the following report from Etrecheck.  Can someone help me decipher it and provide me with steps to fix the slow speed?
    Problem description:
    slow computer
    EtreCheck version: 2.0.11 (98)
    Report generated November 15, 2014 2:57:16 PM EST
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,1
      1 2.3 GHz Intel Core i7 CPU: 4-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 - VRAM: 384 MB
      NVIDIA GeForce GT 650M - VRAM: 512 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 6 days 7:45:47
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      disk0s1 (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (25.67 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Rowmote Helper.app
      [loaded] com.regularrateandrhythm.driver.RowmoteIREmu (1.0 - SDK 10.8) Support
      /System/Library/Extensions
      [not loaded] com.smarttech.iokit.SMARTBoard (11) Support
      [not loaded] com.tectona.driver.PL2303 (1.3.0) Support
      [loaded] com.webroot.driver.WebrootSecureAnywhere (54 - SDK 10.7) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.accountsd.plist
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.lookupd.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.coresymbolicationd.plist
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.smarttech.boardservice.plist Support
      [running] com.smarttech.floatingtools.plist Support
      [running] com.smarttech.ink.plist Support
      [running] com.smarttech.SBWDKService.plist Support
      [running] com.smarttech.smartnotification.plist Support
      [running] com.smarttech.systemtrayicon.plist Support
      [running] com.webroot.WRMacApp.plist Support
      [running] com.webroot.WRMacBackNSync.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [running] com.regularrateandrhythm.rowmotehelperaide.plist Support
      [running] com.webroot.security.mac.plist Support
      [running] com.webroot.webfilter.mac.plist Support
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Garmin Express Service UNKNOWN (missing value)
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
      Spotify Application (/Applications/Spotify.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      Rowmote Helper Application (/Applications/Rowmote Helper.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      npwebroot: Version: 2.0.15 Support
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.1
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      Unity Web Player: Version: UnityPlayer version 4.5.1f3 - SDK 10.6 Support
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 51 Check version
    Safari Extensions: ℹ️
      Password Manager
      webfilter
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      SMART Board  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          3% WindowServer
          2% iPhoto
          2% mds
          2% mdworker
          1% Google Chrome
    Top Processes by Memory: ℹ️
      382 MB Mail
      275 MB WebProcess
      107 MB Google Chrome
      103 MB WindowServer
      99 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      270 MB Free RAM
      1.50 GB Active RAM
      1.30 GB Inactive RAM
      1.22 GB Wired RAM
      20.97 GB Page-ins
      8.64 GB Page-outs

    Hi Linc
    I hope this is what you were after.  Looking forward to hearing your feedback.
    Thanks, Susanna.
    11/16/14 12:36:02.738 PM com.apple.XType.FontHelper[91728]: FontHelper:  message received. (<dictionary: 0x7fbb9b606ce0> { count = 2, contents =
      "query" => <string: 0x7fbb9b605720> { length = 109, contents = "com_apple_ats_name_postscript == "Roboto-Regular" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
      "restricted" => <bool: 0x7fff7912f320>: true
    11/16/14 12:36:02.738 PM com.apple.XType.FontHelper[91728]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    11/16/14 12:36:02.878 PM com.apple.XType.FontHelper[91728]: FontHelper:  message received. (<dictionary: 0x7fbb9a41d950> { count = 2, contents =
      "query" => <string: 0x7fbb9a41d2e0> { length = 108, contents = "com_apple_ats_name_postscript == "Roboto-Medium" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
      "restricted" => <bool: 0x7fff7912f320>: true
    11/16/14 12:36:02.878 PM com.apple.XType.FontHelper[91728]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    11/16/14 12:36:02.889 PM com.apple.XType.FontHelper[91728]: FontHelper:  message received. (<dictionary: 0x7fbb9b102580> { count = 2, contents =
      "query" => <string: 0x7fbb9b100580> { length = 107, contents = "com_apple_ats_name_postscript == "Roboto-Light" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
      "restricted" => <bool: 0x7fff7912f320>: true
    11/16/14 12:36:02.889 PM com.apple.XType.FontHelper[91728]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    11/16/14 12:36:02.898 PM com.apple.XType.FontHelper[91728]: FontHelper:  message received. (<dictionary: 0x7fbb9a41d1d0> { count = 2, contents =
      "query" => <string: 0x7fbb9a41d2e0> { length = 106, contents = "com_apple_ats_name_postscript == "Roboto-Bold" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
      "restricted" => <bool: 0x7fff7912f320>: true
    11/16/14 12:36:02.898 PM com.apple.XType.FontHelper[91728]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    11/16/14 12:36:03.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91723 [cfprefsd]
    11/16/14 12:36:03.784 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91721]) Exited: Killed: 9
    11/16/14 12:36:03.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91721 [SleepServicesD]
    11/16/14 12:36:08.471 PM com.apple.launchd.peruser.501[159]: (com.apple.tccd[91730]) Exited: Killed: 9
    11/16/14 12:36:08.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91730 [tccd]
    11/16/14 12:36:09.592 PM com.apple.launchd[1]: (com.apple.xpcd.F5010000-0000-0000-0000-000000000000[91727]) Exited: Killed: 9
    11/16/14 12:36:09.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91727 [xpcd]
    11/16/14 12:36:13.129 PM com.apple.launchd[1]: (com.apple.XType.FontHelper[91728]) Exited: Killed: 9
    11/16/14 12:36:13.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91728 [XType.FontHelper]
    11/16/14 12:36:14.996 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91739]) Exited: Killed: 9
    11/16/14 12:36:14.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91739 [SleepServicesD]
    11/16/14 12:36:20.120 PM com.apple.launchd[1]: (com.apple.cfprefsd.xpc.daemon[76618]) Exited: Killed: 9
    11/16/14 12:36:20.000 PM kernel[0]: memorystatus_thread: idle exiting pid 76618 [cfprefsd]
    11/16/14 12:36:23.433 PM com.apple.launchd.peruser.501[159]: (com.apple.cfprefsd.xpc.agent[76616]) Exited: Killed: 9
    11/16/14 12:36:23.000 PM kernel[0]: memorystatus_thread: idle exiting pid 76616 [cfprefsd]
    11/16/14 12:36:26.261 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91752]) Exited: Killed: 9
    11/16/14 12:36:26.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91752 [SleepServicesD]
    11/16/14 12:36:37.691 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91764]) Exited: Killed: 9
    11/16/14 12:36:38.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91764 [SleepServicesD]
    11/16/14 12:36:48.938 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91777]) Exited: Killed: 9
    11/16/14 12:36:49.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91777 [SleepServicesD]
    11/16/14 12:37:01.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91788 [SleepServicesD]
    11/16/14 12:37:00.821 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91788]) Exited: Killed: 9
    11/16/14 12:37:04.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91706 [distnoted]
    11/16/14 12:37:15.656 PM com.apple.launchd[1]: (com.apple.sleepservicesd[91795]) Exited: Killed: 9
    11/16/14 12:37:15.000 PM kernel[0]: memorystatus_thread: idle exiting pid 91795 [SleepServicesD]
    11/16/14 12:37:27.016 PM ReportCrash[91819]: Failed to create CSSymbolicatorRef for Webroot SecureAnywhere[264]
    11/16/14 12:37:27.125 PM ReportCrash[91819]: Failed to create dSYM-less CSSymbolicatorRef for Webroot SecureAnywhere[264]
    11/16/14 12:37:27.487 PM com.apple.launchd.peruser.501[159]: (com.webroot.WRMacApp[264]) Job appears to have crashed: Segmentation fault: 11
    11/16/14 12:37:30.336 PM com.apple.launchd[1]: (WSDaemon[61]) Exited abnormally: Broken pipe: 13
    11/16/14 12:37:34.295 PM WindowServer[79]: CGXDisableUpdate: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    11/16/14 12:37:34.594 PM WindowServer[79]: reenable_update_for_connection: UI updates were finally reenabled by application "iPhoto" after 1.30 seconds (server forcibly re-enabled them after 1.00 seconds)
    11/16/14 12:37:37.648 PM ReportCrash[91819]: Saved crash report for Webroot SecureAnywhere[264] version 8.0.7.78 (8.0.7.78) to /Users/landerson/Library/Logs/DiagnosticReports/Webroot SecureAnywhere_2014-11-16-123737_lukes-MacBook-Pro.crash
    11/16/14 12:37:42.660 PM WindowServer[79]: CGXDisableUpdate: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    11/16/14 12:37:43.632 PM WindowServer[79]: reenable_update_for_connection: UI updates were finally reenabled by application "iPhoto" after 1.97 seconds (server forcibly re-enabled them after 1.00 seconds)
    11/16/14 12:37:50.783 PM WSDaemon[91822]: CGSRegisterConnectionNotifyProc called with invalid connection
    11/16/14 12:38:09.909 PM Problem Reporter[91853]: launch_msg returned m

  • SSRS Report queries begin running slowly, have to stop and start report server to restore performance

    We have had a production issue crop up twice now where reports begin running slowly seemingly at random.  
    When this happens we can see from running SQL Profiler that the report queries are taking an extremely long time to execute.  The same queries when run directly in management studio run quickly.  
    Initially I suspected parameter sniffing, and tried using OPTION (RECOMPILE) in the reports, as well as clearing out the particular query from the plan cache and running the SQL in SSMS to try and get a better plan etc but no amount of jiggery pokery by
    me could get the queries to run any faster.
    The really weird thing - is that stopping and starting the report server via the reporting services configuration manager instantly cures the problem.  
    I'd really love to know - why this might be?  Is it something to do with the report server closing and re-opening its connections to the database? That's the only sort of thing I can think of...any ideas? Anyone? Any suggestions would be much appreciated.
    LucasF

    Hi LucasF,
    In your scenario, usually we can monitor the execution log in Report Database. If you run below query, you can get the results how long the report takes to render (TimeRendering), how long to process the report(TimeProcessing) and how long to retrieve data
    from Database(TimeData). You can check the starttime and endtime to know the total time for executing a report.
    SELECT TOP1000 *FROM[ReportServer].[dbo].[ExecutionLog2]
    More details information, please reference to similar thread below:
    Steps for troubleshooting a slow SSRS 2014 server
    Troubleshooting Reports: Report Performance
    In SQL Server Reporting Services, a job will be created by SQL Server Agent if any of the following processes is underway:
    query execution on a remote or local database server
    report processing
    report rendering
    To cancel a job that is running on the report server, we can cancel the job directly or reduce the report execution time-out value in the SQL Server Management Studio and then will stop query execution. Please refer to the steps below:
    Open SQL Server Management Studio, and connect to "Reporting Services".
    Under the Report Server node, right-click on the "Jobs" folder and select "Refresh". Then, right-click on "Jobs" again and click "Cancel All Jobs".
    Right-click on the Report Server node and open the "Server Properties" dialog.
    Click the "Execution" option, and set the "Limit report execution to the following number of seconds:" to a much smaller number. After this issue is resolved, this configuration should revert to the previous state.  
    Reference:
    Managing a Running Process
    Setting Time-out Values for Report and Shared Dataset Processing
    In addition, we can also use the KILL Transact-SQL statement to terminate a normal connection by terminating the transactions that are associated with the specified session ID. For the details information, you can refer to:
    KILL (Transact-SQL)
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Crash report runs a long time after startup

    Crash report runs for about 1-1/2 hour after startup.

    did you check how much time the entire report takes to execute (evn though the first 25 rows comes up quickly). I suspect it is > 30 mins.
    OBIEE is not meant as a data dump tool and there is little that could be done. (except better hardware)

  • Remove screen values for select options after report runs

    I have a report that runs and when it is finished there is garbage in 3 select-option fields.  I put it there because i want the report to run if the field is blank.  here is a sample of that code.
    IF SO_APS = '  '.
        SO_APS = 'IEQn'.
        APPEND SO_APS.
      ENDIF.
    what happens is that there is an displayed after the report is finished, and I don't want to confuse the end users.

    You can try clearing it as the last statement.
    clear  SP_APS.   Refresh SO_APS.
    If that doesn't work, then try FREE MEMORY as the last executable statement.
    Regards,
    Rich Heilman

  • I install latest update from my ipad 2, after the upgrade tablet running slowly. Probably the system requirements too high for my device. I think that users with older models should be able to install IOS 6.x.x on their devices or consider buying devices

    I install latest update from my ipad 2, after the upgrade tablet running slowly. Probably the system requirements too high for my device. I think that users with older models should be able to install IOS 6.x.x on their devices or consider buying devices from other manufacturers ...
    People are dissatisfied with the new update a lot, including some of my friends and acquaintances. Is it reasonable to wait until Apple implements the possibility to return to Ios Ios 6 to 7? And how soon it can be done?
    Sorry for my english, i am from Russia.

    I have a similar issue. I recently purchased an iPad Mini, and I started off by backing it up from the apps I had on my iPhone. Now, I have a number of apps that never downloaded and that I don't want on the iPad. Some of these are apps that I don't need, while others are the iPhone versions of apps. There are something like 23 apps that I have no use for, but iTunes tries to install every time I connect. I've also tried clicking the 'Will Install' buttons. There's no way to delete these apps from the iPad without first installing them, as far as I can see, and there's no way to NOT install them, in iTunes.
    It''s not just annoying, it's causing problems with installation of larger files and movies. Now, every time I sync to the computer, I get a warning that I'm over capacity by 580 MB, and larger apps will not install! Clicking Revert and a bunch of other things doesn't work, either. And I can't just delete some of the apps, because I or my wife use them on our phones!

  • Macbook pro running slowly after installing Maverick.  Solutions?

    macbook pro running slowly after installing Maverick.  Solutions?

    Hello art02,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    If your Mac runs slowly
    http://support.apple.com/kb/PH10798
    If you find your Mac is running slowly, there are a number of potential causes that you can check.
    If none of these suggestions work, you may need to repair your computer’s disk in Disk Utility.Repair a disk
    Best of luck,
    Mario

  • Macbook Pro 2009 runs slowly and freezes. Can someone look at this Etrecheck report and tell me what's wrong?

    Macbook Pro 2009 runs slowly and freezes. Can someone look at this Etrecheck report and tell me what's wrong?
    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 6 days 16:17:8
    Disk Information:
              FUJITSU MJA2160BH FFS G1 disk0 : (160.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        MacBook HD (disk0s2) /: 159.18 GB (29.38 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.spsys.driver.IOKitDriver          (1.0.0d1)
              com.parallels.kext.usbconnect          (8.0 18615.948847)
              com.parallels.kext.hypervisor          (8.0 18615.948847)
              com.parallels.kext.hidhook          (8.0 18615.948847)
              com.parallels.kext.netbridge          (8.0 18615.948847)
              com.parallels.kext.vnic          (8.0 18615.948847)
              com.parallels.filesystems.prlufs          (2010.12.28)
    Startup Items:
              StartupComponent: Path: /Library/StartupItems/StartupComponent
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.fitbit.galileod.plist 3rd-Party support link
              [System] com.spsecure.daemon.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.spsecure.useragent.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] [email protected]
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              AdobeResourceSynchronizer
              Dropbox
              EvernoteHelper
              Fitbit Connect Menubar Helper
              Google Chrome
    Internet Plug-ins:
              Flip4Mac WMV Plugin: Version: 2.4.4.2 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 Outdated! Update
              QuickTime Plugin: Version: 7.7.3
              OfficeLiveBrowserPlugin: Version: 12.3.6 3rd-Party support link
              AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 3rd-Party support link
              Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              Move-Media-Player: Version: npmnqmp 071503000004 3rd-Party support link
              fbplugin_1_0_3: Version: (null) 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              MacFUSE  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              Amazon MP3 Downloader:          Version: INFO_PLIST_VERSION - SDK 10.4 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Auto backup: YES
              Time Machine not configured!
    Top Processes by CPU:
                  37%          prl_vm_app
                  10%          WindowServer
                   9%          Google Chrome
                   1%          hidd
                   1%          Agent
    Top Processes by Memory:
              602 MB          prl_vm_app
              115 MB          Google Chrome
              82 MB          Google Chrome Helper
              82 MB          Mail
              70 MB          Microsoft Word
    Virtual Memory Information:
              137 MB          Free RAM
              782 MB          Active RAM
              718 MB          Inactive RAM
              1.50 GB          Wired RAM
              23.02 GB          Page-ins
              1.21 GB          Page-outs

    Hey greytdogs,
    I would give some of the suggestions in this link a shot:
    OS X Mavericks: If your Mac runs slowly
    http://support.apple.com/kb/PH13895
    Welcome to Apple Support Communities!
    Sincerely,
    Delgadoh

  • Apple tv3 runs slowly on all apps in the box,after the last update.Picture sometimes runs slowly on netflix ,and all the apps in the apple tv3 box.But the sound is ok.Anyone else have this problem?

    Apple tv3 runs slowly on all apps in the box,after the last update.Picture sometimes run's slowly on netflix ,and all the apps in the apple tv3 box.But the sound is ok.Anyone else have this problem?I have a 20Mbit wireless line,but i had put a cable from my router to my apple box,but it did not help.

    Are you using a home network?
    Try the following :                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings

  • Emac G4 runs slowly after upgrading from panther to tiger

    I have an Emac G4 with a 1.26 GHz HD and 512 MB RAM. I just bought and installed a full install (3 discs) for Tiger. Then I added the upgrade to 10.4.11. I had been running 10.3.9. Now the memory is close to maxed out and the computer runs slowly. And it occasionally freezes up on a program so I have to force quit. Is it running slowly because of the almost-full memory? Is Tiger that much bigger than Panther? I already trashed the Internet Explorer and Netscape programs to free up some memory but what else can I trash? I went into prefs to get rid or all IE and Nestscape stuff and I don't think I trashed anything else (that would cause it to run slowly or freeze up). I redid the permissions but I don't think it helped. Anything else I should be doing? Upgrading firmware? etc.?

    If you can Backup, be sure to do it of course!
    Depending what you use it for of course...
    On HD space 13GB, that's getting down to the point where it's slowing things a tat bit.
    On Memory, I'd forget the 256MB, my eMac 1.42, (uses same Memory chips), has the "2GB PC3200 PowerMac G5 Memory Upgrade (2x1GB Matched Pair) DDR 400MHz CAS 3.0", here...
    http://eshop.macsales.com/Item_XLR8YourMac.cfm?ID=6077&Item=OWC3200DDR2GBP
    You can get 1GB here...
    "1GB PC2700 DDR 333MHz CAS 2.5 184 Pin DIMM"
    "512MB PC2700 DDR 333MHz CL2.5 184 Pin Module"
    by searching here for a bit of discount...
    http://eshop.macsales.com/Specials/XLR8YourMac.cfm
    If the budget is really really tight...
    http://eshop.macsales.com/item/Other%20World%20Computing/2700DDR256/
    I take it that you feel that Tiger IS that big...
    As an example, just the latest Keyboard update for Tiger is 35.3MB!!! ???
    The more RAM you get and the more HD Space you can free up, the Happier you'll be!

Maybe you are looking for

  • Purchase order - Final invoice indicator EKPO-EREKZ

    Hi, How is possible set Final invoice indicator in purchase order items  - only manualy, or exists solution for automatical setting ? Thank you for advice. Bernard

  • BPM and Plumtree.Edk.IRemoteSession : java.lang.NoClassDefFoundError

    I am developping in BPM Studio 10.3.1 for a BPM process. I am trying this : Plumtree.Edk.IRemoteSession iRemoteSession=RemoteSessionFactory.getExplicitLoginContext(new URL("http://portalhost:11905/ptapi/services/QueryInterfaceAPI"), "administrator",

  • Problem with amadmin console

    i am deploying my own portlet using the pddeploy command with amadmin as login. it is also allowing me to create new channel using the identity server. But when i am trying to login on portal server desktop as amadmin it gives me error as confogurati

  • KSB1 Report Behaviour.

    Hello All, We have posted actuals from the transaction KB21N to WBS with four line items in one document with same sender CC and recevier CC being different, All the four line items have different WBS assigned, When we check the same in KSB1 transact

  • Another victim of 3689

    I have Vista OS on a PC and an Airport Extreme router. I know it isn't the router, because on another desktop and laptop, I've never had a single problem with AppleTV as far as syncing goes. I purchased a new PC with Vista 64 Bit and can't get it to