Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Err.#11280 a connection to the server at 127.0.0.1 cannot be established
Tue, Oct 27 2009 12:06 PMPermanent Link

"Sanesi Stefano"
I am using DBISAM 4.29  (Delpi6) and trying for the first time, I can't
connect to the servrer.
Into a new application (NO CLX) I've created a DATAMODULE in which i've put
these components  : a  TDISAMDATABASE :
Connected             False
DatabaseName      DRemo
Directory               C:\AAAA\Dati
EngineVersion       4.29 Build2
KeepConnection    False
Name                   Database
RemoteDatabase   DRemote
SessionName       DSessioneR
Tag                      0
--------------------------------------------------------
One TDISAMSESSION :
Active                               False
AutoSessionName             False
EngineVerrsin                    4.29 Build 2
ForceBufferFlush                False
KeepConnections               True
LockProtocol                      IpPessimistic
LockRetryCount                  15
LockWaiTime                      100
Name                                  Sessione
PrivateDir
ProgressSteps                      20
RemoteAddess                     127.0.0.1  (Like defined in file    HOST)
RemoteCompression              0
RemoteEncryotion                  False
RemoteEncryotionPassword    elevatesoft
RemoteHost
RemotePassword
RemotePing                           False
RemotePingInterval                 60
RemotePort                           12005
RemoteService
RemoteTimeout                      300
RemoteTrace                          False
RemoteUser
SessionName                        DSessioneR
SessionType                          stRemote
StrictChangeDelection             False
Tag                                        0
-------------------------------------------------------------------
One TBISAMTABLE :
Active                                    False
AutoCalcFields                       True
AutoDisplayLabels                  False
AutoOnAppend                       False
DatabaseName                       DRemo
EngineVersion                        4.29 Build 2
Exclusive                               False
FiedDefs                               (TDBISAMFiefdDefs)
Filter
Filtered                                  False
+ FilterOptions                       []
IndexDefs                              (TDBISAMIndexDefs)
IndexFieldNames
IndexName
MasterFields
MasterSource
Name                                   TabClienti
ReadOnly                              False
SessionName                        DSessioneR
StoreDefs                              False
TableName                            Clienti
Tag                                      0
UpdateObject
--------------------------------------------------------------------------
One TDataSource :

AutoEdit                                 True
+ DataSet                               TabClienti
    Active                                False
    ...........
    ...........
    DatabaseName                   DRemo
    ...........
 + FilterOptions
    .............
    SessionName                      DSessioneR
Enabled                                   True
Name                                       DSClienti
Tag                                           0
-----------------------------------------------------------------------------------
I try to login by default usr-id and passwd.

But if I need to login with login : I , and passw : mine ?

Any ideas ?

1) I' ve at the moment to prove to dropped   TDISAMEngine in the  DATAMODULE
to see if Engine Type is set to etClient then I take off it. (But I'm not
sure the EngineType have to set so   ???).

2) In another form "FClienti" On FormShow I try to open
  the tableTabClienti.

3) how have I to set in Dbsvr EnngineType as etClient or et Server ?.
however I can't compile Dbsvr.dcu because I don't
have FastMM4.dcu. (Delphi6 ?).

                                                 Sanesi Stefano



Tue, Oct 27 2009 8:14 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stefano,

Per email:

<< I am using DBISAM 4.29 and trying for the first time, I can't connect to
the servrer.(Look like the problem of Sean Cross in your official news). >>

I'm not sure what you're referring to.  Do you have a link ?

<< I try to login by user-id : admin and passw :DBAdmin.

But if I need to login with login : I , and passw : mine ?

Any ideas ? >>

Are you getting an error message ?  If so, what is it.

<< 3) how have I to set in Dbsvr EnngineType as etClient or et Server ?
however I can't compile Dbsvr.dcu because I don't have FastMM4.dcu. >>

Why are you trying to recompile the dbsrvr.dpr project ?  This isn't
necessary unless you plan on modify the server and including server-side
procedures and other forms of customization.  At the very least, you do not
need to worry about it for basic connection and login tests - just use the
dbsrvr.exe that we provide with DBISAM.

Tim Young
Elevate Software
www.elevatesoft.com

Image