質問編集履歴

4

db\.passwordで実装していた

2017/05/29 08:33

投稿

mahoken
mahoken

スコア85

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  db.user=sa
26
26
 
27
- db.pass=password
27
+ db.password=password
28
28
 
29
29
 
30
30
 

3

SQL Serverのバージョン追記

2017/05/29 08:33

投稿

mahoken
mahoken

スコア85

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,10 @@
9
9
  「saは、ログインできません」というエラーが出ます。
10
10
 
11
11
  windows認証、SQlServer認証ともに試しましたが、同じエラーです。
12
+
13
+
14
+
15
+ SQL Server2008 R2
12
16
 
13
17
 
14
18
 

2

緊急の対応

2017/05/08 08:09

投稿

mahoken
mahoken

スコア85

test CHANGED
@@ -1 +1 @@
1
- PlayFrameworkのSqlServer接続について
1
+ [緊急です]PlayFrameworkのSqlServer接続について
test CHANGED
File without changes

1

application\.confの内容を記述

2017/05/08 06:37

投稿

mahoken
mahoken

スコア85

test CHANGED
File without changes
test CHANGED
@@ -12,4 +12,30 @@
12
12
 
13
13
 
14
14
 
15
+ ```application.conf
16
+
17
+ db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
18
+
19
+ db.url=jdbc:sqlserver://localhost:1433;databaseName=database;instance=name
20
+
21
+ db.user=sa
22
+
23
+ db.pass=password
24
+
25
+
26
+
27
+ #%test.module.cobertura=${play.path}/modules/cobertura
28
+
29
+ #%test.application.mode=dev
30
+
31
+ #%test.db.url=jdbc:h2:mem:play;MODE=MYSQL;LOCK_MODE=0
32
+
33
+ #%test.jpa.ddl=create
34
+
35
+
36
+
37
+ ```
38
+
39
+
40
+
15
41
  何が原因でしょうか。