ADSever error in ldap_connect failed

I have created a windows server 2008 r2 Active Directory Server where I will create users. These users will be AD owners of data created on SUSE-OES server.
I am facing issue while while creating my suse-oes server account to ade server.

When I try to join my linux box to this windows AD sever using msktutil I get below error:

    # msktutil --precreate --host OES-SERVER.mydomain.com
    Error: ldap_sasl_interactive_bind_s failed (Local error)
    Error: ldap_connect failed
    --> Is your kerberos ticket expired? You might try re-"kinit"ing.

On windows AD server too I see two error events:

>
    Active Directory Domain Services was unable to establish a connection with the global catalog. 
    Additional Data 
    Error value:
    8430 The directory service encountered an internal failure. 
    Internal ID:
    3200db0 

    User Action: 
    Make sure a global catalog is available in the forest, and is  reachable from this domain controller. You may use the nltest utility to  diagnose this problem.


>    
      LDAP over Secure Sockets Layer (SSL) will be unavailable at this  time because the server was unable to obtain a certificate. 
    Additional Data 
    Error value:
    8009030e No credentials are available in the security package

Why is this happening any idea?

Any way to resolve this issue?