Asked by:
Install on localized OS version (italian XP professional)

General discussion
-
If you have a localized version of XP, and i suppose any other system, you must change your local service account into AddDatabase.sql and AddSPs.sql before execute the scripts.
This is the table to traslate the scripts (use column: Name for Local Service)
Language Name for Local Service Name for Network Service Name for Local System Name for Admin Group English
Simplified Chinese
Traditional Chinese
Korean
Japanese
NT AUTHORITY\LOCAL SERVICE
NT AUTHORITY\NETWORK SERVICE
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
German
NT-AUTORITÄT\LOKALER DIENST
NT-AUTORITÄT\NETZWERKDIENST
NT-AUTORITÄT\SYSTEM
VORDEFINIERT\Administratoren
French
AUTORITE NT\SERVICE LOCAL
AUTORITE NT\SERVICE RÉSEAU
AUTORITE NT\SYSTEM
BUILTIN\Administrateurs
Italian
NT AUTHORITY\SERVIZIO LOCALE
NT AUTHORITY\SERVIZIO DI RETE
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
Spanish
NT AUTHORITY\SERVICIO LOC
NT AUTHORITY\SERVICIO DE RED
NT AUTHORITY\SYSTEM
BUILTIN\Administradores
Russian
NT AUTHORITY\LOCAL SERVICE
NT AUTHORITY\NETWORK SERVICE
NT AUTHORITY\SYSTEM
BUILTIN\Администраторы
Bye bye!
- Moved by Jundan Wu Thursday, April 28, 2011 8:48 PM request (From:Archive Service)
Thursday, August 31, 2006 9:24 AM
All replies
-
If the commands
osql.exe –E –S .\InstanceName –i AddDatabase.sql
and
osql.exe –E –S .\InstanceName –i AddSPs.sql
not runs (on my computers osql utility response only command list!!!),
You can execute the scripts into SQL Query analyzer.
Open Enterprise manager,
select local database,
from menu strumenti (italian version) , launch query analyzer
cut all text from file AddDatabase.sql and paste into blank query form and press F5.
Repeat with AddSPs.sql
stop and start the service "Conference XP Archive Service"
Thursday, August 31, 2006 9:45 AM -
Thanks for those helpful suggestions, Enrico!
JVE
Wednesday, September 13, 2006 2:42 PM -
If you have a localized version of XP, and i suppose any other system, you must change your local service account into AddDatabase.sql and AddSPs.sql before execute the scripts.
This is the table to traslate the scripts (use column: Name for Local Service)
Language Name for Local Service Name for Network Service Name for Local System Name for Admin Group English
Simplified Chinese
Traditional Chinese
Korean
Japanese
NT AUTHORITY\LOCAL SERVICE
NT AUTHORITY\NETWORK SERVICE
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
German
NT-AUTORITÄT\LOKALER DIENST
NT-AUTORITÄT\NETZWERKDIENST
NT-AUTORITÄT\SYSTEM
VORDEFINIERT\Administratoren
French
AUTORITE NT\SERVICE LOCAL
AUTORITE NT\SERVICE RÉSEAU
AUTORITE NT\SYSTEM
BUILTIN\Administrateurs
Italian
NT AUTHORITY\SERVIZIO LOCALE
NT AUTHORITY\SERVIZIO DI RETE
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
Spanish
NT AUTHORITY\SERVICIO LOC
NT AUTHORITY\SERVICIO DE RED
NT AUTHORITY\SYSTEM
BUILTIN\Administradores
Russian
NT AUTHORITY\LOCAL SERVICE
NT AUTHORITY\NETWORK SERVICE
NT AUTHORITY\SYSTEM
BUILTIN\Администраторы
Bye bye!
how about for japanese?Tuesday, February 9, 2010 3:35 AM