Ошибка "Login failed for user" при установке LANDesk

Ответить


Этот вопрос предназначен для предотвращения автоматической отправки форм спам-ботами.
Смайлики
:| :) :wink: :D :lol: :( :cry: 8) :o :oops: :? :x :P :evil: :twisted: :roll: :!: :?: :idea: :arrow: :mrgreen:
Ещё смайлики…

Markdown is OFF

BBCode ВКЛЮЧЁН
[img] ВКЛЮЧЁН
[url] ВКЛЮЧЁН
Смайлики ВКЛЮЧЕНЫ

Обзор темы
   

Развернуть Обзор темы: Ошибка "Login failed for user" при установке LANDesk

Ошибка "Login failed for user" при установке LANDesk

UncleFather » 05 июн 2007 15:17, Вт

Ошибка "Login failed for user" при установке LANDesk Intel System Management

Pointing the Core Server to a new database.
Switching databases for a Core Server.
Problem:
Attempting to point the core server to a new database and getting the following errors.
- From SvcCfg.exe: "Error connecting to the inventory database. Go back to the General tab and verify your inventory database connection parameters."
- From CoreDBUtil.exe: "Login failed for user 'username'. Invalid connection string attribute."

Fix:

Pointing to a new Microsoft* SQL Server 2000 database:
1. Create the new SQL 2000 database.
2. Create a user with no password(will be set later) for the new database.
3. Using SP_ADDALIAS , DBO, make the new user a DBO to the new database.
4. Close the console on the Core Server if it is open.
5. In the Core Server's registry, modify the following parameters in HKEY_LOCAL_MACHINE\Software\LANDesk\ManagementSuite\Core\Connections\Local key:
Database - enter the new database name
Server - enter the database server name
User - enter the new username
Password - delete the password
IsOracle - False
6. Run COREDBUTIL.EXE on the Core Server, located in the Program Files\LANDesk\ManagementSuite directory by default, selecting the "Reset Database" option. "Reset Database" is destructive and required on new databases in order to create the tables and populate the default data for Software License Monitoring.
7. Change the new database users password to the desired password using Microsoft Enterprise Manager.
8. Run SVCCFG.EXE on the Core Server, located in the Program Files\LANDesk\ManagementSuite directory by default, set the Password on the General tab to match the new database users password which was changed in step 7. Click OK.
9. Stop and restart the LANDesk Inventory Server service on the Core Server.

Pointing to a new Oracle database:
1. Create the new Oracle database.
2. Create a user with the same password(will be changed later) as the existing database user. Set the database users rights as described in the Deployment Guide.
3. Create a "Local Net Service Name" on the Core Server for the new Oracle database using Oracle's Net8 Configuration Assistant.
4. Close the console on the Core Server if it is open.
5. In the Core Server's registry, modify the following parameters in HKEY_LOCAL_MACHINE\Software\LANDesk\ManagementSuite\Core\Connections\Local key:
Database - Leave blank as it is not used for Oracle databases.
Server - enter the "Local Net Service Name" for the new database.
User - enter the new username
Password - do not change or edit the password.
IsOracle - True
6. Run COREDBUTIL.EXE on the Core Server, located in the Program Files\LANDesk\ManagementSuite directory by default, selecting the "Reset Database" option. "Reset Database" is destructive and required on new databases in order to create the tables and populate the default data for Software License Monitoring.
7. Change the new database users password to the desired password using the appropriate Oracle utility.
8. Run SVCCFG.EXE on the Core Server, located in the Program Files\LANDesk\ManagementSuite directory by default, set the Password on the General tab to match the new database users password which was changed in step 7. Click OK.
9. Stop and restart the LANDesk Inventory Server service on the Core Server.


Вернуться к началу