![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Database settings not being applied
Hi
I can happily deploy a windows2008 image using litetouch and going through the MDT 2008 deployment wizard. I was under the impression that if i entered the details into the database, it would look up the machines dell tag or mac address and enter custom details making the installation automatic (not prompting for keyboard layouts, domain account etc). It is not ( I havepopulated the database (not all fields though) but it still prompts for the wizard details. have i missed something somewhere? My bootstrap.ini is as follows: [Settings] Priority=Default [Default] DeployRoot=\\WDS-SERVER01\Distribution$ My customsettings.ini is as follows: [Settings] Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps, LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles, RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default Properties=MyCustomProperty [Default] OSInstall=Y SkipBDDWelcome=YES KeyboardLocale=en-GB UserDataLocation=NETWORK SkipAppsOnUpgrade=YES SkipCapture=NO SkipAdminPassword=YES SkipProductKey=YES [CSettings] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=ComputerSettings Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR [CAdmins] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=ComputerAdministrators Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR [CPackages] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=ComputerPackages Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR Order=Sequence [CApps] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=ComputerApplications Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR Order=Sequence [CRoles] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=ComputerRoles Parameters=UUID, AssetTag, SerialNumber, MacAddress ParameterCondition=OR [Locations] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=Locations Parameters=DefaultGateway [LSettings] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=LocationSettings Parameters=DefaultGateway [LPackages] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=LocationPackages Parameters=DefaultGateway Order=Sequence [LApps] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=LocationApplications Parameters=DefaultGateway Order=Sequence [LAdmins] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=LocationAdministrators Parameters=DefaultGateway [LRoles] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=LocationRoles Parameters=DefaultGateway [MMSettings] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=MakeModelSettings Parameters=Make, Model [MMPackages] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=MakeModelPackages Parameters=Make, Model Order=Sequence [MMApps] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=MakeModelApplications Parameters=Make, Model Order=Sequence [MMAdmins] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=MakeModelAdministrators Parameters=Make, Model [MMRoles] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=MakeModelRoles Parameters=Make, Model [RSettings] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=RoleSettings Parameters=Role [RPackages] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=RolePackages Parameters=Role Order=Sequence [RApps] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=RoleApplications Parameters=Role Order=Sequence [RAdmins] SQLServer=127.0.0.1 Instance=SQLEXPRESS Database=DeployDB Netlib=DBMSSOCN SQLShare=Distribution$ Table=RoleAdministrators Parameters=Role |
|
|
|
#2 |
|
Newbie
Join Date: May 2008
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() |
Re: Database settings not being applied
Your SQLServer parameter should equal your SQL server's name or IP address and not localhost (127.0.0.1)
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
RE: Database settings not being applied
On all of your entries, you list the SQLServer as 127.0.0.1. That is the
loopback IP address that refers to the local computer, so unless you changed the IP address to the loopback in your posting in order to hide your production IP address from the community, I would think that the IP would be a major part of your issue. NateL "Richard R" wrote: > Hi > > I can happily deploy a windows2008 image using litetouch and going through > the MDT 2008 deployment wizard. I was under the impression that if i entered > the details into the database, it would look up the machines dell tag or mac > address and enter custom details making the installation automatic (not > prompting for keyboard layouts, domain account etc). It is not ( I have> populated the database (not all fields though) but it still prompts for the > wizard details. have i missed something somewhere? > > > My bootstrap.ini is as follows: > > [Settings] > Priority=Default > > [Default] > DeployRoot=\\WDS-SERVER01\Distribution$ > > My customsettings.ini is as follows: > > [Settings] > Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps, > LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles, > RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default > Properties=MyCustomProperty > > [Default] > OSInstall=Y > SkipBDDWelcome=YES > KeyboardLocale=en-GB > UserDataLocation=NETWORK > SkipAppsOnUpgrade=YES > SkipCapture=NO > SkipAdminPassword=YES > SkipProductKey=YES > > [CSettings] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=ComputerSettings > Parameters=UUID, AssetTag, SerialNumber, MacAddress > ParameterCondition=OR > > [CAdmins] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=ComputerAdministrators > Parameters=UUID, AssetTag, SerialNumber, MacAddress > ParameterCondition=OR > > [CPackages] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=ComputerPackages > Parameters=UUID, AssetTag, SerialNumber, MacAddress > ParameterCondition=OR > Order=Sequence > > [CApps] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=ComputerApplications > Parameters=UUID, AssetTag, SerialNumber, MacAddress > ParameterCondition=OR > Order=Sequence > > [CRoles] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=ComputerRoles > Parameters=UUID, AssetTag, SerialNumber, MacAddress > ParameterCondition=OR > > [Locations] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=Locations > Parameters=DefaultGateway > > [LSettings] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=LocationSettings > Parameters=DefaultGateway > > [LPackages] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=LocationPackages > Parameters=DefaultGateway > Order=Sequence > > [LApps] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=LocationApplications > Parameters=DefaultGateway > Order=Sequence > > [LAdmins] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=LocationAdministrators > Parameters=DefaultGateway > > [LRoles] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=LocationRoles > Parameters=DefaultGateway > > [MMSettings] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=MakeModelSettings > Parameters=Make, Model > > [MMPackages] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=MakeModelPackages > Parameters=Make, Model > Order=Sequence > > [MMApps] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=MakeModelApplications > Parameters=Make, Model > Order=Sequence > > [MMAdmins] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=MakeModelAdministrators > Parameters=Make, Model > > [MMRoles] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=MakeModelRoles > Parameters=Make, Model > > [RSettings] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=RoleSettings > Parameters=Role > > [RPackages] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=RolePackages > Parameters=Role > Order=Sequence > > [RApps] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=RoleApplications > Parameters=Role > Order=Sequence > > [RAdmins] > SQLServer=127.0.0.1 > Instance=SQLEXPRESS > Database=DeployDB > Netlib=DBMSSOCN > SQLShare=Distribution$ > Table=RoleAdministrators > Parameters=Role > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
RE: Database settings not being applied
Hi
That seems sensible. I have changed the 127.0.0.1 address to the actuall ip of the server. Still get the same thing though. On another note, i seem to have broken the server a bit more. Since installing the database i now get prompted to enter the name of the deployment share (after entering keyboard language and before entering the user credentials). What have i done? I have stripped down my bootstrap.ini and custom.ini files as follows but still get this prompt: Bootstrap.ini User[Settings] Priority=Default [Default] DeployRoot=\\WDS-SERVER01\Distribution$ customsettings.ini [Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y UserDataLocation=NETWORK SkipBDDWelcome=YES KeyboardLocale=en-GB SkipAppsOnUpgrade=YES SkipCapture=NO SkipAdminPassword=YES SkipProductKey=YES "NateL" wrote: > On all of your entries, you list the SQLServer as 127.0.0.1. That is the > loopback IP address that refers to the local computer, so unless you changed > the IP address to the loopback in your posting in order to hide your > production IP address from the community, I would think that the IP would be > a major part of your issue. > > > NateL > > > > "Richard R" wrote: > > > Hi > > > > I can happily deploy a windows2008 image using litetouch and going through > > the MDT 2008 deployment wizard. I was under the impression that if i entered > > the details into the database, it would look up the machines dell tag or mac > > address and enter custom details making the installation automatic (not > > prompting for keyboard layouts, domain account etc). It is not ( I have> > populated the database (not all fields though) but it still prompts for the > > wizard details. have i missed something somewhere? > > > > > > My bootstrap.ini is as follows: > > > > [Settings] > > Priority=Default > > > > [Default] > > DeployRoot=\\WDS-SERVER01\Distribution$ > > > > My customsettings.ini is as follows: > > > > [Settings] > > Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps, > > LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles, > > RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default > > Properties=MyCustomProperty > > > > [Default] > > OSInstall=Y > > SkipBDDWelcome=YES > > KeyboardLocale=en-GB > > UserDataLocation=NETWORK > > SkipAppsOnUpgrade=YES > > SkipCapture=NO > > SkipAdminPassword=YES > > SkipProductKey=YES > > > > [CSettings] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=ComputerSettings > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > ParameterCondition=OR > > > > [CAdmins] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=ComputerAdministrators > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > ParameterCondition=OR > > > > [CPackages] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=ComputerPackages > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > ParameterCondition=OR > > Order=Sequence > > > > [CApps] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=ComputerApplications > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > ParameterCondition=OR > > Order=Sequence > > > > [CRoles] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=ComputerRoles > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > ParameterCondition=OR > > > > [Locations] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=Locations > > Parameters=DefaultGateway > > > > [LSettings] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=LocationSettings > > Parameters=DefaultGateway > > > > [LPackages] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=LocationPackages > > Parameters=DefaultGateway > > Order=Sequence > > > > [LApps] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=LocationApplications > > Parameters=DefaultGateway > > Order=Sequence > > > > [LAdmins] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=LocationAdministrators > > Parameters=DefaultGateway > > > > [LRoles] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=LocationRoles > > Parameters=DefaultGateway > > > > [MMSettings] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=MakeModelSettings > > Parameters=Make, Model > > > > [MMPackages] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=MakeModelPackages > > Parameters=Make, Model > > Order=Sequence > > > > [MMApps] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=MakeModelApplications > > Parameters=Make, Model > > Order=Sequence > > > > [MMAdmins] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=MakeModelAdministrators > > Parameters=Make, Model > > > > [MMRoles] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=MakeModelRoles > > Parameters=Make, Model > > > > [RSettings] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=RoleSettings > > Parameters=Role > > > > [RPackages] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=RolePackages > > Parameters=Role > > Order=Sequence > > > > [RApps] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=RoleApplications > > Parameters=Role > > Order=Sequence > > > > [RAdmins] > > SQLServer=127.0.0.1 > > Instance=SQLEXPRESS > > Database=DeployDB > > Netlib=DBMSSOCN > > SQLShare=Distribution$ > > Table=RoleAdministrators > > Parameters=Role > > > > > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
RE: Database settings not being applied
What's the "User" in front of "[Settings]" in your bootstrap.ini?
NateL "Richard R" wrote: > Hi > > That seems sensible. I have changed the 127.0.0.1 address to the actuall ip > of the server. Still get the same thing though. > > On another note, i seem to have broken the server a bit more. Since > installing the database i now get prompted to enter the name of the > deployment share (after entering keyboard language and before entering the > user credentials). What have i done? I have stripped down my bootstrap.ini > and custom.ini files as follows but still get this prompt: > > Bootstrap.ini > > > User[Settings] > Priority=Default > > [Default] > DeployRoot=\\WDS-SERVER01\Distribution$ > > customsettings.ini > > [Settings] > Priority=Default > Properties=MyCustomProperty > > [Default] > OSInstall=Y > UserDataLocation=NETWORK > SkipBDDWelcome=YES > KeyboardLocale=en-GB > SkipAppsOnUpgrade=YES > SkipCapture=NO > SkipAdminPassword=YES > SkipProductKey=YES > > > > > "NateL" wrote: > > > On all of your entries, you list the SQLServer as 127.0.0.1. That is the > > loopback IP address that refers to the local computer, so unless you changed > > the IP address to the loopback in your posting in order to hide your > > production IP address from the community, I would think that the IP would be > > a major part of your issue. > > > > > > NateL > > > > > > > > "Richard R" wrote: > > > > > Hi > > > > > > I can happily deploy a windows2008 image using litetouch and going through > > > the MDT 2008 deployment wizard. I was under the impression that if i entered > > > the details into the database, it would look up the machines dell tag or mac > > > address and enter custom details making the installation automatic (not > > > prompting for keyboard layouts, domain account etc). It is not ( I have> > > populated the database (not all fields though) but it still prompts for the > > > wizard details. have i missed something somewhere? > > > > > > > > > My bootstrap.ini is as follows: > > > > > > [Settings] > > > Priority=Default > > > > > > [Default] > > > DeployRoot=\\WDS-SERVER01\Distribution$ > > > > > > My customsettings.ini is as follows: > > > > > > [Settings] > > > Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps, > > > LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles, > > > RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default > > > Properties=MyCustomProperty > > > > > > [Default] > > > OSInstall=Y > > > SkipBDDWelcome=YES > > > KeyboardLocale=en-GB > > > UserDataLocation=NETWORK > > > SkipAppsOnUpgrade=YES > > > SkipCapture=NO > > > SkipAdminPassword=YES > > > SkipProductKey=YES > > > > > > [CSettings] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=ComputerSettings > > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > > ParameterCondition=OR > > > > > > [CAdmins] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=ComputerAdministrators > > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > > ParameterCondition=OR > > > > > > [CPackages] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=ComputerPackages > > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > > ParameterCondition=OR > > > Order=Sequence > > > > > > [CApps] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=ComputerApplications > > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > > ParameterCondition=OR > > > Order=Sequence > > > > > > [CRoles] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=ComputerRoles > > > Parameters=UUID, AssetTag, SerialNumber, MacAddress > > > ParameterCondition=OR > > > > > > [Locations] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=Locations > > > Parameters=DefaultGateway > > > > > > [LSettings] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=LocationSettings > > > Parameters=DefaultGateway > > > > > > [LPackages] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=LocationPackages > > > Parameters=DefaultGateway > > > Order=Sequence > > > > > > [LApps] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=LocationApplications > > > Parameters=DefaultGateway > > > Order=Sequence > > > > > > [LAdmins] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=LocationAdministrators > > > Parameters=DefaultGateway > > > > > > [LRoles] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=LocationRoles > > > Parameters=DefaultGateway > > > > > > [MMSettings] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=MakeModelSettings > > > Parameters=Make, Model > > > > > > [MMPackages] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=MakeModelPackages > > > Parameters=Make, Model > > > Order=Sequence > > > > > > [MMApps] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=MakeModelApplications > > > Parameters=Make, Model > > > Order=Sequence > > > > > > [MMAdmins] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=MakeModelAdministrators > > > Parameters=Make, Model > > > > > > [MMRoles] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=MakeModelRoles > > > Parameters=Make, Model > > > > > > [RSettings] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=RoleSettings > > > Parameters=Role > > > > > > [RPackages] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=RolePackages > > > Parameters=Role > > > Order=Sequence > > > > > > [RApps] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=RoleApplications > > > Parameters=Role > > > Order=Sequence > > > > > > [RAdmins] > > > SQLServer=127.0.0.1 > > > Instance=SQLEXPRESS > > > Database=DeployDB > > > Netlib=DBMSSOCN > > > SQLShare=Distribution$ > > > Table=RoleAdministrators > > > Parameters=Role > > > > > > > > > > > > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |