Through the command line
The Ncr.AS.EOM.ParameterVersionPurge.exe is a command-line tool used to remove old and unusable parameter versions.
Do the steps in this section on the EOM Server.
This task uses the following file.
File name | Folder |
---|---|
Ncr.AS.EOM.ParameterVersionPurge.exe | %PROGRAMFILES(X86)%\NCR\AdvancedStore\Bin |
To remove old EOM parameter versions using the command-line tool, follow these steps:
- Open a Command Prompt window.
- At the command prompt, go to where the Ncr.AS.EOM.ParameterVersionPurge.exe application is saved.Example
cd %PROGRAMFILES(X86)%\NCR\AdvancedStore\Bin
- Enter the following command to remove the old and unused parameter versions:
Ncr.AS.EOM.ParameterVersionPurge.exe –Delete
- Enter Y to confirm deletion. The Command Prompt window displays a message confirming that deletion of parameter versions has been initiated.
To verify that the parameter versions have been deleted, do one of the following:
- On the command line, enter the following command:
Ncr.AS.EOM.ParameterVersionPurge.exe –Status
The Command Prompt window displays a message that there are no available parameter versions to delete.
- On the EOM window, select Version Maintenance. The table will display an empty list.
The following options are available with the Ncr.AS.EOM.ParameterVersionPurge.exe command.
Option | Description |
---|---|
-List | List all parameter versions that can be deleted. |
-Delete | Initiate the deletion of old parameter versions. |
-Delete -Y | Suppress prompting to confirm you want to delete old parameter versions. |
-Status | Lists all parameter versions that can be deleted (using Available as status) and all parameter versions that are being deleted (using Pending as status). |