Re: -24994 runtime environment error [service_connect ]

2004-06-18 Thread Eko Subagio
Dear Heinrich, Thanks, i look into the user right access permission of /dev/null, then i set the group to root again also i set the group can write the /dev/null. Then i create database from restore medium, the result works fine. Thank you, your clue help to solve the problem. Best Regards Eko S

Re: -24994 runtime environment error [service_connect ]

2004-06-18 Thread Eko Subagio
Dear Heinrich, The access right for /dev/null set to root, group adm, with o=rwx, should i set the right access permisson to other user ? Regards Eko Subagio - Original Message - From: "Heinrich, Tilo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 5:34 PM Sub

RE: SAPDB Standby database setup.

2004-06-18 Thread Alexei Novakov
Yes, here is the end of knldiag file: 2004-06-16 13:42:06 2634 11565 startup DEVi started 2004-06-16 13:42:06 2454 52101 RESTORE Filetype: file 2004-06-16 13:42:06 245246 Log recovering log from tape from IOSeq 0 (MaxIOSeq from tape: -1) 2004-06-16 13:42:06 2453 1100

RE: Optimal log volume size

2004-06-18 Thread "Döhr, Markus ICC-H"
> Of course it depends on your data traffic. > We have for example a 120 GByte database which mostly has an > increase of 2-4 GByte/month. > We have a 1GByte Log volumne which is sufficient enough if > your are doing daily log backups. I think 50% (60GByte) of > Log space would be a little bit o

Re: Optimal log volume size

2004-06-18 Thread Georg Thome
Andris Spruds wrote: Hello, How can I tell what's the optimal size for log volume(s)? I know the question has been asked before, but I could find no satisfactory answers, also in MaxDB documentation there is information on log volumes in general, but not about how to choose their size. Thank you in

Re: Optimal log volume size

2004-06-18 Thread Edson Carlos Ericksson Richter
I think that a very large log size has no other effects than waste of disk space... If you need a very really large log volumn, probably you are using wrong backup strategies. When anyone need a log > 60% data, is because it's running in ETL (data import/export). In this case, you can deactiva

RE: maxdb-76: compile issue(s) SAPDB/MemoryDebugger/MemDbg_Header .hpp

2004-06-18 Thread "Döhr, Markus ICC-H"
Hey Daniel, > > "/home/sapdb/maxdb-76/sys/wrk/incl/SAPDB/MemoryDebugger/MemDbg > > _Header.hp\ > > p", line 51: Error: MemDbg_Header::enum is not within the > > range of a lon\ > > g or unsigned long. > [...] [...] > Replace all the expressions in the enum with constants. Then > add the origina

RE: multiple instances -> best practices?

