|
113 KB
|
125 KB
|
79 KB
|
122 KB
|
82 KB
For Azure Database only SQL Server Authentication is provided with jTDS Driver.Please see attached screenshot.
Is it Expected?
@tom: In Server Registration, for Azure DB -> MS JDBC Driver, remove the "Single Sign On" option. This should not be offered, just like we don't offer it for jTDS driver.
@tom: In Server Registration, for Azure DB -> MS JDBC Driver, remove the "Single Sign On" option. This should not be offered, just like we don't offer it for jTDS driver.
svn #52062 - Removed SSO from Azure selection per Sachin.
svn #52062 - Removed SSO from Azure selection per Sachin.
Hi Sachin,
For the original error that Diksha found, it looks like maybe sqljdbc_auth.dll is missing from the QA build? I did a search and could not find it. This is required to do authentication. I do see it on my machine in \dist\apps\datastudio\64bit and \dist\apps\datastudio\32bit. Is there something that I need to do to make this part of the build? Looks like in #14540 and #14541, we didn't try SSO. Also see svn #50712 where I checked in the jar and dll's.
Thanks, Tom
Hi Sachin,
For the original error that Diksha found, it looks like maybe sqljdbc_auth.dll is missing from the QA build? I did a search and could not find it. This is required to do authentication. I do see it on my machine in \dist\apps\datastudio\64bit and \dist\apps\datastudio\32bit. Is there something that I need to do to make this part of the build? Looks like in #14540 and #14541, we didn't try SSO. Also see svn #50712 where I checked in the jar and dll's.
Thanks, Tom
There were a total of 3 issues:
1) The SSO option should not be offered in Azure - Tom has fixed this
2) The dll files that are required for SSO in ADStudio were missing in QA builds. This was due to the installer not include them. This is fixed.
3) The dll files that are required for SSO in ADServer were missing in QA builds. This was due to the installer not include them. This is fixed.
There were a total of 3 issues:
1) The SSO option should not be offered in Azure - Tom has fixed this
2) The dll files that are required for SSO in ADStudio were missing in QA builds. This was due to the installer not include them. This is fixed.
3) The dll files that are required for SSO in ADServer were missing in QA builds. This was due to the installer not include them. This is fixed.
Issue #14852 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build beta-12 |
No time estimate |
2 issue links |
relates to #14540
Issue #14540Add support for MS JDBC Driver |
relates to #14541
Issue #14541Azure Connection - migrate to Microsoft JDBC |
For Azure Database only SQL Server Authentication is provided with jTDS Driver.Please see attached screenshot.
Is it Expected?