- ago
I'm attempting to modify parameters used to configure a HDP extension. How do I clear the stored values and configuration that I've previously created? I'm trying the following, but it seems as if the values are persisting. For example, If I change the 10th parameter from string to boolean, I get an exception due to the prior type being a string for the same parameter index.

Parameters.Clear();
Configuration = Parameters.Persist();

Ideally, I would like to clear all prior saved parameters and parameter values so that I can redefine them. Is that possible?
0
212
Solved
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.01% )
- ago
#1
You can search for the entry in the Settings.txt file in the WL User Data Folder and delete that line. That's where the Provider settings are persisted.
1
Best Answer
- ago
#2
Perfect. Thank you.
0

Reply

Bookmark

Sort