DSEE6 install

Hi,

Im trying to install DSEE6 on my laptop and get the following error after creating the DSCC registry:

$ ./dsccsetup.exe cacao-reg

## Failed to run "C:/Program Files/Sun/JavaES5/share/cacao_2/bin/cacaoadm.bat" l

ist-modules -r

####

#### The system cannot find the path specified.

####

## Exit code is 1

Does anyone know what this could be down to please?

Thanks

g8

[440 byte] By [ndrba] at [2007-11-27 4:34:05]
# 1

Well, starting at the basics, does the file exist?

(C:/Program Files/Sun/JavaES5/share/cacao_2/bin/cacaoadm.bat)

Or the directory itself?

(C:/Program Files/Sun/JavaES5/share/cacao_2/bin)

If not, can you Start->Search->For Files or Folders looking for cacaoadm.bat and see if you find it elsewhere (another directory or even drive)?

Did you install all of the needed components and dependencies (like the JDK/JRE)?

Scott.R.Corzinea at 2007-7-12 9:43:59 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Scott,The file is there and its owned by the user who did the installation.I am running JDK 1.5, is there a document which states what else i should be running please?thanksg8
ndrba at 2007-7-12 9:43:59 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Did you install ActivePerl before DSEE 6 (see below)?

Did you check the documentation?

-The DSEE 6.0 Documentation Center:

http://docs.sun.com/app/docs/doc/819-0989

-The DSEE 6.0 Installation Guide:

http://docs.sun.com/app/docs/doc/819-0993

-The DSEE 6.0 Release Notes:

http://docs.sun.com/app/docs/doc/819-0991

I haven't worked with DSEE on Windows nor DSEE 6 (I'm following normal troubleshooting at the moment), but I found the following entry in the release notes:

On Windows systems, Directory Server requires ActivePerl software to use account activation and manual schema replication commands. Directory Server Enterprise Edition does not provide ActivePerl. The dependency concerns the following commands.

■ ns-accountstatus(1M)

■ ns-activate(1M)

■ ns-inactivate(1M)

■ schema_push(1M)

There may be other dependencies, you'll have to check. You can also look in the .bat file and make sure everything it needs is there.

Beyond that I don't have any easy answers, hopefully someone will recognize that specific error and provide more information.

Scott.R.Corzinea at 2007-7-12 9:43:59 > top of Java-index,Web & Directory Servers,Directory Servers...