cancel
Showing results for 
Search instead for 
Did you mean: 

WebAS640 SP7 Installation - Error getting 'GetVolumeNameForVolumeMountPoint

Former Member
0 Kudos

I am trying to install WebAS640 SP7, and get this error:

ERROR 2004-11-09 12:35:17 [syxxsyshlp.cpp:56]

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

FSL-00001 System call failed. Error 1 (Incorrect function.

) in execution of system call 'GetVolumeNameForVolumeMountPoint' with parameter (Y:\), line (276) in file (synxcfsmnt.cpp).

WARNING 2004-11-09 12:35:17 [iaxxccntrl.cpp:477]

CController::stepExecuted()

The step fillMounts with step key J2EE_EngineEnterprise_OneHost|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|fillMounts was executed with status ERROR.

SAPinst component stack:

========================

Preinstall|ind|ind|ind|ind|ind|0

Current script:

===============

var table = new Table("t_mounts");

table.remove();

var mgt = new FileMgt();

var numrows = 0;

for (var it = mgt.getFSMounts(); ! it.isDone(); it.next()){

mount = it.get();

if (mount.getFSType() == "LOCAL") {

var drive = mount.getDriveLetter();

if (drive != undefined) {

var mp = mount.getMountPoint();

if (mp && mp.getFullName().length <= 3) {

table.insertRow({mount:drive});

}

numrows++;

}

}

}

var saploc = mgt.getFSExport("saploc");

if (saploc != undefined) {

var sapdrive = saploc.getFSName().match(/(^.:)/)[1].toUpperCase();

if (sapdrive != context.get("sapdrive")) {

context.setProperty("sapdrive", new Property("CHANGEABLE", "YES"));

context.set("sapdrive", sapdrive);

}

context.setProperty("sapdrive", new Property("CHANGEABLE", "NO"));

}

if (numrows == 1) {

context.setProperty("sapdrive", new Property("CHANGEABLE", "YES"));

context.set("sapdrive", table.arraySelect(undefined, "WHERE 1=1")[0].mount);

context.setProperty("sapdrive", new Property("CHANGEABLE", "NO"));

}

WARNING 2004-11-09 12:37:04 [iaxxcsihlp.hpp:218]

main()

An error occurred during the installation.

Exit status of child: 1

Any idea why this is happening? I have SQL 2000 SP3 and all hot fixes, and JDK 1.4.2_06 from Sun

Thanks

Ben

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

This error is due to a VIRTUAL DRIVE mounted with a program. SAPINST send this error when it check the virtual drive. Demounted it and try again

Regards

Sebastian

Former Member
0 Kudos

Hello Ben,

Did you get any resolution to your WebAS640 installation issue?

Please let me know.

Thanks,

Umesh.

Former Member
0 Kudos

I'm getting the sam error. Any help appreciated.

Thanks