Hi,
I am trying to build OSD setup in our environment for the first time and having some issues in the lab when machine is trying to connect to MDT SQL server inside TS using customsettings.ini. The MDT 2013 update 2 has been already installed and integrated with SCCM. I have used MDT Workbench to make some custom settings but they do not appear to be applied on the machine after image gets pushed when using SCCM to push image. I have configured gateway in "Locations" table in MDT Workbench so machines belonging to specific gateway will have those settings.
Default Gateways: 192.168.1.1
- |____Details tab
- |_______ UILanguage
- |_______ MachineObjectOU
- |_______ OrgName
- |_______ Home_Page
- |_______ TimeZoneName
- |________ UserLocale
When I do Simulation (Link Here) without actually pushing TS, it works fine and I can see in the log that machine getting these values but when TS is pushed then it throws error in smsts.log that MDT SQL server cannot be contacted. I have already searched forum and could not find an answer that could fix my issue. My customsettings.ini looks like below
---STARTS HERE-----
[Settings]
Priority= Default, Locations, LSettings
Properties=MyCustomProperty
[Default]
SQLServer=SERVERNAME
Database=MDT2013
Netlib=DBNMPNTW
DBID=MDTUser
DBPWD=*******
SQLShare=DeploymentShare$
[Locations]
Table=Locations
Parameters=DefaultGateway
[LSettings]
Table=LocationSettings
Parameters=DefaultGateway
---ENDS HERE------
Following is the error I am seeing in SMSTS.log
ZTI error opening SQL Connection: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. (-2147467259)
Here is the result of simulated ZTIGather script without actually pushing TS.
Obtained JOINDOMAIN value from SQL: JOINDOMAIN = MYDOMAIN.COM
Property MACHINEOBJECTOU is now = OU=WORKSTATIONS,OU=EU,DC=MYDOMAIN,DC=COM
Obtained MACHINEOBJECTOU value from SQL: MACHINEOBJECTOU = OU=WORKSTATIONS,OU=EU,DC=MYDOMAIN,DC=COM
Property ORGNAME is now = MyCompany
Obtained ORGNAME value from SQL: ORGNAME = MyCompany
Property TIMEZONENAME is now = Brussels, Copenhagen, Madrid, Paris
Obtained TIMEZONENAME value from SQL: TIMEZONENAME = Brussels, Copenhagen, Madrid, Paris
Property USERLOCALE is now = fr-FR
Obtained USERLOCALE value from SQL: USERLOCALE = fr-FR
Property UILANGUAGE is now = fr-FR
Obtained UILANGUAGE value from SQL: UILANGUAGE = fr-FR
I believe if ZTI error shown above is fixed then I would be all set but I am running out of ideas as how to resolve it. Is there any specific "Optional Component" that needs to be added with boot image? I have already added MDAC and HTML support to boot image.
TIA