Skip to content

Commit 4e88f69

Browse files
Add instructions for setting up a test database
1 parent 1215688 commit 4e88f69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)