Problem loading LDAP

Hello everybody,

I’m having a bit of a problem loading LDAP on a 6.0.1 CF1 French language pack server. I tried to recreate the schema but unfortunately, it doesn’t even get there. The error seems to be coming from somewhere else. I haven’t found anything on the forums. I can assure you this is a server machine.

Anyone care to try an answer?

Thanks in advance!

Francois Morel

load ldap

03/15/2005 01:18:54 PM LDAP Server: Starting…

03/15/2005 01:18:55.21 PM [0DFC:0002-02B0] LDAP> CNotesException thrown at lschema.cpp:4285 - 873

03/15/2005 01:18:55.21 PM [0DFC:0002-02B0] LDAP> CNotesException caught at lschema.cpp:4317 - LDAP Schema: This is not a server machine!

03/15/2005 01:18:55.21 PM [0DFC:0002-02B0] LDAP> CNotesException re-thrown at lschema.cpp:4318 - LDAP Schema: This is not a server machine!

03/15/2005 01:18:55.21 PM [0DFC:0002-02B0] LDAP> CLDAPException caught at lschema.cpp:268 - LDAP Schema: This is not a server machine!

03/15/2005 01:18:55 PM LDAP Server: Serving directory names.nsf in the XXX.qc.ca Internet domain

03/15/2005 01:18:55 PM LDAP Schema: Started loading…

03/15/2005 01:18:55 PM LDAP Schema: Failed loading

03/15/2005 01:18:55 PM LDAP Server: Initialization failure: LDAP Schema: Failed loading

03/15/2005 01:18:55 PM LDAP Server: Waiting for all tasks to complete

03/15/2005 01:18:55 PM LDAP Server: All tasks have completed

03/15/2005 01:18:55 PM LDAP Server: Shutdown

Subject: Problem loading LDAP

Hi,

What OS are you running there?

It seems the server can’t lock TCPIP stack.

Maybe the user doesn’t have enough rights to do this?

Daniel

Subject: RE: Problem loading LDAP

Hi Daniel,

We are running the Windows 2003 Server and the server is running perfectly except for the LDAP part.

I’m not sure what I should check (English is not ma native language, sorry!). The server have his fixed IP address and communicate with many other servers.

I’ll be upgrading the server to Domino 6.5.3 in the coming hours. I’ll see if that can take care of the problem.

Thanks!

Subject: RE: Problem loading LDAP

Hi Francois,

It’s a good practice to answer questions in english because most of the people here speaks english, not french.

If you want, you can add your question in french and I will answer it.

Now, open a DOS PROMPT in your windows, and type “netstat -na”. In the output you will get something like:

We are looking for the first addresses. The ones LISTENING. IF you have something listening on port 389 the problem is there.

In the picture, you can see my workstation is listening to ports: 135, 445, 1025, 1026, and so on. All of them on TCP.

If you have one line LISTENING on port 389, there is something else on this computer listening to that port.

Let me know what do you have.

Regards,

Daniel

Subject: RE: Problem loading LDAP

Hi Daniel,

We just upgraded our server to 6.5.3 with french language pack and everything is working fine. Guess I’ll never understand why it did this. Anyways, I thank you very much for your help.

Regards,

François Morel

Subject: Problem loading LDAP

According to the code, your KitType was not 2. Glad things are working now.

Subject: RE: Problem loading LDAP

Thank for this resolution. The KitType=2 is very much effective. Some how when I upgraded the admin client to 7.0.2, the KitType was replaced by 1 and I just changed it back to 2 and all working fine now. Bottomline, have a backup of all necessary files (names.nsf, notes.ini, and .NTFs) before performing any changes on your Domino server.

Thanks all,