Undefined exception occurred: System.Data.SqlClient.SqlException (0x80131904): Fehler beim Konvertieren des varchar-Datentyps in datetime. bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() bei System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery() bei InstallUtil.Installers.Database.Database.RunScriptFile(SqlConnection sqlConnection, String filePath, String databaseName, String dataFilePath, String logFilePath) bei InstallUtil.Installers.Database.Database.Install(Nullable`1 databaseOptions, String scriptFolder) bei InstallUtil.Installers.Website.Install() bei InstallUtil.Program.Main(String[] args)
###################################### Maßnahme : . Veröffentlichen der Essentials-Anwendung in IIS SYSTEMSMANAGEMENT: InstallUtil with Preinstall command line : "C:\Program Files\Dell\SysMgt\Essentials\bin\WebInstall\InstallUtil.exe" -PreInstall SYSTEMSMANAGEMENT: InstallUtil with PreInstall actual retun code: 10 SYSTEMSMANAGEMENT: InstallUtil with PreInstall retun code : DatabaseAdd Maßnahme beendet : InstallExecute. Rückgabewert 3. MSI (s) (C8:30) [12:54:16:590]: User policy value 'DisableRollback' is 0 MSI (s) (C8:30) [12:54:16:590]: Machine policy value 'DisableRollback' is 0 MSI (s) (C8:30) [12:54:16:605]: Executing op: Header(Signature=1397708873,Version=405,Timestamp=1078552238,LangId=0,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (C8:30) [12:54:16:605]: Executing op: DialogInfo(Type=0,Argument=0) MSI (s) (C8:30) [12:54:16:606]: Executing op: DialogInfo(Type=1,Argument=Dell OpenManage Essentials) MSI (s) (C8:30) [12:54:16:606]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Maßnahme wird zurückgesetzt:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Backup-Dateien werden entfernt,CleanupTemplate=Datei: [1]) Maßnahme : Rollback. Maßnahme wird zurückgesetzt: ############################
Ok, looks related to the fact you are using an exising SQL express (and also perhaps a localization issue). Can you remove the pre-existing SQL instance and let OME install SQL for you?
Tibor can you please call support and open a case, once you have the case open, have the technican that you talk to contact me and we should be able to get the issue looked at more closely.
DELL-Rob C
4 Apprentice
•
2843 Posts
1270
0
Posted February 9th, 2012 10:00
Ok, looks related to the fact you are using an exising SQL express (and also perhaps a localization issue). Can you remove the pre-existing SQL instance and let OME install SQL for you?
But if you can, run the following command:
sqlcmd /E /Q "execute sp_helpsort"
or
sqlcmd /S ".\SQLExpress" /E /Q "execute sp_helpsort"
Be sure to remove any sensitive data like ip addr, etc.
Thanks,
Rob