It is not possible to use Windows Credentials via JDBC. RMJ does not know of the customers Windows identities. This is most commonly encountered when attempting to execute SSIS packages via JDBC that require Windows AD Authentication.
The only workaround for this is to run the sqlcmd executable via a Windows OS job on an agent that can reach the JDBC endpoint.
Reference: [RCORE-48196] JDBC process server - Jira (atlassian.net)
Comments
0 comments
Please sign in to leave a comment.