Your logon session is invalid

Hi !!
I have cloned instance and it is giving me a error message like this
"your logon session is invalid. Exiting Oracle applications" in R 11i. I am able to login through dev60cgi/f60cgi but when I go through the Self Service framework, the problem appears. On any form/responsibility I click on, I get this error message. I need to resolve this ASAP as users are not able to login and all of them login through SSW only.
I have gone through metalink and one of the replies in forums is to regenrate all forms and pl/sql. I have a huge instance on hand can not afford to do that and also don't have enough time to do that.
Anybody has any insights into this.
Please Help,
Thanks in advance.

Hi
1) Check the db file on $FND_TOP/secure.
2) Check for the GUEST password on DBC file and on the DB.
3) Load fndsec.jar
a) Go to $ORACLE_HOME of 8.1.7 DB
b) Go to bin directory . Now you will be on $ORACLE_HOME/bin
c) loadjava -user apps/apps -r -v -f $FND_TOP/java/jar/fndsec.jar
(Give the full path of FND_TOP)
4) Now start the Application and check for the Application login
Reg
SundarGanesh
HCL Technologies Ltd

Similar Messages

  • Your session is invalid.Logout&Login again WIH 00013-Web intelligence repor

    Hi,
       I am getiing error "Your session is invalid. Logout & Login again (WIH 00013)" whenever I try to open View Web Intelligence report. The issue is observed in QA server but not in Dev server. I connected to QA database and check from DEV BO server but this error is not encountered. Do you know why this issue is coming in QA. How to troubleshoot could you guide me with steps. Thanks in advance.
    Regards,
    Nanda Kishore.

    Hi,
    Check below thread..
    WIH00013 - Invalid Session
    Thanks,
    Amit

  • APP-FND-01931: Your session is no longer valid or your logon information...

    Hello everyone,
    I have an instance which was cloned successfully through Rapid clone and after finishing the clone we refreshed the database using the hot backup we have (RMAN). Database is successfully cloned and opened but we are unable to login to the application through the jsp login and only able to login through the forms login (dev60cgi/f60cgi).
    Each time we try to login throught the jsp page we face this error message prior to launching the java applet:
    ==========================================================
    APP-FND-01931: Your session is no longer valid or your logon information could not be reestablished from your session.
    ==========================================================
    Does anuone know the reason behind this error message?
    I searched the Metalink and I'm openeing a SR with Oracle but with no luck till now! :-(
    thanks
    Marwan

    Marwan,
    Better check with the DBA. It looks like some setup issue. Apache log will provide more details.
    --Shiv                                                                                                                                                                                                                                           

  • SCCM 2012 R2 reporting error: "The DefaultValue expression for the report parameter 'UserTokenSIDs' contains an error: A specified logon session does not exist. It may already have been terminated. (rsRuntimeErrorInExpression)"

    Hi,
    I have two SCCM environments under same active directory domain and one service account have been used for SCCM configurations on both the environments (QA and PRODUCTION). I am facing similar error as mentioned above while trying to fetch reports on
    PRODUCTION site, but the QA site is working fine, though same service account have been used for configuring both. While looking at the reportserverservice_<date> log on my Production DB server i see the following error
    "processing!ReportServer_0-3!2124!01/02/2015-09:09:30:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during
    report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot read the next data row for the dataset DataSet1. ---> System.Data.SqlClient.SqlException: Conversion failed when converting the nvarchar value 'Override
    Default' to data type int."
    My DB and SCCM primary site are different and the reorting services point is installed on remote DB server. Please help me resolving the issue.
    Troubleshooting performed:
    1.Disabled the registry key 'EnableRbacReporting' from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP to 0 and then restarted SSRS service and the reporting worked for some minutes after that the registry key reverted back to 1 automatically and
    reporting started throwing errors again.
    2. Checked with the permissions on DB whether or not 'sysadmin' role is assigned to the SCCM service account.
    3. re-registered the SQL management Provider WMI class.
    mofcomp.exe “C:\Program Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof”

    Hi All,
    Finally found exact solution to the reporting error.
    Error: while launching SCCM reports (both from Console and web based) an unexpected error occured with error message as "The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist.
    It may already have been terminated. (rsRuntimeErrorInExpression)"
    Solution: This is password replication issue for the domain account used to configure reporting services point in SCCM. If your SQL SSRS reporting services instance and databse runs with local default account whereas the reporting services point on SCCM
    primary site is configured with domain account, (As in My case) you need to perform the following in order to get rid of the error.
    Launch 'Reporting Services Configuration Manager' from the SQL SSRS box(either Local or Remote), Connect to Report Server Instance->Go to 'Execution Account' tab->Specify the 'Execution Account' as domain account and password which is used to configure
    Reporting Services Point in SCCM Primary Site, and then click apply.
    Now Lauch the report either way (Web based or from Console), the error will disappear and all your default reports will execute perfectly as before.

  • ERROR: Error in getting session data: Invalid or Expired Session

    Hi,
    We are using ssrs 2008 r2 and have a report which has links that allow the user to drill down.
    When the link is clicked the same report is run but shows more detail. This works fine but we are now getting the error below for a user. 
    I have increased the time out for the report to 600 seconds.
    Error in getting session data: Invalid or Expired Session: fnxgxhjuveugvd552qfyv3fw
    session!ReportServer_0-6!4b0!03/18/2015-10:51:29:: i INFO: LoadSnapshot: Item with session: fnxgxhjuveugvd552qfyv3fw, reportPath: , userName: doman/user not found in the database
    Any ideas how this can be resolved?

    Hi Nasa1999,
    Based on your error message, If the all the users will sometimes got the same issue, it can be caused by the timeout issue. It happens a lot when rendering big report, and it exceeds the default Session Timeout. You can execute script
    to increase the Session Timeout time. Please refer to following blog:
    Session Timeout during execution. Also increase the value of <Query Timeout> in rsreportserver.config file. This file locate at XX:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer
    Please also check to set the <legacyImpersonationPolicy> back to true(https://support.microsoft.com/en-us/kb/972328).
    Locate the Aspnet.config file in the following folder:
     %windir%\Microsoft.NET\Framework64\v2.0.50727
    If Microsoft Visual Studio is installed on the computer that is running SQL Server 2005, double-click
    Aspnet.config. If Visual Studio is not installed on the computer, follow these steps:
            a. Right-click Aspnet.config, point to
    Open with, and then click Choose program.
            b. In the Programs list, click
    Notepad, and then click OK.
    Locate the following tag in the <runtime> section of the code.
            <legacyImpersonationPolicy enabled="false"/>
    Change the tag to:
            <legacyImpersonationPolicy enabled="true"/>
    Save the Aspnet.config file.
    Reset IIS.
    Try your report again.
    Similar Thread for your reference:
    Using SharePoint Report Viewer
    Web Part: Error in getting session data: Invalid or Expired Session: xxxxxxxxxxx
    If only the one user or several users will got the issue, the issue can be caused by the permission setting, please reference to below blog:
    http://answers.flyppdevportal.com/categories/sqlserver/sqlreportingservices.aspx?ID=3506231b-9f4d-4f5a-884d-157137c56336
    http://blog.goobol.com/the-permissions-granted-to-user-domainusername-are-insufficient-for-performing-this-operation/
    If your problem still exists, please try to provide more details information as below:
    Did you reporting service installed in native mode or sharepoint mode, If in native mode, please try to provide more error message from the log file:
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • ORA-20001: Security Group ID (your workspace identity) is invalid

    Hi,
    I'm exploring with the concept of creating a user in a predefined workspace, from an APEX application (in development, in a different workspace)
    I get the following when executing the following on submit of a page in a "SAGE" workspace
    (within package compiled in SYS)
    -- id for workspace 'WS' - predefined, empty workspace
    apex_util.set_security_group_id(123001);
    ORA-20001: Security Group ID (your workspace identity) is invalid
    Might this be because I'm attempting this within the context of an APEX session? Am I walking into a dead end?
    Cheers

    Hi Scott,
    I guess you created the package with invoker rights.
    That's the catch or a security protection in other words ;-)
    If you create the procedure with standard definer rights, you can switch between different SGIDs (assuming there are multiple workspaces associated to the same oracle schema), but you get the error you've just experienced when this is attempted from a procedure running with invoker rights.
    Or, at least, this is my current understanding of the "problem" that, funnily enough, I encountered yesterday.
    Flavio
    http://oraclequirks.blogspot.com
    http://www.yocoya.com

  • User Session gets invalidated automatically

    Hi,
              The user session gets invalidated automatically ,this happens irregularly but has been seen many times.
              Any ideas?
              

              Akshay <[email protected]> wrote:
              >Hi,
              >The user session gets invalidated automatically ,this happens irregularly
              >but has been seen many times.
              >Any ideas?
              hi,
              1. Check whether u have mistakenly called the session.invalidate() method if
              u are using HTTPSession
              2. Check the App.server Session Timeout
              3. If you are using Cookies check whether the cookies MaximumAge is expried before
              the
              complition of your process / transcation.
              regards,
              Elango
              Elango TR
              Sip Technologies & Exports Ltd. Elnet Software City,Chennai
              http://www.siptech.co.in
              [email protected]
              

  • Problem "Session already invalidated" when logout?

    Hallo,
    for logout i'am using the following code
    public String logoutButton_action() throws IOException {
    FacesContext ctx = FacesContext.getCurrentInstance();
    ExternalContext ectx = ctx.getExternalContext();
    HttpServletResponse response = (HttpServletResponse)ectx.getResponse();
    HttpSession session = (HttpSession)ectx.getSession(false);
    session.invalidate();
    response.sendRedirect("index.jspx");
    ctx.responseComplete();
    return null;
    In JDeveloper i don't have a problem. But using this method under tomcat it produces the error getAttribute: Session already invalidated.
    I know tomcat is not oracle but maybe someone had a tip for me.
    Any help is appreciated.

    Hi,
    could you check the discussion in this forum thread:
    ERROR attempting to call HttpSession.invalidate ()  in TOMCAT 5.5.9
    I think your issue is similar.
    Regards,
    Didier.

  • So, i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    i just connected my ipod touch 4g to my laptop and there is an update 4.3.3  available  i was downloading it and just as it finishes it says your network session has timed out what ca i do? HELP ASAP PLEASE!!!

    Try a direct download:
    iPod, iPhone and iPad Firmware Download
    Manually install it by holding your "Option" key down when clicking on the "Restore" button in iTunes and select the firmware file you downloaded.

  • My back button and refresh button and my yahoo tool bar are dimmed a lot when I open up firefox. So as a result, I cannot use the back button nor my refresh button AND my yahoo toolbar disappears a lot. I have tried to get on your chat session but it is a

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [/forum/1/688252]
    Thanks - c</blockquote>
    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My back button and refresh button and my yahoo tool bar are dimmed a lot when I open up firefox. So as a result, I cannot use the back button nor my refresh button AND my yahoo toolbar disappears a lot. I have tried to get on your chat session but it is always closed. I need one on one help. Please reply with resolution.
    == This happened
    ==
    Every time Firefox opened
    == two or three months ago
    ==
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 (BT-canvas) Firefox/3.6.3 GTB7.0 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-npdnu
    *npdnupdater2
    *Coupons, Inc. Coupon Printer DLL
    *Coupons, Inc. Coupon Printer Plugin
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *6.0.12.448
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    *Shockwave Flash 10.0 r45
    *Yahoo Application State Plugin version 1.0.0.7
    *3.0.50106.0
    *My Web Search Plugin Stub for 32-bit Windows
    *Google Updater pluginhttp://pack.google.com/
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll

    * If the menu bar is hidden then press and hold the Alt key down, that should make the Menu bar appear (Firefox 3.6 on Windows) (see [[Menu bar is missing]]).
    * Make sure that you have the ''Navigation Toolbar'' and other toolbars visible: View > Toolbars .
    * If items are missing then see if you can find them in the View > Toolbars > Customize window.
    * If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
    * If you do not see that item then click the Restore Default Set button in the View > Toolbars > Customize window.
    See also [[Back and forward or other toolbar buttons are missing]] and [[Navigation Toolbar items]]
    See http://kb.mozillazine.org/Toolbar_customization

  • A Kerberos Error Message was received: on logon session

    Hi i am getting this error in event viewer in a client machine, from where powershell sccripts collecting data from our sharepoint servers
    Log Name:      System
    Source:        Microsoft-Windows-Security-Kerberos
    Date:          9/16/2014 11:09:42 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PortalHealthChe.XYZportal.com
    Description:
    A Kerberos Error Message was received:
     on logon session
     Client Time:
     Server Time: 20:9:42.0000 9/16/2014 Z
     Error Code: 0x7  KDC_ERR_S_PRINCIPAL_UNKNOWN
     Extended Error: 0xc0000035 KLIN(0)
     Client Realm:
     Client Name:
     Server Realm: XYZPORTAL.COM
     Server Name: HTTP/XYZWFE01.XYZPORTAL.COM
     Target Name: HTTP/[email protected]
     Error Text:
     File: 9
     Line: f09
     Error Data is in record data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Kerberos" Guid="{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}" EventSourceName="Kerberos" />
        <EventID Qualifiers="32768">3</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-16T20:09:42.000000000Z" />
        <EventRecordID>5466</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>PortalHealthChe.XYZportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="LogonSession">
        </Data>
        <Data Name="ClientTime">
        </Data>
        <Data Name="ServerTime">20:9:42.0000 9/16/2014 Z</Data>
        <Data Name="ErrorCode">0x7</Data>
        <Data Name="ErrorMessage"> KDC_ERR_S_PRINCIPAL_UNKNOWN</Data>
        <Data Name="ExtendedError">0xc0000035 KLIN(0)</Data>
        <Data Name="ClientRealm">
        </Data>
        <Data Name="ClientName">
        </Data>
        <Data Name="ServerRealm">XYZPORTAL.COM</Data>
        <Data Name="ServerName">HTTP/XYZWFE01.XYZPORTAL.COM</Data>
        <Data Name="TargetName">HTTP/[email protected]</Data>
        <Data Name="ErrorText">
        </Data>
        <Data Name="File">9</Data>
        <Data Name="Line">f09</Data>
        <Binary>3015A103020103A20E040C350000C00000000001000000</Binary>
      </EventData>
    </Event>
    adil

    Hi 
    i am getting this error in a client machine
    Log Name:      System
    Source:        Microsoft-Windows-Security-Kerberos
    Date:          9/16/2014 11:09:42 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PortalHealthChe.XYZportal.com
    Description:
    A Kerberos Error Message was received:
     on logon session
     Client Time:
     Server Time: 20:9:42.0000 9/16/2014 Z
     Error Code: 0x7  KDC_ERR_S_PRINCIPAL_UNKNOWN
     Extended Error: 0xc0000035 KLIN(0)
     Client Realm:
     Client Name:
     Server Realm: XYZPORTAL.COM
     Server Name: HTTP/XYZWFE01.XYZPORTAL.COM
     Target Name: HTTP/[email protected]
     Error Text:
     File: 9
     Line: f09
     Error Data is in record data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Kerberos" Guid="{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}" EventSourceName="Kerberos" />
        <EventID Qualifiers="32768">3</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-16T20:09:42.000000000Z" />
        <EventRecordID>5466</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>PortalHealthChe.XYZportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="LogonSession">
        </Data>
        <Data Name="ClientTime">
        </Data>
        <Data Name="ServerTime">20:9:42.0000 9/16/2014 Z</Data>
        <Data Name="ErrorCode">0x7</Data>
        <Data Name="ErrorMessage"> KDC_ERR_S_PRINCIPAL_UNKNOWN</Data>
        <Data Name="ExtendedError">0xc0000035 KLIN(0)</Data>
        <Data Name="ClientRealm">
        </Data>
        <Data Name="ClientName">
        </Data>
        <Data Name="ServerRealm">XYZPORTAL.COM</Data>
        <Data Name="ServerName">HTTP/XYZWFE01.XYZPORTAL.COM</Data>
        <Data Name="TargetName">HTTP/[email protected]</Data>
        <Data Name="ErrorText">
        </Data>
        <Data Name="File">9</Data>
        <Data Name="Line">f09</Data>
        <Binary>3015A103020103A20E040C350000C00000000001000000</Binary>
      </EventData>
    </Event>
    adil

  • The latest version of Firefox no longer asks if you want to save open tabes for your next session..I HATE not having that option. What were they thinking?

    Question
    The latest version of Firefox no longer asks if you want to save open tabs for your next session..I HATE not having that option. What were they thinking? (I think this is self explanatory)

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.<br />
    <br />
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • Reporting using SSRS not working - logon session does not exist

    Hello All,
    After installing the 'reporting site system role' and configuring (using MS technet reference guides), I see the report folder under my Monitoring-> reporting->reports folder;
    When I click on a report and 'run', I get the following error:
    "the default value expression for the report parameter 'usertokenSIDs' contains an error. A specified logon session does not exist. It may already have been terminated"
    details:
    System.Web.Services.Protocols.SoapException: The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist. It may already have been terminated.
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ParameterInfoCollection& Parameters)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ReportParameter[]& Parameters)
    Microsoft.ConfigurationManagement.ManagementProvider.SmsException
    The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist. It may already have been terminated.
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    System.Web.Services.Protocols.SoapException
    System.Web.Services.Protocols.SoapException: The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist. It may already have been terminated.
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ParameterInfoCollection& Parameters)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ReportParameter[]& Parameters)
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    The account I'm using is a domain account with 'full' permissions to compliance security role. I also verified the individual object level permission and it holds good. I'm not sure what I'm missing here.
    Any help on this is greatly appreciated. thanks

    I talked to a member of the product team and they agree this is not a solution. He has not heard of this issue before and STONGLY recommends that you contact CSS for support. This is the only way this is going to be fixed permanently.
    It is my guess that if you ever apply a service pack 2 or other updates to CM12, this problem will re-occur, again this is my guess this will happen again.
    Remember that if it is a bug then there is no charge for the support call.
    http://www.enhansoft.com/

  • Error: Could not get markup. The cookie or session is invalid or ...

    When I run the portlet getting the below error:
    Error: Could not get markup. The cookie or session is invalid or there is a runtime exception.
    I have gone through the log, it's processing the request.
    Any help on this ...

    first can you give us some idea about which product/component/platform/version are you working with. and how did you edit the 'portal prefs'.
    thanks!

  • Endless "Your iCloud session has expired" messages - any solution?

    I seem to have two related and incredibly annoying problems for which I have been unable to find a truly effective, long-term solution after extended web searches. Everything I try doesn't truly fix the problems, which I suspect are related ones:
    1. In the course of normal usage of iTunes (ever since beginning use of iCloud), I frequently get the message "Your iCloud session has expired" and I am prompted to re-enter my password. When I re-enter it, everything works - until 5, 10 or 15 minutes later, when it pops up again - and again. I haven't been this annoyed since I dealt with the constant "Nervous Nellie" security popups on Windows XP. Is there any way to get iCloud to calm down?
    2. Similar deal with iTunes Match. Almost every time I turn on any Mac with it enabled, iTunes Match will not actually work. I have to sign out from the iTunes Store, then sign back in, click iTunes Match, click "Add computer" (even though this is the same computer over and over again) and wait about 2 minutes to go through the activation and matching process again. Then it works fine. But should I close iTunes, shut down my computer, etc. and come back to use iTunes again, it's the same crazy routine all over again. Can't use it properly unless I sign out, sign in, re-activate iTunes Match, etc. Driving me crazy. Both iCloud and iTunes Match could be such tremendous services, but this buggy nonsense is hardly worth my time. Basically, a waste of $25 at this point.
    Oh, by the way, iTunes Match works fine on my iPad 2 and Apple TV (never need to go through this song and dance).
    If anyone has encountered either of these errors and found a solution, I'd be most grateful to hear about them.

    Okay, I found additional help for the first problem on this forum. The threads I was hoping to finally appeared when I posted this question. I followed the advice posted by the community and it seems to have worked: Go into Safari > Preferences > Privacy > Details > select "apple.com" and click Remove (thanks to BasementJack and JHdeVilliers). What I do not yet know is whether or not I'll have to repeat this action now. But it's a good start. However, iTunes Match is still a mess - no improvement.

Maybe you are looking for

  • How to share automatically  photo in iCloud photo

    Hi Behind ios8 i have only one account iCloud for me and my wife but just select photo and locate for my wife and on iphone wife second account iCloud for contact calendar .... And when i take a photo or my wife take photo, photo go automatic in iClo

  • Getting Class instance of a class

    Dear Friends, I need to get Class instance of a class in my project. Inorder to use the reflection API 's the package name of the class is needed , but it may not be available Only available thing is the name of the class file and the location where

  • MaxDB SQL query log

    Hi, i was wondering if there is a way to see sql query logs. I try to put some BLOBS in the database, on my development evironment this works fine. But on a new machine with a new database this doesn't work. It could be helpful so see some kind of qu

  • Safari 4.0.3 Top Sites and/or flash choke and I have to force quit.

    I've tried multiple times all of the remedies I've seen on the discussion forums. Uninstalled an reinstalled flash. Dumped old internet plugins, reset, repair permissions, restart, trashed most safari folders, etc...in many different orders that have

  • I have a new Droid 3. It's not listed as a compatible device. Is it compatible?

    Not relevant