rubyスクリプトを使って大量データWebサーバからロードしたとき下記エラー「Error: Adaptive Server connection timed out」が発生しました。私は下記方法で解決しました。
C:\msys32\mingw32\etc\freetds.confにある
timeout = 10 ※10秒
connect timeout = 10 ※10秒
↓変更
timeout = 60
connect timeout = 60
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme