Login  Issues at Boot Up

When I turn on my computer, and click on an user, I get the passoword automatically filled in with 50 characters that I have to delete, before entering the correct password.
This is a result of my son trying to find a hack into my admin password (to get into his managed account), and loading some type of script that boots at startup. Unfortunately, he has not been able to explain to me what it is he did.
How can i detect what the problem is and disable it.

Without knowing exactly what he did it would be hard to say. I would log in and try changing the password first, then open up system preferences > accounts > Log in items and see if you see anything running there that should not be.

Similar Messages

  • How to turn off login password at boot up?

    how to turn off login password at boot up?
    currently, i just want the computer to boot up without typing in a password

    I am having the same issue, however, when I go to system preferences and then Accounts, Login Options is grayed out.
    A little background:
    Several macs are networked (with out a server) and scheduled to startup at 6:45 for a Retrospect back-up script to start at 7am. Retrospect runs through the computer that won't automatically login at startup (the system pref. Option is grayed out as described above)
    I am running 10.4.11 and so are all the other computers.

  • Monitor issues on boot up

    Hi All,
    Im having issues on boot up of my Mac Pro [latest model]
    Whenever it boots up, we are greeted with this screen, http://i.imgur.com/QXnoCs9.jpg
    Once we login the displays are fine, and the it works without an issue.
    The monitors are hooked up via two DVI to mini display cables.
    Any help would be appreciated.

    Mine did that once or twice with a MDP monitor but has not returned.
    Do you have each monitor on a different Thunderbolt bus?
    http://support.apple.com/kb/HT5918
    I would try swapping the adopters to see if that could be the cause

  • Anyone having kernel issues at boot up with mountain lion?

    Having kernel issues at boot up after upgrading from lion to mountain lion. Anyone else having same issue?

    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, you can’t boot in safe mode.
    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Apple Store Refuses to Diagnose Hardware Issue after Boot Camp Installed

    I previously reported an issue in the Boot Camp Beta forum, but figured I share this with other MBP users as well. After loading the updated firmware, running boot camp to partion my drive, I installed Windows XP Professional. During the install, the screen would go dark, and come back at irregular intervals, as if there was a video sync problem of something. I managed to get XP installed, and booted it and loaded the updated drives from the Boot Camp driver CD which I had earlier created. Subsequent attempt to use the XP installation result in a constantly blank screen, with only occational glitches, as if there is some activity coming out of the GPU, but it's not working correctly.
    This is what led me to take my machine to my local (15 miles away) Apple Retail Store (Washington Sqaure, Tigard, Oregon), and attempt to show the problem to a "genius". HOWEVER... As soon as I mentioned "Boot Camp" and XP, they went into the whole "public beta, blah, blah, blah", "not supported", etc. I tried to explain that I was not reporting a SOFTWARE issue with Boot Camp, but rather a HARDWARE ISSUE which is exposed on my machine only after using BOOT CAMP to partition the hard drive, and then installing Windows XP. All I get was "Well, it works fine in OSX, and Boot Camp is Public Beta, so there's nothing we're going to do". Obviously, I'm livid. And, will pursuing any and all avenues to bring this problem to Apple Management attention. First it was Mark Pienpakdee the "genius" who tried to help me, and then I was further rebuked by Mark Macsurak, Assistant Manager. So, I'm left with broken hardware which won't work correctly running Windows, and no recourse until Boot Camp isn't "Public Beta". What a load of crap. I was so mad, I didn't even bother buying the extra AC adapter I was planning on picking up. ARGHHHHHHHHHHH!!!!!!!!!!!!!!!
    I was absolutly shocked that the "genius" didn't react with anything like "wow, what an interesting problem, let's see if we can diagnose it". He didn't even want to see me boot XP to show the problem, only wanted to see that OSX was working normally and send me on my way.
    If you have had similar problem at the Washington Square store in Oregon, be sure to let them know by sending e-mail to [email protected], I know I will...
    Eric

    If you are going to send an e-mail you should send it to [email protected] However, nobody from Apple is going to send you a response. The Software is Beta which means it is not ready for Prime Time (Also that means that the drivers are beta too). Plus they say before you decide to install any of this in their write ups that they do not and will not provide any support for BootCamp and/or Windows. So they are right not to do anything if the computer works like it is supposed to under OS 10.4.6. Now they might take a look at somethings when OS 10.5 comes out if it has BootCamp in it. They may have something similiar in it, or it might be a perfected BootCamp. However, I doubt that they will ever provide any support for Windows. There has been some talk that Microsoft is looking into supporting Windows on the MAC. However, as far as I have heard no decision on that has come out as of yet.

  • 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

  • Video Issues with Boot Camp / WinXP Pro

    I have a MacPro 2.66, Radeon X1900 with a 23" Cinema HD Display.
    The problem I'm running in to was the same one I first experienced when installing XP Pro. No video. There was a video signal to the 23" display, but I got nothing other than a black screen.
    I found a solution to use a different monitor, as apparently there are some "issues" with Boot Camp and/or XP Pro and the 23" display.
    The install of XP Pro went fine on a different (smaller) monitor. It's the post-install that is not working.
    I got XP to boot up once or twice and all seemed to be fine.
    Now, when I boot back up in to XP Pro, I get a video signal and can hear XP boot up (Nice cozy XP startup music), but I only get a black monitor screen. No video whatsoever. No posting, no nothing.
    Granted, I have not done it yet, but I'm sure I can slap on the smaller tube and get XP to boot.
    I'm suspecting a video driver issue with the Radeon X1900 and the 23" display, but was wondering if anyone else had experienced this problem and what the solution might be?
    I'm probably going to have to wait to see if Boot Camp 1.2 fixes this issue....seeing how there is already an sata issue that needs to be addressed as well.
    Any thoughts?
    Michael

    Well, I'm not sure what one should do if another display isn't available. But, I was lucky to have an old 17" Cinema to use instead of the 23" to install drivers with the X1900 card installed.
    I went here...
    https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folder ID=293
    ... and downloaded their Catalyst Control Center, installed it, and went to "Advanced" to do display discovery. Then I did a full shutdown and restart.
    The 23" works now. Though, as others have said, it's black until just before the XP desktop loads (as I assume the drivers load with the desktop).
    Aside from it being a pain to get working on XP, the card screams (on both platforms)! There is a slight bit of fan noise which is pretty subtle and only seems to rev on startup/self-test but so far it's definitely worth it. I didn't think it'd be observable outside of 3D apps but with Mac OS GPU acceleration even Tiger seems faster!

  • 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

  • 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

