Worksapce login issue

Hi
I have installed Hyperion, and i think all is ok. All services are running.
My Hyperion is installed in:
Windows 2003 SP2
Oracle 11g
But when I run EPM System diagnostic I get a problem with login in the Workspace service/login.
This is the message that I get:
FAILED      SSO      Availability of login http://norhyperion:45000/workspace/browse/configInfo
Error: Could not login to workspace
Recommended Action: Check if all services run. Check user name and password
If I try to login to workspace in the page http://norhyperion:45000/workspace/browse/configInfo, I cannot login with the user(admin/password).
I try to login in the shared services page with this user, and all is working.
Any ideas what went wrong in my installation?
Thank You
NomrHyperion

Hi Norm,
This what I did when I had this issue.
First check if process manager and Workspace Agents are running. If you cant start process manager, or workspace agents, try to check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started. If you still cant run the services, or have login issue, then you must reconfigure the Workspace and
Run EPM System Configurator
First reconfigure:
Hyperion Foundation
- Common Settings
- Configure Database
- Deploy Application Server
When this reconfiguration finish, run EPM System Configurator again, and reconfigure the rest of Workspace and Management Architect.
In my case I reconfigure:
Calculation Manager
Performance Management Architect
Workspace
After this I restart the server.
Then back to the first check again... check if Process Manager and Workspace Agents are running. If not:
Check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started
Then try to start the Process Manager service(you can also try to start the Workspace agents in the menu. Windows -> Start Menu -> Oracle EPM System -> Workspace - > Start Workspace Agent Services
Try all this, then start the EPM System Diagnostic again and check if all services are ok(some times Essbase Studio is not started, start it on the menu -> Essbase Studio - Start server).
This is what I did to fix my problem, and fix all the problems Now all services and EPM are running.
Hope this can help you
JailBreak
IT Network Manager
If helpful Please award points
Thank You

Similar Messages

  • Login issue in OIM11g due to oim credsmap error

    We have OIM 11gR2PS1 installed on unix box. We have AD connector 11.1.1.5.0 installed on it .Also,peoplesoft recon connector PSFT_ER-11.1.1.5.0 is installed
    In our scenario,we have webservice code in which using recon event we are creating users in OIM environment
    This is hosted on same OIM server unix box.Inside webservice code we have refred oimclient.jar file to work with OIM APIs and Recon Service class.
    When i tested webservice for first time it was unable to load OIM API classes as it was unable to find oimclient.jar in classpath.
    So to resolve this issue i kept oimclient.jar in location- "WL_HOME/server/lib/"  and also added following entry in setDomainEnv.sh to load oimclient.jar explicitly in classpath
    CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    and made entry in system-jazn-data.xml present in DOMAIN_HOME//config/fmwconfig/ as :
    <grant>
                <grantee>
                    <codesource>
                        <url>file:${domain.home}/servers/oim_server1/stage/*</url>
                    </codesource>
                </grantee>
                <permissions>
       <permission>
                   <class>oracle.security.jps.service.credstore.CredentialAccessPermission</class>
                         <name>context=SYSTEM,mapName=oim,keyName=*</name>
                         <actions>read,write</actions>
        </permission>
                </permissions>
            </grant>
    After this change, webservice was working as expected and OIM related things were working fine.
    But,when we tried to run schedule task "Active Directory Group Lookup Recon" for AD, we are getting error message as :
    java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider"
    So,to resolve this AD schedule task issue,we rolled back changes made for webservice in setDomainEnv.sh and system-jazn-data.xml file
    and removed explicit classpath entry line of oimclient.jar from  setDomainEnv.sh
    But after restrating all admin and managed servers,we are currently facing issue in logging into OIM idenity/syadmin or design console with xelsyadm credentials
    we have never made any changes of password for xelsyadm account or not made any change in any authenticatorproviders in weblogic console
    we tried everything form reverting all changes to original setup without webservice or peoplesoft listener implementation
    removed all explicit classpath entries or grant entry for oim credsmap from system-jazn-data.xml.
    But still same issue persists
    Any helpful suggestion is appreciated on this ASAP.
    issue logs are:
    TaskFlow Registration: TaskFlowDeployerThread.registerTaskFlowWithTask - Error while setting task display, this can happen with app loading issue, trying to load for 2
    <Nov 11, 2013 11:24:20 PM EST> <Warning> <oracle.soa.services.workflow.worklist> <BEA-000000> <<.> Error while setting task display, this can happen with app loading issue, trying to load for 2>
    <Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
      at java.security.AccessController.checkPermission(AccessController.java:559)
      at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:458)
      at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:518)
      at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:544)
      at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:643)
      at oracle.security.jps.internal.credstore.ldap.LdapCredentialStore.containsCredential(LdapCredentialStore.java:214)
      at oracle.iam.platform.utils.config.OIMPrivilegedExceptionAction.run(CSFCredentialProvider.java:236)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.iam.platform.utils.config.CSFCredentialProvider.getPassword(CSFCredentialProvider.java:79)
      at oracle.iam.platform.utils.config.standalone.StandAloneCryptoConfig.getPassword(StandAloneCryptoConfig.java:76)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.initKeyStore(tcDefaultDBEncryptionImpl.java:67)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.getCipher(tcDefaultDBEncryptionImpl.java:96)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.encrypt(tcDefaultDBEncryptionImpl.java:193)
      at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:118)
      at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:275)
      at oracle.iam.platform.auth.impl.Authenticator.encrypt(Authenticator.java:188)
      at oracle.iam.platform.auth.impl.Authenticator.authenticateWithPassword(Authenticator.java:161)
      at oracle.iam.platform.auth.impl.Authenticator.authenticate(Authenticator.java:134)
      at oracle.iam.platform.auth.providers.wls.OIMAuthLoginModule.login(OIMAuthLoginModule.java:46)
      at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
      at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)
      at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
      at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
      at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
      at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
      at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
      at sun.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy16.login(Unknown Source)
      at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
      at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
      at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
      at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
      at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
      at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
      at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    <Nov 11, 2013 11:24:24 PM EST> <Error> <OIM Authenticator> <BEA-000000> <Error encrypting password>
    java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
      at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
      at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
      at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
      at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
      at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
      at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
      at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
      at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
      ... 72 more

    Hi All,
    I have tried out option of adding authwl.conf in java argument as mentioned. But,still same issue persists. I think it will be same whether we refer authwl.conf file from OIM_ORACLE_HOME/server/config or OIM_ORACLE_HOME/designconsole/config/ location.
    We havent made any changes in USR table for xelsysadm user
    Even system-jazn-data.xml is intact.
    Actually,when i removed following classpath entry from setDomainEnv.sh file
    CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    Its working fine and i am not facing any login issue in OIM console.Also the Active Directory connector scheduled task are running fine without giving earlier error whic is becaus of explicit classpath addition in setDomainEnv.sh.This error was
    java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider" .
    This error was arising since i have explicitly mentioned oimclient.jar again in classpath and as OIM server also will load it at OIM server startup time. So it was finding two instance of tcDataProvider and was not able to decide to refer to which one of them.
    But, I have to refer oimclient.jar in my webservice code to work.If we dont add classpath entry explicitly for oimclient.jar then it will throw error..that it is unable to load OIMClient class.
    Webservice is deployed in OIM serveer . Is there any other way by which i can refer oimclient class in webservice code without causing this classpath conflict issue. ?
    Also.is it correctthat for first time when we load Classpath explicitly like i did in my scenario,then it will always try to refer same classpath for that jar always.
    For ex: in my env i made changes in setDomainEnv.sh and modifed classpath enrty as :
    CLASSPATH="${OIM_ORACLE_HOME}/server/client/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    but this time it will start throwin the exception as :
    <Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    Do i need to reinstall OIM setup to resolve this issue or is there any other way to refer oimclient.jar in my webservice code deployed in OIM env ?
    Please suggest.
    Thanks,
    RPB

  • Ovi Download and Login Issue

    "Ovi Download and Login Issue" i have nokia 5530xm, I am unable to login through ovi app it says sign in failed check your username and password. And when i browse the web it logs in but when itry to download it take back to main page. Please light on this issue. Thanks for help.
    If you like my post or think it was useful then please hit the star button. Thanks :-)

    now whenever i plug in my ipod to sync i get an offer to download and install or just download a something for itunes that i am not quite sure what it is.
    hmmm. can you post a screenshot of the box containing the offer?
    there's instructions on how to do that in the following user tip:
    hudgie: Taking screenshots to help with problems

  • APPLICATION LOGIN ISSUE

    We installed Vision on WINDOWS. IT was working fine but not sure what has changed...recently we see login issues...
    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.
    After some time if anyone tries to connect (put the login id and password) it just hangs there forever....
    just crazy.... not sure what to do...really appreciate any help on this.
    Thanks...Raj

    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.Check the status of the CM and the application listener, are they up and running?
    After some time if anyone tries to connect (put the login id and password) it just hangs there foreverAny errors in the alert_<SID>.log file? Any errors in Apache log files?

  • AD users login issue.

    Hi All,
    We are getting login issue on our UAT server. AD users are not able to login into share point,it again prompting login box after entering correct username and password.
    When we add that user to local admin group then it works.

    May be you are try it on same sharepoint machine. If you try some other machine it will work fine. You need to create a registry key for that. This is a known issue with sharepoint
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    DWORD DisableLoopbackCheck
    Value. 1
    http://support.microsoft.com/kb/896861

  • Login Issues: Win7, Skype 6.14

    Hi
    I've had login issues since just after I accepted a windows update last night. (no idea if that's just a coincidence?)
    I've read thru several other posts here, tried re-installing skype several times (also re-installed an older version), checked compatability mode and still no joy. oh, I rebooted a few times too.
    I'm trying to login using my skype username and password (I don't have a ms account) but the screen is just stuck there, it says signing in and the whirly thing (techy term lol) is just whirling round and round.
    I luuuurv my skype, absolutely essential for me as I work from home, so I hope someone can help. Pleeeease
    thanks
    Solved!
    Go to Solution.

    ah, surprise, still no joy.
    downloaded trillian too but that won't let me create an acount and just supplies error messages with no explanation to enable me to correct whatever the (well hidden) error is.
    just think, i could be working in a cubicle instead of this high stress work from home life!
    if skype access is my biggest stress i'm pretty sure I'm still happy doing what i do lol
    added bonus - i'm often on the phone 3-4 hours a day so with no skype it's got very quiet here lol
    (can ya tell i'm bored though with no one on skype to talk to? lol)

  • DRM login issue

    Hi Experts,
    I installed Hyperion DRM 11.1.2.1 in Windows 2008 server.
    Created the DRM Schema and the objects using the generated scripts.
    I have entered the repository admin ID(DRM_DB in my case) and password and saved the configuration.
    Test connection is successful.
    I can start and stop the application.
    I can also open the URL: http://localhost/drm-web-client/Logon.aspx.
    But when I am entering the admin ID and password, it is saying DRM-61025:unable to create user session. Reason: Login failed. Invalid username or password.
    Please help if you have faced this problem. Let me know if you need more information.
    Thanks,
    NS

    Hi,
    DRM user login issue
    Please go through the above URL and the solution, hope it will solve the issue.
    Thanks

  • Business Objects XIR2 Infoview login issue

    Hello -
    I have a typical issue with BO Infoview login screen where the system name is showing incorrectly. The value should be coming from the configuration from web.xml file but it shows a totally different name with no option to update it. I checked the windows registry and system valiarbles but I haven't found anywhere on the system. Any ideas where this value is coming from ? Thanks.

    Thanks Denis. I see that the login issue has been resolved, but I noticed a different error when I login and logout from CMC. Here's the error message... not sure if this is connected to the previous one.
    D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost\jsfadmin\org\apache\jsp\adminPages\Common\PreLogoff_jsp.java:78: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    (try -source 1.4 or lower to use 'enum' as an identifier)
        while (enum.hasMoreElements()) {
               ^
    An error occurred at line: 17 in the jsp file: /adminPages/Common/PreLogoff.jsp
    Generated servlet error:

  • Project Server Cumulative Update August 2013 install failed due to login issue/interruption

    Hi all,
    I was in the process of running the installer (exe) for the August 2013 Cumulative update "uber" hotfix for SharePoint 2013 and Project Server today (KB2817615) on three servers. I was connected to the servers via Remote Desktop, logged in as the
    Farm account.
    On one of the servers, somewhere during the installation, my Remote Desktop session got "hijacked" by another user who was not aware of the ongoing process..so he was logged in as the Farm account for a few minutes.
    I logged back in and found that the install dialog was gone...apparently the install stopped due to the interruption in logins. So I attempted to re-run the hotfix installer, but it now says "There are no products affected by this package installed
    on this system."
    I've tried clearing the timer cache and running the installer using "PACKAGE.BYPASS.DETECTION.CHECK=1" but neither has worked.
    Any ideas on how this can be fixed or re-run?
    Thank you for your assistance!
    Regards,
    Kevin Worthington

    Hi Kevin,
    Were you able to resolve this issue. I didn't have any interruptions or login issue, the installation cancelled itself!
    Any help will be highly appreciated.
    Thanks
    SJ

  • Content Viewer login issue still here

    I made a new Content Viewer via DPS App Builder. The device preview is running perfectly (thank you for the fix). The login issue (you have to login twice) is still here.
    Best regards
    Haeme

    When we can expect R26? This bug is killing me 8 times a day.
    If my counting is correct, R26 should be here in first half of April?

  • Login issues resolved...

    We believe we have found and resolved the login issues users have been experiencing. Please let us know if you are still having problems.
    Thank you for your patience.
    Brett L
    Apple Discussions Host

    I'm hoping you see this Brett, but the login issue has shown up again. My original ID will not longer sign in, it directs me to the create account page. But I already have done this back in 2005. I'm just hoping it is a server side issue. Also if I continue to have this issue, is this the place to go or is there a support area for this.
    Here are my posts about this.
    http://discussions.apple.com/thread.jspa?threadID=1336246&tstart=0
    Message was edited by: ugadawg94#2

  • Login Issues Via Chrome Browser on PC

    Hi,
    having major login issues. Occasionally I can login and all works well but 9/10 I can't login. I know its not a password issue.I have disabled ABP. TVCatchup, BBC iPlayer, in fact any other TV stream works fine as does the Android app.
    Anybody in the same boat or have a solution ?
    TIA,
    Arfer.

    Here is the answer to my problem of not being able to connect to my bt yahoo account.
    I had installed a programme called AD blocker  which workd unobtrusively until BT took over the front page of BT yahoo .
    By switching it off I can now accesss my email.
    Every Frame a Rembrandt for a lot less Monet

  • Login issues with Mobile Theme 50

    Hi All,
    I have an APEX 4.2 application (Mobile Theme 50) which is running on Oracle 10g and is being accessed via iPads. Whenever you exit out of the application by clicking on the iPad button and go into any other App, Mail, Calendar etc, you are forced back to the login page, rather than allowing the user to continue from where they were . We have other APEX applications using a desktop theme that will happily let you check your mail and when you swap back to Safari your session is still there and you can continue on from the page you were on when you left.
    Authentication is a requirement, but I was hoping that once they login and the session hasn't timed out, that they would be free to move about the iPad without having to login again.
    Are there any setting or changes that can be made to change this behaviour?
    Cheers
    Mike

    Hello,
    Hi Mahmoud, sorry I haven't had time to build a sample app, I might be able to knock up a sample this evening.
    This appears to be an iPad specif problem. Tested it on a Samsung and it is fine. There is also one other subtle difference on the iPad itself, that is when you save the URL as a bookmark it always opens within Safari so you can open other apps, then go back into the apex app within Safari and your session is happily running. If you save the URL to the Home screen it opens in a full screen mode (with no minimise options) and you cannot jump out of it unless you are ready to login again.
    After a bit more Googling I found that in the default Page Template for Theme 50 it has the following Meta Tag in the Header.
    <meta name="apple-mobile-web-app-capable" content="yes" />
    From what I can gather this will default the application to run in full screen mode.
    I made a copy of the page template and removed this tag and it now always runs within Safari. (After removing the link from the iPad home screen and creating a new one....Some odd cache problems seem to happen)
    It would be good to have the full screen mode running as it looks neater and obviouly gives you a bit more screen real estate, but removing the meta tags appears to solve the constant login issues....Our users can decide which they prefer.
    Cheers
    Mike

  • Fix for Facebook 3.0.0.15 login issues on OS5 devices...

    All,
    I have a Blackberry Tour 9630 that runs OS5 and like many people, I was getting the "Facebook servers cannot be reached (0)" error after downloading the latest Facebook 3.0.0.15 upgrade. 
    I just got off a support call with RIM and here is the fix they gave me:
    1. Uninstall Facebook and reboot the device
    2. When done with step one, go to Blackberry App World but DO NOT go to My World or anywhere else!
    3. Press and hold the <ALT> key and while holding it, type in the letters "rst".  which clears the App World cache. Note that your on screen indication is that you are dumped out to the screen which you launched App World from, but the cache is cleared.
    4. Restart App World and locate Facebook.  On mine, it was right on the front page of "Featured Applications".  When I opened the link, the version there was then the 2.0.0.58 level release of Facebook.
    5. Install this 2.0.0.58 level release of Facebook and enjoy Facebook again.
    The version 3.0.0.15 vesrion of Facebook apparently has issues with OS5 devices so in the future, DON'T install version 3.0.0.15 on these devices.  Should Blackberry release a newer version, were it me anyway, I'd check the release notes BEFORE I installed it to make sure they have adressed this login issue specifically.
    Hope this helps someone out there...I know it made my day and I learned how to clear the App World cache in the process!

    Hi,
    I'm having the specific problem described here with the Facebook app. The device is a Curve 9360 with OS5. I followed the steps described and it did correctly remvoed the references to version 3.0.0.15 (which had been loaded). I know that the cache must have been cleared because when I tried to delete and re-install the app I would always see the "re-install" button and after clearing the cache as described it did not say re-install, but rather Download.
    However, it is still finding the 3.0.0.15 version of the Facebook app, not the 2.0.0.58 (or any other previous version).
    Is there another way that I can force it to install the older version or is there a way that I can get that older version directly rather than just letting the App World pick it for me.
    Thanks in advance for your help. And good work on this note - this was the best information I found on this problem in 2 days of searching.

  • AD login issues - takes forever!

    Is there An alternative workaround for the login issue(takes forever to logon to an AD environment)? Do I have to create an Open Directory master in a subordinate role to the AD server. If so any documentation for that?
    Thanks,
    Indiana

    HI,
    Open Keychain Access (Applications/Utilities) Select Passwords on the left.
    Delete your Apple ID keychain.
    Relaunch your browser. Login to AD with your user name and password. Click Yes when prompted.
    If that didn't help, go to Safari/Preferences - Security. Click: Show Cookies
    Delete all Apple cookies and relaunch Safari.
    Try again.
    Carolyn

Maybe you are looking for