Dear experts,
I am struggling with the installation of NetWeaver 2004 on MaxDB on Linux.
When executing sapinst for the second time to install and create the DB, I am
getting the following error:
ERROR 2013-06-07 00:19:05
CJS-00030 Assertion failed: in function InstallationScript_128() { var installer = new Installer(); var kdb = new KeyDB(); var context = new Context(); var gui = new Gui(); Gui.prototype._callModule = function (func, argsarg) {var args = argsarg || {};var call = {lib:"iajsmod", module:"CJSlibModule", version:"1.0", call:func, arg:args};return installer.invokeModuleCall(call);}; Gui.prototype.setErrorInformation = function () {return this.setErrorInformationWithArray(arguments);}; Gui.prototype.setErrorInformationWithArray = function (parameters) {var translated = installer.getMessageWithArray(parameters);this.setUntranslatedErrorInformation(translated);}; Gui.prototype.updateMsg = function () {return this.updateMsgWithArray(arguments);}; Gui.prototype.updateMsgWithArray = function (parameters) {return this._callModule("updateGuiMessage", _impl_common_massage_args(parameters));}; Gui.prototype.update = function (message) {return this._callModule("updateGui", {GuiLine:message});}; Gui.prototype.showMessageBox = function () {return this.showMessageBoxWithArray(arguments);}; Gui.prototype.showMessageBoxWithArray = function (parameters) {return this._callModule("showMessageBox", _impl_common_massage_args(parameters));}; Gui.prototype.showOkCancelBox = function () {return this.showOkCancelBoxWithArray(arguments);}; Gui.prototype.showOkCancelBoxWithArray = function (parameters) {return this._callModule("showOkCancelBox", _impl_common_massage_args(parameters));};
Please kindly suggest how to solve it... I'd be very very thankful :-)