I have a database update to do as well, using return codes I can tell if it failed or was successfull, I want to run this post patch, and roll back if it fails, but I dont see any command options to script the "file rollback support" feature???
Professional Software Development Tools
I have a database update to do as well, using return codes I can tell if it failed or was successfull, I want to run this post patch, and roll back if it fails, but I dont see any command options to script the "file rollback support" feature???
There is no programmatic way to force a rollback at this point. I would suggest that you run the actions that update the DB On Startup and then just abort the patch if your conditions are not met.
Ya i moved the database update to prepatch action screen. I can live with that, but a group of actions giving us control over the roll back feature would be handy and powerfullThanks for the help