Task view timing out in Convergence

Good Morning,
Currently testing Convergence and Calendar server:
Product: Convergence 1u3
Version: 1.0-12.01
Basedir: /apps/msg/iwc
Build Date: 20100116
Product: Calendar Server 6.3
Version: 6.3-20.01
Basedir: /apps/cal/calendar
Build Date: 20091023
I currently have a user that has roughly 800 tasks items in Convergence. When they attempted to click on tasks in Convergence, they receive the following message in IE after a couple of minutes: "Stop running this script? A script on this page is causing Internet Explore to run slowly. If it continues to run, your computer may become unresponsive."
Is there a parameter in Convergence or Calendar that needs to be adjusted to allow the displaying of this many task items?
Edited by: fords4us on Apr 30, 2010 3:08 PM

shjorth wrote:
fords4us wrote:
I currently have a user that has roughly 800 tasks items in Convergence. When they attempted to click on tasks in Convergence, they receive the following message in IE after a couple of minutes: "Stop running this script? A script on this page is causing Internet Explore to run slowly. If it continues to run, your computer may become unresponsive."Are they using IE7 or IE8? Do they still see this issue if they use Firefox 3.5?They are using IE8. I still see the same issues with Firefox 3.5 and 3.6
>
Is there a parameter in Convergence or Calendar that needs to be adjusted to allow the displaying of this many task items?The javascript error indicates that there is a performance bottleneck somewhere. This could be at the server-side (taking too long to retrieve / process / send the calendar task data to the client) or client-side (taking too long to parse/process the task data).
A similar issue was discussed here:
http://forums.sun.com/thread.jspa?threadID=5436828
Regards,
Shane.

