500 Connection timed out issue

Hi Experts,
In my webdynpro JAVA application I am making a call to MDX query to get data from BW.
If the query returns the value before 60 sec, I am able to view the data.Else I am getting error message "500 Connection timed out"
In my application I have not set the any timeout in application property.So the application is taking the default timeout settings from the server.
When i checked with admin team, they give the timeout settings of server as below.Still I am facing the issue of tiemout.
Can anyone help to find the solution for this?
Below are the error details:
500 Connection timed out
Error:
-5
Version:
7200
Component:
ICM
Date/Time:
Wed Nov 28 01:15:28 2012
Module:
icxxthr_mt.c
Line:
4295
Server:
a6bwp02__75
Error Tag:
Detail:
Connection to partner timed out after 60s
Thanks in advance,
Ram

Hi
Check the following settings:
In BW system:
Run Transaction -> SMICM From Menu Bar GOTO->Services-> Select HTTP Service-> Now select SERVICE from menu bar->Change option-> Change Max. Processing Time to your convienient.
Since you are using WDJ:
http://help.sap.com/saphelp_nw04s/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/frameset.htm
From Portal:
1. Default Timeout: This is the most used and the most common parameter used for portal component timeout.  It is set  at portal - System Administration –> System Configuration –> Service  Configuration –> Default configuration.
Parameter is Default.component.timeout
2. Portal Page Timeout: This parameter portal page timeout. This is applicable to browser page not to portal page object. In simpler terms, this parameters is not applicable to PCD objects like iView, workset or a page.
This is set from portal system admnistration and the parameter is: Com.sap.portal.page.PageTimeout
3. WebDynpro Component Timeout: This parameter controls expiry time of a webdynpro component. This parameter would override all other parameters and is configured in Visual Administrator You can locate the following parameter and configure appropriate time.
Parameter is:   Tc~wd~dispwda – DefaultExpirationTime
4. WebDynpro Application timeout: This parameter controls timeout of a webdynpro application inside a component. When you want to have a different timeout for application, you can use this parameter. This parameter also overrides timeout parameters set in Service Configuration.
The parameter is: ExpirationTime
Hope this helps. Please mention the solution.

