pct icon indicating copy to clipboard operation
pct copied to clipboard

Enhancement request: Single user fallback on PCTConnection

Open cverbiest opened this issue 6 years ago • 2 comments

Single user fallback on PCTConnection

We have some tasks where it does not matter whether there is a database server running or not. e.g. dump df , dump .d . compile, ...

Currently it is not possible to define a database connection that would first try a shared-memory connection but fall back to a single user connection. It is not possible to create a single task definition for these cases.

Your environment

  • Operating system: windows / linux
  • OpenEdge version: 11.5+

Actual behaviour

Connection fails when there is no server

Expected behaviour

If useSingleUserFallback is true, a single user connection would be tried after a shared-memory connection failed because there is no server There is no server for database XXX. (1423)

cverbiest avatar Jan 22 '19 14:01 cverbiest

Might be done. Interested in opening a pull request ?

gquerret avatar Jan 22 '19 18:01 gquerret

I'll try it. Is the parameter name ok ?

On Tue, Jan 22, 2019, 19:32 Gilles QUERRET <[email protected] wrote:

Might be done. Interested in opening a pull request ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Riverside-Software/pct/issues/336#issuecomment-456511258, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQHs3rLkqP1ZacCTPNRZdV63ikil6cIks5vF1lZgaJpZM4aMvEv .

cverbiest avatar Jan 23 '19 05:01 cverbiest

Cleaning up old issues, I assume it won't be fixed.

gquerret avatar Dec 11 '22 20:12 gquerret