We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1215688 commit 4e88f69Copy full SHA for 4e88f69
lib/teamcity/SapSQLAnywhere/SQLAnywhere_installation.txt
@@ -0,0 +1,14 @@
1
+Installation steps for SAP SQL Anywhere 17 for NH TeamCity:
2
+1. Download SAP SQL Anywhere 17 from https://www.sap.com/products/sql-anywhere.html.
3
+ Please make sure you comply with it's license.
4
+
5
+2. Run the installer
6
+3. Create the test database with default options
7
+4. Run Interactive SQL and connect to the test database
8
+5. Run the query
9
+ set option ansi_update_constraints = 'Off'
10
+ Otherwise some tests will fail.
11
12
+5. Ensure the MSDTC Windows service is enabled. All transaction scope tests, even
13
+ those normally not distributed, use it with SAP SQL Anywhere 17
14
0 commit comments