500 connection time out error in web report(portal)

Hi Experts,
Points to note about the 500 connection
timeout error
1. Error persists only in portal. query/
report works fine in RSRT and Bex Analyser.
2.As per previous discussions tried
implementing SAP notes to change ICM parameter for max of 10 minutes.
However, it is said by Basis team that they
can change parameter only if all the report gives the same error.
Since all the report works fine they are nt
ready to change the parameter.
4. Error: Time exceeds 600seconds
5.This issue arised only after upgrading
the system to 7.3. post - upgrade. this report was working fine before.
6. Even in the portal, report works fine
when we use ABAP web link.
In the trace file there is a error message
for this report "Could not find a command, masscommand or group command
with alias <new task>. It is defined in group .
<TaskCollectionGroup>. pls any one help me. This is for 7.31 NW portal
Please suggest ur thoughts

Thanks. I will check on this once I get reply from the corresponding team. However, need another advice.
There are issues in portal where some buttons (delete, undo, copy/paste - IP funcitonalities) are not working. When we find java script in the background is not working properly. there is no sequence of call in the java script after upgrade. In trace, for some reports with this issue has same error like "could not find command..." . My question is .. is there any possibility that these java scripts corrupt occurs because of this KM components?

Similar Messages

  • Connection time out error in server proxy

    Hi
    My scenario is file to proxy. . It is synchronous scenario.
    I am giving wait time as input and in the proxy i wrote a code to wait till the inputed value and  after that send a response. it is working fine only if i give less than 60 sec.
    If i specify above 60 sec i am getting the connection time out error in SXMB_MONI.
    Please help me to solve this.
    Regards
    Divia

    To increase Timeout use
    Go to transaction SMICM........ Goto->services......choose HTTP.....edit this service.........increase maximum processing time and activate this service
    look blog for timeouts:
    The specified item was not found.

  • Connection time out error in HTTP

    Hey guys
    i m getting connection time out error in a HTTP scenario,when i go in SXMB_ADM i dont find any entry with the name HTTP_TIMEOUT.
    even in RZ10 i cant find the correct profile parameter.
    i m taking help from michaels blog
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    i m on PI7.0 SP09
    is there some other place i can find this entry? or do i need to ask the basis guys to add it?
    thanx
    ahmad

    Also, there may be other factors to consider depending on your scenario.  If you don't have it already, look at the latest <a href="http://service.sap.com/~sapidb/011000358700005909032005E/XI30XI70_TroubleGuide.pdf">XI Troubleshooting Guide</a> - Section 9.2 on "Timeouts in XI".
    Regards,
    Jin

  • Connection time out error

    Hello sir,
    Whenever i install addon on SAP B1 i get connection time out error can anyone help me

    Manish,
    it depends on how you set your connection. it must be through command line argument. if you have set your connection string as
    sConnectionString = "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056"
    then change it to
    sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
    and  give the connection string 0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056 as your command line argument in project properties -- Debug tab. prepare the addon ard and try installing it.
    regards,
    Binita

  • SOAP Adapter: Connection time out error

    Hi Guys,
                I do it one scenario for Proxy to webservice Asynchronous . I have send the input details through Proxy. In Sxmb_Moni shows success message. But Receiver side doesn't reach the payload. Because receiver side (Soap Adapter) shows connection time out error. But i have given correct URL and SOAP Action in receiver communication channel. Please give some suggestions to solve that issues. Please don't refer links.
    Thanks & Regards
    Vijay

    hi
    this is a time out error
    increase the timeout value by specifying the parameter
    XI.Timeout in the module parameter of soap Adapter
    OR
    1. This is because of TimeOut. The default timeout value for synchronous calls is 5
    minutes. You can increase this value by setting parameter XI.Timeout in the module parameter table of
    the SOAP adapter. The value must be given in milliseconds. For example, value 600000
    represents the timeout value of 10 minutes. This parameter is not recognized in systems prior to SP13.
    2.The Other Options is send the queue id with your request message.
    http://host:port/XISOAPAdapter/MessageServlet?channel=p:s:c
    &version=3.0&...&QueueId=xxxxxxxxxxxxxxxx
    where xxxxxxxxxxxxxxxx is an ABAP queue ID.
    3.Check your RWB message monitoring.
    Is there any system failure message and holding message be there.
    If then clear the messages.
    4. Increase the time out parameter for HTTP in your altova xml spy.Defaultly it will be very low.

  • '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]

  • Upgrading iOS 4.0 to 4.1 (Connection time out error)

    Hello any help will be highly appreciated..
    I currently have a 3rd gen iPod Touch 32gb, with iOS 4.0.2 installed and working perfectly. I am now pestered to download and update to the newest version 4.1 every time I sync my iPod, which I have no problem doing..
    Problem is every time I agree to download this update iTunes downloads the update then when it has just finished downloading (remains in the "downloads" in itunes folder) appears that it is processing the download, after about 4 minutes of it finsihing downloading and appearing to be processing it gives me an error saying there is a connection time out issue, to check my internet connection and try again.
    I have tried at least 1 dozen,or more times to do this. It has done the same thing every time.
    It won't let me restore my iPod because when i try to do so it asks me to "Update and Restore" which it cant update! so its pretty frustrating.
    The iPod works fine no problems, it just comes to when trying to download this update.
    Is there anything I can do? Would I be able to try and update it on another computer?
    Thank you for any assistance, im just sick of seeing the "a new ipod update is a vailable, download now?" pop-up every time I plug in the iPod.

    Hello!
    Been encountering the same problem for two days, drove me crazy! Tried everything, including disabling the firewall and antivirus but nothing worked, so here is what worked with me:
    *If you use Internet Explorer, do the following:*
    *First close iTunes then go to Internet Explorer > Tools > Internet Options > Advanced Tab and then scroll until you get to the ''Security'' section, uncheck the box that says: Check for server certificate revocation* and now launch iTunes and try again.* Hope this works for you as well!

  • Connection timeout error in web report(portal)

    Hi Experts,
    Points to note about the 500 connection timeout error
    1. Error persists only in portal. query/ report works fine in RSRT and Bex Analyser.
    2.As per previous discussions tried implementing SAP notes to change ICM parameter for max of 10 minutes.
    However, it is said by Basis team that they can change parameter only if all the report gives the same error.
    Since all the report works fine they are nt ready to change the parameter.
    4. Error: Time exceeds 600seconds
    5.This issue arised only after upgrading the system to 7.3. post - upgrade. this report was working fine before.
    6. Even in the portal, report works fine when we use ABAP web link.
    Please share your suggestions.

    In the trace file there is a error message for this report "Could not find a command, masscommand or group command with alias <new task>. It is defined in group . <TaskCollectionGroup>. pls any one help me. This is for 7.31 NW portal

  • Connection time out error when calling a webservice on ICF

    Hi
       We have a webservice exposed on ECC 5.0 on the ICF. However, when we invoke the webservice - after 10 seconds , we get a error message
    Error reading server response: The operation has timed-out
    I checked ICMAN parameters
    icm/conn_timeout - and set its new value to 50000 ms ( 50 secs ) - the connection still timed out when the webservice tooks more than 10 seconds to process.
    icm/keep_alive_timeout - I don't see an option to change the new value for this parameter
    What am i missing here - how can I set the connection not to time out uptil say 45 seconds - what parameter do I change here ?

    I partly agree with Kaustubh,
    if you test the service from within SICF the parameter SAPLOCALHOSTFULL (FQHN = Fully-Qualified Host Name) is taken to build the test URL. If this host name is not correct resp. cannot be resolved by the server, you will run into an error.
    icm/host_name_full is only taken if SAPLOCALHOSTFULL is not maintained.
    So first of all you shold check this parameter befor increasing timeout parameters at random.
    If the parameter does not solve the problem, you should have a look into the ICM trace file (dev_icm) and search for "ERROR".
    Regards,
    Stefan

  • Error in firmware cFP 2020 & connection time out error in MAX

    Hi!
    My cFP 202O status LED is flashing twice - which indicates that there is an error in the firmware (according to the user manual). I've already installed the latest firmware downloaded from the NI website and it says that I'm suppose to update the OS from remote system in MAX. When trying to update the BIOS system, this comes up.
    Version on the remote target : 10.1
    Available version on the host : 10.4
    I'm a little confused as to which is the remote target and which is the hosting system? It also says that the previously installed software will be removed if update is continued and that it might damage the hardware if manually booted or turned off so I'm a little skeptical to proceed.
    I'm alsoreceiving error messages in MAX. Errors in MAX are 'Connected - No software installed' and connection to a remote device timed out. I'm wondering if this error occurs because of the firmware problem or is it because of the timeout settings? Which is better? A higher or lower timeout time?
    I'm new with this. Any info is greatly appreciated! Thanks!!!
    Solved!
    Go to Solution.

    The target is your compact Fieldpoint.  The host is your PC that you are on.  Since the PC has a newer version, you will want to have that software downloaded to the cFP by way of MAX.  Of course there is a slight chance you could lose power to the cFP if your luck is bad and the power goes out in the middle of the upgrade.  It would be best to have your power supply for the cFP running off a battery backup UPS for security.
    I'm guessing the error is due to your firmware problem.
    If you are really uncertain on how to proceed, it may be best if you contact NI directly and they could help walk you through the update process.

  • ITunes Match network connection time out error

    I have just signed up to itunes match but at the end of step 1 I get a network connection error at the 'Waiting for apple to deliver your results' stage every time.
    I have tried everything suggested on forums regaring unticking proxy server settings and turning off firewall but nothing works.
    I have run diagnostics on itunes and it is coming up with two anomolies.  It is giving me a 'cannot make secure connection to itunes store' error although I can connect to itunes store I am wondering whether this is causing the problem with itunes match.
    It is also stating in the diagnostics report that 'current user is not an administrator' although I am logged on with an adminstrator account on windows 7 64bit.
    If anyone can point me in the right direction to sort this problem i would be very grateful.

    Great thanks.  I am using NOD32 so hopefully that will be the culprit.  I will try this later when i get home as you have to restart the PC in safe made to uninstall ESET and I can't do that over a VPN link.
    I was thinking of getting rid of ESET anyway as it is a bit cpu hungry.  I was thinking of just using the windows firewall and AV.  Did you reinstall ESET after itunes match worked?  And did it still continue to work if you did?
    Sorry to bombard you with questions!
    Thanks again.

  • Time out error in oracle reports--very urgent

    Hi
    I have this oracle report on 9i which calls 14 other reports and runs them
    via a wrapper report which I run from a URL
    However I get this engine null crashed error or else Engine rwEng-0 is destroyed due to timeout error.
    From what I understand there is a timeout issue happening bcoz reports is taking a long time to run.Hence I increased the value of engineResponseTimeOut but it does not help either.Would you have any other idea to resolve this issue?
    Could someone plz tell me urgently how can this be resolved.This is on Oracle 9i.
    Thanks

    Hi Ravi kanth,
    You are using select * statement which is very time consuming and low performance. Dont use select * instead use select field1 field2.... into table itab  where field1 = s_field.  Use corresponding field names in the select statement.
    Follow the below rules.
    1) Dont use nested select statements
    2) If possible use for all entries in addition
    3) In the where addition make sure you give all the primary key
    4) Use Index for the selection criteria.
    5) You can also use inner joins
    6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
    7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
    <b>reward if useful</b>.
    Regards,
    sunil kairam.

  • Time Out Error in SSRS Report

    Dear Experts,
    Am new in to SSRS .Am getting error while creating SSRS report With use of Stored Procedure . The Error " COULD NOT CREATE FIELDS A LIST OF FIELDS FOR THE QUERY ". when i see in the detail section , its showing that "Timeout expired.  The
    timeout period elapsed prior to completion of the operation or the server is not responding."
    How to solve this. Any help appreciated
    Regards
    senthil

    Hi Senthil,
    First try to execute the Storeprocedure in SQL server management studio, its really taking time to execute or not.
    If yes, then please use the attached image to look for Timeout option where you can set the time.
    If no, then try to set the query type as Text and
    write as Exec Storeprocedure
    Second thing you must specify inside the Storeproedure as
    SET NOCOUNT ON
    Thanks
    Prasad
    Mark this as Answer if it helps you to proceed on further.

  • Network connection / time out errors

    I am uploading a large number of photos to the internet. After a while (when not using my computer), I have a network connection error and the photos stop uploading. Do you have a solution to stop these errors when not using the computer?
    If I was using the computer, this would not be a problem. It seems the computer may have gone to sleep and ceased the internet connection

    What is your cellular reception level when this occurs?
    Since a reset and restoring your iPhone with iTunes has not resolved it, I would give AppleCare a call at (800) 694-7466. After you explain the problem and what you have already tried to resolve it, the person you speak with will probably contact AT&T technical support as a conference call.

  • Everytime I try to update my 3rd generation ipod touch to iOS 5, I get a connection time out error after the software is downloaded?

    Everytime I try to update my 3rd generation Ipod touch to iOS 5, I get a connection timeout message after the software has completely downloaded and is finishing?

    DIsable the computer's security software (antivirus and firewall) during the download and update.

