Hello
I have loaded MaxDB 7.6.05.09 and DBMGUI 7.6.00.37 (148140) on Windows Server 2003 SP2.
When I try a created a database instance with the DBMGUI I get the following error:
2008-10-29 09:21:54 0x00000d5c ERR -24580 DBMSrv ERR_COMMAND_FAILED: Command 'load_systab' has ended and failed with return code -24967. 0x00000d5c ERR -24967 DBMSrv ERR_SYSTEM: system call error 0x00000d5c ERR -24778 DBMSrv 2,ENOENT : no such file or directory 0x00000d5c ERR -24778 DBMSrv 0,""C:\Program Files\sdb\7605\bin\x_python" "C:\Program Files\sdb\7605\env\lsystab.py" -R "C:\Program Files\sdb\7605" -d P01 -u DBA,* en ENG" 1>\s3as..DBM 2>&1
However I can load_systab from the command line:
#dbmcli -d P01 -u dbm,* -n localhost load_systab OK 0,OK: everything works fine 0,""C:\Program Files\sdb\7605\bin\x_python" "C:\Program Files\sdb\7605\env\lsyst ab.py" -R "C:\Program Files\sdb\7605" -d P01 -u DBA,*" Removing obsolete objects Installing Loader tables Installing messages and help Installing SYSDBA tables Installing comments for SYSDBA tables Installing precompiler tables Installing system tables for R3 backup information Installing ODBC tables Installing system tables for ORACLE (V7) mode Installing data dictionary tables and views Installing synonyms for oracle system tables Installing comments on oracle sytem tables Installing tables for WebAgent Installing tables for Repository (WebDAV) Installing DOMAIN tables Installing comments for DOMAIN tables Installing Views as replacement for SHOWs Installing Database Manager tables Installing SYSINFO tables Installing comments for SYSINFO tables Installing support for UDE (User Defined Extensions) Installing tables for JDBC Database Metadata Installing tables for SQLDBC Database Metadata Installing additional triggers Installing tables for DBAnalyzer ================================== Installation successfully finished ==================================
I have made sure that the %TMP% and %TEMP% variables point to directories that have read / write / execute permissions as suggested in MaxDB 7.6.5.09 upgrade / install hangs at inst_reg..
C:\Documents and Settings\admin #echo %TMP% C:\DOCUME~1\admin\LOCALS~1\Temp\1 C:\Documents and Settings\admin #echo %TEMP% C:\DOCUME~1\admin\LOCALS~1\Temp\1 C:\Documents and Settings\admin #echo echo testing 1 2 3 > %TMP%\test.bat C:\Documents and Settings\admin #%TMP%\test C:\Documents and Settings\admin #echo testing 1 2 3 testing 1 2 3 C:\Documents and Settings\admin #type %TMP%\test.bat echo testing 1 2 3 C:\Documents and Settings\admin #del %TMP%\test.bat C:\Documents and Settings\admin #
Any further suggestions would be appreciated.
Regards
Bradley
Edited by: Bradley Patchett on Oct 29, 2008 2:43 PM