Online Bank example on Windows 2000
Though I have been able to deploy and execute the Forture and Hello World
examples, I am having trouble getting the Bank example to work.
1.) I cannot find any resources that explain how to install/configure the
database
2.) When the following command: ldapmodify -D"cn=admin" -w admin -a -f
BankUser.ldif
I get this error:ldap_simple_bind: No such object
3.) When I go to the Web Server Administration Server, I get a problem when
I try to examine "Users & Groups"
An error occurred while contacting the LDAP server.
(Can't connect to the LDAP server)
A connection to the directory server could not be opened. Contact your
directory server administrator for assistance.
I realize my questions are all over the place, but any assistance would be
appreciated. Thanks
Apoorve Chokshi
achokshi@databeacon.com
[920 byte] By [
709119] at [2007-11-25 4:48:44]

Apoorve,
Some suggestions noted inline.
Sanjay
Apoorve Chokshi wrote:
> Though I have been able to deploy and execute the Forture and Hello World
> examples, I am having trouble getting the Bank example to work.
>
> 1.) I cannot find any resources that explain how to install/configure the
> database
Please read the documentation provided at:
<ias-root>/ias/ias-samples/bank/docs/index.html.
>
> 2.) When the following command: ldapmodify -D"cn=admin" -w admin -a -f
> BankUser.ldif
>I get this error:ldap_simple_bind: No such object
It seems that you have given wrong bind name name and password. Try with -d
"cn=Directory Manager" and password corresponding to it . If you bound on some
other port other than the default (389) specify the port number using -p
<portnumber>.
>
> 3.) When I go to the Web Server Administration Server, I get a problem when
> I try to examine "Users & Groups"
>
> An error occurred while contacting the LDAP server.
> (Can't connect to the LDAP server)
> A connection to the directory server could not be opened. Contact your
> directory server administrator for assistance.
If you are working on solaris:
-Run <iws-home>/startconsole
-Give login name and password (ex admin admin).
-Goto global setting.
-Give port number as given earlier. Bind DN and password (ex
cn=Directory Manager, netscape). You can give any name as Base DN.
On NT:
-Open a web browaser, then type: http://<hostname>:<portno>/ then press enter.
-And proceed as above.
>
>
> I realize my questions are all over the place, but any assistance would be
> appreciated. Thanks
>
> Apoorve Chokshi
> achokshi@databeacon.com