Skip to Content
0
Former Member
Mar 13, 2004 at 07:57 PM

Installation probs WAS6.40 / System requirements

30 Views

Hi,

in the system requirements for the sneak preview 6.40, only 2 GB of drive space are mentioned. No word about a second hard drive.

When I try to install it on my notebook, the error below shows up. It seems that though all installation drive parameters are set to "c:", a piece of software (DB?) tries to access (a non-existing) drive "d:".

Any suggestions?

Thanks,

Grischa

ERROR 2004-03-13 19:53:48

CJS-00081 Assertion failed: in function check_drive(drive) { if (installer.onWindows()) { var mgt = new FileMgt(); var root = mgt.getNode(drive + "/"); ASSERT_DEFINED(arguments.callee, root, "root(" + drive + ")"); var mount = mgt.getFSMount(root); ASSERT_DEFINED(arguments.callee, mount, "mount(" + drive + ")"); if (!mount.supportsACLs()) { gui.setErrorInformation("ind-rel.ind-os.ind-db.j2ee-eng.noFAT", drive); return false; } } return true;}Variable root(D:) should be defined