SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
The Orion® Platform Instructor-led Classes
Provided by SolarWinds® Academy, these trainings will introduce users to the Orion Platform and its features, management, and navigation. These courses are suitable for users looking to discover new tips, tricks, and ways to adapt their Orion products to better suit their monitoring needs:
Deploying the Orion Platform
Configuring Orion views, maps, and accounts
Configuring Orion alerts and reports
Reserve your seat.
Configuration Wizard fails with the following error:
ERROR DBConfigProcessor - Error while executing script - profile name is not valid
An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back..
Error details: System.Data.SqlClient.SqlException (0x80131904): profile name is not valid
An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream,
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at SolarWinds.ConfigurationWizard.Plugin.Common.DBConfigProcessor.ExecuteSqlBatch(IDbConnection connection, String sqlQuery, ConfigurationLogDelegate configLog)
ClientConnectionId:17b812c6-627b-4531-b07d-edbb1edd7df5
Failing Sql command:
--
-- C:\Projects\NTA\NTAPepper\Src\Src\Config\SQL Scripts\Pre\AddNewFileGroupsToDB.sql
--
-- Add new files groups to existing database
DECLARE
@dbName nvarchar(200),
@dbScript nvarchar(max)
SET @dbName=db_name();
CREATE TABLE #NetFlowTableInfo
(
TableName nvarchar(100) COLLATE database_default,
NPM v11.5.2
The Orion account being used to access the database does not have the proper permission/s.