This is the way that I udes to resolve the problem (thank you Thomas Anhaus)
[CUT] If you want to be able to drop you table somehow, please execute the following statement : DBMCLI -d <db name> -u <dbm user>,<dbm user> -uUTL <dbm user>,<dbm user> UTIL_EXECUTE DIAGNOSE TRIGGER OFF This disables the access of the registry. [CUT] Now it work well! thank u bye maxsoft irc-chat: server address: LasVegas.NV.US.Undernet.org server port: 6667 channel: #sapdb > -----Messaggio originale----- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Per conto di Massimo Renzi > Inviato: venerd� 14 febbraio 2003 11.03 > A: [EMAIL PROTECTED] > Oggetto: R: [DROPTABLE] Native Error -7500 > > > Thank you for help, > I've check the permission but nothing to do. > I've the same error. > > [cut command prompt of linux] > > cd / > > cd opt > > cd sapdb > > cd depend > > cd wrk > > dir > Registry.dcom > > ls -l > total 0 > lrwxrwxrwx 1 sapdb sapsys 47 Feb 7 16:29 Registry.dcom -> > /var/opt/sapdb/indep_data/config/Registry1.dcom > > chmod +rw /var/opt/sapdb/indep_data/config/Registry1.dcom > > ls -l /var/opt/sapdb/indep_data/config/Registry1.dcom > -rw-rw-r-- 1 sapdb sapsys 756 Feb 7 16:29 > /var/opt/sapdb/indep_data/config/Registry1.dcom > > chown sapdb /var/opt/sapdb/indep_data/config/Registry1.dcom > [cut] > Are this privilegs enought? > > (I dislike this cause I'm near the goal :-) ) > > Can u help me a little bit? > > Thank u > > maxsoft > > irc-chat: > server address: LasVegas.NV.US.Undernet.org > server port: 6667 > channel: #sapdb > > > -----Messaggio originale----- > > Da: Anhaus, Thomas [mailto:[EMAIL PROTECTED]] > > Inviato: venerd� 14 febbraio 2003 9.13 > > A: '[EMAIL PROTECTED]' > > Oggetto: RE: [DROPTABLE] Native Error -7500 > > > > > > Hi Massimo, > > > > the file /opt/sapdb/depend/wrk/Registry.dcom is a symbolic link for > > an original file, lets say X. > > The owner of the database instance must have read and write > > access for that file X. > > (the owner is the user who created the database). > > > > ls -l /opt/sapdb/depend/wrk/Registry.dcom > > > > tells you the path and name of X. > > > > ls -l X > > > > tells you who's the owner and which privileges have been granted. > > If the database owner does not have the required privileges, please > > grant them as follows : > > > > chown Owner_Of_Database_Instance X > > chmod +rw X > > > > You may have run into this problem, because the user installing > > SAPDB differs from the user creating the database instance. > > > > HTH, > > > > Best Regards, > > Thomas > > > > -----Original Message----- > > From: Massimo Renzi [mailto:[EMAIL PROTECTED]] > > Sent: Donnerstag, 13. Februar 2003 17:51 > > To: Anhaus, Thomas; sapdb mlist > > Subject: R: [DROPTABLE] Native Error -7500 > > > > > > Hi, > > thank u but I've the problem, > > so, as I red in the e-mail, > > I send u the file knldiag > > > > Thank u very much. > > > > maxsoft > > > > irc-chat: > > server address: LasVegas.NV.US.Undernet.org > > server port: 6667 > > channel: #sapdb > > > > > -----Messaggio originale----- > > > Da: Anhaus, Thomas [mailto:[EMAIL PROTECTED]] > > > Inviato: gioved� 13 febbraio 2003 17.30 > > > A: '[EMAIL PROTECTED]' > > > Cc: '[EMAIL PROTECTED]' > > > Oggetto: RE:[DROPTABLE] Native Error -7500 > > > > > > > > > Massimo Renzi wrote : > > > > > > >WinSQLStudio 7.4, connected as dba. > > > >I've created a table LOGIN. > > > >Now I try to drop it, but I've this error: > > > >Native error: -7500 > > > >Text: [SAP AG][SQLOD32 DLL][SAP DB]General error;-7500 DCOM > HRESULT:". > > > > > > >Can u help me? > > > > > > Please have a look to > > > > > > http://listserv.sap.com/pipermail/sapdb.general/2001-May/007102.html > > > > > > > > > Best Regards, > > > Thomas > > > > > > -- > > > Thomas Anhaus > > > SAP DB, SAP Labs Berlin > > > [EMAIL PROTECTED] > > > http://www.sapdb.org/ > > > _______________________________________________ > > > sapdb.general mailing list > > > [EMAIL PROTECTED] > > > http://listserv.sap.com/mailman/listinfo/sapdb.general > > > > > > > > > > > > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
