[EMAIL PROTECTED] wrote:
>
> After trying to rename a column of a table the error: -7500
> (DCOM HRESULT:f)
> occurs.
> Then I tried to drop the table and generate it with the new
> column name.........
> it failed also, getting the same error.
>
> So how I'm getting this table dropped ??
>
> The database is 7.3.0 running on a Linuxbox.
>
> I've tried to drop the table with SQL-Studio and a small
> C-Programm with
> embedded C (Precompiler), both with the same error.
recycled mail from the archive concerning error -7500:
some coding ( DDL Triggers, which serve to maintain some catalog tables used
by SqlStudio ) are provided within the dynamic/shared library
"dbpinstall.dll" on WinNT or "dbpinstall.so" (.sl) on Unix.
This library has to be 'registered' using the 'xregcomp' command before it
can be found by the SAP-DB kernel.
/usr/lib/userv/sapdb/bin/xregcomp
/usr/lib/userv/sapdb/lib/dbpinstall
( please specify the complete path of the library without using the file
extension .dll, .so or .sl )
On WinNT Registration is maintained within the NT-Registry.
For Unix the Registration is maintained within the file:
"/usr/lib/userv/sapdb/wrk/Registry.dcom"
( hope that paths used are the correct one's for your environment )
In case the problem isn't solved after doing the 'xregcomp', please send me
the "knldiag" - file.
Ferdinand Flohe
SAP Labs Berlin
I hope, this will help
Elke
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general