Messenger Mac login issue

Hi,
When I try and sign into Messenger Mac 8 it fails. I get the following error in Console.
22/11/2010 17:59:12 /Applications/Microsoft Messenger.app/Contents/MacOS/Microsoft Messenger[6942] MDS Error: unable to create user DBs in /var/folders/Db/DbppfWRAEE8Za2zOGgS8ME+TI/-Caches-//mds
Any help would be appreciated.
Thanks
Gavin

I thought I would post my own solution just in case someone
else might experience the same. It is most likely I inadvertantly
posted an out of date Application.cfc or login.cfm file that
referenced a data source no longer in use. Once these files and the
datasource were reconciled, all went well. Such a "simple" thing
that took a good day to resolve.

Similar Messages

  • How to uninstall messenger mac

    how does one uninstall messenger mac?

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • Messenger:Mac 7.0.1 & Microsoft OCS2007

    Hi,
    I have already posted this on a Microsoft forum and had no response so I thought I would try my luck.
    I have recently got Messenger:Mac to work with our OCS2007 server but have a strange issue.
    When I first signed in and someone called me, I got a single burst of ringing then nothing. I could answer the call and everything was fine.
    Every call after that I received no ringing tone at all.
    If I log out of messenger and log back in I will receive a single burst of ringing when someone calls.
    I have tried to delete the plist for Messenger but all that achieved was me having to input my details again.
    Any help would be appreciated.
    Thanks
    Gavin

    I found the issue.
    When I was chatting to someone and they decided that they no longer wanted to text chat but speak instead, they would hit the call button and I would recieve a visual indication that they were calling but no audio.
    This normally wouldn't be an issue but say for instance that i had another screen and working on another document I wouldn't know they wished to chat.
    I reported this to Microsoft and after many days and many emails, they confirmed that this was a bug in the software and would be fixed in a future release.

  • Messenger:mac 7.0.2 fails with SL

    I have a Mac connected to a Netgear DG834GT wireless router that sits on a fixed IP address - and that forwards all ports to my Intel iMac 24" 2.8Ghz machine. Since installing Snow Leopard, Microsoft messenger:mac has not been able to connect to the server it uses - so no instant messaging. Everything else but that seems to work.
    Anyone know if this is a bug, or know a procedure I should go through to isolate the root cause?
    Ian W.

    I found the issue.
    When I was chatting to someone and they decided that they no longer wanted to text chat but speak instead, they would hit the call button and I would recieve a visual indication that they were calling but no audio.
    This normally wouldn't be an issue but say for instance that i had another screen and working on another document I wouldn't know they wished to chat.
    I reported this to Microsoft and after many days and many emails, they confirmed that this was a bug in the software and would be fixed in a future release.

  • I downloaded pages from the app store and I can use it on my Mac login but it doesn't show up when my wife logs in to her account? Were using the same computer, just different logins.

    I downloaded pages from the app store and I can use it on my Mac login but it doesn't show up when my wife logs in to her account? Were using the same computer, just different logins.

    No. You need to buy it for your Apple ID and for the other. You will have problems with updates

  • 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

  • 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

  • Mac Enrollment Issue on SCCM 2012 SP1

    Hi Guys,
    I am working on Mac enrollment(10.7) and facing issue during enrollment. Below is the error message when we try to run the enrollment command on Mac :
    “Server connection failed. HTTP Response code is 500 and reason is Internal Server Error"
    Below are Log info:
    Enrollsrv.log : No error message is highlighted.
    Enrollweb.log:
    No error message is highlighted.
    Enrollservice.log:
    [7, PID:7304][10/28/2013 16:40:03] :ConfigManager: ChainStatus error: RevocationStatusUnknown,The revocation function was unable to check revocation for the certificate.
    ;OfflineRevocation,The revocation function was unable to check revocation because the revocation server was offline.
       at Microsoft.ConfigurationManagement.Enrollment.ConfigManager.SplitCACertChain(String base64cert)
       at Microsoft.ConfigurationManagement.Enrollment.ConfigManager.setCAChain(EnrollmentServiceProfile profile, WindowsIdentity requester)
       at Microsoft.ConfigurationManagement.Enrollment.ConfigManager.RefreshCache(Int32 enrollmentProfileId, EnrollmentRecordType type, String template, WindowsIdentity requester)
       at Microsoft.ConfigurationManagement.Enrollment.RequestHandler.ProcessRequestSecurityToken(RequestSecurityTokenType request, WindowsIdentity caller, ActionEnum action)
       at Microsoft.ConfigurationManagement.Enrollment.RequestHandler.EnrollDevice(Message messageRequest)
       at Microsoft.ConfigurationManagement.Enrollment.DeviceEnrollmentService.RequestSecurityToken(Message messageRequest)
    [7, PID:7304][10/28/2013 16:40:03] :FaultCode is: EnrollmentServer and reason is: EnrollmentServerException InitializeFailed
    [13, PID:7304][10/28/2013 17:11:01] :EnrollmentService application stop ...
    [3, PID:956][10/28/2013 17:45:37] :EnrollmentService application start ...
    [3, PID:956][10/28/2013 18:06:38] :EnrollmentService application stop ...
    [3, PID:4700][10/28/2013 18:45:39] :EnrollmentService application start ...
    [7, PID:4700][10/28/2013 19:06:40] :EnrollmentService application stop ...
    [3, PID:5872][10/28/2013 19:45:42] :EnrollmentService application start ...
    [13, PID:5872][10/28/2013 20:06:42] :EnrollmentService application stop ...
    Can someone shed info on resolution of the above issue?
    Also, is there any means by which we can troubleshoot the Mac enrollment issue step by step? Also what entries needs to be checked in all logs for successful enrollment?

    the following links may give you some hints:
    http://social.technet.microsoft.com/Forums/en-US/48bc7fcc-3d84-4042-abac-67f30d701121/mac-enrollment-issue?forum=configmanagerdeployment
    http://www.windows-noob.com/forums/index.php?/topic/7391-mac-enrollment-issue/

  • How do i get messenger mac to work?

    How do i get messenger mac to work?  I have amcbook 10.5 os x and it has never worked for me.

    Please use the Microsoft Messenger Support here http://mac2.microsoft.com/help/office/14/en-us/messenger/ since it is not an Apple product.
    Stefan

  • 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:

