You only just installed MaxDB database server package. Database Manager GUI and SQL Studio is not included in that package, you need to download maxdb-dbmgui-setup-7_5_00_11.exe and maxdb-sqlstudio-setup-7_5_0_5.exe at mysql.com separately. Those programs are for windows platform only. If you use SDBINST -all, you can always use webdbm and websql.
On windows you can start MaxDB webserver by typing : net start sapdbwww To stop MaxDB Webserver, just type : net stop sapdbwww On Linux : If you have performed an rpm installation of the SAP DB Web Tools software, start the SAP DB Web Server with the command /etc/rc.d/sapdb-web start To stop the server, use the command /etc/rc.d/sapdb-web stop If you install it from Non RPM you can start the MaxDB DB Web Server as follows: 1. Set the environment variable LD_LIBRARY_PATH. To do this, enter the following command: export LD_LIBRARY_PATH=<installation_path_web_tools>/lib: <independent_program_path>/lib:$LD_LIBRARY_PATH 2. Go to directory <installation_path_web_tools>/pgm 3. Enter the following command: ./wahttp Option : wahttp [-f <file>] [&] [-h] . You can use the call parameter -f <file> to specify a configuration file other than the file WebAgent74.ini. For <file>, specify the path and file name of the desired configuration file. . You can use the call parameter & to start the SAP DB Web Server in the background. . You can use the call parameter -h to display all call options. The Next step is Point your browser to : - http://<web_server>:<port>/webdbm or by default http://localhost:9999/webdbm for database manager - http://<web_server>:<port>/websql or by default http://localhost:9999/websql for websql - http://<web_server>:<port>/waadmin.wa or by default http://localhost:9999/waadmin.wa for webserver administrator Good Luck! Sorry bad English. -----Original Message----- From: Paulo Amorim [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 2:46 AM To: [EMAIL PROTECTED] Subject: DBManager and SQLStudio GUI not installed Hello I've just installed MaxDB under support of MySQL MaxDB Documentation site. In the site they say after I install MaxDB I should be able to start creating instances of Databases using Database Manager GUI, or manipulating data using SQL Studio GUI. However I realized both SQLStudio and DBManager haven't been installed here! I've tried uninstalling MaxDB and installing again the whole package (through the command "SDBINST -all" ) , but again I could not find those applications. Should they be installed automaticaly when I install MaxDB? If not, where is the file I can install them from? Moreover, are there any other applications I could use to manipulate data besides SQL Studio (in case I cannot find it here) Thank you, -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
