Dbm.utl: 2004-03-08 15:06:03 404C7DCB0001 0000 IC1 CREATE INSTANCE SYSDBA ROOT 2004-03-08 15:06:08 404C7DCB0001 0001 RET RETURNCODE -7017 2004-03-08 15:13:03 404C7F6F0004 0000 VER VERIFY 2004-03-08 15:13:03 404C7F6F0004 0001 RET RETURNCODE 0; 0000000008 PERM PAGES, 0000000000 RELEASED BLOCKS 2004-03-08 15:18:52 404C80CC0005 0000 RST RESTART 2004-03-08 15:19:57 404C810D0001 0000 RST RESTART 2004-03-08 15:20:29 404C812D0001 0000 RST RESTART [...]
-7017 means "User not allowed" So your initialization procedure failed because you probably took the same user as your database admin user. If you use a different name for creating your instance it will work as specified. Kind Regards, Uwe >-----Original Message----- >From: Tom Skalik [mailto:[EMAIL PROTECTED] >Sent: Monday, March 08, 2004 6:47 PM >To: Hahn, Uwe >Cc: [EMAIL PROTECTED] >Subject: RE: MaxDB problem > >Hi Uwe, >here you go >Kind Regards, Tom > > >On 8 Mar 2004 at 17:26, Hahn, Uwe wrote: > >> Tom, could you please send the files dbm.utl and dbm.prt. >> Kind regards, >> Uwe >> >> >-----Original Message----- >> >From: Schroeder, Alexander >> >Sent: Monday, March 08, 2004 4:53 PM >> >To: 'Tom Skalik' >> >Cc: [EMAIL PROTECTED] >> >Subject: RE: MaxDB problem >> > >> >Tom Skalik wrote (unfortunately directly, and not in the list): >> > >> >> Hi Alexandr, >> >> I got next troubles with MaXDB under LINUX >> >> When I try to set DB to online mode via the webdbm tool, it >> >> ends with error -24895 >> >> here is corresponding part of the diag file: >> >> >> >> >> >> 2004-03-08 15:30:27 4055 12821 TASKING Thread 4055 starting >> >> 2004-03-08 15:30:27 4055 11565 startup DEVi started >> >> 2004-03-08 15:30:27 4047 11000 vattach 'DAT_001' devno 1 T37 >> >> succeeded >> >> 2004-03-08 15:30:27 4009 11597 IO Open 'LOG_001' >successfull, fd: 15 >> >> 2004-03-08 15:30:27 4056 12821 TASKING Thread 4056 starting >> >> 2004-03-08 15:30:27 4056 11565 startup DEVi started >> >> 2004-03-08 15:30:27 4009 11597 IO Open 'LOG_001' >successfull, fd: 16 >> >> 2004-03-08 15:30:27 4057 12821 TASKING Thread 4057 starting >> >> 2004-03-08 15:30:27 4057 11565 startup DEVi started >> >> 2004-03-08 15:30:27 4047 11000 vattach 'LOG_001' devno 2 T37 >> >> succeeded >> >> 2004-03-08 15:30:27 4047 12 Pager Start Read Converter >> >> 2004-03-08 15:30:27 4047 13 Pager Stop Read Converter, >Pages: 4 IO: 4 >> >> 2004-03-08 15:30:27 4047 54003 dynpool >DATA_CACHE_REGIONS : 8 >> >> 2004-03-08 15:30:27 4047 54003 dynpool >B20_DATACACHE_HEAD : 79784 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE head >num item: 9973 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE head >item siz: 8 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE task >queue : 720 >> >> 2004-03-08 15:30:27 4047 54003 dynpool US + SV + DW + 8 : 45 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE taskq >elem : 16 >> >> 2004-03-08 15:30:27 4047 54003 dynpool >B20_DATACACHE_TASKQ : 80504 >> >> 2004-03-08 15:30:27 4047 54003 dynDATA >DATA_CACHE_PAGES : 1247 >> >> 2004-03-08 15:30:27 4047 54003 dynpool >B20_DATACACHE_CB : 84796 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE num >cblocks : 1247 >> >> 2004-03-08 15:30:27 4047 54003 dynpool DATACACHE cblock >size : 68 >> >> 2004-03-08 15:30:27 4047 54003 dynpool >DYNP_B20_DATACACHE :1322400 >> >> 2004-03-08 15:30:27 4047 54003 dynDATA >DYND_B20_DATACACHE : 9976 >> >> 2004-03-08 15:30:27 4047 53000 B*TREE Restart FileDir >> >> finished successfully >> >> 2004-03-08 15:30:27 4047 WNG 17 Admin ACTIVATE is missing >> >> 2004-03-08 15:30:27 4047 34 Admin Kernel state: 'OFFLINE' >reached >> >> 2004-03-08 15:30:27 4047 12696 DBSTATE Change DbState to >> >> 'SHUTDOWN'(25) ----- ---------------------------------- >> >> current write position ----------------- >> >> +++++++++++++++++++++++++++++++++++++++ Kernel Exit >> >> ++++++++++++++++++++++++++++ 2004-03-08 15:30:28 0 >12845 >> >> DBSTATE Kernel exited normal 2004-03-08 15:30:28 0 12808 >> >> DBSTATE Flushing knltrace pages 2004- 03-08 15:30:28 0 >11560 >> >> COMMUNIC Releasing T37 2004-03-08 15:30:28 0 12696 >DBSTATE >> >> Change DbState to 'OFFLINE '(29) >> >> --------------------------------------- current write >> >> position ----------------- >> > >> >Have you made sure that the web tools itself are started in an >environment >> >where >> >the LD_ASSUME_KERNEL environment variable is set? Can the >database be >> >started >> >using the command-line tools? >> > >> >Regards >> >Alexander Schr�der >> >SAP DB, SAP Labs Berlin >> > >> >-- >> >MaxDB Discussion Mailing List >> >For list archives: http://lists.mysql.com/maxdb >> >To unsubscribe: >http://lists.mysql.com/[EMAIL PROTECTED] >> >> -- >> MaxDB Discussion Mailing List >> For list archives: http://lists.mysql.com/maxdb >> To unsubscribe: >http://lists.mysql.com/[EMAIL PROTECTED] >> > > >T.Skalik >KUCERA IPC >http://www.kuceraipc.de >+49 69 7171 3580 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
