Unsolved
This post is more than 5 years old
1 Message
0
45393
June 1st, 2015 04:00
SQL 2008 R2 Database Support
SQL 2008 R2 Database Support
Hello,
Just doing a new implementation of WDM Enterprise on Windows Server 2008 R2 and hooking into a 2008 R2 database. It's not connecting to a new DB I have had created but it seems like a required field is missing from the install routine to me. For connecting to a separate DB and not using a local Express instance it asks for:
Server
UserName
Password
It won't connect, but I'm not surprised, what about the name of the database?? How am I suppose to specify that? Also checking in the install notes the following database versions are supported:
Microsoft SQL Server 2005, 2005 Express, 2008, 2008 Express,
or 2008 R2 Express (32-bit)
No full blown SQL 2008 R2, is that right? It won't work then?
martijnk2015
3 Posts
0
June 15th, 2015 03:00
I've been trying to get this to work with 4.9.1 but I can't get it to work.
I always get the unable to attach WDM database error message.
Even when I follow the instructions to fill in the information in the install table.
So I guess it's not supported.
KeefD1
16 Posts
0
June 15th, 2015 04:00
Not familiar with the C10LE setup, but I would imagine the setting would be there to not use a WDM server, as the WDM server is optional. On the T10, if you go into ADMIN MODE, then Central Config - there is an option under GENERAL to disable automatic discovery.
KeefD1
16 Posts
0
June 15th, 2015 04:00
I had this issue in the past. I ended up resolving it by adding "\RapportDB"(or whatever you named your database) to the end of the server name. Once I did that it connected.
johnleee-2015
1 Message
0
June 15th, 2015 04:00
Can I elect not to use the WDM feature on the C10LE? I want to connect directly to a terminal server and not deal with the 1 minute delay searching for the WDM server.
pitter