AW: Backup procedures.

2004-06-07 Thread Brunzema, Martin
> >I was backing up the log every hour too, however as I don't > >need the log to > >get my data back from a migration backup, and it created so > many files > >I decided I would just leave it autolog backup. > > If you backup log every hour you should get at maximum 24 log > backups more, as i

Question about locks

2004-06-07 Thread José Rómulo Elías Contreras
Hi: When a data base convert row locks into a table lock (lock escalation)? How I can prevent the lock escalations? Thanks. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

7.5.0.14 inplace upgrade hosed my 7.3.0.46 server

2004-06-07 Thread Kevin . Wilson
After using SDBINST to upgrade my 7.3.0.46 server and its instances (production and a test one (the test one isn't ever used)) I can enter Admin mode but any attempt to enter online causes shutdown. Also other select operations in Admin mode causes a shutdown to occur as well. Below is a snippet of

Re: does maxdb uses 3306 as the tcpip port in windows

2004-06-07 Thread John Singleton
Erick, Well, there are several different ways to go about this, depending on what you want. The easiest way (similar to MS Access's auto increment) is to do something like: CREATE TABLE auto_inctable (foo int DEFAULT SERIAL, bar varchar(20)) This will create a table with an auto incrementing col

RE: does maxdb uses 3306 as the tcpip port in windows

2004-06-07 Thread Erick Perez
I use studio and DBM gui, i just wanted to try that tool because is supposed to be more easy to use. I now have to setup an odbc connector and let a MS Access frontend app and an ENVOX voice app to talk to the mysql. If you happen to have code to setup a mysql function similar to the "autonumber"

FW: DBMGUI v7.5.00.11 & 7.4.3.30 fail to ...

2004-06-07 Thread Kevin . Wilson
Here is the doc link I am referring to: http://dev.mysql.com/doc/maxdb/en/88/c290d224d9e140a9c70480c233/content. htm If sdbinst can do the migration then why not use the very same logic to allow the dbmgui to migrate 7.3 images to a 7.5 server? -Original Message- From: Kevin Wilson

Re: does maxdb uses 3306 as the tcpip port in windows

2004-06-07 Thread John Singleton
Erick, I didn't know you could use MySQL administrator with MaxDB. I may be wrong, but I don't know of a way to do that. You might want to try DBM GUI and SQL Studio. Both are available here: http://dev.mysql.com/downloads/maxdb/7.5.00.html Cheers, JLS Erick Perez wrote: indeed is 7210 tcp (im u

RE: DBMGUI v7.5.00.11 & 7.4.3.30 fail to ...

2004-06-07 Thread Kevin . Wilson
You have GOT to be joking! Everything in the docs state that an image newer than 7.3.0.25 can be migrated. 2004-06-07 09:20:36 7930 ERR 52000 RESTORE Kernel 7.3.0 Build 046-000-094-452 2004-06-07 09:20:36 7930 ERR 52000 RESTORE Restore not possible. Hostfile too old! 2004-06-07 09:20:36 7929 ER

RE: does maxdb uses 3306 as the tcpip port in windows

2004-06-07 Thread Erick Perez
indeed is 7210 tcp (im using windows). i wanted to try mysql administrator but the program does not seem to work. I enter dba/pass and port 7210 and it never connects anyways..thanks erick -Original Message- From: John Singleton [mailto:[EMAIL PROTECTED] Sent: Saturday, June 0

RE: Need help

2004-06-07 Thread Heinrich, Tilo
Hello Shesh, do you mind sending the file dbm.ebp or if existent dbm.ebl to the list? Most probably the backup tool needed more time to finish the backup, then the DBM Server would grant it. Best Regards, Tilo Heinrich SAP Labs Berlin >-Original Message- >From: H.K, SHESHACHALA (STSD)

RE: Backup procedures.

2004-06-07 Thread Heinrich, Tilo
Hello Michael, >Currently we are backing up every hour. >Due to a type of failure we had recently where memory in our db server >failed and DELETED some database config files and some data >files I do all >backups for MIGRATION. If your database version is 7.4 or above, there is no difference be

Scoping and object resolution

2004-06-07 Thread John Singleton
Hello all, So I think I've pretty much got MaxDB's name resolution system down. But I just wanted to post to the list to make sure :) So, from what I've been able to determine, it works like this: 1) Say I have three users. DBA, DBA2, and DBA2USER. DBA creates DBA2 then DBA2 creates the resource

RE: Restore question

2004-06-07 Thread Heinrich, Tilo
Hello Timo, in most cases you are right, however, if log backups were created in parallel to the incremental backup log backups before LOGSAVE 10 could be needed. You can have a look into your backup history columns 8 and 9. They contain numbers (log page number or log IO sequence number) order

RE: SQL Studio Scoping Problem

2004-06-07 Thread Stausberg, Markus
Hello John, Ouch. I forgot that it is possible to create a synonym graphically, and assumed you typed the CREATE SYNONYM in an SQL window omitting the user qualification. Lets call that 'limitation' a bug. It will be corrected in the next version. Sorry for the inconvenience and thanks for report

Re: SQL Studio Scoping Problem

2004-06-07 Thread John Singleton
Hi Markus, Do you know if this will be corrected in the future? I'm trying to figure out how to document it. If this won't be corrected in the future, SQL Studio is limited to creating synonyms for objects the current user owns. In theory, however, SQL Studio could create a synonym for any obje

AW: DBMGUI v7.5.00.11 & 7.4.3.30 fail to ...

2004-06-07 Thread Strahl, Torsten
Hi Kevin, you send me the knldiag of the failed recovery attempt? Regards, Torsten SAP DB, SAP Labs Berlin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 7. Juni 2004 16:49 An: [EMAIL PROTECTED] Betreff: DBMGUI v7.5.00.11 & 7.4.3.30 fail

Follow-up: DBMGUI v7.5.00.11 & 7.4.3.30 fail to ...

2004-06-07 Thread Kevin . Wilson
Using the older DBMGUI 1st edition you cannot do the migration to a 7.5 server as the bug link suggests. You get the error: -24988 sql error [util_execute INIT CONFIG]; -3008, Invalid keyword or missing delimiter. -Original Message- From: Kevin Wilson Sent: Monday, June 07, 2004 9:49 AM

Re: MaxDB, ODBC, and ADO question

2004-06-07 Thread James Coen
Thanks, I'll check it out Gustav Brock <[EMAIL PROTECTED]> 06/07/2004 09:45 AM Please respond to Gustav Brock To: [EMAIL PROTECTED] cc: Subject:Re: MaxDB, ODBC, and ADO question Hi James OK. Within the current session you probably need to: First, rel

DBMGUI v7.5.00.11 & 7.4.3.30 fail to ...

2004-06-07 Thread Kevin . Wilson
migrate a 7.3.0.46 migration backup to a clean install MaxDB 7.5.0.14 server installation. I have migrated instances before using the dbmgui so I do know the process. The error given is: -24988 sql error [db_activate RECOVER DATA]; -111, incompatible incremental backup Here is the link which sta

Phantom read and single select

2004-06-07 Thread Horia Muntean
Hello, Is it possible theoretically or rather is it SQL compliant that a single select in one unit of work to give a result set that duplicates a row with the same PK? The select would be issued using READ_COMMITED isolation level and looks like this: "select col1, pk from table where col1=1 or

...problem with trigger and variable

2004-06-07 Thread Markus Franz
Hi @all, i need some advice with an trigger statement. When i execute this statement in the SQL Studio, i became this error. Error --- Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed Syntax error or access violation;-3005 POS(1) Invalid SQL statemen

RE: Need help

2004-06-07 Thread H.K, SHESHACHALA (STSD)
Thanks Elke, The first problem is sorted out. I am minimised the value of SESSION_TIMEOUT value to 100, it worked. But I am getting the second error. Error: SAPDB responded with: -24920,ERR_BACKUPOP: backup operation was unsuccessful The backup tool was killed with -1 as sum of e

AW: to_date function - Oracle to MaxDB

2004-06-07 Thread Zabach, Elke
> -Ursprüngliche Nachricht- > Von: Gianluca Sensidoni [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 3. Juni 2004 11:33 > An: [EMAIL PROTECTED] > Betreff: to_date function - Oracle to MaxDB > > Hi to all > We are working for a porting from Oracle to MaxDB. Inside our project > there a

Re: MaxDB, ODBC, and ADO question

2004-06-07 Thread Gustav Brock
Hi James OK. Within the current session you probably need to: First, relink the TableDefs using the new User ID/Password. Then, either use CurrentDB or use DBEngine with a refresh of the TableDefs collection: DBEngine(0)(0).TableDefs.Refresh For a developer Access list visit: AccessD mailin

Re: MaxDB, ODBC, and ADO question

2004-06-07 Thread James Coen
That is correct, I am trying to use access only as an application (no security at all within Access), then I want to connect to the linked tables using the MaxDB security.What I have currently is one user who has read only rights and aother that has update, and I want to be able to log on w

RE: Webtools/ODBC problem: libsqlod.so not found...?

2004-06-07 Thread Koetter, Thomas Theodor
Hi Alex, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 6. Juni 2004 22:15 > To: [EMAIL PROTECTED] > Subject: Re: Webtools/ODBC problem: libsqlod.so not found...? [snip] > (1) Segmentation fault [...] IIRC, unixODBC offers a small sql-query tool

AW: Need help

2004-06-07 Thread Zabach, Elke
H.K, SHESHACHALA wrote: > > Hi, > > Can anyone help on this: > > Error: SAPDB responded with: > -24988,ERR_SQL: sql error > 1,task limit > There are two possible reasons: 1. you specified the database-parameter (during installation) MAXUSERTASKS with the value x, meaning that in ma

Re: Webtools/ODBC problem: libsqlod.so not found...?

2004-06-07 Thread Jean-Michel OLTRA
Le dimanche 06 juin 2004, [EMAIL PROTECTED] a écrit... > I have no indep_prog in my MaxDB installation directory, and as far as I > understand the official documentation (which is *hard* to understand, so I > may be wrong...) this directory has to be used only in case there's > already an insta

Need help

2004-06-07 Thread H.K, SHESHACHALA (STSD)
Hi, Can anyone help on this: Error: SAPDB responded with: -24988,ERR_SQL: sql error 1,task limit Rgds Shesh

Re: recursive function

2004-06-07 Thread Joannes Capitanio
I mean something like this: CREATE FUNCTION TEST(VAL INT) RETURNS NUMBER AS BEGIN IF VAL < 5 THEN RETURN TEST(VAL+1) ELSE RETURN VAL; END; it's just an example of course... thanks in advance joannes - Original Message - From: "Zabach, Elke" <[EMAIL PROTECTED]> To: "'Joannes Ca

AW: recursive function

2004-06-07 Thread Zabach, Elke
Joannes Capitanio wrote: > > Is it possible to create recursive function inside maxdb? > What do you mean with 'recursive function' ? Are we talking about recursive selects as described here? http://dev.mysql.com/doc/maxdb/en/a7/41ee26605911d3a98800a0c9449261/frameset.htm Elke SAP Labs Berlin

recursive function

2004-06-07 Thread Joannes Capitanio
Is it possible to create recursive function inside maxdb? thanks in advance joannes

AW: Foreign Key Question

2004-06-07 Thread Zabach, Elke
> -Ursprüngliche Nachricht- > Von: Billy Willoughby [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 5. Juni 2004 16:36 > An: [EMAIL PROTECTED] > Betreff: Foreign Key Question > > Hello Everyone; > >I have a foreign key I'm trying to create to cascade a delete and I > keep getting

RE: SQL Studio Scoping Problem

2004-06-07 Thread Stausberg, Markus
Hello John, you wrote : > I have two users, DBA, and DBA2. I also have 2 tables FOO and > BAR. FOO > belongs to DBA and BAR belongs to DBA2. DBA has all > privileges on DBA2's > tables and vice-a-versa. > > Now: In sqlcli I can use the create synonym statement to create a > synonym like this

Trigger crash database in 7.5.00.14

2004-06-07 Thread Jean-Yves VERN
I've a database into which I use triggers to compute some fields values when inserting or updating a record. Until version 7.5.00.11, everything works fine. But in 7.5.00.14, the trigger crashes the database instance. It crashes when executing the update statement. CREATE TRIGGER TABLE1_UPDATE FO