Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Firebird installation on Windows

At 06:57 PM 4/21/2003, Jonathan Gossage wrote:
Once everything is installed, use either command line tools or ibaccess to
add whatever users you need. You get the master user called sysdba with a
password of masterkey for free as part of the installation. Then create the
Stellation database, either with ibaccess or using the technique used in the
merge tests build.xml. Once this is done you are ready to go.

All of this is from memory so I hope there are no omissions.

Jonathan,

I've got Firebird running and have created a test database (and added a user 'stellation'), but I'm not clear on the specific details needed to access the Firebird db via Stellation.

Could you give me the Firebird equivalent for the following PostgreSQL test script? (This is taken from "Building and Installing the Stellation Core Components" on
our web site).

PostgreSQL Test for Remote Mode =======================================

[1] $ createdb tsvctest
[2] $ tsvcadmin --location postgresql:tsvctest [--username stelUsername] --password stelPassword init [3] $ tsvcserver --database=postgresql:tsvctest --debug=1 --port=6060 --log=$HOME/s.log &
      # run server in background
[4] $ cd test
[5] $ ant -Drdbm=postgresql -Dmode=remote [-Dusername=stelUsername] -Dpassword=stelPassword [-Ddbusername=dbUsername] [-Ddbpassword=dbPassword]
    # .... wait for tests to conclude
[6] $ fg  # move server process to foreground
[7]       # kill the server by typing control-C
[8] $ dropdb tsvctest

Firebird Test for Remote Mode =========================================

?????

Firebird Test for Local Mode ===========================================

?????

Thanks!

Jim

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top