Acumatica ERP Command-Line Tool: Test Pool

  1. What can you do with the Acumatica ERP command-line tool? (Select all correct responses.)
    • Perform database and application maintenance tasks (correct)
    • Customize the user interface of Acumatica ERP (incorrect)
    • Deploy a new application instance (correct)
    • Integrate third-party applications with Acumatica ERP (incorrect)
  2. What is the name of the executable file for the Acumatica ERP command-line tool?
    • erp.exe (incorrect)
    • ac.exe (correct)
    • acm.exe (incorrect)
  3. In what format should command-line parameters be entered when you run ac.exe?
    • -parameter:"parameter value" (correct)
    • -parameter:"value" (incorrect)
    • -parameter='"parameter value" (incorrect)
  4. What is the command-line parameter used to specify the server name?
    • -dbname (incorrect)
    • -dbsrvname (correct)
    • -dbuser (incorrect)
  5. What parameter name can be used to switch on full logging mode and to save full logs of instance updates in the Log.txt file? (Select all correct responses.)
    • -fl:"Yes" (correct)
    • -logmode:"Full" (incorrect)
    • -fulllog:"Yes" (correct)correct answer
    • -logging:"On" (incorrect)