2004-06-18 Thread Kevin . Wilson
You would be correct. If you have a sweet system that can handle the additional load of duplicated resource allocations then have at it. I had to go for the opposite. -Original Message- From: Filip Sergeys [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 9:18 AM To: Kevin Wilson Cc: [

RE: multiple instances -> best practices?

2004-06-18 Thread Filip Sergeys
But that is less flexible in terms of database backup. You are forced to backup everything (all users) every time. (unless there is a way to do userbased backup, which I was not aware of) On Fri, 2004-06-18 at 15:55, [EMAIL PROTECTED] wrote: > You are better off using different USERS to house the

FW: SAPDB Clustering

2004-06-18 Thread Ajit Aranha
Hi, The sapdb.org sites mentions using sapdb with Microsoft cluter server and says see SAP Notes 319835 and 508979. Where are these available? Regards, Ajit -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED

SAPDB Clustering

2004-06-18 Thread Ajit Aranha
Hi , The sapdb.org sites mentions using sapdb with Microsoft cluter server and says see SAP Notes 319835 and 508979. Where are these available? Regards, Ajit

RE: multiple instances -> best practices?

2004-06-18 Thread Kevin . Wilson
You are better off using different USERS to house the db objects in a single instance. This will allow you to use less resources to accomplish the same effect. -Original Message- From: Filip Sergeys [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 7:57 AM To: [EMAIL PROTECTED] Subject

Re: Optimal log volume size

2004-06-18 Thread Andris Spruds
Hi, >>if you define a too small log size, you will have a lot of log backups, decreasing general database performance. I have just one question left: what are the consequences if I define too large log size? >>I expect this been helpful. Thank you very much for your asnwer. Indeed, it helped me

RE: SAPDB Standby database setup.

2004-06-18 Thread Hahn, Uwe
Ok, 7.4.3.32 writes a savepoint if restore log is cancelled. If any error occurs during log redo and cancel is treated like an error then the kernel is switched to offline. If you execute recover_cancel after log recovery then you should see some lines from a running savepoint in the knldiag befo

RE: maxdb-76: compile issue(s) SAPDB/MemoryDebugger/MemDbg_Header .hpp

2004-06-18 Thread Dittmar, Daniel
> "/home/sapdb/maxdb-76/sys/wrk/incl/SAPDB/MemoryDebugger/MemDbg > _Header.hp\ > p", line 51: Error: MemDbg_Header::enum is not within the > range of a lon\ > g or unsigned long. [...] Replace all the expressions in the enum with constants. Then add the original expressions one by one. This way,

Re: Optimal log volume size

2004-06-18 Thread Edson Carlos Ericksson Richter
Hi, Andris. There is no cake recipt for log size. You should evaluate you app log consumption, and define the ideal values. But, since there is tips every where (any decent SQL database administration course will tell you): 1) For general purpose transaction related apps, use about 25% of data si

RE: error during migration to sapdb

2004-06-18 Thread "Döhr, Markus ICC-H"
Hey, these are just proposals/ideas: - increase MAXLOCKS to 500.000 (and restart DB) - copy the files to be imported locally (mounted samba shares often lead to problems when > 2 GB) Just a shoot... Greetz, SIEGENIA-AUBI KG Informationswesen i.A. Markus Döhr SAP-CC/BC, SAPDB-DBA Tel.:

TIMESTAMP in functions

2004-06-18 Thread Matteo Gattoni
Hi, I have the following function (a version less complicated than the original one), in INTERNAL MODE, MaxDb v.7.5.01.00. CREATE FUNCTION ISEMPLOYEEINCONTEXT (DSTARTCHR TIMESTAMP) RETURNS NUMBER AS VAR RES INT; TRY SELECT 1 INTO :RES FROM PSF.COMPANY_HUMAN_RESOURCE A WHERE DATE(A.D_START)=DAT

Optimal log volume size

2004-06-18 Thread Andris Spruds
Hello, How can I tell what's the optimal size for log volume(s)? I know the question has been asked before, but I could find no satisfactory answers, also in MaxDB documentation there is information on log volumes in general, but not about how to choose their size. Thank you in advance, Best rega

multiple instances -> best practices?

2004-06-18 Thread Filip Sergeys
The documentation states that if one want to install multiple instances, you better do it in separate software directories Does that mean two or more times installation profile 10 (ALL) in totally different directories? Or are there more efficient ways. Like second time only the server, or ..

AW: Parameter substitution - to_number

2004-06-18 Thread Zabach, Elke
Fabio Pinotti wrote: > > Hi > we have the following behaviour when passing parameters from java > code. The sql statement is something like (executed in oracle mode): > > SELECT >* > FROM > TABLE1 b > inner join TABLE2 a on (b.e_key=a.key) > WHERE > b.D_START=to_DATE(?, 'dd/mm/') A

AW: error during migration to sapdb

2004-06-18 Thread Zabach, Elke
Hi, May be you do not know that this list is for open-source-users of MaxDB only. We (MaxDB'ler) are asked, NOT to answer here because of guarantee-reasons. Sorry, please ask your local support. Elke SAP Labs Berlin > -Ursprüngliche Nachricht- > Von: rollo [mailto:[EMAIL PROTECTED] > G

error during migration to sapdb

2004-06-18 Thread rollo
Hi! I'm doing a migration to a SAP db ver 7.3 and I get an error message when the migration gets to 77% then I get this error message # R3load version @(#) $Id: //bas/40B/src/R3load.c#1 $ SAP # R3load -i SAPAPPL2.cmd -p SAPAPPL2.log -r -nolog ### start of syntax check ### ### end of syntax c

AW: Calling a function the db crashes

2004-06-18 Thread Zabach, Elke
Matteo Gattoni wrote: > > Hello, > I'm using MaxDb version 7.5.01.00. > I have a function TO_CHAR2 owned by user PPORTAL that receives a float and > give me back a char value. > > The function is created like this in Oracle mode (the grant in Internal > mode because they don't work in oracle mod

RE: -24994 runtime environment error [service_connect ]

2004-06-18 Thread Heinrich, Tilo
Hello Eko, to repeat my question: What access rights do you have for /dev/null? Best Regards, Tilo Heinrich SAP Labs Berlin >-Original Message- >From: Eko Subagio [mailto:[EMAIL PROTECTED] >Sent: Friday, June 18, 2004 10:58 AM >To: Heinrich, Tilo; [EMAIL PROTECTED] >Subject: Re: -24994

Problem when concatenating params in queries

2004-06-18 Thread Stefano Ghezzi
It seems that when the parser concatenates parameters it has some problems Here is the test case create table mycity ( city varchar(100)) insert into mycity( city)values( 'rome' ) insert into mycity( city)values('berlin' ) insert into mycity( city)values('rome north' ) insert into mycity( city)valu

Multiple Applications in one MaxDB

2004-06-18 Thread Hannes Degenhart
Hello List, we have two independant Web Applications runnning, one already on SAPDB, one still on Adabas (which we want to get rid off). In the future the Database for the two applications should run on one physical machine: - Debian Linux 3.0 - 1 processor 2,8 GHz - 2 GB RAM - RAID 1 for OS and M

RE: Handling very large tables - Insert Performance

2004-06-18 Thread Schroeder, Alexander
Hello Paul, > 1. Best Version of MYSQL for very large Tables > > Can I get some tips for which MySQL version to use > For maintaining a large DB with 100-200 million row master table > With a lot of inserts. If there is concurrency (i.e. multiple users) in the insert, either of course MaxDB or

Re: -24994 runtime environment error [service_connect ]

2004-06-18 Thread Eko Subagio
Hello Heinrich, I am using user root as user to connect to remote machine and dbm as database manager, do i should set something in remote machine ? or i should set sapdb user as owner of database in order to access /dev/null ? Thanks Eko Subagio - Original Message - From: "Heinrich, Ti