Sol8:Error installing iMS5 against iDS51
Hi,
I try installing the new iMS5.2 against iDS5.1. I did the ims_dssetup utility and received no error. The I try the install of iMS5.2 and rejected the option for the 'Directory Suite' during the Setup. I have answered all the questions and the installation runs. During the post-installation tasks (think 21 from 38 but it's hard to see) an error occured:
A serious problem occurred while installing the iPlanet Messaging Server Organization Tree (msg.ugldap.orgtree.inf). It reported the following problem:
The server configuration for the Organization Tree (msg.ugldap.orgtree.inf) cannot be created.
I had a look in the log-file and found the following:
ERROR:
TYPE: LDAP
LOCATION: LLdapEntry::WriteToLdap
DETAILS: Unable to write changes for entry 'dc=bvi,dc=de' to LDAP server (65).
ERROR:
TYPE: Meta Data
LOCATION: LMetaDataLdap::PerformMetaDataOperation
DETAILS: Unable to write changes for entry 'dc=bvi,dc=de' to LDAP server (65).
ERROR:
TYPE: Meta Data
LOCATION: LMetaDataLdap::WriteData
DETAILS: Unable to write changes for entry 'dc=bvi,dc=de' to LDAP server (65).
Does anyone have a hint what may happened?
Thanks in advance
Marcel
[1296 byte] By [
709078] at [2007-11-25 7:09:35]

I am experiencing the same problem on iMS 5.2 and iDS 5.1 on Solaris 8Did you ever resolve the issue?
708746 at 2007-6-29 17:41:18 >

Ims 5.2 or do you mean 5.1 ?
708864 at 2007-6-29 17:41:18 >

I have the same problem, does anybody figure it out?
This message appear when I run the ims_dssetup.pl script:
Please check the user/group suffix "xxx.net" under "cn=mapping tree, cn=config". at ims_dssetup.pl line 941.
Once I run the setup command, at end this messages is launched:
The comon configuration cannot be generated.
wallyu at 2007-6-29 17:41:18 >

Hi everyone,
I have experienced following problem when ims_dssetup.pl is excuted against IMS 5.1.
Please check the user/group suffix "xxx.com" under "cn=mapping tree, cn=config". at ims_dssetup.pl line 941
Can someone PLEASE shed some light on it?
Thank you very much!
Francis
706673 at 2007-6-29 17:41:18 >

Hi,
1. Install new iDS 5.1
2. Run ims_dssetup.pl
3. Install the iMS 5.2 on a different server root.
4. Check your /usr/iplanet/server5/setup/msg/iplanet-msg-install.log.
If it has errors like the following , check the answer for the Q. 40
Default Domain
and
Default Organization DN
The answer you have given to Default Organization DN may be not correct.
Install log errors:
NOTICE: Creating Local DB (msg.nv.msg.webmail.inf).
NOTICE: Upgrading Organization Tree (msg.ugldap.orgtree.inf).
NOTICE: Upgrading Default Organization Subtree
(msg.ugldap.orgtree.deforg.inf).
MESSAGE: LLdapEntry.cpp 670: ldap_modify_s DN=dc=rajapaksa,dc=net
MESSAGE: Change in LDIF format
dn: dc=rajapaksa,dc=net
changetype: modify
add: nsnumusers
nsnumusers: 1
-
ERROR:
TYPE: LDAP
LOCATION: LLdapEntry::WriteToLdap
DETAILS: Unable to write changes for entry 'dc=rajapaksa,dc=net' to LDAP
serve
r (65).
George -
706678 at 2007-6-29 17:41:18 >

I've been struggling with the same problem.
When I run ims_dssetup.pl on a fresh install of DS5.1 I get the following error:
Please check the user/group suffix "xxx.com" under "cn=mapping tree, cn=config" at ims_dssetup.pl line 941.
Funny thing is, I ran the perl script last week with no problems. But I tried reinstalling everything this week for other reasons, and now can't run this script.
I see I'm the third person to run into this problem, but noone seems to know how to get around it.
I am the ldap person,not the mail guru but I will try to help you guys on ldap part :-). Since you are getting Ldap error code 65 ( that is objectclass violation) when adding "nsnumusers" attribute, check the following:
1. Check the error log of your ldap server, it may have some errors logged that may help you find out whats going on.
2. nsnumusers attribute is defined as a single valued in schema. Messaging installation may fail if the attribute is already exist under "dc=rajapaksa,dc=net", try deleting that attribute and see if that works.
3. Check "dc=rajapaksa,dc=net" entry for "nsManagedDomain" objectclass, that must be there to add "nsnumusers" attribute.
Thanks
Krishna
Did you try using the base DN of o=isp ? The mail server needs this type of structure rather than the one you are using. Then your organization domain goes under this i.e.: o=<yourdomain.com>,o=isp
Also, make sure that the port you select for the ida is not already in use.
I also met this issue, the above guys who knew the solution already please tell me, many thanks. That is really confused.
4515: I also see your comment, something I misunderstood. Please help with details, thanks.
3. I can add objectclass "nsManagedDomain" and attribute ""nsnumusers" , but what is the value of "nsnumusers" ?
additional question. How to answer Q6 during running the ims_dssetup.pl script? o=internet (defalt volume), or o=isp, or the other.
I checked my ids 5.1 configuration and find out "o=NetscapeRoot", what's that means? who know?
> 3. I can add objectclass "nsManagedDomain" and
> attribute ""nsnumusers" , but what is the value of
> "nsnumusers" ?
I just set it to 1, and it seems to work. Here's how to do it:
ldapmodify -h <hostname> -D cn=Directory\ manager
Bind Password:
dn:<dn of your user/group root tree>
changetype:modify
add:objectclass
objectclass:nsManagedDomain
-
add:nsNumUsers
nsNumUsers:1