appserver problem

E. Kos

New Member
Hi,

Two AIX 4.3.3 (RS/6000) machines
Progress 9.1a

We are running a production db with an appserver on one machine. On the other machine we are running a test db with the same name, also with an appserver.

It seems that when a process is started for the appserver on the test db, the process connects to the appserver on the production db.

Does the name have to be different ? Or are there other things i should check ?

Thanks in advance !

Eelco Kos
 

E. Kos

New Member
Here are the contents of the file for the test enviroment

-AppService asbroker2
-rereadnolock
-H lcrstest
-S 5162

and for the production enviroment

-AppService asbroker1
-rereadnolock
-H lcrs6000
-S 5162

The -S parameter has the same value.
I believe this is the port number of the nameserver.

Could that be the problem ?
 
Check that

1. Your test application is using (finding) the correct file. Test this using
MESSAGE SEARCH("filename") VIEW-AS ALERT-BOX.

2. You are not translating lcrs6000 and lcrtest to the same host. Try suppling the host address (e.g. 150.1.2.3) instead of its name.

We use the same port numbers on two different Sun/Sparc unix boxes without any problems.
 
Top