« 回到Technical Questions and Installation

Installation Problem Win8 / SQL Server 2012

組合檢視 平均檢視 瀏覽樹狀資料
相關串連 [ 前一個 | 下一個 ]
toggle
Installation Problem Win8 / SQL Server 2012
community webinar installation
答覆
2017/7/11 下午 1:23
I tried to install ADOxx on my Windows 8 Laptop in combination with SQL Server 2012. After the installation the login doesn't work. I tried the default password "password" with the user "Admin" (without quotes) and got the following error message:

During the installation process I could not see any problems. The database instance adoxxdb was created according Microsoft SQL Management Server Studio. What can I do?
附件

附件

附件: alogin-06.JPG (17.8k), login.JPG (32.3k)

RE: Installation Problem Win8 / SQL Server 2012
database alogin administration
答覆
2014/3/20 上午 9:36 作為回覆給Patrick Wüest
Dear Patrick,

It would seem that there's an issue with the ODBC - Connection to the ADOxx database.
Please modify the ODBC connection as follows:

1.Open the ODBC Connections: Start -> Control Panel -> Administrative Tools -> Datasources (ODBC)

2. Tab "System-DSN" -> select your <database_name> (e.g. adoxxdb) -> "Configure..."

3. "Next > select " -> "With SQL Server authentication ..."

4. Login ID: ADONIS ,  Password: DefaultPw$4BOCdb

5. "Next > " -> in the input field "Change the default database to:" enter adoxxdb (or the database_name in SQL Server) -> "Next >" -> "Finish -> "Test Datasource" -> "OK"  

Now you should be able to log into the adoxxdb database.