cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New Database Studio version available: 7.7.04 Build 26

roland_mallmann
Product and Topic Expert
Product and Topic Expert
0 Kudos
448

Dear community,

a new Database Studio version 7.7.04 Build 26 is now available for download on SDN.

Please go to Downloads, then 'Software' -> 'MaxDB - Community Edition' and then select your Database Studio version (Linux or Windows).

Regards,

Your MaxDB team

Accepted Solutions (0)

Answers (3)

Answers (3)

markus_doehr2
Active Contributor
0 Kudos

I tried to install that version on Windows XP SP3. The installation itself works. After the fist start I get the information that "can't connect to user database".

There is a kernel.exe running, I see a database with the name .UMDB but starting it is failing, the event log just says that.

I can't find a knldiag nor do I know any user data (control/superdba) to find out, why the database is not starting.

Markus

Former Member
0 Kudos

Hi Markus

Would you mind providing us the dbstudio.log file. You can find the file here:

<user.home>\sdb\DatabaseStudio\.metadata\.plugins\com.sap.sdb.tools.core

The connect parameters you can find here:

<indep_data>\app\dbstd\um.properties

Best regards

Markus

markus_doehr2
Active Contributor
0 Kudos

Hi Markus,

thank you for trying to help me.

I removed the installation meanwhile. The deinstallation left, however, the .UMDB and xserver7210 service, I will try to remove that from the registry manually.

Since the logfile format switched to .xml I was unable to really find out using the database log files what has been the error. Because database studio was not running I couldn't use it to "parse" them nicely and I was too lazy to look up the dbmcli syntax. That x_server seems to run on a different port so I was even unable to connect using a different machine with dbmgui and look into the logfiles in a human readable way.

I tried to use dbmgui instead to create that instance (for MDM), that left me on the parameter site with strange error messages (the popup was wider than my screen) after having changed some parameters.

This is (unfortunately) the 6th time that I tried to make it running and removed it, the installation never worked for me out of the box.

Markus

Former Member
0 Kudos

Hello Roland,

is it planned to provide a 64bit version of the MaxDB Database Studio for Linux?

I am using a SLED10 SP1 64bit and I'll guess there will be a lot of troubles emulating the 32bit...

Regards

Johannes

roland_mallmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Johannes,

yes, at some point, can't state when exactly though.

Regards,

Roland

Former Member
0 Kudos

I'm not able to run Database Studio version 7.7.04 Build 26 on my computer WinXp HE SP3 java 6.7

While Database Studio starts :

JVM terminated. Exit code = -1

-Xms40m

-Xmx 1024m

-Djava.class.path=c:\Program Files\SDB\programs\DatabaseStudio\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar

-os win32

-ws win32

-showsplash

-launcher c:\Program Files\SDB\programs\DatabaseStudio\dbstudio.exe

-startup c:\Program Files\SDB\programs\DatabaseStudio\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar

-vm c:\Program Files\Java\jre1.6.0_07\bin\client\jvm.dll

-vmargs

-Xms40m

-Xmx-1024m

-Djava.class.path=c:\Program Files\SDB\programs\DatabaseStudio\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar

Can you help me, please ??

What shoud I do ??

Dusan

Former Member
0 Kudos

Hi Dusan

by default Database Studio tries to allocate a Java heap of 1024MB. This forces sometimes an Java VM exception. You can reduce or remove this value by editing the dbstudio.ini file in your Database Studio installation directory. The corresponding parameter is -Xmx.

Best regards

Markus

Former Member
0 Kudos

Thank you very much, now it is working.

Dusan