Hi,

> 2. After the build successfully ends i can not register the 
> installation:
> dbmcli -R /opt/sdb/programs inst_reg -k /opt/sdb/programs
> gives the following error:
> ERR
> -24913,ERR_SERVICEDB: cannot register service kernel for 
> /opt/sdb/programs
> 
> I read about an similar error in the binary distribution that 
> has been fixed -> is this the same error in the source distribution ?
>  
> 3. When i try to create a database and execute
> dbmcli on test>param_startsession
> i get:
> ERR
> -24978,ERR_XPSYNTAX: xparam syntax error
> 2,XPERR_LINESEQ   : wrong line sequence
> /opt/sdb/programs/env/cserv.pcf(5086) :   CALC "NO"
> 
> I think this follows from the error above ?

You are absolutely right. It turns out that the error is also in the published 
sources, even though they have a timestamp that suggests they are up-to-date.

While we replace the sources on the server, you can continue by correcting the error 
yourself. In sys/src/cn/cserv.pcf, add two lines in the section for the parameter 
_JOIN_OPERATOR_IMPLEMENTATION:



&ifdef COMMENT
' ----------------------------------------------------------------------
' _JOIN_OPERATOR_IMPLEMENTATION
' 
' CONTACT: GertG
'
' ----------------------------------------------------------------------
&endif
ID JOIN_OPERATOR_IMPLEMENTATION
  TYPE string
  DEFAULT "NO"
  GROUP EXTENDED
  MANDATORY YES
  CODE                <--- add!
  CALC "NO"
  ENDCODE             <--- add!
EXPLAIN
 JOIN_OPERATOR_IMPLEMENTATION 'YES' or 'NO'

[...]

Sorry for the inconvenience.

Robert V�lkel
SAP AG
www.sap.com


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to