Reference to Object located in timed-out session

Hello forum!
I have searched but couldn't find eny answer to following problem:
I'm developing a web application (struts & Co.) that communicates with different processes.
Situation:
In struts action I'm getting some object from session (that I have put there)
and giving as a parameter to some process P that changes some attributes of this object. I am showing these changes ("interactively") on JSP (e.g. user clicks F5 to see them dynamically).
The question is, what happens when that process lasts longer then my session timeout? Gets it null on some try or what happens at all?
Hope I've explained the problem correctly.
Thanks in advance.

Thanks for reply!
It seems I haven't explained the problem correctly. I've checked it - there happens nothig(no null).
The process has got the object that is in session, not session object itself. So it has no idea what happens in session and after session is dead it is working for nothing... My session will never find out what has happend with that object...
Thanks a lot.
gio.

Similar Messages

  • Timed out session

    Hi,
    How can we determine if the request is coming from a timed out session.
    Could you please let me know about this.
    Thanks.

    When creating a session for the new user, you will need to put an entry in their cookies saying "I just made a session for you". That entry should expire when they close their browser, which I believe is default timeout. Then anytime you goto create a new session for a user that doesn't have one, check to see if that cookie entry is there. If it is, then this person's session timed out. If not, create session and entry and let it go.

  • The query locator has timed out on the server side.

    Hi
    I am getting the error:The query locator has timed out on the server side.
    What to do now?
    AG

    Hi
    Are you using Salesforce.com for creating reports?
    When joining large-sized tables, you may run into a query locator time out
    error. The query locator is a server-side cursor generated by Salesforce.com
    and is used to navigate the query result. It will automatically expire in 15
    minutes without any activity.
    In the case of joining two tables, the report processing engine will read one
    table partly, and then it will process the other table. If the processing time is
    longer than 15 minutes, the Crystal Reports Salesforce.com Driver will try to
    read the rest of the records in the first table and the cursor in that query will
    time out. In the case of joining multiple tables, the chance of running into a
    query locator time issue is higher as the report processing engine might have
    to return to handle the first table after finishing processing other tables,
    increasing the possibility of a query locator time out error in the first table.
    If you run into query locator time out issue, we recommend that you add
    filters into your report to reduce the amount of records you fetch from
    Salesforce.com.
    However, if that is not possible, you can try to reverse the link order in the
    case of joining two tables. For example, you linked table A to table B, then
    you can try to link table B to table A.
    Hope this helps!!
    Regards
    Sourashree

  • Timed out session, port 143

    Hello! I got some problems with my mail. I have entered everything correctly into Mail but I get only timed out session 143. Nothing more to say really, Thanks in advance, Morgan.

    Ernie,
    Weirdly, I checked software update and that can't get a connection either, and yet I have good internet and am receiving and sending mail fine from all accounts.
    When i try to move a mail from my works IMAP to a .mac folder, it starts to move it but then the connection speed seems to plummet as though it's being choked somewhere?
    I'll try the SSL. is that just on the Incoming or the outgoing or both?

  • Why does the family locator sesson timed out and will not let you log back in for 24 hours?

    Sometimes when I log into family locator it says session timed out and signs you out?  Than it makes you wait 24 hours or longer to log back in.

        angery, Let's get your Family Locator sessions working properly! When this happens, have you tried closing and reopening your web browser? Are you signed into the Family Locator site as the Account Owner or Account Manager? The Family Locator app is also available on select mobile devices. Open the app store (e.g., Google Play , App Store , etc.) on your device and search for Verizon Family Locator. If the app appears in the search results, your device is compatible and you can download the app. This may be a great alternative to the Web Site. Please let us know which if you need further assistant.
    TanishaS1_VZW
    Follow us on Twitter @VZWSupport.

  • Automatic disconnection from AP when timed out (session or authentication) from captive portal

    Captive portal implementation permits/blocks web traffic. When a user is timed out (authentication & session) it still occupies a channel as seen in the clients list. How can we disconnect a host that is timed out?

    There is NO Failed Authenticated list.These are the only available tabs in the lapac1200Captive Portal Global Configuration  Portal Profiles  Local User  Local Group  Web Customization  Profile Association  Client Information

  • Timed out session keeps appearing, why?

    WWhen watching Sky on my IPad I keep getting the message "your session has timed out" then the programme stops and goes to to the home screen.  Please can any one throw some light on why this might be happening.

    I've been having the same issues too, and thought it was just my outdated computer or account?!
    Every time I try to purchase a song, "session has timed out" shows up after I click "agree" to the terms!? I seem to be in the exact same scenario as 'SportsBarn' above:  Itunes support have replied repeatedly with the same "solutions" but nothing has helped or even been applicable.  I have an older laptop, 2005 Powerbook running OS X 10.4 Tiger so it's not compatible with the latest iTunes 10.5.2 which requires minimum OS X 10.5. I've been using the balance already in my iTunes account (from redeemed giftcards over the past few years) with no problem, until recently (my last successful purchase was October 2011). I wonder if it's the older OS or just a redemption glitch even with newer computers?

  • What if I close timed-out sessions without calling OCIBreak/OCIReset?

    In non-blocking mode it is mentioned in the document that I should call OCIBreak/OCIReset if I want to time-out the session, and these calls will reset the session.
    Then, is it ok NOT to call OCIBreak/OCIReset if I want to simply close the timed-out sesion, free everything including the environment handle, and establish everything all over again? Here, each session has its own environment handle and all other threads will keep executing queries within the process. I think my client will clearly be ok to do so, but I'm concerned about possible server-side effects of not OCIBreak/OCIReset the session. Will the sesion be destroyed on the server immediately without client's calling OCIBreak/OCIReset when I destroy everything?

    You should call OCIBreak and then disconnect. Last time I checked, OCIBreak performs a TTC OCANCEL operation on the server which would allow you to cleanly disconnect. I'm not sure, but as part of disconnecting, OCI may do this itself. If you don't disconnect cleanly, the server's PMON process will employ dead connection detection (DCD) to determine when to reap your old process. DCD is configurable, but it's best to disconnect cleanly.

  • Removing and timing out sessions

    I added following lines to remove my session variables.
    <% //session remove
    session.removeAttribute("simplesession.usernme");
    session.removeAttribute("simplesession.password");
    session.removeAttribute("simplesession.msg");
    %>
    But looks like still its there...
    Whats wrong with my code ?
    How do I timeout the sessions...

    session.invalidate() will remove the session and clear all objects/variables.

  • Timed-out sessions not clearing

    Hello,
    Need some expert advice... I have WebLogic version 10.3.6 and we are deploying a custom WebCenter Portal application (11.1.1.8.0) onto the server. In weblogic.xml of the application we have set the session descriptor as follows -
    <session-descriptor>
        <timeout-secs>4200</timeout-secs>
        <invalidation-interval-secs>60</invalidation-interval-secs>
        <cookie-name>WCP_JSESSIONID</cookie-name>
        <persistent-store-type>MEMORY</persistent-store-type>
        <url-rewriting-enabled>false</url-rewriting-enabled>
        <sharing-enabled>false</sharing-enabled>
    </session-descriptor>
    Now as per my understanding, after 4200 seconds ie 70 mins, inactive sessions must timeout and should stop appearing in the Sessions subtab in the Monitoring tab of the application. But these never clear up! When we go to the Configuration tab, see can see the same config as above. Any clues?
    Let me know if more information is needed.
    Much appreciated.
    Thanks,
    -NA

    create a httpsessionlistener and add debug, also enable http session debug.. this will help debug the issue.
    -Faisal

  • HT201270 How do you avoid timed-out?

    1.Where are the updates stored?
    2. How to you avoid timed-out session if you don't have wifi access?

    I suspect it has something to do with your network settings on your PC. I'd recommend calling AppleCare right away. you have 90 days of free AppleCare telelphone support, they can help walk you through the process. Also if you haven't already i'd strongly recommend Pondini's guide to using Migration Assistant. You can locate it by clicking:
    http://www.pondini.org/OSX/Setup.html

  • Wget - Connection timed out when using "long" strings

    I'm having a problem with a little script to change some settings for IP-phones. Here is the script:
    #!/bin/bash
    for i in "0" #"4"
    do
    for j in $(seq 176 176)
    do
    wget --timeout=1 --tries=1 --keep-session-cookies --save-cookies cookies.txt --post-file=postfile http://192.168.$i.$j/dologin.htm
    wget --timeout=1 --tries=1 --load-cookies cookies.txt --post-file=postfile2 http://192.168.$i.$j/update.htm
    done
    done
    postfile looks like this and is just for logging in:
    P2=<pass>&
    postfile2 looks like this:
    P270=123456&
    The problem now is, when using it like above, everything works fine. But if I make the text in postfile2 one character longer, I get this:
    Connecting to 192.168.0.176:80... connected.
    HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
    Giving up.
    It doesn't matter where I put the character to make the string longer (I can for example use P32=1234567& and it works). I have tested the script from different machines and used different phones, always the same. Any ideas?

    daf666 wrote:The two files look identical, are you sure that the "bad" one is actually a capture of the timed out session? (both have same data length and same value in the content-length header).
    Yes, they are different and the bad is is from the timeout .
    daf666 wrote:Anyway, this timeout might occur, if for some reason wget will say content length is 10 and send only 9 characters in the post request..
    Any idea what I can do about it? There is something fishy going on. I did this once before a few month ago when I wanted to change other settings. I tried to do the same thing again but even this doesn't work anymore. Maybe I should just try curl .

  • Error: Your session has ended or timed out. Please login again. FDM error on "Export"

    On logging into FDM URL, with a specific user on clicking "Export Fish" FDM Processes gives the options for load but on the other hand when we click on "Export" from the left panel(navigation). "It throws Your session has ended or timed out. Please login again." Quite anomalous behaviour ,when I try with admin this issue does not exist. In shared service this user has the access for that group with WRITE permissions.
    Other relevant info:
    Version: 11.1.2.3
    DB: SQL Server
    Project: Upgraded
    User type: Intermediate
    Target: HFM
    Tried creating a new native user with all admin priv on the FDMApp,HFM app but the issue did not get resolved.
    It is peculiar and unable to gain any pointers.
    Extra Info:
    On clicking the Export option on left panel. It shows Processing,please wait and logs out with error as session timeout.
    Please help.
    Admin Error logs. Tools -> View Error as admin user
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tPOVPartition.* From tPOVPartition Where ((PartName) = '')
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQLMgr.fPartition
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsPOVMgr.fCheckLocProf
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQLMgr.fMapItems
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tSecObjectItems.AppType, tSecObjectItems.AppObject, tSecObject_Locale.AppObjectCaption, tSecObject.AppObjectSeq, tSecObjectItems.AppObjItem, tSecObjectItems.AppObjControl, tSecObjectItems.AppObjControlType, tSecObjectItems_Locale.AppObjControlCaption, tSecObjectItems_Locale.AppObjControlToolText, tSecObjectItems.AppObjControlLevel, tSecObjectItems.AppObjControlIndex, tSecObjectItems_Locale.LangKey FROM tSecObject INNER JOIN tSecObjectItems ON tSecObject.AppObject = tSecObjectItems.AppObject AND tSecObject.AppType = tSecObjectItems.AppType INNER JOIN tSecObject_Locale ON tSecObject.AppType = tSecObject_Locale.AppType AND tSecObject.AppObject = tSecObject_Locale.AppObject INNER JOIN tSecObjectItems_Locale ON tSecObjectItems.AppType = tSecObjectItems_Locale.AppType AND tSecObjectItems.AppObject = tSecObjectItems_Locale.AppObject And tSecObjectItems.AppObjItem = tSecObjectItems_Locale.AppObjItem WHERE (((tSecObjectItems.AppType)=N'WebClient') AND ((tSecObjectItems.AppObject)=N'Maps Form') AND ((tSecObjectItems_Locale.AppObjControlCaption)<>N'-') AND ((tSecObject_Locale.LangKey)=1033) AND ((tSecObjectItems_Locale.LangKey)=1033)) ORDER BY tSecObject.AppObjectSeq, tSecObjectItems.AppObjItem
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQL.fSecItemsForObject
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tCtrlOption.* From tCtrlOption Where (((tCtrlOption.OptionKey) = N'Period')) ORDER BY tCtrlOption.OptionOrder
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQL.fOptionListForKey
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsDBTools.fGlobalOptionGet
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsDBTools.fGlobalOptionGetVA
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:34:01] **
    ERROR:
    Code............................................. 3098
    Description...................................... CONNECT Action Adapter Script failed to load!
    Procedure........................................ clsBlockProcessor.ActConnect
    Component........................................ upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 13632
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 770
    Location Seg..................................... 41
    Category......................................... Source Actual
    Category ID...................................... 12
    Period........................................... Oct - 2013
    Period ID........................................ 10/31/2013
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:34:01] **
    ERROR:
    Code............................................. 3098
    Description...................................... CONNECT Action Adapter Script failed to load!
    Procedure........................................ clsBlockProcessor.ActExport
    Component........................................ upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 13632
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 770
    Location Seg..................................... 41
    Category......................................... Source Actual
    Category ID...................................... 12
    Period........................................... Oct - 2013
    Period ID........................................ 10/31/2013
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    Can you check the Object Security for the Analysis Menu and Export button and see if it is restricted?
    Also, is this a Oracle DB?  IF so, has the following 32 bit Oracle Client components been isntalled:
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET

  • I am gettingError: Your session has ended or timed out. Please logon again

    Hi,
    I gave a user access as Basic Reviewer and Submitter in shared services and also in FDM for all the locations.
    When I am trying to login to FDM using that user ID I am getting error Error: Your session has ended or timed out. Please logon again
    Can anyone pls let me know how to resolve the issue.
    Thanks,

    To resolve this issue you need to install the latest patch set update for 11.1.2.1.0, (11.1.2.1.502)
    You will also need to modify object maintenance for Journals and Multiload to make sure that Intermeidate Users have access to these objects.
    Hope that helps.    

  • Upgrade 9.3 to 11.1.2.1 "your session has ended or timed out" on EXPORT

    Have two different issues going on.
    The first is a user loads succesfully then go to change their location. Once they select the newe location and it goes to open they receive this error "your session has ended or timed out"
    The second is similar in when a user clicks the export buttopn they get this message "your session has ended or timed out"
    Anyone with Admin access does not get any errors
    We thought it could be provisioning as we setup two groups and put users in those groups for provisioning but the people getting the second error are in the same group as people who pass Export.
    We got the second fixed by provisioning the group to be able to "Run Integration" but that scares me.
    Any ideas?

    We had thought the same thing at first. We use Intermediate 5 for people who can make mapping changes and intermediate 7 for users who can load but not modify maps. Anything the can both do is set to AllIntermediate.
    We tried makig that just Int7 or Int5 and it still bombed.
    Also if they do not have access to a location it does not show up in the dialog box to be selected. If they do not export they can bounce from one location to another without issue.
    We feel it has to be a setting somewhere because our admins do not experience the same issues at all.
    Do you have 11.1.2.1 installed and workig fine?

Maybe you are looking for