Home

Biostratigraphy

About StrataData

Staff & Associates

Contact

Blog

Getting started with v2.1

Follow these instructions to get StrataBugs v2.1 up and running on your computer.

Run the application by double-clicking StrataBugs. You should get a "splash screen", then a window with a message about a licence. If you have installed into a network drive and nothing appears, see Network Drives below, or if only the splash screen appears, then check your Java installation or contact StrataData for advice.

If you have been previously supplied with a hardware key (dongle), press the Test button.

Note: you may be asked by the updater if you want to enter 'Proxy Settings'. You will get this message if the updater cannot connect to the StrataData web site. Your site may require you to use a proxy server. If you look in the Internet settings of your browser (LAN Connection settings) you may find the proxy login details there.

Send us a screen shot of the message window (instructions for screenshots here), and if you have a dongle, the window that appears when you press the Test button. (We need to know the expiry date and the "licensed to" information and/or the machine hostid). This will allow us to generate a licence for you that will work with your computer or your hardware key.

When you have received your licence file, put it in the StrataBugs v2.1 folder and restart the control panel. You can proceed to use the demo database. You will first see the Manage Connections dialog, then the Login dialog. Press the Help button for further instructions or follow this link.

Note: If the helper application StrataBugs does not start, try double-clicking the file jsbugs2_1.jar instead. If you get error messages relating to 32/64 bit, then you may be trying to run against the incorrect version of java for the components you have downloaded. Please contact us for advice.

Network Drives

If you install Stratabugs on a network drive and the StrataBugs.exe program fails to run, then try starting from the jar file by double-clicking jsbugs2_0.jar. If this launches StrataBugs, then you should use this method of starting. You can create a shortbut to jsbugs2_0.jar on your desktop, ranem it to StrataBugs2, and change the shortcut's icon to that of the StrataBugs.exe file. If you run into memory problems while running StrataBugs in this mode, for instance if you have many wells or images open, then you can instead launch from a StrataBugs.bat file which looks like this:

cls
echo off
REM Make sure we are in the right folder (for UNC drive launching)
pushd %~dp0
java -Xmx384m -jar jsbugs2_0.jar
popd

The example above increases the memory allocation to StrataBugs to 384Mb from the java default.

Converting your v2.0 database

When you download the demo version you will be using the 'demo' database. If you want to use your existing v2.0 data with v2.1, you must convert it for use in v2.1. More information on the conversion process can be found here.

Note: all users migrating to v2.1 will have to complete this process. StrataData will be available to assist in this process. You only need to do the conversion once.

Licensing v2.1

When you receive your licence file (which will be a file name with a .lic file type), just put the file in the v2.1 folder. StrataBugs will find the licence file when it starts the control panel. Press Help on the licence check dialog for help in diagnosing licensing problems.

If you have been supplied with a hardware key (dongle) for v2.1, then you will also need to install the Sentinel Driver. (If you have previously used a key with v2.0 or v1.8 then you will already have the driver installed). You can download the driver from here.

If you have floating licence then you must have a machine to act as the licence server. This will normally be your file server machine or a dedicated license server within your organisation. We may issue a licence for the server machine or to a hardware key attached to the server. You must install the rlm end user software components together with the licence daemon and licence file from StrataData. Once installed, the licences can be monitored via a web browser. For complete information on setting up your licence server, and to download the rlm utilities, follow this link: http://www.reprisesoftware.com/support/end-users.php

Moving your system

You can move the StrataBugs 2 system to another location by simply moving the entire folder. You then only have to reset the pointer to the launcher or control panel to the new location.

You should ensure that the database file is located in a folder that is regularly backed up. You may wish to locate the database file in a different folder to the system files.

More information

The control panel application can also be started from the command line using the following command:

java -jar jsbugs2_1.jar

Using the above command might help in diagnosing start up problems. This command will only work correctly if you have the java runtime environment installed, and the "java" command is on your windows path. You may also be able to run the same command by double-clicking the jsbugs2_1.jar file.