Maybe you are looking for

  • How can i update regup-sgtxt field in sap script

    Hi experts, I have created sap script for payment print prog. In that one field is amount discription "REGUP-SGTXT". i want to use field "REGUP-SGTXT" as a discription. for sap script payment print i use T-Code f-43, fb03,f-58... now in whic T-code i

  • Mac Mini can't see the same wireless networks as a Aluminum 24" Imac ....

    I have a question for ya'll. Is there any reason why my new Mac mini 2.0g system can't see the wireless networks that my Imac can? What I mean, is that I can see two Networks with my Imac: 1. Mine 2. Other networks around me. On the Mini, using 10.4

  • Deployable Proxy with two wsdl files

    Hello, I have a problem with deployable proxies and two wsdl files. In wsdl A returns a method an object of type Foo. In wsdl B a method expects a parameter of type Foo. Foo is a class of the Web service provider. I created a new deployable proxy cal

  • Problem with IDOC messages

    Hi Experts,       Received the message several times for the same coil of IDOC's in sap system.       Where to check for the coil number.       I don't have any idea about IDOC's. so can you help me in this regard....       Any help is highly appreci

  • Mail 2.1.3 Issue!

    I have suddenly experienced an issue with Mail (2.1.3) after years of problem free use. First, the text of messages from one sender are turning up in other senders' messages. Second, attachments are all showing up as "winmail.dat". And now, when I tr