Windows Server 2000/2003 Thread, MDT Database Deployments in Technical; Trying to create a deployment scenario based around Make & Model (eg Lenovo R Series)
Have entered the Make & ...
-
10th March 2009, 08:57 PM #1 MDT Database Deployments
Trying to create a deployment scenario based around Make & Model (eg Lenovo R Series)
Have entered the Make & Model into MDT's Database, configured the necessary settings to auto select the task sequence, drivers, etc and updated the WIM File and DB, etc
But when I boot into WinPE it still asks me for all the info I have already provided (it should just prompt for PC name and Apps..)
Checked the ZTIGather.log file and there appears to be no problem - IP address is found the WMI query shows the correct make and model, etc
It doesn't seem to be connecting to the Database
The DB is SQL 2005 and on the same server as MDT/WDS,
Named Pipes and TCP/IP are enabled, and even set a SQL Share path on the server
No joy - spent all friggin' day at it and got nowhere...


-
-
IDG Tech News
-
20th March 2009, 12:57 PM #2
- Rep Power
- 0
Connecting to DB
I had a few issues connecting to the DB myself.
It is worth checking the SQL error log for permission errors:
located: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\errorlog
The SQLShare does not need to be built it can be any existing share, when setting it should just be the sharename only, not the full UNC path. eg distribution$ (it already knows the server name)
All this does is to open the pipe using Windows Authetication, no data transfer.
So you customsettings.ini will have DB settings like:
[CSettings]
SQLServer=MYSERVERNAME
Instance=DEPLOYMENT
Database=DEPLOYDB
Netlib=DBNMPNTW
SQLShare=distribution$
Table=ComputerSettings
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
Good luck,
Mike
-
SHARE:
Similar Threads
-
By browolf in forum Windows
Replies: 13
Last Post: 10th March 2012, 01:33 AM
-
By BKGarry in forum Educational Software
Replies: 18
Last Post: 22nd April 2009, 12:34 PM
-
By SYNACK in forum Windows Vista
Replies: 1
Last Post: 2nd February 2009, 06:56 AM
-
By browolf in forum Windows
Replies: 1
Last Post: 21st March 2008, 10:21 AM
-
By snsweigel in forum Thin Client and Virtual Machines
Replies: 9
Last Post: 4th March 2008, 08:44 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules