KB Article #60434
Removing a corrupted model from model.dat file
Problem
-- Removing a corrupted model from model.dat file
Resolution
* Please execute the following steps to remove corrupted model from model.dat file:
1. Run Gateway profile
2. Stop Gateway
3. Export the transfer models and purge models with following command lines:
pelbase export_model -f t_model.txt
pelbase export_purge_model -f p_model.txt
4. Check if the model in question is showing in these txt files. If it is not required, you can remove it from the respective txt file.
5. Move the model.dat to another directory [Suppose backup directory]
6. Import the models and purge models using following command lines:
pelbase import -f t_model.txt -ml -error_free
pelbase import -f p_model.txt -pm -error_free
7. Run "pelmon check_base -f"
8. Start Gateway