HTTP/RFC Session was deleted after timeout

Hi all,
several of my colleagues are working in CRM Web UI.
Sometimes they just got logged of from the system.
The only hint I can see in sm21 is "HTTP/RFC Session was deleted after timeout" (translated from german) with no additional info.
Has someone faced similar issues?
regards
Davor

Hi Rishi,
thank you for the answer. Sorry, I forgot to mention, that I already checked ICM parameters. The timeout is set to 2700 seconds and proc-timeout is set to -1.
Here is some confusing info I found in sm21 (also translated from german):
Usualy there is no timeout for RFC-Server... An explicit timeout for a RFC-Session can be set with the function module TH_SET_AUTO_LOGOUT. If for a defined time no funcion-calls arrive, the RFC-Server will be deleted. If the client calls the server after deletion, the client will be rejected with an error-code.
Hope, this helps. I have no clue!

Similar Messages

  • HTTP/RFC session has been deleted following timeout

    Hi,
          In our SRM system I see this message.
    HTTP/RFC session has been deleted following timeout
    help me please

    Hi,
    Firstly welcome to SDN...!!!!!
    There is no need to worry about this, as this is not an error. You can see the status of this message in SM21 as green color, it is normal. whenever a connection is made to the system from browser, it will create a connection of type http/rfc. If the user or program which connected to the sysem , does not explicitly close the connection, or leave it idle then the system will delete it automatically after the session time out.
    Please see the note 1240156 for details or parameters.
    Regards,
    Sharath
    Edited by: sharath Babu on Jul 29, 2010 10:07 AM

  • HT4137 Good day! All of my data was deleted after i update my os to os5.1.1. from then on I didnt restore it again. Today, I accidentally restored my iphone and all of my recent photos were deleted. how can I retrieve it again? thanks!

    Good day! All of my data was deleted after i updated my os to os5.1.1. from then on I didnt restore it again. Today, I accidentally restored my iphone and all of my recent photos were deleted. how can I retrieve it again? thanks!

    If you have been regularly syncing/backing up your iPhone with iTunes or iCloud, you may try restoring it from the last backup.
    Read how to restore from a backup.
    http://support.apple.com/kb/ht1766
    Make sure to turn OFF automatic syncing in iTunes before connecting your iPhone.
    Preferences - devices - "check" prevent iPhone/iPod from automatic syncing

  • IPhoto app was deleted after doing an update

    My iphoto app was deleted after doing an update. Lost over 1,000 pictures and videos. My mac originally came with iphoto so I did not have to purchase that app but now in the app store it is saying I have to pay $15 for the app! Don't know what happened!

    You did check in the Applications folder, right? Go the the App Store and look in the Updates section to see if the 9.5.1 is listed there for just an update and not purchase.
    OT

  • Iphoto was deleted after reinstalling Mac OsX. How can i get it back without buying in appstore

    my macbook was damaged and i had to install Mac Os X again. After that my iphoto app was deleted and now i have to buy it again in the appstore. Is it possible to get it back for free because i had it before, too. Sorry for my bad english. I'm from germany. Thanks for your help

    Davedavedave92 wrote:
    my macbook was damaged and i had to install Mac Os X again. ...
    Which version of OS X

  • Web Service from stateful Session Bean deleted after server restart

    Hi,
    i created a stateful session bean and from this a web service.
    I am able to deploy it and it works really fine.
    My problem is: after a server restart the web service is gone and i
    have to deploy it again.
    I have some other web services (but these are web services from stateless session beans)
    but they "survive" the server restart.
    I don't want to deploy the web service after every server restart, did I forget something or
    is it a general problem of stateful session beans or web services?
    Thanks in advance
    Jens

    Hello Björn,
    I am not quite sure what your problem is but did you have a look at these articles:
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/993441c73cef23e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/be/2e2c4142aef623e10000000a155106/frameset.htm
    I hope they can give you some idea.
    Regads
    Vyara

  • Firefox history, login sessions gets deleted after system shutdown

    I have synced my browser with my gmail account. After browsing and closing/restarting the system, the Firefox starts with only the bookmarks, form history from the sync account and forgets everything I have done currently.
    -> Done creating a new profile
    -> Downgrading/Reinstalling the browser
    -> Removing any antivirus that may cause history delete
    -> Syncing n number of times
    Still it doesn't take any new history after shutdown.
    What may be the solution?

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    You can check the settings for "Clear history when Firefox closes".
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-recent-browsing-search-and-download-history
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.

  • I want my music back on my iPhone which was deleted after I signed up for iTunes match. Was never told this would happen--it was said that one COULD delete the music, not that apple would. I use it in my car.

    How do I get my music  back on my iPhone 5s after signing up for match? No one said it would deleted from my ios device. That was an option for space. I have the large iphone and I use it in my car.

    Blue
    It sounds like you restored from an old back-up.  Did you back-up just before your software update?  It will use your last one and if your last back-up was a ywear old then it will use that one.
    In general, if you are getting these messages on your iPhones select logout (when you get that Apple Id request) and then log back in with your newer ID.
    Sorry for your losses.
    Cheers

  • Sessions not closing after timeout

    I'm having trouble where my sessions aren't closing after the
    60 minute timeout. I'm checking to see how long the sessions are
    staying open, and they are staying open past the 60 minute timeout
    I have defined. Is there somewhere else I need to modify something
    to get them to end?

    Did you try changing that 60 to something like 10 minutes
    just to rule that out as a bug?
    Here's an small Application.cfc that works using cflogin with
    a timeout if this is of any use to you
    <cfcomponent>
    <cfset This.name = "yourappname">
    <cfset This.Sessionmanagement="True">
    <cfset This.loginstorage="session">
    <cffunction name="OnRequestStart">
    <cfargument name = "request" required="true"/>
    <cflogin idletimeout="5">
    <cfif NOT IsDefined("cflogin")>
    <cfinclude template="loginform.cfm">
    <cfabort>
    <cfelse>
    <cfif cflogin.name IS "" OR cflogin.password IS "">
    <cfoutput>
    <h2>You must enter both the User Name and Password
    fields.
    </h2>
    </cfoutput>
    <cfinclude template="loginform.cfm">
    <cfabort>
    <cfelse>
    yourldap lookup
    <cfif loginIsGood>
    <cfloginuser name="#cflogin.name#"
    Password="#cflogin.password#" roles="">
    <cfelse>
    <cfoutput>
    <H2>Your login information is not
    valid.<br>Please Try again</H2>
    </cfoutput>
    <cfinclude template="loginform.cfm">
    <cfabort>
    </cfif>
    </cfif>
    </cfif>
    </cflogin>
    </cffunction>
    </cfcomponent>
    loginform.cfm
    <H2>Please Log In</H2>
    <cfoutput>
    <form action="#CGI.script_name#?#CGI.query_string#"
    method="Post">
    <table>
    <tr>
    <td>user name:</td>
    <td><input type="text"
    name="j_username"></td>
    </tr>
    <tr>
    <td>password:</td>
    <td><input type="password"
    name="j_password"></td>
    </tr>
    </table>
    <br>
    <input type="submit" value="Log In">
    </form>
    </cfoutput>

  • Error: File just captured could not be read and was deleted after capture.

    I was just recording an extremely important interview. I have recorded literally 10.000 recordings before with the same setup, every day, over a period of some three years now. I'm recorging DV PAL through SDI input on a AJA KONA LS card.
    It seemed to be going well last night while recording but as soon as I pressed 'Esc' to end the capture I got an error message saying (not exactly in these words) : Error: The file just captured could not be read.
    The file couldn't be found anywhere on the HD or in the trash. Usually when something goes wrong during capture, you can find the file in the capture folder named 'filename-av'. Not this time, I have never seen this error message before.
    The person being interviewed was absolutely furious and said he would not do the interview again. So I'm up against the wall here, and need to recover the files.
    What's more, the problem still persists. When I try capturing again, as soon as I stop the same error occurs. So now my FCP is not capturing anymore
    I tried running Data Rescue 3.1 and found the recording in deleted files, but:
    1. the recording is in several parts (not sure if it's all there, but probably most of it)
    2. Data Rescue 3 interprets the files as .dv files, as opposed to .mov files as all my other recorded material.
    3. THERE IS NO AUDIO IN THE .DV FILES, which pretty much nullifies the file recovery altogether.
    I tried googling this error, but it did not help much:
    1. None of the people were capturing the same way I do (most were capturing from tape, none straight through KONA SDI input)
    2. There was no solution to prevent the error.
    3. No solution to recover the files either.
    I must say, this experience really taught me the essence of Murphy's law: 'Anything that can go wrong, will go wrong at the worst possible moment'
    Any suggestions as to the reasons for this?
    Any suggestions as to how the files can be recovered?

    Good news!
    I beleive I have found the cause and solution.   At least now I am able to reproduce the problem at will and therefore, hopefully prevent it.
    I discovered that there is nothing wrong with my AJA KONA setup, as I was able to capture with both QuickTime movie capture and Adobe Premier just fine.  But every time I try capturing in FCP I get unreadable capture files (since 2 days ago).
    Trying all possible capture settings, capture presets or easy setups did nothing.  (although capturing thru Firewire still works every time).
    I was about to give up when I noticed that where I usually have my video scopes window running, for convenience sake, under it the Voiceover utility was running.
    So here is the deal:  Usually when you try and capture with the Voiceover utility running, you can't. FCP wont allow you to capture, it will return an error message saying: 'Log and capture can not be opened while Voice Over is running. Please close Voice Over and try again.'  As it turns out, this warning is probably for a good reason.
    BUT...
    If you shut down FCP with Voice Over running and start it up again THEN you CAN run Log and Capture at the same time... everything looks OK, until you stop the recordin, then you get an error message saying your recording is screwed.
    I tried this over and over again,  every time it behaves the same way.  Shutting down with VO util>starting up again>recordings get screwed  .. close VO utility>back to normal operation.
    I'm not sure if it was the VO utility the last time this happened (few weeks back), but it might very well be.  I might not have noticed that the VO utility was running as it was hidden behind the videoscopes and there are no warnings when running Log and Capture if you start up FCP with VO utility still running.
    My educated guess to what is going on is that the VO utility is taking up priority over the sound inputs and by doing so making the audio of the capture unreadable.  This theory is supported by the fact that when my data recovering experts found the recordings on the HD, there was no audio on the files, but the video was intact.
    The only reason setting up the AJA drivers helped in the past was probably because that flushed the FCP settings and in doing so closed the VO utility window. How very ironic
    Hope this helps someone out there. And I hope Apple find a way to prevent this from happening.
    cheers!
    Vidar F.

  • Problem with Write To Measurement File Express VI not writing to file if file was deleted after the first call (7.1)

    I'm using the Express Write to LabVIEW Measurement File in LV7.1.
    I have it set to "Save to one file"  and have tried both "Overwrite file" and "Using next available file name" for the "If a file already exists" conditions.
    The path/filename is passed into the function.
    It works fine the first time around.  If the file is deleted before the function is called again, an error occurs since LV is unable to find the file.
    I have had to stop and re-run my program in order to write to use the function again.
    Since I am able to delete the file I assume it was closed but it seems like LV expects it to be there, even though the function was supposed to create/open/close the file...  Is there any way to reset this without stopping/restarting the program?
    Since my application creates several files (only one using the Express VI) I am checking for the filenames and requiring that they be deleted (or a new filename be used) before acquiring data.  Everything has worked great, except for the Express VI.
    Thank you,
    David

    Ok, I've edited the VI you posted to reproduce my error (this time with 8.0). 
    I added a "master stop" and "start log" button.  To demonstrate my problem:
    1.  Run the VI
    2.  Click "START LOGGING" - c:\test.txt is created
    3.  Click "STOP" - c:\test.txt is closed
    4.  Delete the file c:\test.txt with Windows shell or explorer
    5.  Click "START LGGING" - a new c:\test.txt file should be created but instead an error is raised in the Write LabVIEW Measurement File function.
    Any ideas?
    Thanks,
    Dave
    Attachments:
    Write LV Meas File 2.vi ‏96 KB

  • Safari was deleted after updating to 8.0.1

    Hey
    I can't find my Safari anymore on my Mac after i updated it to 8.0.1
    even spotlight can only find my bookmarks and history, but not the app
    can someone help me?
    MacBook Pro (Retina, 15-inch, Early 2013)
    OSX Yosemite Version 10.10.1 (14B25)

    Use another browser if you have it installed.
    Backup the computer.
    Reinstall OS X
    http://support.apple.com/kb/PH18872
    or   wait for further information from Apple.
    Best.

  • I recently purchased a song and my entire song library was deleted after it downloaded. The photos and aps are still there, but no tunes. Anyone know how to fix this? I have songs loaded on the ipod that I don't want to loose and they are not in MY itunes

    I recently purchased a song from itunes and when the song downloaded, it deleted/removed my entire song library. Only leaving the one song.
    My photos and aps are still there, but no songs. Anyone ever encounter this and how do you fix it? I  don't want to loose my songs as some are not in MY itunes library. Help

    If the songs are still on your ipod, make sure autosync is disabled in iTunes on your computer, connect and right click on it in the device list, then choose "transfer purchases" to copy all bought media and apps from your ipod to your computer.
    If the songs are not on your computer and got deleted from your ipod as well, you can't get them back, unless you have a backup of your iTunes library as part of your computer backup.

  • How do make inactive RFC sessions timeout after user logged off?

    Hi,
    In SM04 we can see many sessions of type RFC belonging to users who already logged off. These sessions seem to stay allive for hours if not days.
    Exapmle:
    700  HAMILTONAN                                09.45.35    1  RFC                     8
    700  CHUAE                                     04.08.10    1  RFC                    50
    700  LIMMA                                     02.18.12    1  RFC                    45
    The standard icm timeout settings are set and works fine, but for some reason these assosiated RFC sessions seem to stay logged on.
    Is there any parameter maybe or any other solution anyone is aware of to make these sessions log off if inactive?

    Hi,
    Its basis activity but still ,
    Have a look at this parameter <i><b>rdisp/keepalive_timeout</b></i> it should be set to some seconds, after which if user stays idle system will force fully logged them off...
    How to Change : RZ11 -> put the parameter name -> Change ...
    Hope that helps.
    Regards
    Mr Kapadia

  • Hi, updated my iphone where in the middle of updated the screen showed i must connect to itunes. after connecting iphone was updated but everything was deleted. was first time on itunes , so have no backup. can i recover my pics and contacts? please help

    hi, updated my iphone where in the middle of updated the screen showed i must connect to itunes. after connecting to itunes my  iphone was updated but everything was deleted. was first time on itunes , so have no backup. can i recover my pics and contacts? please help

    If this has happened more than once the problem is likely on your PC.
    See here: http://www.apple.com/support/iphone/assistant/itunes/

Maybe you are looking for