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

Similar Messages

  • Why do applications (Illustrator, Pages, Mail) launch so slowly with spinning ball (about a minute to 90 seconds) when Mac is connected to our LAN, but when I disconnected Mac from the LAN, those applications launch instantly and function normally?

    I hope I'm submitting this properly, I apologize if this irritates anyone because of improper etiquette. Why do applications (Illustrator, Pages, Mail) launch so slowly with spinning ball (about a minute to 90 seconds) when Mac is connected to our LAN, but when I disconnected Mac from the LAN, those applications launch instantly and function normally? This is a condition which seemed to start just recently and abruptly. These applications reside on, and are launched from the startup drive, not from a network drive. Also, we have a NAS drive on the LAN that we connect to that also takes a minute or two to mount, when it used to (before this problem) mount on the desktop in a matter of about 5 seconds. We have three identical Mac Pros on the LAN, and they all have this problem when launching and using the above mentioned applications. When I physically unplug the network cable from the Mac, all applications launch instantly and function normally. I know very little about networks, so I can't begin to test or change any setting pertaining to our network - if that is where the problem lies. The only recent change to our network situation is that we lost or our internet and phone service due to massive flooding here in Minot, North Dakota (our ISP tells us the communication lines are under water and shorting out). But shouldn't our LAN still function even though we have lost our connection to the outside world? Thanks so much, in advance, for helping me solve this problem. Sheldon.

    Hi there.
    A slow LAN can have many things so its going slow.
    1) is your lan 1gbit speed? (full duplex)
    2) are the macs also 1Gbit speed? (full duplex)
    3) does your nas has a firewall? (so you can see what the mac asking there)
    4) on the macs is the firewall on? (does the programms can pass the fw?)
    5) how big is the nas and how many files/dirctorys are on the nas? (big folders speeds down )
    many questions, but sometimes there is a solution.
    regards tim

  • 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

  • PL/SQL report running slow even with Shared_Servers set to 10

    I am running into a problem with a PL/SQL query that displays in the Report region. I have changed my Shared_Servers parameter and that has not helped. There are less than 10 users on the system. I ran debug and the app is running a long time (10 seconds) in "rows loop: 20 row(s)" where 20 is the number of rows displayed per page. If I run the query in regular SQL, then the results are displayed almost instantaneously. Any ideas?

    I figured out my problem. My statistics were out-of-date on one of my tables. I re-analyzed the table and that solved the problem. Now the results display within milliseconds. What a huge difference that made.

  • 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

  • Data is missing in Even Page when report running in background (spool)

    Hi
    I have this weird problem in my report. The report would run in background convert the data in to PDF from spool and then email it to people.
    Now when the PDF has more then 1 page the error occurs.
    It drops the last row from the even page. The total at the end and every thing shows correctly. If there r more than 2 pages then on page 3 the last row is not dropped and its all fine but again on page 4 it drops one record and on page 5 again its working fine.
    One thing is it also puts an extra line(horizontal line which is not in the code) on those pages where its unable to put the record and its always the last one on the even page. I also looked up the spool. Its doing it in the spool too. So i think its not the PDF converter its when the spool is getting created for some reason its droping the rows for the even pages...
    Did any one else encountered some thing like this? please help.
    Thanks
    Message was edited by:
            Anwarul Kabir

    is there any problem with Background spools with SAP? We are running R3 here. And looks like its the spool background job that's creating the error. When i execute the report it shows all the record in print preview or if i print it.
    Please Help!

  • 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.

  • SQL Report Builder

    I have an application that uses SQL Report Builder to edit templates.  When I go to add a dataset to add a custom field to the report, I get a permissions error (screenshot Error).  When I check the credentials for the shared datasource, they are
    all grayed out, so I can’t verify the credentials being used (screenshot Error 2).  According to SQL Management Studio, the user credentials have the right permissions.  The weird thing is, I can access the datasets and shared datasource embedded
    in the report just fine.  I just get a permissions error whenever trying to create a new dataset.

    Please provide specifics on the differences (an example please). Things like formatting of dates are very likely to show differently.
    Thanks,

  • 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

  • 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

  • Clear data in sql report region on page load....

    I have a sql report region.when i run the page the data getting populate on the screen because of the sql query. On page load i dont want to populate the data in screen.
    i have created the page process to clear cahe the page. but the data is not clearing from the screen.
    How to resolve this?
    Thanks & regards,
    Skud.

    Skud,
    you can create condition in report region query e.g. where 1 = :PXX_ITEM, and populate that item on click and then refresh report.
    Bt,
    Marko

  • No Response from Application Web Server - j2ee when running a long report

    Using Oracle Application server, 10.1.2 and a j2ee application which uses Oracle Reports to create pdf report output.
    When a report takes 5 mins or more to be produced, the following error message occurs, ending the session. The report request however does continue to run, and the pdf is eventually
    produced on the server, but the user cannot retrieve it. So I know the report server is still going after getting this error:
    No Response from Application Web Server
    There was no response from the application web server for the page you requested.
    Please notify the site's webmaster and try your request again later.
    I'm assuming this is a timeout setting in a configuration file, but where?
    Thx,
    Tim

    Hi Tim,
    Take Backup of httpd.conf from Oracle_home2(midtier)
    Now Edit httpd.conf, set timeout 1200 ie 20 mins (this depends on you how much time u need to set Note: Values are in seconds)
    Now restart entire Mid tier
    Then run the report again.
    Regards
    Fabian

  • I would like to uninstall or otherwise safely remove any applications that make my MB Pro run slowly.

    I would like to uninstall or otherwise safely remove any applications that make my MB Pro run slowly. I will have to keep a few apps such as CrossWeb and Veraport due to having to use secure banking and government websites in Korea. I also need the LogMeIn app to access a server in the USA, but I realise that some people recommend getting rid of it.
    I tried but apparently have been unsuccessful in removing a McAfee VirusScan application completely. I can still see some files in the HD Library. Any ideas here on how to safely uninstall/remove?
    Also any suggestions on how to get rid of my incompatible virtualbox? I think it's 4.0.4.
    Also, if you see anything else I should uninstall/remove from the EtreCheck below, by all means please make suggestions.
    Thanks so much for your help, suggestions, and advice!
    Hardware Information:
        MacBook Pro (15-inch, Mid 2010)
        MacBook Pro - model: MacBookPro6,2
        1 2.53 GHz Intel Core i5 CPU: 2 cores
        4 GB RAM
    Video Information:
        Intel HD Graphics - VRAM: 288 MB
        NVIDIA GeForce GT 330M - VRAM: 256 MB
    System Software:
        OS X 10.9.2 (13C1021) - Uptime: 0 days 1:55:49
    Disk Information:
        ST9500325ASG disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 499.25 GB (295.55 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information:
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
    Gatekeeper:
        Anywhere
    Kernel Extensions:
        [not loaded]    com.cisco.cscotun (1.0) Support
        [kext loaded]    com.logmein.hamachi (1.0) Support
        [kext loaded]    org.virtualbox.kext.VBoxDrv (4.0.4) Support
        [not loaded]    org.virtualbox.kext.VBoxNetAdp (4.0.4) Support
        [not loaded]    org.virtualbox.kext.VBoxNetFlt (4.0.4) Support
        [kext loaded]    org.virtualbox.kext.VBoxUSB (4.0.4) Support
    Startup Items:
        KeyAccess: Path: /Library/StartupItems/KeyAccess
        VirtualBox: Path: /Library/StartupItems/VirtualBox
    Launch Daemons:
        [failed]    com.adobe.fpsaud.plist Support
        [loaded]    com.adobe.SwitchBoard.plist Support
        [running]    com.cisco.anyconnect.vpnagentd.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [running]    com.logmein.hamachi.plist Support
        [running]    com.sassafras.KeyAccess.plist Support
        [loaded]    com.tunnelbear.mac.tbeard.plist Support
    Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.cisco.anyconnect.gui.plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [running]    com.logmein.hamachimb.plist Support
        [loaded]    com.sassafras.KeyAccess.plist Support
    User Launch Agents:
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [running]    com.spotify.webhelper.plist Support
        [not loaded]    org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
        GrowlHelperApp
        GrowlHelperApp
        iTunesHelper
        SuperDrive Update 2.1
        Google Drive
        Dropbox
        DaumLiveAgent
        KeyAccess
    Internet Plug-ins:
        npCrossWebPlugin: Version: 1.0 - SDK 10.5 Support
        o1dbrowserplugin: Version: 5.3.1.18536 Support
        Google Earth Web Plug-in: Version: 6.1 Support
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 2.4.1.4 Support
        OfficeLiveBrowserPlugin: Version: 12.3.6 Support
        RealPlayer Plugin: Version: (null) Support
        AdobePDFViewerNPAPI: Version: 10.1.10 Support
        FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
        DivXBrowserPlugin: Version: 2.0 Support
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
        Flash Player: Version: 13.0.0.214 - SDK 10.6 Support
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.3.1.18536 Support
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewer: Version: 10.1.10 Support
        Veraport: Version: 1.1.0.2 - SDK 10.7 Support
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
        DivX  Support
        Flash Player  Support
        Flip4Mac WMV  Support
        Growl  Support
        KeyAccess  Support
        Symantec\nQuickMenu  Support
    Time Machine:
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 464.96 GB Disk used: 189.71 GB
        Destinations:
            Data [Network] (Last used)
            Total size: 2 
            Total number of backups: 30
            Oldest backup: 2012-08-12 07:49:57 +0000
            Last backup: 2014-05-05 04:48:48 +0000
            Size of backup disk: Excellent
                Backup size 2  > (Disk size 464.96 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
             3%    WindowServer
             0%    fontd
             0%    PluginProcess
             0%    Google Drive
             0%    com.apple.WebKit.Networking
    Top Processes by Memory:
        188 MB    com.apple.IconServicesAgent
        143 MB    Finder
        143 MB    mds_stores
        102 MB    Safari
        98 MB    WindowServer
    Virtual Memory Information:
        53 MB    Free RAM
        1.55 GB    Active RAM
        1.50 GB    Inactive RAM
        787 MB    Wired RAM
        537 MB    Page-ins
        316 KB    Page-outs

    You have so much junk, and I doubt that you know how to uninstall it.
    It's up to you what you do, I know what I would do  (but then I wouldn't stuff my Mac with junk in the first place)
    Good luck.

  • Installed SQL Reporting Services 2012 on SharePoint 2013 Server. SQL Reporting Service not available In the list of runnning services or new service applications

    Hi I'm trying to setup SQL reporting services in a SharePoint 2013 farm consisting of:
    4 WFE's
    4 App Servers (NLB Central Admin x 4 servers)
    4 App Severs for SSRS (Light limited SharePoint services running)
    I've installed SSRS 2012 SP1 by following the guide (http://msdn.microsoft.com/en-us/library/gg492276.aspx) on one of the SSRS SharePoint 2013 servers and ensuring Reporting Services - SharePoint and Reporting Services Add-in for SharePoint Products is selected.
    All completed without errors and I have even upgraded to SP2 for troubleshooting but no joy.
    I've then gone into SharePoint Central Admin and I cannot see SQL Reporting Service available In the list of runnning services on the server I have just installed SSRS on and going to manage service applications I cannot see in the new dropdown menu SQL
    Reporting Services.
    I have ran the following commands in the SHarePoint management shell:
    Install-SPRSService and Install-SPRSSeviceProxy
    and
    get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
    The reply was that the service was already online on the server.
    So in powershell all seems ok but it does not appear in central administration.
    I have also moved Central Administration to the SSRS SharePoint server too.
    Any other suggestions? Here is the same problem but in SP2010 (http://social.technet.microsoft.com/Forums/office/en-US/6a21cc05-1f9b-49ad-a9bb-44aa5b3ce312/action?threadDisplayName=after-installing-sql-reporting-services-service-for-sharepoint-2012-service-is-not-in-the-list-of)
    In my lab environment of a 4 server SP2013 farm it worked immediately when i installed it on the app server (CA host) so I dont think it is my install strategy.
    I guess my next attempt is to install SSRS on an app server with central administration hosted.
    Thanks

    I had the same issue on 2 different environments.
    I had 2 application servers. One had Central Administration. I installed SSRS on the other one and it never appeared in the Service Applications in SharePoint.
    When I also provisioned Central Administration on the other application server and went to the service applications using Central Admin on that server, the SSRS service application was there.
    Since then I always install SSRS on the server which hosts Central Admin. No issues then.

  • 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

Maybe you are looking for

  • Error while activating Infospoke

    Hi, I have created an infospoke where i need data from infocube to be extracted to a CSV file. When i select a local file in the destination tab, the process chain facility is getting disabled BUT the background running is diabled. For the background

  • Syncing Video podcasts, watched episodes coming up as new?

    Hi all, have the new iphone 3g and have one very annoying problem. I've done a search and can't find any solutions. Is this a known problem from apple? I subscribe to several video podcasts. I watch them on my iphone and then after doing a sync, they

  • Mzm.pbfkalfs.pkg error message

    Repeated attempts to download OS X Lion keep ending with the following message: "The application could not be downloaded.  An error occurred while running scripts from the package "mzm.pbfkalfs.pkg"." I am already running OS X Lion 10.7.1 on my 2008

  • BOR object creation

    Hi   I am creating new BOR object in the bor object defined new key field as matnr when i am trying to release it and before it i have implemented it . it is showing information message no default attribute defined for  the object type

  • MAVERICKS UPDATE AND ADOBE CS6

    Hello, i am with  Macbookpro mac os x 10.7.5 and i am going to update to Mavericks. I have adobe creative suit 6 (AE, PS, PR etc.) My question is-> When i updato to mavericks will all these programs and actually any program i have on my mac run as it