Installation SQL 2008 R2 Express installation über SCCM 2007
Hallo Gemeinde,
ich habe ein Problem.
Ich habe eine unattended Installation für SQL2008 R2 Express geschrieben.
Diese soll folgendermaßen Funktionieren: 1. Sie soll über SCCM2007 verteilt und Installiert werden
2. Sie soll unter bestimmten Parametern installiert werden
Nun zu meinem Problem.
Ich habe ein Paket für die Installation gebaut. Dieses Paket funktioniert folgendermaßen.
Das Paket wird per SCCM2007 auf dem Client verteilt (klappt)
Das Paket wird auf dem CLient in einem bestimmten SCCM Ordner entpackt(klappt)
Nachdem das Paket auf dem Client entpackt wird erfolgt ein aufruf von einer cmd Beispiel: "Setup.exe /q /INSTANCEID="MSSQLSERVER" /INSTANCENAME="MSSQLSERVER" /ACTION="Install" /FEATURES=SQLENGINE /BROWSERSVCSTARTUPTYPE="Automatic" /TCPENABLED="1" /SECURITYMODE="SQL" /SAPWD = "xxxxx" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCAccount="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="NT AUTHORITY\SYSTEM"
Wenn SCCM diesen Befehl ausführt, installiert er nur den 100 Ordner von SQL und gibt mir in der Log folgende Fehlermeldung:
Overall summary:
Final result: Failed: see details below
Exit code (Decimal): -289740454
Exit facility code: 1722
Exit error code: 59738
Exit message: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
Start time: 2012-10-23 08:31:22
End time: 2012-10-23 08:31:44
Requested action: RunRules
Log with failure: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\Detail_GlobalRules.txt
Exception help link: http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.2500.0%26EvtType%3d0xD7F90A65%400xEE30244D
Machine Properties:
Machine name: xyz
Machine processor count: 2
OS version: Windows XP
OS service pack: Service Pack 3
OS region: United States
OS language: Deutsch (Deutschland)
OS architecture: x86
Process architecture: 32 Bit
OS clustered: No
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered
Package properties:
Description: SQL Server Database Services 2008 R2
ProductName: SQL Server 2008 R2
Type: RTM
Version: 10
Installation location: C:\Programme\SMS\_SQL2008_SP1\x86\setup\
Installation edition: EXPRESS
Slipstream: True
User Input Settings:
ACTION: RunRules
CONFIGURATIONFILE:
ENU: True
FARMACCOUNT: <empty>
FARMADMINPORT: 0
FARMPASSWORD: *
FEATURES: SQLENGINE
HELP: False
INDICATEPROGRESS: False
INSTANCENAME: MSSQLSERVER
PASSPHRASE: *
QUIET: False
QUIETSIMPLE: True
RULES: GlobalRules
UIMODE: AutoAdvance
X86: False
Configuration file: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\ConfigurationFile.ini
Detailed results:
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\SystemConfigurationCheck_Report.htm
Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: System.InvalidOperationException
Message:
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
Data:
DisableWatson = true
Stack:
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at Microsoft.SqlServer.Configuration.UIExtension.ShowWizard.ShowUserInterface()
at Microsoft.SqlServer.Configuration.UIExtension.ShowActiveObjectTemplate.ThreadStart(Object obj)
Wenn ich an dem Client angemeldet bin und die cmd in dem Ordner ausführe in dem SCCM das Paket entpackt hat, installiert er ohne Probleme die SQL 2008 R2 Express Version.
Weiß jemand eine Lösung?
ich habe ein Problem.
Ich habe eine unattended Installation für SQL2008 R2 Express geschrieben.
Diese soll folgendermaßen Funktionieren: 1. Sie soll über SCCM2007 verteilt und Installiert werden
2. Sie soll unter bestimmten Parametern installiert werden
Nun zu meinem Problem.
Ich habe ein Paket für die Installation gebaut. Dieses Paket funktioniert folgendermaßen.
Das Paket wird per SCCM2007 auf dem Client verteilt (klappt)
Das Paket wird auf dem CLient in einem bestimmten SCCM Ordner entpackt(klappt)
Nachdem das Paket auf dem Client entpackt wird erfolgt ein aufruf von einer cmd Beispiel: "Setup.exe /q /INSTANCEID="MSSQLSERVER" /INSTANCENAME="MSSQLSERVER" /ACTION="Install" /FEATURES=SQLENGINE /BROWSERSVCSTARTUPTYPE="Automatic" /TCPENABLED="1" /SECURITYMODE="SQL" /SAPWD = "xxxxx" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCAccount="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="NT AUTHORITY\SYSTEM"
Wenn SCCM diesen Befehl ausführt, installiert er nur den 100 Ordner von SQL und gibt mir in der Log folgende Fehlermeldung:
Overall summary:
Final result: Failed: see details below
Exit code (Decimal): -289740454
Exit facility code: 1722
Exit error code: 59738
Exit message: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
Start time: 2012-10-23 08:31:22
End time: 2012-10-23 08:31:44
Requested action: RunRules
Log with failure: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\Detail_GlobalRules.txt
Exception help link: http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.2500.0%26EvtType%3d0xD7F90A65%400xEE30244D
Machine Properties:
Machine name: xyz
Machine processor count: 2
OS version: Windows XP
OS service pack: Service Pack 3
OS region: United States
OS language: Deutsch (Deutschland)
OS architecture: x86
Process architecture: 32 Bit
OS clustered: No
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered
Package properties:
Description: SQL Server Database Services 2008 R2
ProductName: SQL Server 2008 R2
Type: RTM
Version: 10
Installation location: C:\Programme\SMS\_SQL2008_SP1\x86\setup\
Installation edition: EXPRESS
Slipstream: True
User Input Settings:
ACTION: RunRules
CONFIGURATIONFILE:
ENU: True
FARMACCOUNT: <empty>
FARMADMINPORT: 0
FARMPASSWORD: *
FEATURES: SQLENGINE
HELP: False
INDICATEPROGRESS: False
INSTANCENAME: MSSQLSERVER
PASSPHRASE: *
QUIET: False
QUIETSIMPLE: True
RULES: GlobalRules
UIMODE: AutoAdvance
X86: False
Configuration file: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\ConfigurationFile.ini
Detailed results:
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: C:\Programme\Microsoft SQL Server\100\Setup Bootstrap\Log\20121023_083118\SystemConfigurationCheck_Report.htm
Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: System.InvalidOperationException
Message:
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
Data:
DisableWatson = true
Stack:
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at Microsoft.SqlServer.Configuration.UIExtension.ShowWizard.ShowUserInterface()
at Microsoft.SqlServer.Configuration.UIExtension.ShowActiveObjectTemplate.ThreadStart(Object obj)
Wenn ich an dem Client angemeldet bin und die cmd in dem Ordner ausführe in dem SCCM das Paket entpackt hat, installiert er ohne Probleme die SQL 2008 R2 Express Version.
Weiß jemand eine Lösung?
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 194408
Url: https://administrator.de/contentid/194408
Ausgedruckt am: 23.11.2024 um 01:11 Uhr
1 Kommentar