McLane, Brad wrote:
> 
> 
> We are preparing to create an 800 GB instance of our production database.
> The environment is a 4 processor Sun v480 (SPARC 64) running Solaris 9.
> Storage is an EMC CX600 SAN. We currently have our DEV and QAS databases
> up
> and running on another v480 without problems. When we attempt to create
> the
> production database using the DMGUI we get the following error:
> 
> ERR
> 
> -24964,ERR_EXECUTE: error in program execution
> 
> 768,/opt/oltp/sdb/7500/bin/x_python /opt/oltp/sdb/7500/env/lsystab.py -R
> /opt/oltp/sdb/7500 -d GWDB -u dba,*
> 
> ---------Traceback---------------
> 
> File "/opt/oltp/sdb/7500/env/installib.py", line 341, in connectAndInstall
> 
> installRoutine (session, options)
> 
> File "/opt/oltp/sdb/7500/env/lsystab.py", line 69, in install
> 
> stopIfSqlNotOK (session, """CREATE PACKAGE SYS_DLL_PACKAGE FILE
> 'dbpinstall'
> 
> INPROC""")
> 
> ---------Command-----------------
> 
> CREATE PACKAGE SYS_DDL_PACKAGE FILE 'dbpinstall' INPROC
> 
> ---------Error-------------------
> 
> loader.LoaderError: [-25010] SQL [-7500] DCOM HRESULT:0A020480 (error
> position: 1)
> 
An older mail (found in the archive) said:

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 )

hope this helps for your case, too

Elke
SAP Labs Berlin

> 
> We're stumped. Does anyone have any ideas?
> 
> 

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to