Maybe you are looking for

  • Can I fix the green color in the middle of my screen?

    Over the past several months, I've been noticing a dark shape in the middle of my screen, but it hasnt affected anything so I haven't been concerned with it. Now, it has turned into a pale shade of green that are two circles in the middle of my scree

  • Code for capture digital data when change of state

    Dear Sir, I had written a program to capture the digital data when it change of state. It work well when I check the check box "Lock file for faster access". But error occur when it unchecked. Because I need to open the tdm file at the vi running, th

  • 10.4.8 and AOL instant messenger

    I just ran the update... went to universal access to get rid of the black box, but now I noticed that i can't sign onto ANY AOL instant messenger program be it ichat, AIM or Adium. Being a college student you KNOW how important this is to me . But an

  • How to adjust Garageband real instrument input level

    Hello, I am using an electric ukulele with a B-Band pickup/pre-amp and a Lightsnake USB instrument cable to connect to my MacBook and Garageband 2009. The B-Band pickup does not have a switch or volume control for the pre-amp. I have both the input l

  • My mac pro with dual monitors keep switching sides after reboot

    Hi all, I am having a really weird issues with my Mac Pro after I installed Mountain Lion. I have dual ACD Monitors.  Every time I reboot, the monitors switch sides.  In other words, the monitor that is in front of me with the dock would switch to th