[Progress Communities] [Progress OpenEdge ABL] Forum Post: Client DB vs AppServer DB

  • Thread starter Thread starter bremmeyr
  • Start date Start date
Status
Not open for further replies.
B

bremmeyr

Guest
How can I verify my client session is connected to the same database as my AppServer session? The idea here is to verify the configuration to avoid a mix up. Consider there is a 4gl/ABL client-networking session. There is an AppServer broker configured. Once the 4gl session is connected to the AppServer what values can be examined to confirm they are both connected to the same database? 4gl procedure can be run from the client and AppServer sessions to get values to examine. I am not thinking of what value I can examine that will be different. Is there a value for the name or IP of the server that the DB is on? Here is an example of error I want to catch. If someone restored a version of the same database onto a 2nd server on the same network. This might have been done getting ready to move to a new server. Even when the live database continues to be used. At this point if configuration values are not accurate there is a risk a client session connected to 1 database can be connected to an AppServer broker connected to the other database. DB names, CRC, schema, local DB path values, all match. For the case the same server is used for the restored DB and a different path is use; I found VST _areaextent._extent-path can be used. OE 11.5.1 OS: Windows

Continue reading...
 
Status
Not open for further replies.
Back
Top