Not really, I raised it as a track with SAS and they mostly came up with suggestions around trying the latest hot fixes and didn't seem to understand the problem however I did manage to work out some things... Because every enterprise guide project is basically a zip file i changed the extension of my project to .zip from .egp and had a poke around. looking at some of the contents I discovered that the prompt values are (as i suspected) being stored within the project itself and not in the metadata object. This is backed up by the fact that if I add the stored process to a new project or run it through the web server the prompts are not pre-filled for me. The other thing I spotted was that if I run the stored process and then close the project without saving, when I re-open the project the prompts are set back to the previous time I ran them. Whilst this has not helped me to find a way to automatically reset the prompts it does mean that I have half a workaround as follows; Reset the prompts myself and save the project Make the project read only (properties on the file in windows) Then release the project to the users This has drawbacks because the users get the horrible 'this project is read only' message every time they open it and they have to remember to export the log files whenever they hit errors, however it does mean that the stored processes are always blank and they cannot accidentally delete any of the code I have written for them. If you ever find a way to actually get the prompts to reset I am still very interested. Tim
... View more