Skip to content

Commit bfa8cab

Browse files
committed
Add a troubleshooting section. Fixes #342.
1 parent 17a8b16 commit bfa8cab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RUNNING_UNIT_TESTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ $ bundle exec rake test:odbc
100100
By default, Bundler will download the Rails git repo and use the git tag that matches the dependency version in our gemspec. If you want to test another version of Rails, you can either temporarily change the :tag for Rails in the Gemfile. Likewise, you can clone the Rails repo your self to another directory and use the `RAILS_SOURCE` environment variable.
101101

102102

103+
## Troubleshooting
104+
105+
* Make sure your firewall is off or allows SQL Server traffic both ways, typically on port 1433.
106+
* Ensure that you are running on a local admin login to create the Rails user.
107+
* Possibly change the SQL Server TCP/IP properties in "SQL Server Configuration Manager -> SQL Server Network Configuration -> Protocols for MSSQLSERVER", and ensure that TCP/IP is enabled and the appropriate entries on the "IP Addresses" tab are enabled.
108+
109+
103110
## Current Expected Failures
104111

105112
* Misc Date/Time erros when using ODBC mode.

0 commit comments

Comments
 (0)