Hello,
When ALTER commands are used in our cloud program and are executed from a second transaction object, the connection to the database is disconnected from the first transaction object.
I have already tried to reproduce the problem in a genapp, but the database connection was not disconnected.
The source code and transaction objects are almost identical.
But I don't see the problem.
Does anyone have any idea why this might be?
Regards,
Jan Weerts
And this is what the Windows event log has:
"ErrorMessage": "Login failed for user \"test\".
Execution cannot continue because the session is in KILL status
A severe error occurred on the current command. The results, if any, should be discarded."
Correct me if I'm wrong.