[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.
The module required is <dependent_path>/misc/sapdb/python-py15/loadermodule.so.
Things to check: $ x_python >>> import sys >>> sys.path Is <dependent_path>/misc in the list that is printed?
Does <dependent_path>/misc/sapdb/__init__.py exist?
If <dependent_path>/pgm/python is of version 2.3, then it will search for the module in python-py23 and not in python-py15 (a link should suffice).
Daniel Dittmar
-- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED]
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
