epv-api-scripts icon indicating copy to clipboard operation
epv-api-scripts copied to clipboard

"Missing Mandatory parameter: [Description]."

Open SuperSchramm opened this issue 3 years ago • 0 comments

Summary

When I attempt to create an account using the Account_Onboard_Utility.ps1 I am receiving an error stating that:

Error Message: {"ErrorCode":"PASWS017E","ErrorMessage":"Missing Mandatory parameter: [Description]."}

Steps to Reproduce

  1. Fill out the csv file according to the parameters defined within (sample_accounts.csv)
  2. Run the command: .\Accounts_Onboard_Utility.ps1 -PVWAURL "https://myPVWA.myDomain.com/PasswordVault" -CsvPath .\accounts.csv -Create
  3. See Error

Getting PVWA Credentials to start Onboarding Accounts

Safe HHS_Windows_[SafeOmitted] exists Error Message: {"ErrorCode":"PASWS017E","ErrorMessage":"Missing Mandatory parameter: [Description]."} Exception Message: The remote server returned an error: (400) Bad Request. Status Code: 400 Status Description: Bad Request Logoff Session...

Vaulted 0 out of 1 accounts successfully.

LogoffUrl

Expected Results

The account and/or safe are created successfully

Actual Results

error

Reproducible

  • [x ] Always

Version/Tag number

*Running version 2.2.2 of the script Version 12.6 of CyberArk

sample_accounts.csv

Environment setup

  • Running on Premise on a VM

SuperSchramm avatar Sep 12 '22 12:09 SuperSchramm