Hi Everyone,
"While committing the code using Automated Version Manager (AVM) properties in the command prompt, I receive the message: 'The syntax of the command is incorrect.' The AVM path is correct, and no additional error message is provided."
Thanks & regards,
Srikanth.
Discussion posts and replies are publicly visible
Along with action, vc_username and vc_password are required parameters. I don't see those in your config.
E.g.
> version-application -action addContents -vc_username <VC_USERNAME> -vc_password <VC_PASSWORD> -application_path "C:\App.zip" -ddl_ds jdbc/AppianAnywhere -ddl_path “C:\script1.sql” -commit_message “Adding account executive record”
Seems that you are missing arguments.