Similar Messages

  • CFMX 8 - Scheduled tasks timing out

    Hi,
    I just migrate from CFMX 6.1 tyo CFMX 8 and I have a problem
    with a scheduled task already existing. It's not that big of a task
    and but page is always timing out. I tried to re-create it but it
    still happens. I tried to put a RequestTimeOut in the link like
    this (
    http://www.myCFMpage.com//myTask.cfm?RequestTimeOut=50000)
    but it doesn't work either.
    Why does this happen ?? I thought that scheduled tasks never
    timed out ??
    Here's the message in my scheduler.log file :
    The request has exceeded the allowable time limit Tag: cfhttp
    Error while executing task The request has exceeded the
    allowable time limit Tag: cfhttp
    Thanks for your help
    Gilles

    cfgilles wrote:
    > RequestTimeOut in the link like this
    > (
    http://www.myCFMpage.com//myTask.cfm?RequestTimeOut=50000)
    but it doesn't work
    > either.
    This feature has been deprecated. You use the CF
    Administrator or the
    <cfsetting...> tag to adjust how long a template is
    allowed to run.
    >
    > Why does this happen ?? I thought that scheduled tasks
    never timed out ??
    Of course they time out. All a schedule task does is make a
    request
    with ColdFusion's internal browser at a scheduled time. Once
    this
    request is made, it is process as any other request and will
    time-out at
    the defined time as any other request would.
    It sounds like your <cfhttp...> request is not getting
    returned in the
    allowed time.

  • Hi Experts , I am currently facing problems while running restricted version copy .. The log says 0 location products copied and that the process has has timed out. the error message is /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014, th

    Hi Experts , I am currently facing problems while running restricted version copy in sap apo .. The log says 0 location products copied and that the process has timed out. the error message is " /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014 " , then ending in time limit exceeded. could anyone explain why this happens. please note even if the log says 0 location products copied , in reality they have have been partially copied.
    Regards
    Jerel

    Hi, thank you for your replies, I found out few things about my servlet, and its portability
    and i have few questions, although i marked this topic as answered i guess its ok to post
    I am using javax.servlet.context.tempdir to store my files in that servletcontext temporary directory. But i dont know how to give hyperlink
    of the modified files to the user for them to download the modified files.
    What i am using to get the tempdir i will paste
    File baseurl = (File)this.getServletContext().getAttribute("javax.servlet.context.tempdir");
    System.out.println(baseurl);
    baseurl = new File(baseurl.getAbsolutePath()+File.separator+"temp"+File.separator+"files");
    baseurl.mkdirs();so i am storing my files in that temp/files folder and the servlet processes them and modifies them, then how to present them as
    links to the user for download ?
    and as the servlet is multithreaded by nature, if my servlet gets 2 different requests with same file names, i guess one of them will be overwritten
    And i want to create unique directory for each request made to the servlet , so file names dont clash.
    one another thing is that i want my servlet to be executed by my <form action> only, I dont want the user to simply type url and trigger the servlet
    Reply A.S.A.P. please..
    Thanks and regards,
    Mihir Pandya

  • Smart View Retrieval Timed Out Error

    Hello all, While retrieving from smartview I get the following error,
    "Request Timed Out. Contact your smartview client system administrator to extend your Windows Internet Explorer timeout settings (Receive Timeout, KeepAlive Timeout and ServerInfo Timeout)."
    Can someone please suggest where the settings need to be changed. FYI we are on Version 11.1.2.3 of smartview.
    Thanks,
    Ted.

    Try Oracle Support - Smart View Error: "The request timed out. Contact your administrator to increase netRetrycount and netRetryInterval" (Doc ID 744559.1)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Question about EWS - The operation has timed out

    hi everyone,
    I'm developing a solution which uses public folder database in Exchange Server to store tasks:
    - We use 1 account to access to public folder database by using EWS.
    - Currently, this public folder database contains 60000 tasks and they are being accessed by 700 users, they always have the following exception: 
    04/23/2015 09:41:15:  - The request failed. The operation has timed out
    Message :The request failed. The operation has timed out
    Source :Microsoft.Exchange.WebServices
    Stack Trace :   at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request)
       at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems[TItem](IEnumerable`1 parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems(FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)
    Please help.
    Thanks a lot.
    Phuc

    Thanks Glen for your reply.
    Here is a code block which retrieve the number of task of some groups
    foreach (var bu in request.BusinessUnits)
    SearchFilter businessUnitFilter = new SearchFilter.IsEqualTo(BusinessUnitAliasProp, bu);//, ContainmentMode.FullString, ComparisonMode.IgnoreCase);
    SearchFilter[] filters = new SearchFilter[] { actualOwnerFilter, statusFilter, businessUnitFilter };
    var filterCollection = new SearchFilter.SearchFilterCollection(LogicalOperator.And, filters);
    GroupedFindItemsResults<Item> taskResults = this.exchangeService.FindItems(_publicFolderId, filterCollection, itemView, groupByApplication);
    if (taskResults != null && taskResults.ItemGroups != null)
    foreach (var groupItem in taskResults.ItemGroups)
    if (!dict.ContainsKey(groupItem.GroupIndex))
    dict.Add(groupItem.GroupIndex, new Dictionary<string, int>());
    if (!dict[groupItem.GroupIndex].ContainsKey(bu))
    dict[groupItem.GroupIndex].Add(bu, groupItem.Items.Count);
    Please let me know if it's too complex and might affect to the performance of Exchange Server

  • Infoview Reports timing out, Freezing and other performance issues

    Hi all,
    New user and been tasked with a project to try and get to the bottom of a problem our users get using infoview on our network. Now i have very little experience in these kind of things and this is more of a research and learn experience at the same time. I have highlighted in bold below what one of my colleagues has sent me in order to research.
    You may have noticed Reports timing out, Freezing etc.
    We need recognise whatu2019s causing it and any solutions we can apply.
    It maybe down to Memory issues, on local machines. Cost of Queries on the databases or even Java versions used when either editing or viewing Webi reports.
    Other considerations could be Network issues u2013 Are the problems just site specific
    u2022     Identify reports that are causing problems. Is it down to the Queries used and can these be optimised to run faster u2013 Our DBA can assist with this using his Query profiler (ORACLE).
    Or reports that have many tabs on, appear to take longer to open/edit u2013 is this Memory or Java.
    u2022     Research the web for known issues/fixes,
    u2022     Raise Topics on Forums such as BOB and the SAP forum u2013 explaining the above, Can we find out what causes it, which Java versions we should be using, and recommended amount of Memory (RAM) etc.
    At the moment im busy just getting a list  of reports our users are having a problem with along with any error messages etc. Now in order to get help from some gurus on here i obviously would need to supply more information on our setup so if anyone can help just tell me what information you need and i will get this for you.

    Hi,
    Here's my best suggestion, use a monitoring tool like Remote Support Component: www.service.sap.com/remote-supportability
    you can use this utlity to diagnose your system and all aspects of its latency
    regards,
    H

  • Request timed out.- Error while opening a item in Blog

    Hi,
       We have a blog in our share point portal which was running properly before few days.
    We get Request Timed out error while opening an item in the blog. The list contains about        
       3500 items
    [HttpException (0x80004005): Request timed out.]
    We were able to create a new item but not able to view the item.
    When we check the server SQLSERVR.EXE takes more than 90% of the CPU Usage.
    Please let me know how to resolve this issue.
    Thanks,
    Vanitha

    Hi,
    According to your description, Please check the RAM allocated to your SQL server. MOSS server needs 2GB RAM
    to preform well. SQL requires 2GB RAM for optimum performance.
    Messages like this are mainly due to lack of RAM Allocation.
    Best Regards
    David Hu

  • Request timed out because there has been no reply from the server in 600000

    Issue:
    Request timed out because there has been no reply from the server in 600000
    Scenario:
    1. All the crystal reports are designed by using Crystal Report 2008 Version -- 12.3.0.601
    2. All reports are uploaded to CMC (SAP Business Objects Enterprise XI, Product: 12.1.0)
    3. using Front-End .net Winform
    4. Crystal Report is binding is done using Business View Manager (since having more than one databases)
    5. Business View Manager Connects to Oracle using "Oracle Server" connection
    6. Loading reports as follows
    string queryString = string.Empty;
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon(userName, userPassword, serverName, authType);
    EnterpriseService enterpriseService = enterpriseSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(enterpriseService);
    enterpriseService = enterpriseSession.GetService("PSReportFactory");
    Object psrfObject = enterpriseService.Interface;
    PSReportFactory psReportFactory = (PSReportFactory)psrfObject;
    queryString = "Select SI_CUID, SI_ID, SI_NAME, SI_PARENTID From CI_INFOOBJECTS " + "Where SI_PROGID='CrystalEnterprise.Report' " + "And SI_ID=" + ReportId;
    InfoObjects infoObjects = infoStore.Query(queryString);
    InfoObject infoObject = infoObjects[1];
    ReportDocument crDoc = new ReportDocument();
    crDoc.Load(infoObject, enterpriseSession);
    7. All the reports are getting loaded properly and i am able to dynamically set the report parameters
    8. After executing report, some of the reports take more than 10 minutes, due to which shows following error
    Request timed out because there has been no reply from the server in 600000
    Note i have done following:
    1. I have checked stored procedure running through oracle for more than 10 minutes (1 hr, 2 hrs)
    2. Tried simply running crystal report without front-end running perfectly more than 10 minutes (1 hr, 2 hr)
    3. When i run .net winform application for specific reports which takes long time, gives "Request timed out because there has been no reply from the server in 600000"
    Also i have done lot much R&D and spent almost weeks to get resolution but not getting any solution out of it, please help me in this case
    HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerClient SDKCorbaAdapterWaitReplyTimeout = 600000 and HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerInprocServerEnterpriseRequ
    AS per following URL
    Session timeout
    1. Log into Central Management Console
    2. Go to server,right click on Crystal report processing server and select properties,change the idle connection time out to 60 minutes
    3. Also right click on crystal report cache server and select properties ,change the idle connection time out to 60 minutes
    4. Restart Crystal Report Processing Server and Crystal Report Cache Server
    5. Change the session time out to 60 minutes in web.xml of INfoviewApp,InfoViewAppAction,PlatformSerivces and CrystalReports.
    6. Navigate to the following location
    <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppWEB-INF
    7. Edit the web.xml in notepad and search for the below lines.
    <session-config>
    <session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
    </session-config>
    8. Increase the Session-Timeout parameter to 20 to 60 minutes in web.xml . Save this file
    9. Repeat the same for the web.xml file in the InfoViewAppActions folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    10. Repeat the same for the web.xml file in the PlatformSerivces folder in <BO Install Dir>Business ObjectsTomcat55webappsPlatformSerivcesWEB-INF
    11. Repeat the same for the web.xml file in the CrystalReports folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    12. Restart the tomcat server
    Still i am getting same error, please help me, if you have any idea, clue with respect to this error on winform

    This error is specific to RAS. The default CORBA request timeout is 10 minute = 600000 ms. When the RAS SDK does not get the reponse back from RAS server in 600000 ms it throws this message. Why it works in InfoView\CMC what I believe you refer to as "Front End' application is because InfoView\ CMC don't use RAS.
    1. First make sure that a smaller report wich runs pretty fast ( 1-2 min) works. This will confirm that there is no connectivitiy issues between RAS and RAS SDK.
    2. If you get the efrror for every single report, even the smaller ones, make sure the box running RAS and RAS SDK code( in case they are 2 different) can ping each other with IP, shortname and FQDN. If there is a firewall between them, the RAS port needs to be opened for bidirectional communication. By default RAS chooses a random port for communication with SDK but within CMC you can configure it to use a specific port and open it.
    3. If the issue is specific only to reports that are long running, typically more than 10 minutes, then you need to inclease the CORBA timeout to a value more than what the reports typically would take to process. This is done on client code side or IIS in this case.
    Here are the steps:
    Make the following changes on the application server/system.
    Open RegEdit by going to Start > Run and typing in regedit.exe. Then click Ok.
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Report Application Server\Client SDK\CorbaAdapter
    Change the value of SendRequestTimeout(ms) to 100000.
    Change the value of WaitReplyTimeout(ms) to 6,000,000 ms. The default value is 600,000 ms and may not be long enough.
    Restart IIS by going to Start > Run and typing in iisreset. Then click Ok.
    Retry the failing application.
    See note:  1296656
    This error should be easy to fix
    Edited by: Aasavari Bhave on Feb 2, 2012 11:20 AM

  • I have a Windows 7 Computer.  When I go into itunes store, it comes up, and I can navigate in it, but a box keeps appearing saying accessing itunes store.  I then get a session timed out, so can't purchase anything.

    I own a Windows 7 computer.  I can get into itunes okay, and I can get into the itunes store okay.  After I am in the store, a box keeps appearing that says "Accessing itunes store".  It goes on and off.  I am able to navigate when the box is not showing.  If I try to download music,  I get to the point where I need to agree to the agreement contract, then says "Session Timed Out."  I have the latest versions of itunes and all my Windows Updates.  What can I do about this?

    I was struggling with this since my latest Itunes update.  Fiirst it would not recognize my IPad as a device, after correcting that, it would list the Ipad in my device but my Sync had no options (summry, info, etc). and it kept saying it was "Accessing Itunes store".  reading your question I suddently tried deleting the itunes task (alt-ctrl, delete, processes) and delete Itunes.  (By the way, I had rebooted my computer several times over the last few days).  I opened up Itunes, and voila. Device is there. No "accessing windows" and my sync has the normal options.
    ****..feels good to actually write an answer rather than writing a questions.
    Eman

  • HOW TO: Resolve 'An error has occurred: Request timed out' issue

    Post Author: fmi-charles
    CA Forum: Crystal Reports
    After doing a new install of BOE Server software, encountered a problem viewing long running reports on-demand.  InfoView displayed: 'An error has occurred: Request timed out.' Couldn't find answers anywhere (not even on this site) that would help me resolve this issue.  So, I decided to post the resolution.
    The error from this post's subject line is displayed when viewing on-demand reports that run for longer than 90 seconds.  If the report was scheduled, it wouldn't have a problem - only viewing on-demand.  This issue transpires with the following setup:   * M$ Windows 2003 Server   * IIS v.6   * .NET 2.0.50727   * BO Enterprise Server XI R2 SP2   * M$ SQL Server 2005
    The resolution is to find the 'machine.config' file for your current version of the .NET Framework (e.g. C:\WINDOWS\Microsoft.NET\Framework \v2.0.50727\CONFIG\machine.config).  Edit the file and place the following into a new line within the 'system.web' section: <httpRuntime executionTimeout="3600"/>
    The timeout is set in seconds.
    Then, restart IIS using the command line.

    Hello Cristinel -
    Thanks for send your inputs but I have solved this error.
    I would like that if you solve my this question.
    My project's URL is http://www.lampslightingandmore.com/
    I want to put w3stander HTML logo in my website.
    I have done many error but some error i could not understand.
    please click on below url and send me your suggestion how to solve this errors?
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.lampslightingandmore.com%2F
    I hope you send your best inputs.
    Thanks

  • How do I stop my itunes from saying my session has timed out when i'm trying to download a song

    How do I stop my itunes from saying my session has timed out when i'm trying to download a song

    What troubleshooting steps have you tried so far?
    Basic Troubleshooting Steps when all else fails
    - Quit the App by opening multi-tasking bar, and swiping the App upward to make it disappear.  (For iOS 6, holding down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.)
    - Relaunch the App and try again.
    - Restart the device. http://support.apple.com/kb/ht1430
    - Reset the device. (Same article as above.)
    - Reset All Settings (Settings > General > Reset > Reset All Settings)
    - Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    - Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.
    - Test the issue after each step.  If the last one does not resolve the issue, it is likely a hardware problem.

  • HT1918 I'm having some issues trying to change my account billing---I have a new debit card and i need to punch in the new number but when i go to edit my info itunes says my 'session has timed out.' i've logged in and out more than once. what's the probl

    i'm having some issues trying to change my account billing---I have a new debit card and i need to punch in the new number but when i go to edit my info itunes says my 'session has timed out.' i've logged in and out more than once. what's the problem?

    Try to change the credit information from your iphone or other ios device. Tap on settings > store > tap Apple ID > tap view account > tap payment information > change

  • Long time to load a first page, get "the connection has timed out" frequently.

    Frequently takes a long time to get to first page. Even a "speed test" to check my DSL connection. Usually can get to "google.com" quickly but it did come up slow today (just a test for a simple page).
    I have a wireless N router with it's own Firewall (which I didn't want) and I think I've turned it off. Symantec firewall, don't think WinXP firewall is on.
    Tried refresh of Adobe Flash Player per suggestion in this forum, no help.
    Would like to have a tool to see how long each step of getting to the web takes so I can see if there's a bottleneck.
    Occasionally "try again" button works on the "connection has timed out" message.
    My PC is 6 yr old. xp-home, lots of ram, HDD available. Run Symantec AV/MBAM frequently. Ran Housecall and Dr. Web- no problems.
    Talked to my DSL provider and Symantec in depth. Similar lethargy when I get IE running but not as frequent as under FF. Measured my DSL speed - 5MB as promised.
    When the lag occurs, Task Manager does not show FF taking a lot of processor time.
    Have done the things suggested in FAQ to help with performance.
    Also going to bleepingcomputer.com to see if there are suggestions there.
    I'm hoping someone has experienced an analog to this and has a suggestion to diagnose and solve. Thanks - Mike.

    Here's your sign! This is my problem and its solution. Let me know if someone needs help to interpret.
    If you frequently get "connection timed out", go to your ISP and get Manual DNS addresses. Then beat them till they put a real fix on their system.
    Problem is in the DNS server service provided by my DSL provider, Bell South/AT&T. Result of a poor performing DNS is that one can't get thru to the selected site.
    If you do a web search +dsl +"time out" you will see the history with Windstream. THEY finally issues a system-wide fix which, it appears, flattened the issue. Then add +AT&T to see that experience. I did not read it all thru, I'm wasted chasing this problem. I don't give AT&T ANY credit for customer service or heading off problems for their customers on this one.
    AT&T support offers me:
    ==================================== start quote.
    How do I check and update my DNS settings, if my DNS settings are not "server assigned"?
    When you visit a Web site, your browser sends the site's alphabetic domain name to a DNS server. The DNS server translates the domain into a numeric IP address, then responds to your computer with the Internet location of the Web site. Incorrect DNS settings on your computer can disrupt this information flow and cause your Internet browsing to slow down or fail.
    If you have trouble browsing the Internet, check your DNS settings. You likely have your DNS settings as "server-assigned." This allows DNS information to be automatically sent to your computer, which may improve your browsing experience. However, you may need to have your DNS settings manually entered
    Note: If you are using a router to connect to your Internet service, check with your manufacturer's web site for instructions on updating your DNS settings with the following information:
    Primary DNS: 68.94.156.1
    Secondary DNS: 68.94.157.1
    1. Click the Start button and select Control Panel from the menu.
    2. Select Network and Internet Connections.
    3. Double-click the Network Connections icon at the lower right.
    4. Under the LAN or High-Speed Internet section, right-click the Local Area Connection icon and select Properties.
    5. From the "Components checked are used by this connection" list, select Internet Protocol (TCP/IP), then click the Properties button.
    6. Read the current DNS setting on the lower half of the TCP/IP properties screen. If the radio button Obtain DNS server address automatically is selected, you do not need to update your DNS settings. Otherwise, please continue.
    7. Input the new Preferred DNS server of 68.94.156.1 and the Alternate DNS server of 68.94.157.1.
    8. Click OK.
    9. Return to the Network Connections screen. If you have a DSL Connection icon in the Broadband section, proceed to next step otherwise you have completed updating your DNS settings.
    10. Under the Broadband section, right-click the DSL Connection icon and select Properties.
    11. Select the Networking tab.
    12. From the "This connection uses the following items" list, select Internet Protocol (TCP/IP) and click the Properties button.
    13. Read the current DNS setting on the lower half of the TCP/IP properties screen. If the radio button Obtain DNS server address automatically is selected you do not need to up date your DNS settings. Otherwise, please continue.
    14. Input the new Preferred DNS server of 68.94.156.1 and the Alternate DNS server of 68.94.157.1.
    15. Click OK.
    ================================= end quote.
    So it appears I can't put screen shots in here. Well I hope you get the gist.
    In fact this is a bit hosed up.
    It says if you user "automatic dns" you're OK, that's opposite of my experience.
    I changed to the specified DNS addresses and things seem 99.9% fixed.
    I also changed my Router (wireless) settings.
    If there's a survey of my experience here I'll take it.
    Mike Hardy

  • SSRS report- Request timed out error displaying when running.

    I have a parameter which with other date ranges work but where the parameter for datetime is from 4/1/2013 to 5/1/2013 it brings this error:
    Server Error in '/' Application.
    Request timed out.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Web.HttpException: Request timed out.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace: 
    [HttpException (0x80004005): Request timed out.]
    How can I be able to determine the cause of this because the sql mgmt studio brings in the data really well at 15 seconds with hundreds of rows?
    I am not trying to lessen the time for getting this data which one thing would be to reduce the amount of fields needed to lower reaction time for retrieving the data. I am just wondering why is it giving me this and what plans can I do to avoid these errors
    from happening again?

    Hi Elvin,
    The issue might be related to the executionTimeout setting of the Web application. If you view the report in the report manager, please use the following steps to modify the web.config file:
    Navigate to <Drive>:\Program Files\Microsoft SQL Server\MSRSX.<InstanceName>\Reporting Services\ReportManager, back up and then open the web.config file.
    Search for httpRuntime.
    Add maxRequestLength="100000" to the line of code, and reset the executionTimeout value so that the line looks like this:
    <httpRuntime maxRequestLength="100000" executionTimeout="90000" />
    If you view the reports on a SharePoint site, please modify the web.config file of the SharePoint Web application. For example, if the SharePoint Web application uses 80 port, then its web.config file is located in the C:\inetpub\wwwroot\wss\VirtualDirectories\80
    folder.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • When i try to redeem my itunes cards, i get a message that says my session has timed out--i updated to the latest version--still, no luck redeeming cards-help!

    when i try to redeem my itunes cards, i get a message that says my session has timed out--i installed the latest version of itunes and tried again--no luck--what else can i do?

    The new iTunes has a somewhat different look from the previous version.  You can get the old look back if you prefer it by doing View > Show Sidebar in iTunes.  Or you can adapt to the new look.

Maybe you are looking for

  • How do I get my book purchases from my iMac to my iPhone?

    They show up on my iMac but I can´t get them to appear on my iPhone.

  • Need VB script for getting the IIS certification information

    Hi guys, I have totally 1000 IIS servers  2003 & 2008 windows and some of the  servers configured IIS 3rd party Security certificates. I need a script to get the certification information like expiry date & certificate vendor name. Regards, SreeM

  • Failed to initialise

    Hello.  Everytime I am prompted to update Adobe Flash Player or Reader I download the installer, start to install, but then the installer "fails to initialise".  My o.s. is XP.  How can this be fixed?

  • 2 extension in 1 UDP

    Hi , Is it possible to add two extension in single UDP, iam doing bulk administration. Need help. Thanks

  • Forgot FileVault 2 password to Macbook Air, how to reinstall?

    I have a recent Macbook Air that has file vault 2 installed. I reset my password this morning, but cannot remember it at all this afternoon. I have all my files backedup so I am not worried about data loss. So I went to do a reinstall from the recove