SASL Failure  GSSAPI Unspecified GSS Failure

Installed from scratch. Enabled "Open Directory" and created a regular user account. Unable to remotely login with ssh. Since then I have been trying every option with Workgroup manager.
At this point, I can't even get authenticated as diradmin. I don't even have the option to stop OpenDirectory. I can access without ssl, e.g.,
$ ldapsearch -v -x ldap://my.domain.com -b "dc=my,dc=domain,dc=com"
Note the -x, simple authentication. Both ldaps:// and no -x will fail.
Must I jump back to the command line utils to solve this?
Thanks,
Hank

Been there done that have the t-shirt.
Here is how I fixed it.
Go into Server Manager app.
Click on Open Directory on the left hand side.
Click on Settings at the top
Click on LDAP
I am assuming you are using SSL for your LDAP connections.
Uncheck "Enable SSL" and click Save
Wait 30 seconds
Check "Enable SSL" and make sure you reselect your SSL cert.
Click Save
Your GSSAPI error will be cured until the next time you reboot or start/stop LDAP.
Then just repeat the process above.
Hope that helps.
Another sympton of the GSSAPI error (Key table entry not found) is that your diradmin user will NOT be able to authenticate!
That's pretty awesome (end sarcasm) and I wish APPLE WOULD FIX THIS as it took a lot of trial and error to figure this out.
FWIW, I'm using a Go Daddy SSL cert which also requires an intermediate cert.

