Hi Dan, Dan Shick wrote: > > % dbmcli -s -R /usr/local/sapdb/depend/ db_create DANBO <username, > password> > > and wanted to log in and start a service session. This happened: > > % dbmcli -d DANBO -u <username, password> > dbmcli on DANBO>service_connect > ERR > -24979,ERR_XPNOTFOUND: parameter not found > > We tried many different things and narrowed it down to exactly one > difference, namely the trailing slash in the DEPEND directory argument. > Creating the instance with this line allowed us to create a service > session: > > % dbmcli -s -R /usr/local/sapdb/depend db_create DANBO <username, > password> > OK > > % dbmcli -d DANBO -u <username, password> > dbmcli on DANBO>service_connect > OK > > HTH! HAND.
trailing slashes or backslashes often produces errors and should be avoided. But nevertheless this should be fixed. Ciao Ralf _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
