Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: NEXUSDB EXAMPLE
NEXUSDB EXAMPLE
Posted: 2007/05/28 13:23
 
I tried Thindac IBX server and that works in a few minutes.

But I can not run the ClietAlchemy when connecting to Thindac Server for Nexus DB.

Do I have add Nexusdb components to the server ?
Re:NEXUSDB EXAMPLE
Posted: 2007/05/29 02:43
 
Hello Leo

But I can not run the ClietAlchemy when connecting to Thindac Server for Nexus DB.
what are you doing ? What happens ? Any error messages ?

Do I have add Nexusdb components to the server ?
All required components will be linked into ThinDAC NDB server. You just need to have NexusDB components installed in Delphi IDE.

Regards,
Dmitry
Re:NEXUSDB EXAMPLE
Posted: 2007/05/29 13:40
 
Dmitry,

1. I have Nexus Database Server running on a PC with
IP addres = 10.0.0.6

2. I can make a connection with Nexus DB enterprise manager form an other
PC

3. I start at PC where Nexus Database Server is running
( IP10.0.0.6) Thindacrserver_ndb.exe

4. Database :
Protocol ipv4
servername 10.0.0.6
alias path : c:ndb
alias name : test

Server :
Host 127.0.0.1
Port 80

5. I start on an other ( client ) PC ClientAlchemy.exe
Host 10.0.0.6

When I click on Open the error is :

TTDClientSelect: No result from Server. Possible reasons are:
1) server is not accessible. Check it status.
2) Server was unable rp process last call.
Try again and report this issue to your support team
Re:NEXUSDB EXAMPLE
Posted: 2007/05/29 19:31
 
Hello Leo

0) What are your ThinDAC, NDB, RTC SDK versions ?
1) Do you start ThinDAC server ? I mean, have you pressed "Start" button in server application ?
2) Do you have any firewall / antiviral software running, which may block ThinDAC server ?
3) Run ThinDAC server from Delphi IDE, open daTDServer.pas unit, find there method TTDServerSelect.DoExecute, and set breakpoint on the first line there. Then run client alchemy demo, execute some query, do you stop on breakpoint ?

PS: ThinDAC and NDB works on my computer without problems.

Regards,
Dmitry
Re:NEXUSDB EXAMPLE
Posted: 2007/05/30 11:23
 


IT WORKS


Server listening on 127.0.0.1 was the problem on the server page

0) What are your ThinDAC, NDB, RTC SDK versions ?

THINDAC 1.3.1
NDB 2.0.6
RTC SDK2.6.3

1) Do you start ThinDAC server ? I mean, have you pressed "Start" button in server application ?

YES

2) Do you have any firewall / antiviral software running, which may block ThinDAC server ?

NO



Post edited by: LeovanTour, at: 2007/05/30 14:19

Post edited by: LeovanTour, at: 2007/05/30 14:20
Re:NEXUSDB EXAMPLE
Posted: 2007/05/31 03:09
 
Server listening on 127.0.0.1 was the problem on the server page
Ahh, ok. Yes, that is another standard reason, why server cannot be used.

Regards,
Dmitry