> I upgraded from SapDB 7.4.3.27 to MaxDB 7.5.0.8. > May I ask some questions, and add comments, for the few thing > I saw for > now ? > > * depend/ subdirectory seems not to have been upgraded ? Is > depend/ unused now ? Or some parts of this directory ? Is bin > subdirectory > obsolete ?
Maybe the software was installed someplace else. We changed the directory defaults from 7.4 to 7.5 > * python gave me warnings , about mismatching versions, with > 2.2 and 2.3 > * method execute of class Cursor gave this error message, but > the cursor > execute the statement (python 2.3). > free(): invalid pointer 0x40388608! The python extensions included are for Python 1.5.2. Download ftp://ftp.sap.com/pub/sapdb/bin/linux/sapdb-python-linux-i386-7.4.03.31a.tgz instead. I haven't got around to building the same package for MaxDB 7.5, but the clients are generally upwards and downwards compatible. > * documentation is not included in binary archive ? Why not ? May be I > have not paid enough attention. But Python API is in > downloaded doc and > that's fine. - the documentation rarely matches exactly a MaxDB release, because documentation is timed towards mySAP releases. So you are generally better off by using the latest relased documentation than the one that was available with the binary package. - the html documentation contains several thousand files. Copying them slows down creating packages at our side and installing packackes on your side. And many people prefer the online version because it is searchable, so all this work would be in vain. 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]
