IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Administration SQL Server Discussion :

Problème illogique à l'installation [2008R2]


Sujet :

Administration SQL Server

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Consultant SAP
    Inscrit en
    Mai 2011
    Messages
    43
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Consultant SAP

    Informations forums :
    Inscription : Mai 2011
    Messages : 43
    Points : 26
    Points
    26
    Par défaut Problème illogique à l'installation
    Bonjour,

    Je suis entrain d'installer SQL SERVER 2008 R2 Enterprise edition sur mon PC windows 7.

    Après plusieurs problèmes au niveau de l'installation des fichiers support liés notamment aux autorisations, aux accès aux clés registres (que j'ai pu corriger après plusieurs heures d'analyse et d'applications de correctifs). Je suis arrivé au niveau de définition des comptes service pour SQL Server Agent et SQL Server Database engine. A ma connaissance, le NT AUTHORITY\SYSTEM dispose du FULL ACCESS pour tous les services, les clés registres, les fonctionnalités win ... Ce que je ne comprends pas est le fait que même en définissant le NT AUTHORITY\SYSTEM (qui est pour moi le local system) comme Accont name pour le Server Agent et le Database Engine, je reçois toujours le message d'erreur indiqué dans la capture suivante :
    Nom : Capture.PNG
Affichages : 293
Taille : 65,7 Ko

    Pourriez vous m'éclaircir sur les causes de ce problème ? Merci d'avance.

    Sachant que j'ai essayé avec mon user en cours qui est Administrator de la machine, j'ai essayé aussi avec Domain\instance puis NT AUTHORITY\Network Service, et ça ne donne rien d'autre que le même message d'erreur.
    Je précise aussi que ce n'est pas la première fois que j'installe SQL SERVER 2008 R2 Enterprise, mais il s'agit d'un nouveau PC que je viens d'acheter. Je colle la partie du log concernant les Service Accounts :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
     
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\NETWORK SERVICE
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\NETWORK SERVICE
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\NETWORK SERVICE parameter to NT AUTHORITY\NETWORK SERVICE
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account MYZ\ZETTI Mohamed Yamine
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account MYZ\ZETTI Mohamed Yamine
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName MYZ\ZETTI Mohamed Yamine parameter to ZETTI Mohamed Yamine
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account MYZ\MYZ_SAP
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account MYZ\MYZ_SAP
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName MYZ\MYZ_SAP parameter to MYZ_SAP
    2015-03-28 15:07:04 Slp: Sco: Failed when querying buffer size
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account MYZ\MYZ
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account MYZ\MYZ
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName MYZ\MYZ parameter to MYZ
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account MYZ\myz_sql
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account MYZ\myz_sql
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName MYZ\myz_sql parameter to myz_sql
    2015-03-28 15:07:04 Slp: Sco: Attempting to get account sid for user account myz_sql
    2015-03-28 15:07:04 Slp: Sco: Attempting to get sid for user account myz_sql
    2015-03-28 15:07:04 Slp: Sco: GetSidForAccount normalized accountName myz_sql parameter to myz_sql
    2015-03-28 15:07:08 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:08 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:08 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 ACE: Normalizing user input on public configuration object.
    2015-03-28 15:07:24 ACE: Formatting user name 'NT AUTHORITY\SYSTEM'
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 ACE: Formatted user name is 'NT AUTHORITY\SYSTEM'
    2015-03-28 15:07:24 ACE: ValidateUserNameAndPassword started with userName = 'NT AUTHORITY\SYSTEM', userNameRequired = 'False', mustBeDomainAcct = 'True'
    2015-03-28 15:07:24 ACE: Validating username 'NT AUTHORITY\SYSTEM' and password '<empty>'
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 ACE: Getting sid for service account 'NT AUTHORITY\SYSTEM'
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 ACE: SID for user account is 'S-1-5-18'
    2015-03-28 15:07:24 ACE: Validating service account is not LocalService
    2015-03-28 15:07:24 ACE: Validating service account is a user account
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 ACE: Validating service account can be used if current machine is domain controller
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 ACE: Checking if service account must be a domain account
    2015-03-28 15:07:24 ACE: ValidateUserNameAndPassword completed
    2015-03-28 15:07:24 ACE: ValidateStartModeInCluster started
    2015-03-28 15:07:24 ACE: ValidateStartModeInCluster completed
    2015-03-28 15:07:24 ACE: ValidateDomainGroup started
    2015-03-28 15:07:24 ACE: ValidateDomainGroup completed
    2015-03-28 15:07:24 ACE: ValidateAccountIsGroupMember started with userName = 'NT AUTHORITY\SYSTEM', groupName = ''
    2015-03-28 15:07:24 ACE: One of the input values is empty, cannot validate.
    2015-03-28 15:07:24 ACE: ValidateAccountIsGroupMember completed
    2015-03-28 15:07:24 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateSettings'.
    2015-03-28 15:07:24 SQLBrowser: Validating intended SQL Server Browser service properties.  The current intended values are: service account = 'NT AUTHORITY\LOCAL SERVICE', start type = 'Automatic' (source: 'Default').
    2015-03-28 15:07:24 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateUserNamePassword'.
    2015-03-28 15:07:24 SQLBrowser: ValidateUserNamePassword: UserName contains its default value of 'NT AUTHORITY\LOCAL SERVICE'.  Setting internal property ApplyAccount to 'True'.
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateUserNamePassword'.
    2015-03-28 15:07:24 SQLBrowser: StartMethod Type='SqlBrowserPublicConfig' Method='ValidateStartMode'.
    2015-03-28 15:07:24 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateStartMode'.
    2015-03-28 15:07:24 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='ValidateSettings'.
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Loading group properties from the public object.
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Skipping sid lookup for group.
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: Dumping Effective Properties for new instance.
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	InstanceId = MSSQL10.MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	InstanceName = MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsDefaultInstance = False
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	SqlServerServiceName = MSSQL$MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsExpressSku = False
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsWorkgroupSku = False
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: Dumping Install Properties
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: EnableRanu = False
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SecurityMode = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: LoginMode = 1
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlCollation = SQL_Latin1_General_CP1_CI_AS
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlAdminAcounts = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlServiceStartupType = Automatic
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlAccount = NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlDomainGroup = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: AddCurrentUserAsSQLAdmin = False
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Dumping Group Properties
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupSid = 
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupNameFromSid = 
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupNameFromSidNoDomain = 
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: Dumping Directory Propreties
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DataRootDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SystemDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: InstallSqlInstanceDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DefaultDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DefaultLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: BackupDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TempDbDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TempDbLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: ErrorLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Log
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TemplateDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Template Data
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceBinnDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Binn
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceTemplatesDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Binn\Templates
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: MasterDbPath = 
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: MasterLogPath = 
    2015-03-28 15:07:24 SQLEngine: --InputValidator: --- Validating Engine Settings ---
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating StartMode
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating FileStreamLevel : FILESTREAMLEVEL is 0
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating FileStreamSharename : No sharename specified
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating EnableRanu
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Validating SqlCollation
    2015-03-28 15:07:24 SQLEngine: --InputValidator: SqlCollation = SQL_Latin1_General_CP1_CI_AS
    2015-03-28 15:07:24 SQLEngine: --InputValidator: SqlCollation 'SQL_Latin1_General_CP1_CI_AS' is valid.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : Validating Service Account
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : Attempting to get account sid for account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : User NT AUTHORITY\SYSTEM specified in the /SQLSVCACCOUNT argument is not member of a domain.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating System Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default Transaction Log Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default TempDB Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default TempDB Transaction Log Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Backup Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Security Mode
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing system databases.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing tempdb file.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing tempdb file.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking AddCurrentUserAsSQLAdmin setting.
    2015-03-28 15:07:24 SQLEngine: Fulltext : Validating FDHost Account
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 SQLEngine: Fulltext : Attempting to get account sid for account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to initialize user group NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY parameter to NT AUTHORITY
    2015-03-28 15:07:24 Slp: Sco: Failed when querying buffer size
    2015-03-28 15:07:24 Slp: Sco: Attempting to check if user group LOCAL SERVICE exists
    2015-03-28 15:07:24 Slp: Sco: Attempting to open root DirectoryEntry object for domain/computer 'NT AUTHORITY'
    2015-03-28 15:07:24 Slp: Sco: Attempting to check if container 'WinNT://NT AUTHORITY' of group exists
    2015-03-28 15:07:24 SQLEngine: Fulltext : FTSVCACCOUNT is not a group account
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to see if user NT AUTHORITY\LOCAL SERVICE exists
    2015-03-28 15:07:24 Slp: Sco.User.OpenRoot - Attempting to get root DirectoryEntry for local computer
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 SQLEngine: Fulltext : Service Acccount Specified, Validating Password
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local service account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-19
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\LOCAL SERVICE parameter to NT AUTHORITY\LOCAL SERVICE
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Loading group properties from the public object.
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Skipping sid lookup for group.
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: Dumping Effective Properties for new instance.
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	InstanceId = MSSQL10.MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	InstanceName = MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsDefaultInstance = False
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	SqlServerServiceName = MSSQL$MYZ_SAP
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsExpressSku = False
    2015-03-28 15:07:24 SQLEngine: --EffectiveProperties: 	IsWorkgroupSku = False
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: Dumping Install Properties
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: EnableRanu = False
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SecurityMode = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: LoginMode = 1
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlCollation = SQL_Latin1_General_CP1_CI_AS
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlAdminAcounts = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlServiceStartupType = Automatic
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlAccount = NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: SqlDomainGroup = 
    2015-03-28 15:07:24 SQLEngine: --InstallProperties: AddCurrentUserAsSQLAdmin = False
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: Dumping Group Properties
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupSid = 
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupNameFromSid = 
    2015-03-28 15:07:24 SQLEngine: --GroupProperties: SqlEngineGroupNameFromSidNoDomain = 
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: Dumping Directory Propreties
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DataRootDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SystemDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: InstallSqlInstanceDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DefaultDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: DefaultLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: BackupDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TempDbDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TempDbLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: ErrorLogDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Log
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: TemplateDataDirectory = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Template Data
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceBinnDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Binn
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: SqlInstanceTemplatesDir = C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Binn\Templates
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: MasterDbPath = 
    2015-03-28 15:07:24 SQLEngine: --PublicBasedDirectoryProperties: MasterLogPath = 
    2015-03-28 15:07:24 SQLEngine: --InputValidator: --- Validating Engine Settings ---
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating StartMode
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating FileStreamLevel : FILESTREAMLEVEL is 0
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating FileStreamSharename : No sharename specified
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating EnableRanu
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Validating SqlCollation
    2015-03-28 15:07:24 SQLEngine: --InputValidator: SqlCollation = SQL_Latin1_General_CP1_CI_AS
    2015-03-28 15:07:24 SQLEngine: --InputValidator: SqlCollation 'SQL_Latin1_General_CP1_CI_AS' is valid.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : Validating Service Account
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : Attempting to get account sid for account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get local system account name
    2015-03-28 15:07:24 Slp: Sco: Attempting to get NT account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account from sid S-1-5-18
    2015-03-28 15:07:24 Slp: Sco: Attempting to get account sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: Attempting to get sid for user account NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 Slp: Sco: GetSidForAccount normalized accountName NT AUTHORITY\SYSTEM parameter to NT AUTHORITY\SYSTEM
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine : User NT AUTHORITY\SYSTEM specified in the /SQLSVCACCOUNT argument is not member of a domain.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating System Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default Transaction Log Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default TempDB Data Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Default TempDB Transaction Log Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\DATA
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Backup Directory C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 Slp: Sco: Attempting to get directory information for path C:\Program Files\Microsoft SQL Server\Instance\MSSQL10.MYZ_SAP\MSSQL\Backup
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if directory UNC Path
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Checking if drive is valid
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Engine: Validating Security Mode
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing system databases.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing tempdb file.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking for existing tempdb file.
    2015-03-28 15:07:24 SQLEngine: --InputValidator: Checking AddCurrentUserAsSQLAdmin setting.
    Merci

    Config : Windows 7 Ultimate x64

  2. #2
    Membre confirmé
    Homme Profil pro
    Développeur Full-stack
    Inscrit en
    Novembre 2010
    Messages
    372
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Développeur Full-stack

    Informations forums :
    Inscription : Novembre 2010
    Messages : 372
    Points : 489
    Points
    489
    Par défaut
    Bonsoir,

    D'abord il convient de lire les règles de postages sur le forum disponibles à cette adresse Règles du forum Il faudrait mettre les messages dans les balises de codes que sont:#.

    Concernant ton problème, avec quel compte utilisateur installes tu SQL Server? Je crois que, le compte utilisé n'a pas les privilèges requis pour l'installation .

    Change le compte utilisateur.

    A+
    La recherche de la connaissance est une Lumière qui apaise le Cœur.
    Si une réponse vous a été utile , n'oubliez pas de voter en cliquant sur:.

  3. #3
    Nouveau membre du Club
    Homme Profil pro
    Consultant SAP
    Inscrit en
    Mai 2011
    Messages
    43
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Consultant SAP

    Informations forums :
    Inscription : Mai 2011
    Messages : 43
    Points : 26
    Points
    26
    Par défaut
    Merci Alexandre de ton retour rapide.

    Il s'agit de mon user admin. En effet, je n'ai qu'un seul utilisateur actif sur mon PC, et qui est bien un administrateur.

    Pourrais tu me dire quels autorisations et droits dois-je vérifier pour s'assurer que mon compte puise installert SQL server ?

    Merci

  4. #4
    Membre confirmé
    Homme Profil pro
    Développeur Full-stack
    Inscrit en
    Novembre 2010
    Messages
    372
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Développeur Full-stack

    Informations forums :
    Inscription : Novembre 2010
    Messages : 372
    Points : 489
    Points
    489
    Par défaut
    Executes tu le SETUP en tant qu'Administrateur (clic droit--> Executer en tant qu'Administrateur) ? Si non, fais le. Il serait aussi bon de n’exécuter l'installation qu'avec les valeurs par défaut. Voici un lien qui pourrait t'aider msdn.

    A+
    La recherche de la connaissance est une Lumière qui apaise le Cœur.
    Si une réponse vous a été utile , n'oubliez pas de voter en cliquant sur:.

  5. #5
    Rédacteur

    Avatar de SQLpro
    Homme Profil pro
    Expert bases de données / SQL / MS SQL Server / Postgresql
    Inscrit en
    Mai 2002
    Messages
    21 770
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Expert bases de données / SQL / MS SQL Server / Postgresql
    Secteur : Conseil

    Informations forums :
    Inscription : Mai 2002
    Messages : 21 770
    Points : 52 723
    Points
    52 723
    Billets dans le blog
    5
    Par défaut
    Citation Envoyé par super saiyen 4 Voir le message
    Bonjour,

    Je suis entrain d'installer SQL SERVER 2008 R2 Enterprise edition sur mon PC windows 7.
    C'est normal, cette version n'est absolument pas prévue pour être installé sur un OS desktop !
    Soit vous l'installez sur une version d'OS Windows Server, soit vous installez sur votre PC la version developper qui est l'équivalent de la version Enterprise, mais prévu pour un OS desktop....

    En continuant vous arriverez dans une situation indémerdable qui se traduira par un formatage de votre disque... Un peu comme si dans une voiture diesel vous aviez tenté de rouler à l'essence !

    A +
    Frédéric Brouard - SQLpro - ARCHITECTE DE DONNÉES - expert SGBDR et langage SQL
    Le site sur les SGBD relationnels et le langage SQL: http://sqlpro.developpez.com/
    Blog SQL, SQL Server, SGBDR : http://blog.developpez.com/sqlpro
    Expert Microsoft SQL Server - M.V.P. (Most valuable Professional) MS Corp.
    Entreprise SQL SPOT : modélisation, conseils, audit, optimisation, formation...
    * * * * * Expertise SQL Server : http://mssqlserver.fr/ * * * * *

  6. #6
    Nouveau membre du Club
    Homme Profil pro
    Consultant SAP
    Inscrit en
    Mai 2011
    Messages
    43
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Consultant SAP

    Informations forums :
    Inscription : Mai 2011
    Messages : 43
    Points : 26
    Points
    26
    Par défaut
    SQL PRO,

    Je te remercie pour ton retour.

    J'ai déjà réussi à installer SQL SERVER 2008 R2 sur une machine windows 7 x64 plusieurs fois, et la Root Cause derrière le souci rencontré dans l'installation pour laquelle j'ai ouvert ce post est lié aux modifications effectuées sur mon registre, entre autres, sans une connaissance solide de cette base critique.

    Finalement, j'ai réussi à installer cette version suite à la réinstallation de Win 7 x64. Cela a été indispensable pour moi parce que l'objectif est d'installer SAP ECC en version IDES.

    Alexandre le Grand, SQL PRO,
    Je vous remercie pour vos aides et votre disponibilité. Je marque en résolu le topic.

    Cordialement.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [Configuration] Problème après l'installation (Parse error: syntax error,..)
    Par beur dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 8
    Dernier message: 21/03/2006, 14h08
  2. Réponses: 1
    Dernier message: 15/02/2006, 10h27
  3. Réponses: 3
    Dernier message: 06/01/2006, 15h05
  4. Réponses: 3
    Dernier message: 03/10/2005, 10h01
  5. Problèmes durant l'installation
    Par pjlt dans le forum Mandriva / Mageia
    Réponses: 2
    Dernier message: 08/12/2004, 10h52

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo