I'm struggling since some hours now and I think I'm running in circles. I
had the same error when I initially tried to load the system tables. After
copying all the python modules and redistributing them I had the problem of
zlib not beeing available in python (although I remember this is from 7.6
ongoing necessary)? 


[...]
import types # precompiled from
/home/sapdb/maxdb-7500/usr/lib/python1.5/types.pyc
# zipimport: found 567 names in /home/sapdb/maxdb-7500/usr/lib/python23.zip
import zlib # builtin
# zipimport: zlib available
# /home/sapdb/maxdb-7500/usr/lib/python1.5/linecache.pyc matches
/home/sapdb/maxdb-7500/usr/lib/python1.5/linecache.py
import linecache # precompiled from
/home/sapdb/maxdb-7500/usr/lib/python1.5/linecache.pyc
import warnings # loaded from Zip
/home/sapdb/maxdb-7500/usr/lib/python23.zip/warnings.pyc
import _codecs # builtin
import codecs # loaded from Zip
/home/sapdb/maxdb-7500/usr/lib/python23.zip/codecs.pyc
import encodings # loaded from Zip
/home/sapdb/maxdb-7500/usr/lib/python23.zip/encodings/__init__.pyc
import encodings.iso8859_1 # loaded from Zip
/home/sapdb/maxdb-7500/usr/lib/python23.zip/encodings/iso8859_1.pyc
Python 2.3.3 (#2, Apr  6 2004, 19:57:35) [C] on sunos5



[EMAIL PROTECTED] ~/maxdb-7500/usr/lib>dbmcli -u dba,dba -d XXX
dbmcli on XXX>load_systab -ud domain
ERR
-24964,ERR_EXECUTE: error in program execution
256,/home/sapdb/maxdb-7500/usr/bin/x_python
/home/sapdb/maxdb-7500/usr/env/lsystab.py -R /home/sapdb/maxdb-7500/usr -d
XXX -u dba,*
Traceback (most recent call last):
  File "/home/sapdb/maxdb-7500/usr/env/lsystab.py", line 45, in ?
    from installib import *
  File "/home/sapdb/maxdb-7500/usr/env/installib.py", line 33, in ?
    from sapdb import loader
ImportError: No module named sapdb


Where the heck is the x�_python expecting the sapdb module? I compared to a
working 7.5 build on another box and the files in the directory structures
are the same, the only difference is, that the box not loading the system
tables is 64bit and the working box is 32bit.

Is this an issues of a "64bit LD_LIBRARY_PATH"?


Greetings,


SIEGENIA-AUBI KG
Informationswesen
 
i.A.
 
Markus D�hr
SAP-CC/BC, SAPDB-DBA

Tel.:    +49 6503 917-152
Fax:     +49 6503 917-7152
E-Mail: [EMAIL PROTECTED]
Internet: http://www.siegenia-aubi.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