Questions

2004-01-08 Thread keeyit_yoong
I encounter an error :- Runtime error '-2147467259(80004005)': Unknown MySQL Server Host Please help me to solved. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

cast?

2004-01-08 Thread Sean Yee
Hi, I have a table of records in which I need to sort by a specific field. Unfortunately, this field is a String data type and I wish to cast it to an int. I know that SAP DB does not support CAST. Is there any work around to this problem?? Sean

RE: Load_systab failed after compiled MaxDB on REDHAT9

2004-01-08 Thread Dittmar, Daniel
> I complied the source of MaxDB 7.5.0.5 on RedHat9. > There're some errors in all.mac.e0 which I zipped in all.mac.e0.tgz. > TARGET: ':SAPDB/Scripting/Script_loaderPython.c' STATUS: ERROR > > Script_loaderPython.c:35:34: Python.h: No such file or directory The Python header files can't be fo

Re: Python Library - optlib.py

2004-01-08 Thread John Abel
Thanks for that. However, running instdb.py with Py2.x brings up dbm errors Traceback (most recent call last): File "instdb.py", line 227, in ? optlib.optMain2 (main, _options ()) File "/opt/sdb/7500/lib/python1.5/optlib.py", line 191, in optMain2 mainRoutine (options, args) File "instdb

RE: Python Library - optlib.py

2004-01-08 Thread Dittmar, Daniel
> I'm trying to use instdb.py, but it's complaining about the library > optlib. This isn't part of the Python stdlib, nor can I find it for > download anywhere. Does anyone have it? It would be much > appreciated. If you installed SAP DB or MaxDB, it's in /lib/python1.5. Daniel -- Daniel

Python Library - optlib.py

2004-01-08 Thread John Abel
Hi, I'm trying to use instdb.py, but it's complaining about the library optlib. This isn't part of the Python stdlib, nor can I find it for download anywhere. Does anyone have it? It would be much appreciated. Thanks John -- MaxDB Discussion Mailing List For list archives: http://lists.mys

RE: SAPDB 7.4 disaster recovery solution

2004-01-08 Thread Heinrich, Tilo
Hello Igor, currently you should use log backups for that purpose. You can force a very small log backup size to minimize data loss in case of a complete production server loss. In future versions of MaxDB a Hot Standby Solution will be implemented (actually it is already in the test), where st

Load_systab failed after compiled MaxDB on REDHAT9

2004-01-08 Thread Gu Lei
Hi, I complied the source of MaxDB 7.5.0.5 on RedHat9. There're some errors in all.mac.e0 which I zipped in all.mac.e0.tgz. Then I began to create instance: >db_create test dbm,dbm OK --- >param_startsession OK --- >param_init OK --- >param_put _unicode yes OK --- >param_put default_code unicode

RE: SAPDB 7.4 disaster recovery solution

2004-01-08 Thread Heinrich, Tilo
Hello Madhu, have you tried to sort out the problems with the help of the mailing list? Best regards, Tilo Heinrich SAP Labs Berlin -Original Message- From: Bandireddy, Madhu [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:25 PM To: Portnoy, Igor Cc: Heinrich, Tilo Subject:

SAP hangs with "Order by primary key" clause in select statement linuxRH21AS & sap 4.6C SR2 abap & SAPDB 7.3.28

2004-01-08 Thread ANGLEY Patrick
Hi list, Anyone can help with this info, abap coding was using "order by primary key " and hangs? Environment info is OS: Linux Red Hat 2.1 Advanced Server (32 Bits) DB : SAP DB 7.3 Build 28 (32 Bits) ERP : SAP R/3 4.6 C SR2 Best regards, Patrick J. Angley Total Raffinage & Marketing 24, Cou

RE: Problems with TRUNC function

2004-01-08 Thread Zabach, Elke
blackDoggy wrote: > Hello, > > > It seems I have a problem :(( I can't get TRUNC function to > work expected. > TRUNC only seems to work when the second parameter does not come from > database (e.g. TRUNC(measurement, 2) works perfectly well). > If it's comes > from a table, then it returns th