Similar Messages

  • SASL(-1): generic failure: GSSAPI Error. No Credentials Cache Found

    When I try to use any ldap command line utilties on my Xserve dual G5 running OS X Server 10.4.11, I get any number of errors including:
    SASL/GSSAPI authentication started
    ldapsasl_interactive_binds: Local error (-2)
    additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (No credentials cache found)
    If I run kadmin, or klist as super user I get the same error or similar error
    If I run kdelete and then kinit I don't get an error message, but I still can't log in using the directory administrator account, or even root if I enable the root account.
    The Server Admin tool shows that Kerberos is running and it appears to be working on all the clients on the network (OS X 10.3 and 10.4), but I just can't use the command line. This is frustrating because there are a number of batch tasks I prefer doing with the command line such as ldapadd and ldapmodify. The only command line utility for LDAP that does seem to work is slapcat. Workgroup Admin works as does phpldapadmin.
    Any ideas?
    Message was edited by: Christopher Dart
    Message was edited by: Christopher Dart

    Solved the problem by myself
    - Disable the automatic recognition of the account settings-

  • OS X 10.10.2 Mail.app: "GSSAPI Error:  Miscellaneous failure (see text (No credentials cache file found)"

    For an IMAP SSL account, I see the following error in the log every time mail.app checks for new mails:
    23.03.15 09:06:12.782 Mail[5620]: Failed a step of SASL authentication
    SASL(-1): generic failure: GSSAPI Error:  Miscellaneous failure (see text (No credentials cache file found)
    New mails are shown but it takes quite long until they are fetched. These error lines show up several times.
    What causes these errors?
    Andy Brunner

    Solved the problem by myself
    - Disable the automatic recognition of the account settings-

  • Recurring error - gssd "Unsecified GSS failure"

    HI. I am getting multiple entries of these errors every time someone attaches to our G5 SL server. We updated to 10.6.7 and we are still getting them.
    gssd [31658] Error returned by svc_mach_gss_init_sec_context:
    Major error = 851968: Unspecified GSS failure. Minor code may provide more information
    I searched through the forums and found someone asking what this is, and got this answer.
    >>>General Security Services. The gssd daemon makes these GSS services available to the NFS server. If the gssd daemon is not running, then efforts to >>>access files via NFS using Kerberos will fail.
    But they never say how to get rid of the error. I found an IBM man page talking about the gss services and found the commands to start and stop it,
    >>>>The gssd daemon is started and stopped with the following System Resource Controller (SRC) commands:
    >>>> startsrc -s gssd  stopsrc -s gssd
    Is it as simple as starting this service?
    Any help would be most appreciated.

    Anybody? Bueller?

  • GSSAPI Error - Miscellaneous failure - ldap - krbtgt

    Hello,
    So I don't know too much about managing and maintaining a network, but I know 1000 times more than everyone I work with.  So I got the "IT Guy" title pushed on me.  So I was looking at the server logs and there is a message that shows up every minute.  And every minute the message displays about 10 times.
    2/8/13 12:15:53.844 PM slapd: GSSAPI Error:  Miscellaneous failure (see text (Server (krbtgt/[email protected]) unknown while looking up 'ldap/[email protected]' (cached result, timeout in 1200 sec))
    Also in the slapd.log this message shows up over and over.  I don't know if they are related, but they could be.
    Feb  8 12:18:56 sol slapd[49440]: do_syncrepl1: client_connect failed (-1)
    Feb  8 12:18:56 sol slapd[49440]: slap_client_connect: URI=ldap://marvin.multi-tek.com:389 ldap_sasl_interactive_bind_s failed (-2)
    I've searched and searched for an answer here and other places, but no one seems to have the same problem.  I don't even know if this is a problem although I don't think this should be happening.  Everything seems to be working okay.  We have 2 servers running Lion.  Let me know what else you need to know.
    Thanks for looking.

    Solved the problem by myself
    - Disable the automatic recognition of the account settings-

  • Mutt, SMTP, SASL and GSSAPI

    Hi,
    I am having trouble sending emails from Mutt on my Arch installation.  This worked fine until i updated a couple of weeks ago.
    The particular problem in the debug output seems to be:
    SASL: GSSAPI Error: Miscellaneous failure (see text) (open(/tmp/krb5cc_1000): No such file or directory)
    smtp_auth_sasl: GSSAPI unavailable
    No authenticators available
    But here's a bit more context.  Note, i am using the built in smtp with an smtp url that's completely different to my imap url.
    Connected to smtp.<mysmtpdomain>:587 on fd=5
    5< 220 smtp1.mail.<mysmtpdomain> ESMTP Exim 4.69 Thu, 27 May 2010 00:25:36 +0100
    5> EHLO <myimapdomain>
    5< 250-smtp1.<mysmtpdomain> Hello <mybox>
    5< 250-SIZE 104857600
    5< 250-PIPELINING
    5< 250-STARTTLS
    5< 250 HELP
    5> STARTTLS
    5< 220 TLS go ahead
    ssl_check_preauth: hostname check passed
    ssl_check_preauth: signer check passed
    5> EHLO <myimapdomain>
    5< 250-smtp1.<mysmtpdomain> Hello <mybox>
    5< 250-SIZE 104857600
    5< 250-PIPELINING
    5< 250-AUTH PLAIN LOGIN GSSAPI
    5< 250 HELP
    SASL local ip: <ipaddr1>;48734, remote ip:<ipaddr2>;587
    External SSF: 256
    External authentication name: <smtpusername>
    mutt_sasl_cb_authname: getting user for smtp.<mysmtpdomain>:587
    SASL: GSSAPI Error: Miscellaneous failure (see text) (open(/tmp/krb5cc_1000): No such file or directory)
    smtp_auth_sasl: GSSAPI unavailable
    No authenticators available
    Googling doesn't seem to get me anywhere.  There's some mention of kinit/klist and so forth.  I haven't set up any Kerberos stuff, but it seems to have been pulled in by an update i did several weeks ago:
    me@mylaptop$ klist -5
    klist: No ticket file: /tmp/krb5cc_1000
    The weird thing is, it works fine from my debian box, using GSSAPI and such, even though i don't seem to have things like kinit or klist installed there.
    Does anyone have any ideas?
    Thanks.
    Update: adding
    set smtp_authenticators="plain"
    in my .muttrc is a workaround, though maybe not a great one...
    Last edited by yourealwaysbe (2010-06-01 22:12:20)

    Welcome to the boards from_mars. Please have a look at the Forum Etiquette, particularly the section on How To Post: http://wiki.archlinux.org/index.php/Forum_Etiquette
    Forum Etiquette wrote:When asking questions, provide as much information as possible, including error messages, terminal output, logs, what you have previously tried, what documentation and searches you have attempted, and related configuration files. Read How To Ask Questions The Smart Way for more helpful advice.

  • Auto alert mechanism for ATG scheduled job failure and BCC project failure

    Hello all,
    Could you please confirm if there are auto alert mechanisms for ATG scheduled job failure and BCC project failure?
    Waiting for reply.
    Thanks and regards,

    Hi,
    You need to write custom code to get alerts if an ATG Scheduler fails.
    For BCC project deployment monitoring, please refer to the below link in the documentation.
    Oracle ATG Web Commerce - Configure Deployment Event Listeners
    Thanks,
    Gopinath Ramasamy

  • What's the Difference Between Logic Board Failure and Hard Drive Failure

    Hi!
    So I wanted to know the difference between a Logic Board Failure and Hard Drive Failure because a couple of days ago I tried starting my computer up and I was welcomed by the Apple chime and a grey screen. I have been researching and most people say its either the hard drive or the logic board. So I am curious to know what are the symptoms of both. Thanks a lot, in advance!

    The hard drive is where the OS resides, if it dies there is no OS loading, so you can't boot. If you hook up your external drive with your clone of the internal drive, boot up and hold down the option key, select your clone drive as the startup drive in boot manager that then appears, and the computer boots normally, then the computer is OK, it is just the internal drive that has gone south. You don't have a clone to boot from? Now you know why you should.
    You could try booting from the DVD that came with the computer, hold down the "D" key to run diagnostics and see what the results are. If you can't boot into the diagnostics then a trip to the Apple store is probably in order.
    Francine
    Francine
    Schwieder

  • App store log in failure, message appears: Connection failure (in red). What should I do?

    app store log in failure, message appears: Connection failure (in red). What should I do?

    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:18:22.744 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:18:22.744 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:18:22.776 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:18:22.795 PM racoon[18761]: accepted connection on vpn control socket.
    1/10/15 8:18:22.795 PM racoon[18761]: accepted connection on vpn control socket.
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:22.796 PM racoon[18761]: Connecting.
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:22.796 PM racoon[18761]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:22.796 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:18:22.796 PM racoon[18761]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:22.796 PM racoon[18761]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:23.136 PM racoon[18761]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:23.136 PM racoon[18761]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:23.136 PM racoon[18761]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:18:23.141 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:18:23.423 PM racoon[18761]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:18:23.452 PM racoon[18761]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:18:23.758 PM racoon[18761]: Error evaluating certificate.
    1/10/15 8:18:23.758 PM racoon[18761]: Error evaluating certificate.
    1/10/15 8:18:23.761 PM racoon[18761]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:23.762 PM racoon[18761]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:23.762 PM racoon[18761]: -----------------------------------------------------.
    1/10/15 8:18:23.762 PM racoon[18761]: -----------------------------------------------------.
    1/10/15 8:18:23.762 PM racoon[18761]: the peer's certificate is not verified.
    1/10/15 8:18:23.762 PM racoon[18761]: the peer's certificate is not verified.
    1/10/15 8:18:23.762 PM racoon[18761]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:23.762 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:18:23.762 PM racoon[18761]: IKE Packet: transmit success. (Information message).
    1/10/15 8:18:23.762 PM racoon[18761]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:18:23.762 PM racoon[18761]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:23.762 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:18:23.763 PM racoon[18761]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 8012e95ec24af07d:4b3a70938bcc2897 isn't established.
    1/10/15 8:18:23.763 PM racoon[18761]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 8012e95ec24af07d:4b3a70938bcc2897 isn't established.
    1/10/15 8:18:23.763 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.763 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.763 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.764 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:18:23.764 PM racoon[18761]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:23.764 PM racoon[18761]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:23.765 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.765 PM racoon[18761]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:23.976 PM sandboxd[251]: ([396]) storedownloadd(396) deny mach-lookup com.apple.usymptomsd
    1/10/15 8:18:23.984 PM sandboxd[251]: ([396]) storedownloadd(396) deny mach-lookup com.apple.usymptomsd
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:18:55.820 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:18:55.821 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:18:55.824 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:18:55.840 PM racoon[18762]: accepted connection on vpn control socket.
    1/10/15 8:18:55.840 PM racoon[18762]: accepted connection on vpn control socket.
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec connecting to server 199.195.192.71
    1/10/15 8:18:55.840 PM racoon[18762]: Connecting.
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:55.840 PM racoon[18762]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:18:55.841 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:18:55.841 PM racoon[18762]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:55.841 PM racoon[18762]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:18:56.103 PM racoon[18762]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:56.103 PM racoon[18762]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:18:56.103 PM racoon[18762]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:18:56.109 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:18:56.388 PM racoon[18762]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:18:56.414 PM racoon[18762]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:18:56.700 PM racoon[18762]: Error evaluating certificate.
    1/10/15 8:18:56.700 PM racoon[18762]: Error evaluating certificate.
    1/10/15 8:18:56.704 PM racoon[18762]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:56.704 PM racoon[18762]: ---------------Returned error strings: ---------------.
    1/10/15 8:18:56.704 PM racoon[18762]: -----------------------------------------------------.
    1/10/15 8:18:56.704 PM racoon[18762]: -----------------------------------------------------.
    1/10/15 8:18:56.704 PM racoon[18762]: the peer's certificate is not verified.
    1/10/15 8:18:56.704 PM racoon[18762]: the peer's certificate is not verified.
    1/10/15 8:18:56.704 PM racoon[18762]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:56.705 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:18:56.705 PM racoon[18762]: IKE Packet: transmit success. (Information message).
    1/10/15 8:18:56.705 PM racoon[18762]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:18:56.705 PM racoon[18762]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:18:56.705 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:18:56.705 PM racoon[18762]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 3f341f93b9d46df5:accbda1abf3b9b04 isn't established.
    1/10/15 8:18:56.705 PM racoon[18762]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA 3f341f93b9d46df5:accbda1abf3b9b04 isn't established.
    1/10/15 8:18:56.705 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.706 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:18:56.707 PM racoon[18762]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:56.707 PM racoon[18762]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:18:56.707 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:18:56.707 PM racoon[18762]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: Received a start command from networkd[132]
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91] starting on demand from process iTunes (18071) matching hostname play.itunes.apple.com
    1/10/15 8:19:30.829 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to connecting
    1/10/15 8:19:30.830 PM nesessionmanager[267]: IPSec connecting to server skuhece.anuson.com
    1/10/15 8:19:30.832 PM nesessionmanager[267]: IPSec Phase1 starting.
    1/10/15 8:19:30.849 PM racoon[18763]: accepted connection on vpn control socket.
    1/10/15 8:19:30.849 PM racoon[18763]: accepted connection on vpn control socket.
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec connecting to server 199.195.192.71
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec connecting to server 199.195.192.71
    1/10/15 8:19:30.849 PM racoon[18763]: Connecting.
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:19:30.849 PM racoon[18763]: IPSec Phase 1 started (Initiated by me).
    1/10/15 8:19:30.849 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    1/10/15 8:19:30.850 PM racoon[18763]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:19:30.850 PM racoon[18763]: >>>>> phase change status = Phase 1 started by us
    1/10/15 8:19:31.118 PM racoon[18763]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:19:31.118 PM racoon[18763]: >>>>> phase change status = Phase 1 started by peer
    1/10/15 8:19:31.118 PM racoon[18763]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    1/10/15 8:19:31.124 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    1/10/15 8:19:31.384 PM racoon[18763]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    1/10/15 8:19:31.412 PM racoon[18763]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    1/10/15 8:19:31.703 PM racoon[18763]: Error evaluating certificate.
    1/10/15 8:19:31.704 PM racoon[18763]: Error evaluating certificate.
    1/10/15 8:19:31.707 PM racoon[18763]: ---------------Returned error strings: ---------------.
    1/10/15 8:19:31.707 PM racoon[18763]: ---------------Returned error strings: ---------------.
    1/10/15 8:19:31.708 PM racoon[18763]: -----------------------------------------------------.
    1/10/15 8:19:31.708 PM racoon[18763]: -----------------------------------------------------.
    1/10/15 8:19:31.708 PM racoon[18763]: the peer's certificate is not verified.
    1/10/15 8:19:31.708 PM racoon[18763]: the peer's certificate is not verified.
    1/10/15 8:19:31.708 PM racoon[18763]: IKEv1 Phase 1 AUTH: failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:19:31.708 PM racoon[18763]: IKE Packet: transmit success. (Information message).
    1/10/15 8:19:31.708 PM nesessionmanager[267]: IPSec Controller: IKE FAILED. phase 3, assert 0
    1/10/15 8:19:31.708 PM racoon[18763]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    1/10/15 8:19:31.708 PM racoon[18763]: IKE Packet: receive failed. (Initiator, Main-Mode Message 6).
    1/10/15 8:19:31.708 PM racoon[18763]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA a102f71f36b5acea:59fed533b03bb07e isn't established.
    1/10/15 8:19:31.709 PM racoon[18763]: mode config 6 from 199.195.192.71[4500], but ISAKMP-SA a102f71f36b5acea:59fed533b03bb07e isn't established.
    1/10/15 8:19:31.708 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnecting
    1/10/15 8:19:31.709 PM nesessionmanager[267]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.709 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.709 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.710 PM nesessionmanager[267]: NESMLegacySession[IPSEC US San Jose 3:C7C727DF-D5DB-4887-B59D-DC6252C58F91]: status changed to disconnected, last stop reason 0
    1/10/15 8:19:31.710 PM racoon[18763]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:19:31.710 PM racoon[18763]: glob found no matches for path "/var/run/racoon/*.conf"
    1/10/15 8:19:31.710 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71
    1/10/15 8:19:31.711 PM racoon[18763]: IPSec disconnecting from server 199.195.192.71

  • Failure writing file and Failure sending mail: The user or group name is not recognized.Mail will not be resent.

    Dear All,
    I am using MSSQL SSRS 2008. 
    All the reports run properly when viewed via a web browser. However for subscription, I am having a strange
    experience. 
    The subscription having intermitten failure. I need to execute multiple times to get it work. 
    Following is the exception I am getting:-
    Failure sending mail: The user or group name 'xxxxx' is not recognized.Mail will not be resent.
    Failure writing file DailyPolicyExportCDN_ST@timestamp : The user or group name 'xxxxx' is not recognized.
    Following is the exception I retrieve from log files. 
    webserver!ReportServer_0-2!1b0c!07/31/2014-05:25:09:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeClientDisconnectionException: A client has disconnected from the Report Server Web service application
    domain ReportServer_MSSQLSERVER_0-2-130512716074991980. No corrective action is required. An error code has been submitted to ASP.NET to release the connection. The error code is 800708CA. ---> System.Runtime.InteropServices.COMException: This network connection
    does not exist. (Exception from HRESULT: 0x800708CA)
    Any idea what went wrong?
    Thanks in advance

    Hi NeoCK,
    According to your description, you can access your report successfully, but it fail to send e-mail subscription. Right?
    In this scenario, since you can access the report successfully, so this user has permission on report server. Please go to E-mail setting in your Reporting Services Configuration Manager, check if the current user has permission on that SMTP server.
    If this is still not working, please recreate the subscription and try again.
    Reference:
    SUBSCRIPTION
    ERRORs : Failure sending mail: The user or group name 'CB_OFFICE\XXXX' is not recognized.
    The user or group name 'MYDOMAIN\myuser'
    is not recognized
    SSRS
    2008: Failure writing file ... The user or group name 'domain\user' is not recognized
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Installing mountain lion failure, installing mountain lion failure

    installing mountain lion failure.
    any help?

    More details on what is happening would help us to help you.

  • Whenever sqlerror exit failure - what value is failure ?

    I have a sql*plus script file that is run from a batch file on windows. The script file starts with whenever sqlerror exit failure; But what error value is returned for failure on windows ?
    SQL*Plus documentation simply says it's "operating-system dependent values", but I can't find any other documentation saying what these values are!
    By trial & error it seems to return 1 on windows, so sets the ERRORLEVEL to 1 within the batch file.
    But are the values that SQL*Plus will return actually documented anywhere ?

    I don't remember ever seeing them documented, but they are the standard error codes for whatever OS you're using. At one time, windows help listed the error codes: 0=good, 1=failure, 2=warning; but I can't find that anymore either. and since the values are different by OS, another option is to exit with a specific value
    whenever sqlerror exit 4
    then you script becomes more portable, and you don't need to worry about changing errorcodes.

  • Unexpected Call Failures during physical network failure

    Our layout:
    We have a private network for Mediation Server<->PSTN Gateway traffic.  (This is a legacy that we are moving away from.)
    We have a multi-node FE Pool.  The FE Pool has redundant "corp" NICs using Windows Teaming (~failover) that serves clients and our SIP trunk, but a single NIC to the private network for the PSTN Gateway traffic.
    The Mediation Seervice is listening on both "corp" and "pstn" NICs.
    What happened:
    The PSTN network cable for ONE of the mediation servers ("LyncFE1") was cut inadvertently.
    The experience:
    Approximately 5 minutes after the cable was cut, "LyncFE1" recognized all gateways were offline. (expected)
    Users did not lose connectivity to the server, as the "corp" NICs were unaffected. (expected)
    Inbound calls routed around the failure, as the PSTN gateways are configured to do. (expected)
    Outbound calls for an indeterminate group of people would fail consistently with 503 errors and the logs clearly indicated no routes available.  These users were not all hosted on LyncFE1 (per a get-csuserpoolinfo of some of the affected users).
     (NOT expected)
    I expected that the Mediation Service on "LyncFE1" would recognize that it had no routes, that other servers (let's say "LyncFE2") did have available routes, and that it would then route outbound calls to the other servers via the "corp"
    NIC.
    Thoughts?

    Hi,
     As the available route is associated with Lync client policy. So If you want to use the other route, you need to associate these users client policy with those route using Lync Server Control Panel or Lync Server Management Shell.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Some thoughts on Permissions Repair Failure and Software Update Failure

    Here is what I am thinking about these issues. There are a few documented errors that are common when permissions repair is performed and the general consensus at this point is that these errors do not constitute a grave concern. But not being able to repair permissions at all is not good and having this process take an inordinate amount of time is also not good. Also, having the software update crash or fail to run sucessfully or cause additional problems is not good.
    I believe these are indications of a low level corruption of the OS. Where this corruption resides or what caused it is open to speculation and may (will) vary from system to system. In any case, were these problems happening on my computer I would be concerned enough to consider backing up my system and performing a complete reformatting of the hard drive and reinstalling the OS "from scratch". Of course I would attempt all of the "known fixes" first but if these were not successful or were only partially successful, I would reinstall on a reformatted drive. When I say "reformatted" what I mean is that I would delete all partitions, "zero" the drive, create new partitions and go from there.

    It's one of the permissions you can safely ignore without any problem. See > http://support.apple.com/kb/TS1448

  • Q: Service Request: Generate operation failure, not an execution failure

    Scenario:
    A Service Request is launched from Service Manager. The Service Request initiates an Orchestrator runbook. The runbook is unable to perform a successful operation, however the runbook was executed properly.
    Question #1:
    How do I reflect in the Service Request that though the Service Request is completed, however the outcome was unsuccessful?
    Question #2:
    What are some best practices or tips to consider when updating the Service Request?
    My apologizes for such a simple question, but weeding through the thick search results hasn't touched on this yet.

    That is an option, but not as elegant as I would have hoped for. I still might implement it in one fashion or another.
    I have identified a few states that I would ideally like Service Requests to be in beyond that what Service Manager allows. Right now Service Requests reflect review rejection as failed and the reason is not provided to the customer. Instead SRs should reflect
    as rejected and the reason why. I would like this because the "failed" state represents another state whereby a runbook fails to execute in automation. I shouldn't have to have an engineer managing the autonomous nature of  Service Manager when
    the results are unclear for the customer who want to know why a SR failed.  
    I now have it where if a runbook fails it's operation due to a fault, not execution, a incident ticket is auto generated and assigned to the proper queue for processing based on the service performed. The next step is to insure that the service request is
    not closed out, but goes into a paused state as the issue is being resolved behind the scenes and then reinstated once the underlining issue is resolved. Haven't figured this one out yet.
    If no one answers this over the weekend I will mark Xin Guo as the answer as it confirms an option available. Thank you.

Maybe you are looking for

  • How do I create an xControl with multiple inputs and outputs?

    Hello, i am trying to write a new Xcontrol Element. In the data model I can create data types using the cluster to create compound types, eg an int and an int array. But how do I create an xcontrol which has multiple data inputs and outputs? Kind Reg

  • I already donated money to fire fox AND I NEVER DONATE. I WANT MY TEE SHIRT AND STOP ASKING EVERYTIME I LOG ON!

    I MICHAEL WUESCHINSKI DONATED MONEY FROM PAYPAL AND I BETTER GET T SHIRT BECAUSE YOU KRRP ASKING ME LIKE I DIDN'T DONATE. WHAT IS THE PROBLEM ARE YOU GOING TO ASK EVERYTIME I SIGN ON THEN IF YOU ARE REFUND MY DONATION NOW/ MICHAEL WUESCHINSKI 228 VRU

  • Handling BDC with inbound IDOC processing

    Hi All, In the function module for inbound processing, I have a BDC to be executed. But when the IDOC is received from the WEBSPHERE(Middleware) the BDC fails. There is an exception, "CNTL_ERROR"  raised by the class "CL_GUI_CUSTOM_CONTAINER=======CP

  • Problem with hide TOC, Index ans Search

    Hello, I want to generate a chm where TOC , Index ans Search are hide when I open my chm. I don't find a solution to do this. I try to find in creating a new "Window", but I doesn't operate. If someone have a solution, thanks to tell me, because I'm

  • Response Report Organization

    Is there a way to view responses to a survey/Adobe Form, by seeing the responses from each individual respondent, embedded within the form, as opposed to a table that has all the responses?  For example, if I received (9) responses to my form, I'd ha