cancel
Showing results for 
Search instead for 
Did you mean: 

Sneak Preview installation WAS 6.40 Java: Error in SQL function sapdb_sql

Former Member
0 Kudos

Hello,

i have a problem with installation of sneak preview edition of WAS 6.40 Java. FOllowing error occured:

CJS-00081 Assertion failed: in

function sapdb_sql_query(db_nm, sql_s, db_node) {

var ret_s = "";

var sdbInst = new sdbInstance();

sdbInst.dbName = db_nm;

sdbInst.dbHost = (db_node == undefined) ? installer.getHostName() : db_node;

var r_arr = sdb_sql_query(sql_s, sdbInst);

ASSERT(arguments.callee, r_arr != undefined, "ERROR EXECUTING DBMCLI COMMAND!");

if (r_arr[0] == "false") {

var err_msg = "ERROR EXECUTING SQL QUERY: ";

for (var i_cnt = 1; i_cnt < r_arr.length; i_cnt++) {

err_msg = err_msg + r_arr[i_cnt];

}

ASSERT(arguments.callee, false, err_msg);

} else {

end_l = new RegExp("END");

for (i_cnt = 0; i_cnt < r_arr.length; i_cnt++) {

if (end_l.test(r_arr[i_cnt])) {

ret_s = r_arr[i_cnt + 1];

break;

}

}

}

return ret_s;

}

ERROR EXECUTING SQL QUERY: OKERR-24988,ERR_SQL: sql error-3014,Invalid end of SQL statement

Thanks for help.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Bernd,

in the installation run directory must be a file XCMDOUT.LOG. Would you please provide me with this file. Additionally I would like to ask you to give me the name of the installation step, where this error occured. You will find the name of the step in the sapinst_dev.log file, it is mostly somewhere on the end of the file. The installaer writes a trace like: "Execution of the step <long step name> is failed ...".

thanx,

Alexander