Gatt Posted March 10, 2009 Posted March 10, 2009 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... :confused:
megaman Posted March 20, 2009 Posted March 20, 2009 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now