Cerca nel blog

sabato 5 marzo 2016

Toolbox for HMI Projects in machine-based Area (SIMATIC HMI Panels and SIMATIC WinCC Runtime Advanced)

2/17/2016
ID:106226404

It is often the little tools that facilitate work. This entry contains some useful tools for SIMATIC HMI Panels and Runtime Advanced that you can easily integrate into your configuration. E.g. a stopwatch, a homebutton and a calculator
For products:6AV7861-1TB00-1AA0, 6AV2124-1MC01-0AX0,...

more

martedì 1 marzo 2016

Rinominare un computer con WinCC 7.3 e MSSQL

Per rinominare un computer dopo aver installato WinCC 7.3, bisogna prestare attenzione anche alla configurazione di MSSQL.

Eseguire le seguenti procedure:

 sp_dropserver <'old_name\instancename'>
 GO
 sp_addserver <'new_name\instancename'>, local
 GO

 riavviare l'istanza di SQL

Sistemare le seguenti voci di registro:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Machines] "OriginalMachineName" registry key can be changed manually.

Esempio
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\100\Machines]
"OriginalMachineName"="new_name"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\90\Machines]
"OriginalMachineName"="new_name"

Si può cercare all'interno del registro tutte le voci "OriginalMachineName" ad impostare il nuovo nome del computer.

Riferimenti
How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server
Incorrect value of OriginalMachineName registry key