Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLtalk database name not configured

Status
Not open for further replies.

dwagner309

IS-IT--Management
Oct 7, 2010
12
US
I have Visual runing on Sqlbase 7.5.1 and I am tying to use SqlTalk to run the reorganize command. I try to connect and get the database name not configured error. Below is the part of my sql ini where the names are set up. Any help is appreciated, thanks Dave.
[dbntsrv]
dbdir=E:\visual\sqlbase
servername=server1,sqlapipe,sqlws32
cache=32000
sortcache=96000
sortlevel=1
readonly=0
oracleouterjoin=0
logfileprealloc=0
partitions=0
optimizerlevel=2
locktimeout=275
secureapi=0




DBNAME=VMFG,SQLAPIPE,SQLWS32

DBNAME=VMFGOLD,SQLAPIPE,SQLWS32

DBNAME=VMFGT1,SQLAPIPE,SQLWS32
[dbntsrv.gui]

MAINWIN=NORM,511,-3,1025,742
STATWIN=NORM,0,0,506,625
DBWIN=NORM,-1,624,139,701
PROCWIN=CLOSED,28,64,448,256
SYSWIN=CLOSED,42,96,462,288
DISPLEVEL=0
TIMESTAMPS=0
[dbntsrv.dll]
comdll=sqlapipe
comdll=sqlws32

[dbntsrv.apipe]

[dbntsrv.ntnbi]

[dbntsrv.ws32]
listenport=2155

[dbnt50sv.comments]
 
Change servername=server1,sqlapipe,sqlws32 to
servername=server1,sqlws32.
Change DBNAME=VMFG,SQLAPIPE,SQLWS32 to
DBNAME=VMFG,SQLWS32
Change [dbntsrv.dll]comdll=sqlapipe comdll=sqlws32
to [dbntsrv.dll];comdll=sqlapipe comdll=sqlws32

ps never run "ReOrganise' command. Alway use 'UNLOAD' then 'RELOAD'. Youll wish you had when 'Reorganise' corrupts your indexes.


See me at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top