Marcus Berglund wrote: > I have the same problem. The problem for me is not the syntax of the > command but how to execute it. When using the dbmcli I get this: > > [sapdb@nerdling sapdb]$ dbmcli -u dbm,dbm -d soprano > dbmcli on soprano>create user testuser password pwd not exclusive > ERR > -24977,ERR_COMMAND: unknown command "create" > > I guess Im not supposed to use the dbmcli for this - but what am I > supposed to use to get a regular SQL session going with my db?? > Would appreciate some help..
As all SQL-statements given to dbmcli it has to be prefixed with sql_execute But usually SQLStudio is the tool to be used for doing ad hoc SQL. Elke SAP Labs Berlin > --- > > --- In [EMAIL PROTECTED], "Zabach, Elke" > <[EMAIL PROTECTED]> wrote: > > Zsolt Almasi wrote: > > > > > Can you tell me , how can I create a Standard user ? I will > > > apreciate if you > > > can show me some examples ! > > > > the reference-manual is too complicate to understand this? > > (see chapter Authorization --> create user ) > > > http://www.sapdb.org/htmhelp/48/f0daa5225811d3a97d00a0c9449261 /frameset.htm > > example > create user xyz password abc > > Elke > SAP Labs Berlin > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
