|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: impossible de drop index
From: Fabrice Bourdel (fabrice.bourdel
free.fr)
Date: Fri Mar 18 2005 - 07:05:15 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Message d'origine-----
> De : Flohe, Ferdinand [mailto:ferdinand.flohe
sap.com]
> Envoyé : vendredi 18 mars 2005 07:14
> À : Fabrice Bourdel
> Cc : maxdb
> Objet : AW: impossible de drop index
>
>
> Hi,
> MaxDb uses C++ routines ( external C++ Procedures not linked with
> the MaxDb kernel ) delivered within shared library dbpinstall.so
> (DLL on Windows).
> All these routines are grouped within the package dbpinstall
> defined by following command "CREATE PACKAGE SYS_PACKAGE FILE
> 'dbpinstall'".
> There is one C++ routine used as a DLL trigger to maintain
> SqlStudio tables. This one is responsible for the error -28534
> "Package must be recreated".
> An MD5 number is used by MaxDb to check that the external library
> at PACKAGE definition time is the same as at the time a routine
> within the PACKAGE is called ! I think your package might have
> been created on WinXP and is now used on LinuxX86.
> The MD5 number for dbpinstall.dll on WinXp will not be the same
> as for dbpinstall.so on LinuxX86. Therefore the PACKAGE
> dbpinstall must be recreated.
> I think a 'load_systab' should solve your problem, because the
> package is dropped an recreated during installation of the system tables.
> Regards,
> Ferdi
>
> >-----Ursprüngliche Nachricht-----
> >Von: Fabrice Bourdel [mailto:fabrice.bourdel
free.fr]
> >Gesendet: Freitag, 18. März 2005 02:02
> >An: maxdb
> >Betreff: impossible de drop index
> >
> >
> >Hi,
> >
> >I have transfered a MaxDb 7.5.0.24 datatabase by backup/restore
> >from an WinXP machine to LinuxX86.
> >When i want to drop an existing or just created index,
> >(on Linux machine) i get the message :
> >"General error;-28534 POS(1) Package must be recreated:N"
> >
> >I checked the database structure, but it's ok.
> >
> >In the dataError log, there is :
> >2005-03-18 01:21:55 259 ERR 11262 DCOM dispGetClassObject -
> >HRESULT: -2147220711, Context: INPROC
> >2005-03-18 01:21:55 259 ERR 11263 DCOM COCLSID:
> >{A435CDA8-A24E-11D3-A996-00A0C94311A5}
> >2005-03-18 01:21:55 259 ERR 51260 HRESULT 80040319
> >package_out_of_dat
> >
> >Do you know what to do ?
> >many thanks for response.
> >
> >
>
many thanks, it works !
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]