pct
pct copied to clipboard
Enhancement request: Single user fallback on PCTConnection
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)
Might be done. Interested in opening a pull request ?
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 .
Cleaning up old issues, I assume it won't be fixed.