Hi Avi, Avi Schwartz [mailto:[EMAIL PROTECTED] wrote: > > I am running a script via loadercli to create the database schema and > create the user accounts. I came across a very strange behavior of > "create user" > > The script originally was as follows: > > /* Create Users */ > CREATE USER be_app PASSWORD be_app > // > CREATE USER be_xx PASSWORD be_xx > // > CREATE USER be_yy PASSWORD be_tyy > > etc. > > It failed on the first line telling me that the user name is > invalid. > I changed the user name in the first line to BE_APP (i.e. > changed it to > upper case) and suddenly the whole script worked. Why would > the upper > case name requirement exist only on the first line? Or was is a > different problem? > Thats really strange. Do you still have the protocol file where the error message is logged? Can you reproduce it? I couldn't reproduce it here. What version do you run? Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