Similar Messages

  • '500 Connection timed out' Error in Sender SOAP Scenario

    Hi mates,
    I exposed o/b synch MI as a webservice. This webservice is received by a BPM and it triggers an IDOC generation program on R/3. BPM waits & collects the IDOCs and cosntructs the response from these IDOCs and returns it to the webservice caller.
    I'm making the SOAP call from a client program and I get the correct response in some cases where the data requested is not huge...normally with in 30 sec.
    But in some cases I get the error '500 Connection timed out' after 60 sec. The detailed message is as follows.
    <i>500 Connection timed out
    Connection timed out (-5)
    Error: -5
    Version: 6040
    Component: ICM
    Date/Time: Thu Jun 15 17:06:10 2006 
    Module: icxxthr_mt.c
    Line: 2551
    Server: hcidx1_DX1_03
    Detail: Connection to partner timed out after 60s</i>
    My BPM waits for 10 minutes and I set the parameter XI.Timeout to 600000 (i.e. 10 minutes) in module parameter table for the sender SOAP adapter as per the note 856597. And in SXMB_ADM, I set the parameter CHECK_FOR_ASYNC_RESPONSE_TIMEOUT of category SA_COMM to 600. In my client program, I set the timeout as 1 hour. All these config params are supposed to make sure that all the components involved wait for atleast 10 mins before they timeout.
    But I get timeout after 60 sec. Whats wrong/missing?
    I highly appreciate your inputs.
    thx in adv
    praveen

    Hey Praveen,
    <i>I'm making the SOAP call from a client program and I get the correct response in some cases where the data requested is not huge...normally with in 30 sec.
    But in some cases I get the error '500 Connection timed out' after 60 sec. The detailed message is as follows.</i>
    does this mean you are getting some response in some cases where u r payload is small , and if its large ur getting some timeout like this? Also is ur scenario Sync / Async?
    Assuming i understood correctly , i came a similar situation but that has to do some thing with Paging file / memory issues when the files are too huge and no. of users are high please let me know if this is the case.
    best regards
    Vara
    [PLEASE REWARD FOR POSTING]

  • 500 Connection timed out

    Hello,
    I receive a 500 Connection timed out error.
    I know that there are some threads to this error but I can´t find a solution for us.
    This is the error description:
    Error:            -5
    Version:        7000
    Component:  ICM
    Date/Time:    Tue Mar 04 07:02:38 2008
    Module:        icxxthr.c
    Line:             2698
    Server:         crmprod_CRP_01
    Error Tag:     {-}
    Detail:          Connection to partner timed out after 60s
    Now I have found in this forum some information about the parameters icm/keep_alive_timeout, icm/conn_timeout and icm/server_port_*
    Our settings for this parameters are:
    icm/server_port_0 = PROT=HTTP,PORT=8001
    icm/server_port_1 = PROT=SMTP,PORT=25
    icm/keep_alive_timeout (sec.) = 600
    icm/conn_timeout (msec.) = 5000
    Can someone please explain me which parameters occurs this error and which parameters I can change that the connection time is longer than 60 seconds?
    Where can I change the parameters?
    Regards
    Philipp

    Hi,
    Parameter icm/conn_timeout
    icm/conn_timeout is used to set the timeout when setting up the connection. If the timeout is exceeded, an error page is generally displayed with the information "404 Resource not found" "Partner not reached".
    Therefore, exceeding the icm/conn_timeout does not lead to a "500 Connection timed out" error message.
    Processing timeout and keepalive timeout
    The icm/keep_alive_timeout and icm/server_port_< n > parameters define the keepalive timeout and the processing timeout.
    ICM distinguishes between these two types of timeout.
    The processing timeout is the timeout between the HTTP request being issued and the HTTP response being received.
    If the ICM is used as a server for the relevant HTTP request (in other words, when it forwards an incoming request to the SAP Web Application Server), the processing timeout is the time that the ICM will wait until a response is received from the SAP Web Application Server (ABAP or J2EE). This interval may be exceeded with long-running applications in ABAP or the J2EE engine. If the processing timeouts are exceeded, the ICM sends the client an HTTP response with the error code "500 Connection timed out".
    If the ICM serves as a client for the relevant HTTP request (that is, when it forwards outgoing requests from the SAP Web Application Server), the processing timeout is the time that the ICM waits until a response is received from the network. This interval may also be exceeded in the case of long-running applications in the network.
    The keepalive timeout specifies how long the network should remain open after a request has been processed successfully so that the TCP/IP connection does not have to be reestablished if additional requests are received.
    When you set the keepalive timeout, this does not normally lead to timeout errors. You should set the keepalive timeout high enough that the connection does not have to be reestablished for requests that are sent within a short time of each other, but low enough that the number of unused open TCP/IP connections is not unnecessarily high. Exceeding the Keepalive timeout should never cause an error.
    Configuration of the ICM parameters for the processing timeout and the keepalive timeout
    For the ICM, the parameters mentioned here are in the instance profile.
    The processing timeout is set for individual services with the following parameter:
    icm/server_port_ < n > = ...,PROCTIMEOUT=< s >.
    The keepalive timeout can be set globally for all services of the ICM with the parameter icm/keepalive_timeout.
    You can also set it for individual services by using the following parameter:
    icm/server_port_ < n > = ...,TIMEOUT=< s >.
      If you set this parameter, it overwrites parameter icm/keepalive_timeout for the specified service.
    Even if the ICM serves as client for a request, the TIMEOUT and PROCTIMEOUT parameters of icm/server_port_ < n > control the timeouts for the relevant protocol, provided that you have set TIMEOUT or PROCTIMEOUT.
    If you have not set the PROCTIMEOUT parameter, TIMEOUT (or icm/keepalive_timeout) defines both the processing timeout and the keepalive timeout. Also, as of release 6.40, the keepalive timeout is limited to a maximum of 30 seconds.
    In a system where the default timeout settings of 30 seconds for the keepalive timeout and the processing timeout are not sufficient because of long-running applications, we recommend that you set the TIMEOUT and PROCTIMEOUT parameters for the relevant services so that you can configure them independently of each other. In addition, we recommend that you do not set the TIMEOUT value higher than necessary, for example, to the usual default value of 30 seconds.
    We recommend, for example, the following settings:
    icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600
    to allow a maximum processing time of 10 minutes.
    I hope this info will help you to sort out the error you getting.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Error "500 Connection timed out" when starting a Web Interface

    Hello,
    when starting a Web Interface
    (either from preview in Web Interface Builder or directly via transaction BPS_WIF0),
    after around 2 minutes I get the following Error Message: "500 Connection timed out"
    (in Detail, it says "Connection to partner timed out").
    If I use a less complex web interface, this error does not come up.
    What can I do to avoid this?
    Thank you in advance,
    Stephan

    Hello Stephan,
    if a basic web interface is fast enough, this is normally a confirmation, that the problem does not depend on network performance. We do this test always as an initial test to exclude network issues before we analyze BPS.
    So it looks like you do have BPS performance issues. What I can tell you is that multiple variable selectors decrease performance. If this is not you problem I would recommend to check how-to-paper "performance".
    It could be related to HTTP-services as well, you will find SAP notes about this topics in OSS.
    regards
    Eckhard Lewin

  • When starting the Add-on: Connection timed out issue

    When starting the Add-on: Connection timed out issue
    Hi,
    We have a client in SAP 2005 PL 44.
    I built the add-on for them using simple installer wizard ( I tried advanced set-up also).
    When starting the add-on, I get the message 'Connection Timed Out'.
    Add-on status is failed.
    But the add-on is actually connected. i.e, The functionality associated with the add-on is working fine.
    I had SAP 2007 before and un/reinstalled SAP 2005 in order to connect with this client.
    I had built the same add-on in a similar way for the same client for lot many times in the past, but I never got this issue.
    I tried the following:
    1) Delete SM_OBS_DLL and un/reinstall DI API
    2) un/reinstall B1DE
    Always I'm getting this error.
    Please let me know your inputs.
    Thanks.
    Geetha

    Hi Geetha,
    The timeout issue has been discussed quite a bit already on this forum. Please do a search or look at these threads:
    Timed Out Error with ADDON
    Addon Connection Timed out
    Regards
    Aravind

  • 500 Connection timed out when in SXMB_MONI in "Call Adapter"

    Hi,
    We are using SOAP as a receiver adpter. It is working fine all the time but some times we are getting "500 Connection timed out" error in SXMB_MONI in the "Call Adapter" then it retries again and it works fine but I want to know why we are getting this 500 connection time out error and in another try it works.. and what we need to do to correct it.
    Here is the error message from SXMB_MONI. Any help is appreciated!
      <SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY><table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Connection timed out</H2><br><hr> <table border="0"> <tr><td>Error:</td><td>-5</td></tr> <tr><td>Version:</td><td>7000</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Thu Oct 4 03:26:15 2007 </td></tr> <tr><td>Module:</td><td>icxxthr_mt.c</td></tr> <tr><td>Line:</td><td>2698</td></tr>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 500 with the description Timeout Error while sending by HTTP (error code: 500, error text: Timeout)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Thanks!
    MP

    can you please look in to this blog by Michal.
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

  • An unknown error occurred (5002) and Connection timed out issue(s)

    Next issue that I have since upgrading to Ver 8 of iTunes:
    When trying to make a purchase I get either one of two different problems/errors -- 1.) Following pop-up “Could not purchase song. An unknown error occurred (5002)” or 2.) I get a “connection timed out” pop-up stating there could be a problem with my internet/network connection.
    As far as there being an issue with my modem or internet, well...there isn’t one that I can detect. I am able to do everything else in iTunes (download samples, surf the pages, etc.) so my connection seems ok generally speaking.
    If someone could get in touch with that super-hip kid in the Mac commercials and tell him to fix all of these problems with iTunes ver 8 that would be great! Honestly, any other issues I have with Vista are typically easy to fix. iTunes is the one piece of software that seems to cause me the most issues and there is very little support from Apple. Seems sort of strange for a company who claims such stability in their products. What gives?
    Sorry for the rant...just frustrated.

    Ok, two seconds after making this post I think I fixed the problem (fingers crossed). I read on a quazi-related post that iTunes was now requiring security codes off credit cards for purchases. Personally I don't use a credit card but I went in to my account just to make sure. The 1st time I tried to access my account I got the 5002 error, the 2nd time I was able to access my account w/o any issue. I did not make any changes to my account at all (just browsed around a bit and made sure everything was ok). After exiting my account I was able to make a purchase. Hey, whatever...right? Of course on my next purchase it will probably throw up some new error. Anyway, try this if you have the same problem.

  • Database connection timed out issue

    Thanks in advance for anyone that can provide some insight into this. I have a relatively simple BPEL process that is using a JDBC connection within Jdev (not using connection factories due to issues with security) that connects to an Oracle database and runs a sql statement. The first time I run the BPEL process it works fine, however if I run it again then I get the exception below. I was thinking that there was some configuration or flag that would tell the adapter to log into the database each time, but I've been unable to find it. The reason I think this is the core problem is that if I restart SOA Suite then it works, or if I undeploy the process and redeploy it works. I've tried to hang a catch all off the adapter, but with this exception it terminates the instance. I might be doing something wrong there as well so any help would be greatly appreciated. thanks again.
    Execute of operation 'DB_GetActiveLicense' failed due to: Pure SQL Exception.
    Pure SQL Execute of select Io exception: Connection timed out.
    ; nested exception is:
         ORABPEL-11633

    Thanks for your reply. Yes I'm using the database adapter and issuing a direct SQL against it. The query takes no more than 5 seconds to return, when I run it in Toad it's about a second. All result sets come over all at once with maybe 75 records. The odd thing is that when I run this BPEL on a Windows desktop it works fine every time, but when I move it to Solaris it works the one time and then throws that exception.

  • Consume external web service and experience connection timed out issue

    Hi all,
    I followed tutorial:http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_14/jdtut_11r2_14.html to consume external web service.
    At step 2,substep 4, I experience the following error:
    "DCA-40002: The WSDL document is invalid due to the following reason: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at:"http://www.webservicex.net/WeatherForecast.asmx?WSDL". Caused by : java.net.ConnectException: java.net.ConnectException: Connection timed out: connect."
    I have tried to set up proxy:Tools > Preferences->Web Browser and Proxy. But it still doesn't work. Any idea?
    Thanks in advance.
    Regards,
    weiyang
    Edited by: user13304960 on Mar 15, 2012 8:42 PM
    Edited by: user13304960 on Mar 15, 2012 8:43 PM

    Hi,
    Thanks for your reply. I have tried these 2 tutorials before. Both worked well. Publish an web service by myself, then consume it with a client. It works. But for this external wsdl published by USA weather forecast, it doesn't work. Navigate to http://www.webservicex.net/WeatherForecast.asmx?WSDL through firefox, and right response is returned. I wonder why connection timed out occurred and how to deal with it.
    Could you please share your experience with me? Thanks.
    Thanks.

  • Connection Timeout during Synchronous proxyc- 500 Connection timed out

    Hi ,
    We are seeing the HTPP timeout issue in synchronous proxy. It says timeout aftr 250 secs
    Error: -5
    Version: 7200
    Component: ICM
    Date/Time: Thu Jul 28 15:38:10 2011 
    Module: icxxthr.c
    Line: 4295
    Server: 
    Error Tag: {-}
    Detail: Connection to partner timed out after 240s
    Kindly let me know the timingconstraints that need to be configured.
    Thanks.....

    Hi,
    Increase the values (TIMEOUT AND PROCTIMEOUT, and keep_alive_timeout) as seen below example for the R/3 parameters (via SMICM):
    icm/keep_alive_timeout
    old value: <your_old_value>
    new value: 900
    You will also see the parameters where PROT=HTTP. Change the values here too similar to as seen below:
    icm/server_port_0
    old value: PROT=HTTP,PORT=<your_port>,HOST=<your_host>,TIMEOUT=<your_old_value>, PROCTIMEOUT=<your_old_value>
    new value: PROT=HTTP,PORT=<your_port>,HOST=<your_host>,TIMEOUT=900,PROCTIMEOUT=900
    icm/server_port_<n>
    old value: PORT=<your_port_value>,PROT=HTTP
    new value: PORT=<your_port_value>,PROT=HTTP,TIMEOUT=900,PROCTIMEOUT=900
    You could also take a look into these notes:
    #824554 - ICM and SAP Web Dispatcher Timeout Parameter
    Afterwards, restart the system for the new values to take effect.
    Regards,
    Caio

  • Jdbc: connection timed out issue

    Hi,
    I've done some searching, and trying different things, but haven't been able to resolve my problem.
    I'm trying to connect a java application to a mysql database on a machine running ubuntu server. The machine the java app is written and run on is ubuntu desktop.
    Here is the relevant java code:
    String url="jdbc:mysql://jasonServer/phototestdb"; Connection con = DriverManager.getConnection(url, p);
    ('p' is a Properties object containing user and pw).
    I get this error:
    com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: java.net.ConnectException: Connection refused STACKTRACE: java.net.SocketException: java.net.ConnectException: Connection refused // bunch of stack trace stuff...
    I've tried a couple ways of connecting in the url,
    String url="jdbc:mysql://jasonServer/phototestdb"; String url="jdbc:mysql://jasonServer:3306/phototestdb"; String url="jdbc:mysql://99.999.9.99/phototestdb"; (9's are my ip address, I have static ip's on wireless network) String url="jdbc:mysql://99.999.9.99:3306/phototestdb";
    when I have the ip in the url, it fails immediately and gives me a connection refused error:
    establishing connection com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: java.net.ConnectException: Connection refused STACKTRACE: java.net.SocketException: java.net.ConnectException: Connection refuse
    But when I have the server name in the url, it hangs for a long time and then gives me the timeout error.
    Couple other relevant notes;
    I am able to ping the server from the desktop using the server name, i.e,
    ping jasonServer
    but not using the ip addres
    I am not able to telnet in the terminal window, I type
    telnet jasonServer 3306,
    it says "Trying (ip address)
    and it just hangs there.
    This leads me to believe this isn't really a java issue (and after all that typing I'm probably on the wrong forum)
    but something to do with my network.
    Any ideas?
    bp

    solved,
    I had to enter this in the server:
    (found this on the mysql forum)
    You simply need to do:
    mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
    -> ON <dbname>.*
    -> TO <username>@<host name>
    -> IDENTIFIED BY '<password>';
    where <dbname> is the name of the database you are tyring to connect to, <username> is the username of the user trying to connect to the database, <host name> the name of the host (in your case the XXX host) and <password> the password of the user.

  • SRM7.0- Connection timed out error

    Hi,
    We have set up SRM 7.0 system (SP01) and we were able to created all the BOs without any issues. As per the inputs from SAP support, we have recently upgraded to SP03 level. Post upgrade, we are not able to create any BOs. We are getting "500 Connection timed out" and receiving error message "An error occurred while trying to connect to the provider".
    Appreciate your help in this please.
    Regards,
    GM

    Hi GM,
    Increasing the default value of the UWL property "Timeout Value for the Connected Systems, in Seconds"   to 300 secs.
    i assume SSO configuration / UserMpping configuration between portal and backedn is fine here.
    Regards
    Shridhar Gowda

  • Connection Timed Out error while saving messages in Solution Database

    Dear Experts,
    I have configured trex in solution manager..while saving service messages in 'Solution Database' i used to get "page cannot be displayed" now iam getting the fallowing error..please suggest any changes required..
    500 Connection timed out
    Error: -5
    Version: 7000
    Component: ICM
    Date/Time: Thu May 14 15:11:24 2009 
    Module: icxxthr.c
    Line: 2698
    Server: Host_<SID>_<Sys no>
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    Regards,
    Babu

    Hi Babu,
    you might try the following on the server where the problem occurred: call transaction SMICM -> Goto Services -> Select the service you are working with ->
    Service Change -> increase value for "Max. Processing Time"
    In case your application still times out you should see the changed value displayed.
    Sometimes just executing the application again 2-4 times might help, because compiling might happen and is taking some time in the system.
    With regards to parameters see also SAP Note [824554|https://service.sap.com/sap/support/notes/824554].
    Best regards,
      Andreas

  • Connection Timed Out error when I try to access Alert Inbox

    Hi experts,
    I have not been looking at my alert inbox for a while and I suspect it's very full.
    When I tried to open the alert inbox from RWB, I encountered the following error:
    <b>500 Connection timed out
    Error: -5
    Version: 7000
    Component: ICM
    Date/Time: Mon May 07 11:08:51 2007 
    Module: icxxthr.c
    Line: 2646
    Server: ootspdbs02_PI1_01
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    </b>
    All other functions of the RWB is working fine, including Alert Configurations.
    I tried restarting the J2EE instance, but it did not help.
    I've checked the SICF services, and they are fine.
    I suspect the alert inbox is trying to load a huge amount of data, so it is timing out.
    How can I adjust the keep_alive_timeout setting in this case?
    When I look into RZ11, I am unable to edit this entry.
    Please help.
    Thanks.
    Ron

    Hi Ron,
    Follow these steps:
    1. Try restarting the JAVA Stack.
    2. ST22 check out any Dump.
    3. In RWB --> Component Monotring --> check the Cache connectivity test...is all are Green ( Glowing )
    Check these SAP Notes 750287,900896,768456
    If that doesnt work out, check this SAP Note 840849
    Regards,
    Prateek

  • Require help to solve Connection timed out error while reload initial data

    Dear Developers,
    I have installed SAP NetWeaver and SAP ME SDK 2.0 on my laptop and working from offshore, the SAP ME WIP and ODS database is situated at onsite. The installation is working fine, however, after developing Activity Hooks, at the step where I need to Reload Initial Data for the Site where I want the Activity to be used I get the below error message:
    500 Connection timed out
    Error: -5
    Version: 7011
    Component: ICM
    Date/Time: Wed Mar 07 12:37:38 2012 
    Module: icxxthr.c
    Line: 4184
    Server: <laptop_hostname>_<SID>_00
    Error Tag: {-}
    Detail: Connection to partner timed out after 600s
    © 2001-2009, SAP AG
    How to find out what is causing this error? When I use the hostname of the onsite SAP ME application pointing to the same database, Reload Initial Data works fine. I need to reload initial data from laptop SAP ME application only, beacause the activity hook classes reside on my laptop, before I send the SAPME.sca files for common server build.

    Hello,
    Please try to increase PROCTIMEOUT ICM parameter for the corresponding server\port. If it does not help, please, check NW default traces for ME errors and share your results with us.
    Best regards,
    Alex.

Maybe you are looking for

  • Macbook Pro Print to HP officejet pro 8600 plus

    Having trouble printing from macbook pro (mountain lion) to HP Officejet Pro 8600 Plus.  Laptop connected to printer and can see and print test page, but when I try to print anything, nothing happens. Printer icon on laptop shows in use and printing

  • Javax.mail Send mail vwith Israelian text

    Hi, sorry for my english but i don't speak it very well....i have a problem with my class that send email.... When i send email with normal text (e.g in English) there's no problem and everything works fine....but tha problem is that i need to send e

  • Edi 855 and 850

    hi all , Does anyone have mapping instructions/template to map IDOC (ORDRSP message) to EDI X12 Purchase Order Acknowledgment (855)? I'd greatly appreciate any help.

  • OS X Tiger Install Help

    I currently am running OS 9 on a PowerPC G4. It has 400 MHz, 19 GB, and 512 memory. I am trying to install OS X Tiger. The computer sees the disc when I insert it. When I click on the "restart" button that it shows me an error occurs and says it can

  • Variation of NthLargest - how to extract from a different field

    Relative beginner with Crystal and 1st post here - please excuse if answer obvious: I have 2 tables, one with static data describing contractors, the other with a table of rate history. So multiple rows per user, each with a  start date and the corre