List:MaxDB« Previous MessageNext Message »
From:Dr. Ralf Czekalla Date:July 30 2003 9:37pm
Subject:Re: Creating an instance -- DEPEND trailing slash bad
View as plain text  
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

Thread
Creating an instance -- DEPEND trailing slash badDan Shick30 Jul
  • Re: Creating an instance -- DEPEND trailing slash badDr. Ralf Czekalla30 Jul