Azure Stack Hub VConnect
Cloud Assert HomeDocs Home
2005
2005
  • Introduction
  • Release Notes
  • INSTALLATION
    • Prerequisites
      • PKI Certificate Requirements
    • Deployment
      • Installation
      • License Activation
      • Add the service to Azure Stack Plan
      • Remove VConnect Resource Provider
    • Steps for version update
    • Reset SQL Credentials
  • FEATURES
    • Admin Features
      • Settings
      • Connections
        • Dell EMC Isilon
        • VMware
        • Backup features
        • Others
      • VM Templates
      • Custom Commands
      • Networks
      • Policies
      • Tenant Resources
      • Backup
      • IP Pools
      • Compute Instances
      • Service Requests
      • Request Management
      • Storage Services
      • Quotas
      • Adding VConnect Service to Azure Stack Plan
    • Tenant Features
      • Registering VConnect Service for a User Subscription
      • Creating a Virtual Machine
      • Virtual Machine Operations
      • Creating a Service Request
      • Request Approval
      • Storage Services
Powered by GitBook
On this page

Was this helpful?

  1. INSTALLATION

Reset SQL Credentials

Article to reset SQL credentials for VConnect Database

PreviousSteps for version updateNextAdmin Features

Last updated 2 years ago

Was this helpful?

The below steps are used to reset the SQL username or password

Steps to Reset SQL Credentials

  1. Open a new PowerShell window in elevated mode and navigate to the directory where the VConnect Tool is present inside VConnect RP VM.

  2. Run the following command to update the new Sql credentials.

.\VConnect.exe UpdateDatabaseSettings <DBServer Name or Ip>\<Instance Name>,<PortNumber> <VConnectDBName> <DBUsername> <DBPassword> /isUseIntegratedSecurity:false /VConnectApiEndpoint:https://localhost:44305 /VConnectApiUserName:<username> /VConnectApiPassword:<password>

3. Once the above command has succeeded, navigate to 'C:\Program Files\CloudAssertVConnect\CloudAssert.WAP.VConnect.AgentService'.

4. Run the following command to update the Sql credentials in VConnect Agent Service.

.\CloudAssert.WAP.VConnect.AgentService.exe UpdateDatabaseSettings <DBServer Name or Ip>\<Instance Name>,<PortNumber> <VConnectDBName> <DBUsername> <DBPassword> false

The above commands will update the new Sql credential in VConnect database and configuration files successfully.