Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Module path
Mon, Sep 21 2015 6:42 AMPermanent Link

Nils Sorensen

Hi

I have two external servers ( in US) no 1   IP  45.58....... and no 2  IP   209.208...........

My application was first run on no 1; worked as it should and module saving correctly

to the file 'c;\ewb\web\Trend\data\PbilderT'.   (Path= 'c;\ewb\web\Trend\data').
 
Then I move application to server no 2, put in a new module with path 'c:\ewb2\Progs\Data'.

Application works OK, but  module saves to the old  'c;\ewb\web\Trend\data\PbilderT'.

There must be a very simple reason for this behaviour, but I can't find it.

Anyone knows?

Nils
Mon, Sep 21 2015 9:58 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Nils,

<< My application was first run on no 1; worked as it should and module saving correctly >>

What do you mean by "saving" ?  Are you talking about database updates ?  If so, then are you using pre-defined datasets in the EWB Web Server, or are you using the TEWBDatabase/DatasetAdapter components with your module ?

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Sep 21 2015 11:09 AMPermanent Link

Nils Sorensen

Tim Young [Elevate Software] wrote:

Nils,

<< My application was first run on no 1; worked as it should and module saving correctly >>

What do you mean by "saving" ?  Are you talking about database updates ?  If so, then are you using pre-defined datasets in the EWB Web Server, or are you using the TEWBDatabase/DatasetAdapter components with your module ?

Tim Young
Elevate Software
www.elevatesoft.com

Tim sorry for expressing myself a little unclear.

I install  ewbsrvr.exe as a service and manually  define every dataset with path to where i have placed the data
and a path to 'PrivateDir'. Then I build a module that points to this datadir. How can it be possible for a module
working on a server with IP 45.58....   to place its generated record on a server with IP 209.208....in another
directory than the one that I compiled into it.. Module has c:\ewb2\progs\data, but it stores the record on an other
server in a different directory. Obviously it must somehow 'remember' its earlier life, but how and where?
The datsets part of the configuration is empty when I start defining dataset.

Nils

Image