Consultor Eletrônico



Kbase 19261: Cannot connect same database twice on HPUX with diff ld name
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/17/1999
A second connect to the db via the connect statement produces
error Invalid address to attach the shared memory segment(1173)
on HPUX10.20/8.3B. The same procedure works fine on other platforms (NT was tested) 8.3B and 9.0B

STEPS TO REPRODUCE:
On HPUX 10.20/8.3B
1 proserve sports
2 mpro sports -ld sports
3 connect sports -ld sports
Error :warning sports is already coonected
4 connect sports -ld satya
Error :Invalid address to attach the shared memory segment (1173)
There is no server for database sports. (1423)

ON NT step 4 gives no error and checking through promon we have two users with the same ID connected.

This issue has been logged in the bug database .The behaviour being encountered on HPUX is a limitation of that platform. HPUX does not allow the same process to connect to the same shared memory segment twice. This functionality goes back to at least version 9 of the HP and can be seen in all PROGRESS versions currently available (version 7.3E to version 9.1A)

======================================================================