Maybe you are looking for

  • [SOLVED] So many problems with the RTL8723au wireless card:

    Hello,    I have been a long time linux user (Ubuntu & CentOS) and recently switched to Arch Linux. My laptop usually has strange issues with all sorts of stuff when it runs Linux like graphics cards, brightness control, and WiFi. So far I have been

  • Difference in Amount between BI Report and GL Account

    Hi, Regarding the difference between BI report and GL, We found duplicated records in the data source 0FI_GL_4. (The difference was in an another account which did not match with the GL.) 1.Account: 123456   G/L Balance: $430,382.41   BI Report:    

  • Recording thru rear inputs on motu 828 mk2

    i have logic 7.1.1 with a motu 828 mk2 sound card. i am going out my turntables, into a mixer, and then into the rear inputs(1+2 analog) on the back of the motu. i see the levels lighting up(above 1+2 as well as the main) and the speakers attached to

  • I make big error

    Hallo. For my project I am working on for other company I have to put code in sun solaris server. Company have give me "root" user name and I log in from "ssh" protocol. I am beginner for solaris so I look on internet for commands I I make error of e

  • Ugly (non-antialiased) Fonts

    Hi, I am annoyed with Xorg 100/75 dpi fonts that is being used by some sites like this: http://www.linuxtimes.net/modules.php?n - le&sid=831 I use firefox 1.0.4 In other distro, this does not happen. And in kcontrol fonts manager, I see a lot of non-