[EMAIL PROTECTED] wrote: > > as in dbmcli_74eng.pdf written the sql_recreateindex shold > work for all > bad indexes if no parameter is given. But it doesn't work. Is this a > bug? > > > dbmcli on mydb>sql_recreateindex > ERR > -24988,ERR_SQL: sql error > -9000,System error: Not yet implemented > > > > My SAPDB version is 7.4.3.17 >
As written by Martin end of May this is not a bug, it is not supported any more : Hi, in 7.4 the DBM-Server command sql_recreateindex without an explicit index as option execute the "restart indexes" (recreate all indexes marked as bad) command to the kernel. This command is not anymore supported in 7.4 to recreate an index specifiy the index after the DBM-Server command. sql_recreateindex "<scheme>"."<table>"."<index>" The index will by dropped and created again. Martin ----------------------- Your SAP DB Team at SAP SAP Labs Berlin ok, the docs have to be changed, will be done Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
