I am moving off mdt 2010 and going to MDT 2012 with database integration. I have set up the database to use names pipes and granted the MDT user DB_datareader rights. I have created the needed share and have the following in my cs.ini
[CSettings]
SQLServer=xxxxxxxx
Database=MDT_Test
Netlib=DBNMPNTW
SQLShare=test$
Table=ComputerSettings
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
In the bdd.log you can see it successfully connects to the share, but then errors out connecting to the database using the ANONYMOUS LOGON.
<![LOG[Found Existing UNC Path Y: = \\xxxxxxxx\test$]LOG]!><time="21:42:28.000+000" date="10-29-2012" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Successfully established connection using supplied credentials.]LOG]!><time="21:42:28.000+000" date="10-29-2012" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[OPENING TRUSTED SQL CONNECTION to server xxxxxxx.]LOG]!><time="21:42:28.000+000" date="10-29-2012" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
<![LOG[Connecting to SQL Server using connect string: Provider=SQLOLEDB;OLE DB Services=0;Data Source=xxxxxxx;Initial Catalog=mdt_Test;Network Library=DBMSSOCN;Integrated Security=SSPI]LOG]!><time="21:42:28.000+000" date="10-29-2012" component="ZTIGather"
context="" type="1" thread="" file="ZTIGather">
<![LOG[ZTI error opening SQL Connection: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
Does anyone have any suggestions?
thanks