cancel
Showing results for 
Search instead for 
Did you mean: 

Installation error CJS-00030 SAP NetWeaver 04R1 Java System PT 12

Former Member
0 Kudos

Hi!

I got this error:

and I checked:

1. DB space OK.

2. SAR files OK.

It heppend in the phase 8 of 21,

Unpack SCS client

Thanks for your help.

Shimshon

ERROR 2005-07-10 14:46:45

CJS-00030 Assertion failed: in function InstallationScript_176() { 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 = ;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", implcommon_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", implcommon_massage_args(parameters));}; Gui.prototype.showOkCancelBox = function () {return this.showOkCancelBoxWithArray(arguments);}; Gui.prototype.showOkCancelBoxWithArray = function (parameters) {return this._callModule("showOkCancelBox", implcommon_massage_args(parameters));};

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I checked the size of all the sar files and I found

that the size of one file was less than what it should be.

I re download the sar file, and this solve the problem.