Please tell me you are using 32bit TeamDeveloper v3.0 and not 16bit SqlWindows v3 !
It sounds like you dont have TOM installed correctly. Once installed it is a great tool for many different jobs. TOM uses its own SqlBase database as a repository to store all your source code,schema etc. This seperate TOM database must be up and running and TOM correctly installed before you can connect to it. You can use SqlTalk to test if you can connect to your TOM database . To install TOM and its database correctly, you must have some knowledege of the tool, and so try re-installing your Centura software - but only the TOM part, The TOM database can be installed either locally or on a mapped server (pref. server for backup),and you must configure Sql.ini to include this TOM database as follows:
;
; SQLBase Communication Protocol Gateways ( Database MYTOM = Local TeamObjectManager Repository)
;
[dbnt1sv]
servername=Thorin(Server where TOM DB is installed) ,sqlapipe
cache=2000
partitions=0
secureapi=0
dbdir=D:\CENTURA(Path where TOM DB is installed) ,
DBNAME=MYTOM(TOM DB name),,SQLAPIPE
[dbnt1sv.dll]
comdll=sqlapipe
[dbnt1sv.gui]
MAINWIN=NORM,555,424,1045,776
STATWIN=NORM,241,143,482,286
DBWIN=NORM,241,0,482,143
PROCWIN=NORM,0,143,241,286
SYSWIN=NORM,0,0,241,143
DISPLEVEL=4
TIMESTAMPS=1
Once installed, TOM will be well useful....
Come back if no luck
Cheers
Steve Leighton